/* ==============================================================
email:         web$e-creative.tw
website:       http://e-creative.tw
 ================================================================*/
/* ==============================================================
    _myBootcss
 ================================================================*/
/* ======    clear   ====== */
@import url(../styles/font/style.css);
@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 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.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-coffee {
  color: #59493f;
}

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

.color-pink02 {
  color: #dcaaaa !important;
}

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

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

.linkStyle {
  color: #539ed3;
}

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

.bg-f0e6d7 {
  background: #f0e6d7;
}

.bg-fff {
  background: #fff;
}

.bg-f5f5f5 {
  background: #f5f5f5;
}

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

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

.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;
}

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

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

.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-xs-size .f24 {
  font-size: 1.125rem !important;
}

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

.max-xs-size .f22 {
  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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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.625rem;
}

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 {
  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;
}

.centert05 {
  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;
}

/* ==========================================================================
    loading
 ==========================================================================*/
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99999999;
  background: #fbf6f6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.5s;
}

#loading .inner {
  width: 326px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#loading .inner .logo {
  width: inherit;
  height: inherit;
}

#loading .inner .logo img {
  position: relative;
  transform: translateY(-40px);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s ease-out;
}

#loading.open .inner .logo img {
  transform: translateY(0px);
  opacity: 1;
}

#loading.leave {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s, transform 0.5s;
  transition-delay: 0.2s;
}

/* ==============================================================
    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.overflow {
  overflow: hidden !important;
}

body.iframe {
  opacity: 1;
}

#header {
  opacity: 0;
}

#header.start {
  opacity: 1;
}

html, body {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

html.start, body.start {
  opacity: 1;
}

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

.eng {
  font-family: 'Droid Serif', serif;
}

/* ============================================================
    common
 ==============================================================*/
/* ========  .btnGroup   =======*/
.btn.more {
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  min-width: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn.more .arrow {
  position: absolute;
  right: 25px;
  top: 12px;
  opacity: 0;
  transform: translateX(0px);
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn.more:hover .arrow, .btn.more:focus .arrow {
  opacity: 1;
  transform: translateX(5px);
  transition: opacity 0.35s, transform 0.35s;
}

.normol-more {
  font-size: 1rem;
  color: #59493f;
  border: 1px solid #59493f;
  padding: 8px 20px 7px 20px;
}

.trans-btn {
  font-size: 1rem;
  color: #dc7878;
  background: transparent;
  padding: 9px 20px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica , Verdana, Arial,  sans-serif , "Microsoft JhengHei";
  border: 2px solid #dc7878;
}

.max-sm-size .trans-btn {
  padding: 10px 20px 10px 20px;
}

.send-btn {
  min-width: 180px;
  font-size: 1rem;
  color: #59493f;
  background: transparent;
  padding: 9px 20px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica , Verdana, Arial,  sans-serif , "Microsoft JhengHei";
  border: 1px solid #66584f;
  margin-left: auto;
  margin-right: auto;
  transition: color 0.3s, background 0.3s ease-out;
}

.max-sm-size .send-btn {
  padding: 10px 20px 10px 20px;
}

.send-btn:hover, .send-btn:focus {
  color: #fff;
  background: #66584f;
  transition: color 0.3s, background 0.3s ease-out;
}

.pink-btn {
  font-size: 1rem;
  color: #fff;
  background: #dcaaaa;
  padding: 14px 25px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica , Verdana, Arial,  sans-serif , "Microsoft JhengHei";
  transition: background 0.3s ease-out;
}

.max-sm-size .pink-btn {
  padding: 10px 20px 10px 20px;
}

.pink-btn:hover, .pink-btn:focus {
  background: #e08888;
}

.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%;
  width: 100% !important;
  margin: 8px 0;
}

.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, .max-lg-size #header .header-main-nav .inner-header-toggle:before, .marquee-arrows .slick-prev, .marquee-arrows .slick-next, .index-slide-count .slick-arrow:before, .fancybox-close-small:before {
  font-family: 'icomoon' !important;
}

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

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

.slave-shark, .max-lg-size #header, .max-lg-size #header .header-main-nav {
  -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: 90px;
  z-index: 5;
}

.max-sm-size .main {
  margin-top: 60px;
}

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

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

.max-sm-size .container.sp {
  padding: 0;
}

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

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

article {
  position: relative;
}

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

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

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

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

.html p {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #59493f;
}

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

.html img {
  height: auto !important;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  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: 1rem;
  margin-bottom: 0.625rem;
}

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

.html ul.noList li {
  list-style: 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: #59493f;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  padding: 12px 15px;
}

table td {
  font-size: 1rem;
  color: #59493f;
  font-weight: normal;
  text-align: left;
  padding: 15px 15px;
}

table td img {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

.max-md-size table td {
  padding: 10px 10px;
}

.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: #323232;
  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-prev:hover, .slider .slick-prev:focus {
  transform: translateX(-0.313rem);
}

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

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

.slider .slick-next:hover, .slider .slick-next:focus {
  transform: translateX(0.313rem);
}

.slider .slick-prev, .slider .slick-next {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 99em;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  text-align: center;
  margin-top: -1.5625rem;
  transition: transform 0.35s ease-out;
}

.slider .slick-prev:before, .slider .slick-next:before {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  display: block;
  font-size: 20px;
  color: #333;
  top: 14px;
}

.slider .slick-prev:hover, .slider .slick-prev:focus, .slider .slick-next:hover, .slider .slick-next:focus {
  transition: transform 0.3s ease-in;
}

.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 p {
  font-size: 0.875rem;
  color: #323232;
  margin: 0 0 20px 0;
}

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: #555;
  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 .btn:hover, .form .btn:focus {
  text-decoration: none;
}

.form .verification .form-control {
  width: 30%;
  margin-left: 15px;
  float: left;
}

.form .verification img {
  cursor: pointer;
  position: relative;
  top: 0px;
  float: left;
  margin: 0 0.625rem;
}

.form .verification .verify-tip {
  display: inline-block;
  float: left;
  top: 5px;
}

.max-sm-size .form .form-group {
  padding: 5px 0px 4px 0px;
}

.form.style02 .control-label, .form.style02 .form-control {
  font-size: 1rem;
  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:before {
  content: "";
  width: 15%;
  height: 3px;
  position: absolute;
  display: block;
  background: #dcaaaa;
  bottom: -2px;
  left: 0;
}

.form.style02 .form-group.bB-pink {
  border-bottom: 3px solid #dcaaaa;
}

.form.style02 .form-group.bB-pink:before {
  display: none;
}

.form.style02 .control-label, .form.style02 .inputBox {
  padding: 23px 10px;
}

.form.style02 .control-label {
  font-size: 1rem;
  color: #dcaaaa;
  width: 15%;
}

.form.style02 .check, .form.style02 .radio-inline {
  margin-right: 20px;
  display: inline-block;
}

.form.style02 .check input, .form.style02 .radio-inline input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.form.style02 input[type="radio"], .form.style02 input[type="checkbox"] {
  margin-top: 5px;
}

.form.style02 .inputBox {
  width: 100%;
}

.form.style02 .inputBox input, .form.style02 .inputBox textarea, .form.style02 .inputBox select {
  padding: 7px 10px;
  background: transparent;
  border: 0;
}

.form.style02 .inputBox select {
  padding: 5px 10px 4px 10px;
}

.form.style02 .form-control {
  width: 63%;
}

.form.style02 .verification img {
  margin: 0 10px 0 10px;
  top: -11px;
  float: right;
}

.max-md-size .form.style02 .control-label {
  width: 20%;
}

.max-md-size .form.style02 .form-group:before {
  width: 20%;
}

.max-sm-size .form.style02 .form-group {
  border-bottom: 3px solid #dcaaaa;
}

.max-sm-size .form.style02 .form-group:before {
  display: none;
}

.max-sm-size .form.style02 .control-label, .max-sm-size .form.style02 .inputBox {
  width: 100%;
  margin-left: 0;
  text-align: left;
  padding: 7px 10px;
}

.max-sm-size .form.style02 .inputBox input[type="text"], .max-sm-size .form.style02 .inputBox input[type="email"], .max-sm-size .form.style02 .inputBox textarea, .max-sm-size .form.style02 .inputBox select {
  width: 100%;
  padding: 10px 0;
  top: 0;
  margin: 5px 0;
}

.max-sm-size .form.style02 .radio-inline + .radio-inline,
.max-sm-size .form.style02 .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.max-sm-size .form.style02 .verification img {
  float: left;
  margin: 0 10px 10px 0px;
  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 {
  background: #fff;
  border: 1px solid #dc7878;
  border-radius: 1.25rem;
  text-align: center;
  padding: 7px 10px 5px 10px;
  display: inline-block;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.75rem;
}

.pagination li a {
  font-size: 1rem;
  color: #323232;
  font-weight: normal;
  text-align: center;
  transition: color 0.35s;
}

.pagination li:hover a, .pagination li:focus a, .pagination li.active a {
  color: #dcaaaa;
  transition: color 0.35s;
}

.pagination li.arrow a {
  font-family: 'icomoon' !important;
  font-weight: bold;
  transition: color 0.35s, background 0.35s ease-out;
}

.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;
}

/* ============ inner set  ============ */
.main-banner {
  width: 100%;
  height: 450px;
  position: relative;
  display: block;
  background: #eee9e6;
}

.main-banner .text-box {
  width: 80%;
  text-align: center;
  z-index: 9;
}

.main-banner .text-box .line-s {
  height: 3px;
  margin: auto;
}

.max-xl-size .main-banner {
  height: 330px;
}

.min-sm-size .main-banner p {
  font-size: 27px !important;
  margin-bottom: 12px;
}

.max-sm-size .main-banner {
  height: 150px;
}

.max-sm-size .main-banner p {
  line-height: 40px;
  margin-bottom: 10px;
}

#sub-nav {
  max-width: 1000px;
  margin: 60px auto;
  clear: both;
}

#sub-nav ul {
  border-radius: 5px;
  background: #fff;
}

#sub-nav ul li {
  -ms-flex: 1 0;
  flex: 1 0;
}

#sub-nav ul li + li:before {
  content: "";
  width: 1px;
  height: 35px;
  position: absolute;
  display: block;
  background: #d2d2d2;
  left: 0;
  top: 10px;
  z-index: 2;
}

#sub-nav ul li a {
  font-size: 1.125rem;
  color: #59493f;
  font-weight: normal;
  text-align: center;
  display: block;
  width: 100%;
  padding: 16px 20px 13px 20px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
  z-index: 9;
  transition: border 0.3s, color 0.3s;
}

#sub-nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #67594d;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.45s ease-out;
}

#sub-nav ul li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #d2d2d2;
}

#sub-nav ul li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #d2d2d2;
}

#sub-nav ul li:hover a:before, #sub-nav ul li:focus a:before {
  background: #67594d;
}

#sub-nav ul li.active a:before {
  background: #59493f;
}

#sub-nav ul li:hover a, #sub-nav ul li:focus a, #sub-nav ul li.active a {
  color: #fff;
  transition: border 0.3s, color 0.3s;
}

#sub-nav ul li:hover a:before, #sub-nav ul li:focus a:before, #sub-nav ul li.active a:before {
  transform: scaleX(1);
  transition: transform 0.55s ease-out;
}

.min-sm-size #sub-nav.maxLi {
  max-width: 640px;
}

.min-sm-size #sub-nav.maxLi ul {
  background: transparent;
}

.min-sm-size #sub-nav.maxLi ul li {
  max-width: 320px;
}

.min-sm-size #sub-nav.maxLi ul li a {
  background: #fff;
}

.max-sm-size #sub-nav {
  margin: 40px auto 40px auto;
}

.max-sm-size #sub-nav ul li {
  flex: 1 0 100%;
}

.max-sm-size #sub-nav ul li:before {
  display: none;
}

.max-sm-size #sub-nav ul li a {
  font-size: 1rem;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-top: 0;
  border-radius: 0;
}

.max-sm-size #sub-nav ul li:first-child a {
  border-top: 1px solid #d2d2d2;
}

.end-nav .focuspoint {
  width: 100%;
  height: 360px;
  background: #ddd;
}

.end-nav .cover {
  background: rgba(17, 17, 17, 0.5);
  opacity: 1;
  transition: opacity 0.35s ease-out;
}

.end-nav img {
  transform: scale(1.1);
  transition: transform 0.35s ease-out;
}

.end-nav .circle {
  width: 185px;
  height: 185px;
  border-radius: 99em;
  background-color: transparent;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  z-index: 10;
  transition: background 0.3s ease-out;
}

.end-nav .circle h4, .end-nav .circle p {
  font-weight: normal;
  color: #fff;
  margin: 0;
  transition: color 0.3s ease-out;
}

.end-nav .circle h4 {
  margin-top: 4.063rem;
}

.end-nav .end-nav-box:hover .cover, .end-nav .end-nav-box:focus .cover {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.end-nav .end-nav-box:hover img, .end-nav .end-nav-box:focus img {
  transform: scale(1);
  transition: transform 0.45s ease-out;
}

.end-nav .end-nav-box:hover .circle, .end-nav .end-nav-box:focus .circle {
  background: #fff;
  transition: background 0.4s ease-out;
}

.end-nav .end-nav-box:hover .circle h4, .end-nav .end-nav-box:hover .circle p, .end-nav .end-nav-box:focus .circle h4, .end-nav .end-nav-box:focus .circle p {
  color: #dcaaaa;
  transition: color 0.4s ease-out;
}

.max-sm-size .end-nav .focuspoint {
  height: 250px;
}

.line-s {
  width: 90px;
  height: 2px;
  position: relative;
  display: block;
  background: #dc7878;
  clear: both;
}

.line-s.m-auto {
  margin-right: auto;
  margin-left: auto;
}

.line-l {
  width: 100%;
  height: 1px;
  position: relative;
  display: block;
  background: #dc7878;
  clear: both;
}

#anchor {
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  background: transparent;
  top: -85px;
  z-index: 99;
}

/* ==============================================================
* header
 ================================================================*/
#header {
  width: 100%;
  height: 5.625rem;
  position: fixed;
  display: block;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  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);
  transition: background 0.35s, opacity 0.35s, transform 0.35s ease-out;
}

#header .logo {
  background: url(../images/common/logo_color.png) no-repeat;
  height: 70px;
  width: 326px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  margin: 0;
}

#header .logo a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.min-lg-size #header {
  padding: 0;
}

.min-lg-size #header .header-toggle {
  display: none;
}

.min-lg-size #header .right-block {
  max-width: 380px;
  width: 18%;
  height: 5.625rem;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
}

.min-lg-size #header .right-block a {
  width: 50%;
  height: 100%;
  position: relative;
  display: block;
  float: left;
  font-size: 1.125rem;
  color: #fff;
  line-height: 5.625rem;
  transition: all 0.2s ease-out;
}

.min-lg-size #header .right-block a span {
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.min-lg-size #header .right-block a.block-fb {
  background: #dcaaaa;
}

.min-lg-size #header .right-block a.block-contact {
  background: #59493f;
}

.min-lg-size #header .right-block a:hover, .min-lg-size #header .right-block a:focus {
  transition: background 0.3s ease-out;
}

.min-lg-size #header .right-block a:hover.block-fb, .min-lg-size #header .right-block a:focus.block-fb {
  background: #d19898;
}

.min-lg-size #header .right-block a:hover.block-contact, .min-lg-size #header .right-block a:focus.block-contact {
  background: #3c3029;
}

.min-lg-size #header .header-main-nav {
  display: inline-block;
  margin: 35px auto 0 auto;
  text-align: center;
}

.min-lg-size #header .header-main-nav li {
  margin: 0 21px;
  padding: 0;
  position: relative;
}

.min-lg-size #header .header-main-nav li a {
  display: block;
  font-size: 1.125rem;
  color: #59493f;
  font-weight: normal;
  text-align: center;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  padding: 0 0 30px 0;
  overflow: hidden;
}

.min-lg-size #header .header-main-nav li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #dcaaaa;
  height: 5px;
  transition: left 0.35s ease-out, right 0.35s ease-out;
}

.min-lg-size #header .header-main-nav li span {
  display: none;
}

.min-lg-size #header .header-main-nav li ul {
  width: 150px;
  left: -39px;
  height: auto;
  position: absolute;
  display: block;
  top: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 8px -2px rgba(68, 68, 68, 0.55);
  padding: 1.25rem 0 1.063rem 0;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition-delay: 0s;
}

.min-lg-size #header .header-main-nav li ul li {
  width: 100%;
  margin: 0.5rem 0;
  padding: 0;
}

.min-lg-size #header .header-main-nav li ul li a {
  display: block;
  font-size: 1rem;
  color: #59493f !important;
  padding: 0;
  text-align: center;
}

.min-lg-size #header .header-main-nav li ul li a:after {
  display: none;
}

.min-lg-size #header .header-main-nav li ul li:hover a, .min-lg-size #header .header-main-nav li ul li.active a {
  color: #dc7878 !important;
}

.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: #dc7878;
}

.min-lg-size #header .header-main-nav li:hover a:after, .min-lg-size #header .header-main-nav li:focus a:after, .min-lg-size #header .header-main-nav li.active a:after {
  left: 0;
  right: 0;
}

.min-lg-size #header .header-main-nav li:hover ul, .min-lg-size #header .header-main-nav li:focus ul {
  visibility: visible;
  z-index: 1000;
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}

.min-lg-size.max-bl-size #header .right-block {
  width: auto;
}

.min-lg-size.max-bl-size #header .right-block a {
  width: 85px;
}

.min-lg-size.max-bl-size #header .right-block a .text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.min-lg-size.max-bl-size #header .header-main-nav {
  float: right;
  margin-right: 190px;
}

.min-lg-size.max-bl-size #header .header-main-nav > li {
  margin: 0 18px;
}

.min-lg-size.max-xl-size #header .header-main-nav {
  float: right;
  margin-right: 180px;
}

.min-lg-size.max-xl-size #header .header-main-nav li {
  margin: 0 8px;
}

.min-lg-size.max-xl-size #header .header-main-nav li:after {
  height: 3px;
}

.min-lg-size.max-xl-size #header .header-main-nav li a {
  font-size: 1.063rem;
}

.min-lg-size.max-xl-size #header .header-main-nav li ul {
  width: 140px;
  left: -35px;
}

.min-lg-size.max-xl-size #header .header-main-nav li ul li {
  margin: 5px 0;
}

.min-lg-size.max-xl-size #header .header-main-nav li ul li a {
  font-size: 0.938rem;
}

.max-lg-size #header {
  padding: 0;
}

.max-lg-size #header .right-block {
  margin-right: 100px;
}

.max-lg-size #header .right-block a {
  width: 55px;
  height: 55px;
  border-radius: 99em;
  background-color: #59493f;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  float: right;
  margin: 18px 20px 10px 0;
}

.max-lg-size #header .right-block a span {
  display: inline-block;
  top: 17px;
}

.max-lg-size #header .right-block a span.text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.max-lg-size #header #header-toggle {
  width: 70px;
  height: 65px;
  position: absolute;
  display: block;
  text-align: center;
  background: #dcaaaa;
  top: 12px;
  right: 25px;
  cursor: pointer;
  overflow: hidden;
}

.max-lg-size #header #header-toggle .line {
  width: 50px;
  height: 2px;
  position: absolute;
  display: block;
  background: #fff;
  left: 10px;
}

.max-lg-size #header #header-toggle .line:nth-child(1) {
  top: 18px;
}

.max-lg-size #header #header-toggle .line:nth-child(2) {
  top: 32px;
}

.max-lg-size #header #header-toggle .line:nth-child(3) {
  top: 46px;
}

.max-lg-size #header #header-toggle:hover .line, .max-lg-size #header #header-toggle:focus .line {
  -webkit-animation: toLeftFromRight 0.4s ease-out;
  animation: toLeftFromRight 0.4s ease-out;
}

.max-lg-size #header #header-toggle:hover .line:nth-child(1), .max-lg-size #header #header-toggle:focus .line:nth-child(1) {
  top: 18px;
  animation-delay: 0;
}

.max-lg-size #header #header-toggle:hover .line:nth-child(2), .max-lg-size #header #header-toggle:focus .line:nth-child(2) {
  top: 32px;
  animation-delay: 0.15s;
}

.max-lg-size #header #header-toggle:hover .line:nth-child(3), .max-lg-size #header #header-toggle:focus .line:nth-child(3) {
  top: 46px;
  animation-delay: 0.3s;
}

.max-lg-size #header .header-main-nav {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  top: 0;
  left: 0;
  padding: 50px 0;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  transition: opacity 0.35s, visibility 0.35s, transform 0.35s, z-index 0.35s;
}

.max-lg-size #header .header-main-nav .inner-header-toggle {
  font-size: 3.438rem;
  color: #dcaaaa;
  width: 3.438rem;
  height: 3.438rem;
  position: absolute;
  display: block;
  text-align: center;
  right: 25px;
  top: 15px;
  z-index: 99;
}

.max-lg-size #header .header-main-nav .inner-header-toggle:before {
  content: "\e936";
  width: 100%;
  height: 3.438rem;
  position: relative;
  display: block;
}

.max-lg-size #header .header-main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.max-lg-size #header .header-main-nav li {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(-5px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.35s ease-out;
}

.max-lg-size #header .header-main-nav li.has-dropdown .arrow {
  width: 40px;
  height: 35px;
  position: absolute;
  display: block;
  text-align: center;
  top: 29px;
  right: 30px;
  font-size: 20px;
  color: #dcaaaa;
}

.max-lg-size #header .header-main-nav li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  font-size: 1.563rem;
  color: #dcaaaa;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #dc7878;
  letter-spacing: 5px;
  padding: 25px 20px 24px 20px;
  z-index: 9;
  transition: color 0.3s, background 0.3s ease-out;
}

.max-lg-size #header .header-main-nav li:hover > a, .max-lg-size #header .header-main-nav li:focus > a, .max-lg-size #header .header-main-nav li.active > a {
  color: #d19898;
  background: #fffafa;
  transition: color 0.3s, background 0.3s ease-out;
}

.max-lg-size #header .header-main-nav li ul {
  width: 100%;
  height: auto;
  display: none;
}

.max-lg-size #header .header-main-nav li ul li {
  height: auto;
  border-bottom: 1px solid #dc7878;
}

.max-lg-size #header .header-main-nav li ul li:before {
  display: none;
}

.max-lg-size #header .header-main-nav li ul li a {
  font-size: 1.25rem;
  color: #dcaaaa;
  border-bottom: none;
  padding: 20px 20px 20px 50px;
}

.max-lg-size #header.is-active .header-main-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 12;
  transition: opacity 0.35s, visibility 0.35s, transform 0.35s, z-index 0.35s;
}

.max-lg-size #header.is-active .header-main-nav li {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.9s, transform 0.9s;
  transition-delay: 0.15s;
}

.max-sm-size #header {
  height: 3.75rem;
  border-bottom: 1px solid #f6f2f2;
}

.max-sm-size #header .logo {
  width: 175px;
  height: 40px;
  top: 11px;
  left: 8px;
}

.max-sm-size #header #header-toggle {
  width: 3.75rem;
  height: 3.75rem;
  top: 0;
  right: 0;
}

.max-sm-size #header #header-toggle .line {
  width: 34px;
  left: 13px;
}

.max-sm-size #header #header-toggle .line:nth-child(1) {
  top: 17px;
}

.max-sm-size #header #header-toggle .line:nth-child(2) {
  top: 29px;
}

.max-sm-size #header #header-toggle .line:nth-child(3) {
  top: 41px;
}

.max-sm-size #header .right-block {
  margin-right: 4.688rem;
}

.max-sm-size #header .right-block a {
  font-size: 1.5rem;
  width: 2.813rem;
  height: 2.813rem;
  margin: 0.5rem 0 0 0;
}

.max-sm-size #header .right-block a span {
  top: 0.75rem;
}

#dropdown-header {
  width: 100%;
  height: 265px;
  position: fixed;
  display: block;
  background: #fff;
  box-shadow: 0 4px 5px rgba(34, 34, 34, 0.3);
  top: 90px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(6%);
  transform: translateY(6%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}

#dropdown-header.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.header-contact-box {
  max-width: 315px;
  width: 17%;
  border: 1px solid #c8c8c8;
}

.header-contact-box td {
  text-align: center;
}

.header-contact-box a {
  font-size: 17px;
  color: #59493f;
}

.header-contact-box a .ico-font {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 4px;
}

.header-contact-box a .ico-font.icon-car {
  top: 6px;
}

.header-contact-box a:hover {
  text-decoration: underline;
}

.header-contact-box .b-b {
  border-bottom: 1px solid #c8c8c8;
}

.header-contact-box .b-r {
  border-right: 1px solid #c8c8c8;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}

/* ==============================================================
#footer
 ================================================================*/
.footer {
  background: #fff;
}

.footer .container {
  max-width: 1300px;
}

.footer.fix {
  position: fixed;
  bottom: 0;
}

.footer .footer-data dt, .footer .footer-data dd {
  font-size: 1rem;
  color: #59493f;
  margin: 5px 0px;
}

.footer .footer-data dt:after {
  content: "";
  width: 1px;
  height: 15px;
  position: relative;
  display: inline-block;
  background: #59493f;
  margin: 0 20px;
}

.footer .footer-data dd {
  width: 70%;
}

.footer .footer-data dd a {
  color: inherit;
}

.footer .footer-data dd .tel {
  position: relative;
  top: 0;
}

.footer .fb-btn {
  transition: color 0.3s, background 0.3s ease-out;
}

.footer .fb-btn:hover, .footer .fb-btn:focus {
  background: #dc7878;
  color: #fff;
}

.footer .key-words {
  margin: 20px 0;
}

.footer .key-words .title {
  font-size: 0.938rem;
  color: #9a9a9a;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 1px;
}

.footer .key-words li {
  margin: 5px 20px 5px 0;
}

.footer .key-words a {
  font-size: 0.938rem;
  color: #fff;
  background: #b4b4b4;
  padding: 3px 20px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica , Verdana, Arial,  sans-serif , "Microsoft JhengHei";
  transition: background 0.3s ease-out;
}

.max-sm-size .footer .key-words a {
  padding: 10px 20px 10px 20px;
}

.footer .key-words a:hover, .footer .key-words a:focus {
  background: #999;
  transition: background 0.3s ease-out;
}

.footer .btn {
  padding: 10px 23px;
}

.footer .btn span {
  font-size: 20px;
  margin-right: 3px;
  top: 2px;
}

.max-md-size .footer .footer-data {
  margin-right: -20px;
}

.max-md-size .footer .footer-data dt, .max-md-size .footer .footer-data dd {
  font-size: 0.938rem;
}

.max-md-size .footer .footer-data dd {
  width: 75%;
}

.max-md-size .footer .footer-data dd.phone-dd {
  width: 60%;
}

.copyright-wrapper {
  background: #dcaaaa;
}

.copyright-wrapper p {
  display: inline-block;
  padding: 30px 0;
}

.copyright-wrapper p a {
  color: inherit;
}

.copyright-wrapper p a:hover, .copyright-wrapper p a:focus {
  text-decoration: underline;
}

.copyright-wrapper .footer-menu li {
  padding: 30px 0;
  display: inline-block;
}

.copyright-wrapper .footer-menu li + li:before {
  content: "";
  width: 1px;
  height: 16px;
  position: relative;
  display: inline-block;
  background: #fff;
  top: 1px;
  left: 0px;
}

.copyright-wrapper .footer-menu li a {
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  margin: 0 15px;
}

.copyright-wrapper .footer-menu li a:hover, .copyright-wrapper .footer-menu li a:focus {
  text-decoration: underline;
}

.max-lg-size .copyright-wrapper p {
  font-size: 0.938rem;
}

.max-lg-size .copyright-wrapper .footer-menu li a {
  margin: 0 10px;
  font-size: 0.938rem;
}

.max-md-size .copyright-wrapper {
  padding: 1.563rem 0;
}

.max-md-size .copyright-wrapper p, .max-md-size .copyright-wrapper .footer-menu {
  width: 100%;
  text-align: center;
}

.max-md-size .copyright-wrapper p {
  padding: 0;
}

.max-md-size .copyright-wrapper .footer-menu {
  margin: 15px auto 0 auto;
  display: block;
}

.max-md-size .copyright-wrapper .footer-menu li {
  display: inline-block;
  float: none;
  padding: 0;
}

.max-sm-size .copyright-wrapper {
  padding: 1.25rem 0;
}

.max-sm-size .copyright-wrapper .design {
  display: block;
  width: 100%;
}

.Top {
  width: 3.438rem;
  height: 3.438rem;
  border-radius: 99em;
  background-color: #dcaaaa;
  display: none;
  text-align: center;
  border: 2px solid #fff;
  text-align: center;
  position: absolute;
  right: 1.875rem;
  bottom: 3.75rem;
  z-index: 1000;
  transition: background 0.3s ease-out;
}

.Top span {
  font-size: 1.313rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  top: -2px;
  line-height: 3.438rem;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}

.Top:hover span, .Top:focus span {
  transform: translateY(-0.313rem);
  transition: transform 0.3s ease-out;
}

.max-bl-size .Top {
  right: 1.563rem;
  bottom: 4.063rem;
}

.max-lg-size .Top {
  position: fixed;
}

.max-md-size .Top {
  bottom: 3.75rem;
}

.max-sm-size .Top {
  right: 0.938rem;
  bottom: 2.813rem;
}

.max-sm-size .Top span {
  top: 0.938rem;
  line-height: normal;
}

@media screen and (max-width: 350px) {
  .max-sm-size .Top {
    bottom: 4.063rem;
  }
}

/* ==============================================================
   [ #Home ]
 ================================================================*/
#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 {
  background-image: url(../images/common/logo_white.png);
}

.min-lg-size #Home #header.not-croll .header-main-nav li a {
  color: #fff;
}

.min-lg-size #Home #header.not-croll .right-block a {
  line-height: 50px;
  height: 50px;
  margin-top: 1.25rem;
  transition: all 0.2s ease-out;
}

.min-lg-size #Home #header.not-croll .right-block a span {
  font-size: 1.125rem;
}

#Home .h-true {
  margin-top: 90px;
}

.max-lg-size #Home .h-true {
  margin-top: 0;
}

.max-sm-size #Home .h-true {
  height: auto !important;
}

#Home #header {
  opacity: 0;
  transform: translateY(-30px);
}

#Home.start #header {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.max-lg-size #Home .fp-tableCell {
  height: auto !important;
}

#Home #fp-nav ul li {
  width: 10px;
  height: 22px;
}

#Home #fp-nav ul li a span {
  width: 10px;
  height: 10px;
  background: rgba(89, 73, 63, 0.5);
  margin: -5px 0 0 -5px;
  transition: all 0.35s ease-out;
  transition-delay: 0s;
}

#Home #fp-nav ul li a.active span {
  width: 100%;
  height: 100%;
  background: rgba(89, 73, 63, 0.9);
  border-radius: 10px;
  margin: -10px 0 0 -5px;
  transition-delay: 0.2s;
}

#Home #fp-nav ul li:hover a span, #Home #fp-nav ul li:focus a span {
  width: 10px;
  height: 10px;
  background: rgba(89, 73, 63, 0.9);
  margin: -5px 0 0 -5px;
}

#Home #fp-nav ul li:hover a.active span, #Home #fp-nav ul li:focus a.active span {
  width: 100%;
  height: 100%;
  background: rgba(89, 73, 63, 0.9);
  border-radius: 10px;
  margin: -11px 0 0 -5px;
}

#index-banner-slider {
  background: #cfcfcf;
  z-index: 1;
}

#index-banner-slider .pc {
  width: 100%;
  height: 100vh;
  position: relative;
  display: block;
}

.webkit #index-banner-slider .pc, .firefox #index-banner-slider .pc {
  animation: bg-pic-scale 45s ease-out infinite;
  -webkit-animation: bg-pic-scale 45s ease-out infinite;
  -moz-animation: bg-pic-scale 45s ease-out infinite;
}

.marquee-wrapper {
  max-width: 1400px;
  width: 90%;
  height: 3.75rem;
  position: absolute;
  display: block;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  opacity: 0;
  bottom: 10px;
  transition: opacity 0.35s, bottom 0.35s ease-out;
}

.marquee-wrapper h3, .marquee-wrapper .more {
  height: 3.75rem;
  line-height: 3.75rem;
}

body.start .marquee-wrapper {
  opacity: 1;
  bottom: 30px;
  transition-delay: 0.5s;
}

.marquee-wrapper h3 {
  width: 16%;
  float: left;
  margin: 0;
}

.marquee-wrapper .more {
  width: 13%;
  float: right;
  display: inline-block;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: background 0.3s ease-out;
}

.marquee-wrapper .more:hover, .marquee-wrapper .more:focus {
  background: rgba(255, 255, 255, 0.7);
  transition: background 0.3s ease-out;
}

.marquee-wrapper .marquee-arrows {
  width: 10%;
  float: right;
}

.marquee-wrapper #marquee-slider {
  width: 60%;
  height: 25px;
  margin-top: 18px;
  float: left;
}

.marquee-wrapper .line-r {
  border-right: 1px solid #9e9e9e;
}

.marquee-wrapper .line-left {
  border-left: 1px solid #9e9e9e;
}

.max-md-size .marquee-wrapper h3 {
  width: 13%;
  padding-left: 10px;
}

.max-md-size .marquee-wrapper .marquee-arrows {
  width: 15%;
}

.max-md-size .marquee-wrapper #marquee-slider {
  width: 55%;
}

.max-md-size .marquee-wrapper .row {
  margin-left: 0;
}

.max-md-size .marquee-wrapper .row .date {
  display: none;
}

.max-md-size .marquee-wrapper .row .text {
  width: 100%;
}

.max-sm-size .marquee-wrapper {
  display: none;
}

#marquee-slider {
  overflow: hidden;
}

#marquee-slider .box p {
  font-size: 1.063rem;
  color: #000;
  line-height: inherit;
  margin: 0;
  text-align: left;
}

#marquee-slider .box:hover .date, #marquee-slider .box:hover p, #marquee-slider .box:focus .date, #marquee-slider .box:focus p {
  text-decoration: underline;
}

.max-md-size #marquee-slider .date {
  display: none;
}

.max-md-size #marquee-slider p {
  height: 1.563rem;
  overflow: hidden;
  flex: none;
  -ms-flex: none;
  max-width: unset;
}

.marquee-arrows .slick-prev, .marquee-arrows .slick-next {
  width: 50%;
  height: 3.75rem;
  display: block;
  top: 0;
  left: auto;
  right: auto;
  margin-top: 0;
  position: relative;
  float: right;
  border-left: 1px solid #9e9e9e;
  transition: background 0.3s ease-out;
}

.marquee-arrows .slick-prev:before, .marquee-arrows .slick-next:before {
  font-size: 20px;
  color: #535353;
}

.marquee-arrows .slick-prev:hover, .marquee-arrows .slick-prev:focus, .marquee-arrows .slick-next:hover, .marquee-arrows .slick-next:focus {
  background: rgba(255, 255, 255, 0.7);
  transition: background 0.3s ease-out;
}

.marquee-arrows .slick-prev:before {
  content: "\e92f";
}

.marquee-arrows .slick-next:before {
  content: "\e92c";
}

.red-line {
  width: 100%;
  height: 1px;
  position: relative;
  display: block;
  background: #dc7878;
  text-align: center;
  clear: both;
}

.index-intro {
  max-width: 450px;
  width: 90%;
  margin: auto;
  text-align: left;
}

.index-intro h2 {
  font-size: 2.375rem;
  color: #59493f;
  line-height: 55px;
  letter-spacing: 8px;
}

.index-intro h2 .eng {
  letter-spacing: 0px;
}

.index-intro .red-line {
  position: relative;
}

.max-lg-size .index-intro {
  margin: 30px auto;
  width: 80%;
}

.max-lg-size .index-intro h2 {
  font-size: 1.875rem;
  line-height: 45px;
}

.max-sm-size .index-intro {
  width: 75%;
  text-align: center;
}

.max-sm-size .index-intro h2 {
  font-size: 1.625rem;
  line-height: 40px;
}

/* ========== room ==========*/
.index-room-section {
  background: #f0e6d7;
}

.max-lg-size .index-room-section .h-true {
  height: auto !important;
}

.index-room {
  width: 100%;
  height: 32vh;
  position: relative;
  display: block;
}

.index-room img {
  transform: translateY(0px) scale(1.03);
  transition: opacity 0.35s, transform 0.35s ease-out;
}

.index-room h3 {
  color: #000;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s ease-out;
}

.index-room .cover {
  background: rgba(240, 230, 215, 0.4);
  transition: background 0.3s ease-out;
}

.index-room:hover h3, .index-room:focus h3 {
  opacity: 0;
  transform: translateX(-50%) translateY(-20%);
  -webkit-transform: translateX(-50%) translateY(-20%);
  transition: opacity 0.35s, transform 0.35s ease-out;
}

.index-room:hover .cover, .index-room:focus .cover {
  background: rgba(240, 230, 215, 0);
  transition: background 0.3s ease-out;
}

.index-room:hover img, .index-room:focus img {
  transform: translateY(3px) scale(1.02);
  transition: opacity 0.35s, transform 0.5s;
}

.max-lg-size .index-room {
  height: 220px;
}

.max-md-size .index-room {
  width: 33.3%;
  height: 250px;
  display: inline-block;
  float: left;
}

.max-sm-size .index-room {
  width: 100%;
  height: 180px;
}

/* ========== features ==========*/
.index-features-section {
  background: #eeeeee;
  overflow: hidden;
}

.flower {
  background-image: url(../images/common/flower.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 140px;
  height: 140px;
}

.max-lg-size .index-features-section,
.max-lg-size .index-contact-section,
.max-lg-size .index-room-section {
  height: auto !important;
}

#features-slider .slick-arrow {
  visibility: hidden;
}

#features-slider .features-intro {
  position: relative;
  margin-top: 60px;
}

#features-slider .features-intro .flower {
  position: absolute;
  top: -40px;
  right: 65px;
}

#features-slider .features-intro p {
  height: 78px;
  overflow: hidden;
  margin-bottom: 0;
}

#features-slider .index-feature-pc img {
  width: 1100px;
  height: 1100px;
  border-radius: 99em;
  top: -15%;
  left: -30px;
  position: absolute;
}

.max-bl-size #features-slider .index-feature-pc img {
  width: 1000px;
  height: 1000px;
  top: -15%;
}

.max-xl-size #features-slider .index-feature-pc img {
  width: 900px;
  height: 900px;
  top: -100px;
  left: -20px;
}

.max-lg-size #features-slider .index-feature-pc {
  width: 100%;
  height: 100vh !important;
}

.max-lg-size #features-slider .index-feature-pc img {
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
}

.max-md-size #features-slider .features-intro .flower {
  top: -45px;
  right: auto;
  left: 200px;
  width: 100px;
}

.max-md-size #features-slider .features-intro p {
  height: auto;
}

.max-md-size #features-slider .index-feature-pc {
  height: auto !important;
}

.max-md-size #features-slider .index-feature-pc img {
  width: 100%;
  height: auto;
  position: relative;
  top: 25px;
}

.max-sm-size #features-slider .slick-dots {
  bottom: 15px;
}

.max-sm-size #features-slider .features-intro {
  margin-top: 30px;
  margin-bottom: 15px;
}

.max-sm-size #features-slider .features-intro .flower {
  display: none;
}

.index-slide-count {
  width: 100%;
  height: 30px;
  position: absolute;
  display: block;
  text-align: left;
  z-index: 99;
  font-size: 1.25rem;
  color: #323232;
  z-index: 9;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  margin-top: 260px;
}

.index-slide-count .box {
  width: 90%;
  max-width: 450px;
  padding-left: 75px;
  margin-left: auto;
  margin-right: auto;
}

.index-slide-count .slick-arrow {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 99em;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  text-align: center;
  margin-top: -1.5625rem;
  background: transparent;
  font-weight: bold;
  top: -11px;
  margin-top: 0;
  bottom: 0;
  z-index: 99;
}

.index-slide-count .slick-arrow:before {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  display: block;
  font-size: 20px;
  color: #333;
  top: 14px;
  color: #b7b7b7;
  transition: color 0.3s ease-out;
}

.index-slide-count .slick-arrow:hover:before {
  color: #323232;
}

.index-slide-count .slick-arrow:hover, .index-slide-count .slick-arrow:focus {
  transform: none;
}

.index-slide-count .slick-arrow.slick-prev {
  left: 21px;
}

.index-slide-count .slick-arrow.slick-prev:before {
  content: "\e92d";
  left: -1px;
}

.index-slide-count .slick-arrow.slick-next {
  left: 120px;
}

.index-slide-count .slick-arrow.slick-next:before {
  content: "\e92e";
  left: 1px;
}

.max-md-size .index-slide-count {
  display: none;
}

/* ========== contact ==========*/
.index-contact-section {
  background: #fef4ef;
}

.max-lg-size .index-contact-section .focuspoint {
  height: 600px;
}

.max-sm-size .index-contact-section .focuspoint {
  height: 500px;
}

.contact-box {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 3;
}

.max-lg-size .contact-box {
  height: 450px;
  margin-top: 70px;
}

.max-sm-size .contact-box {
  margin-top: 20px;
}

.contact-intro {
  text-align: center;
}

.contact-intro .red-line {
  max-width: 435px;
  margin: 30px auto;
}

.contact-intro .phone {
  font-size: 20px;
}

.contact-intro .phone .icon {
  width: 60px;
  height: 60px;
  border-radius: 99em;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 2.188rem;
  border: 1px solid #323232;
  margin-right: 10px;
}

.contact-intro .phone .text {
  letter-spacing: 5px;
  display: inline-block;
  position: relative;
  top: -10px;
}

.btn.contact-more {
  background: #dcaaaa;
  font-size: 1.375rem;
  color: #fff;
  padding: 15px 30px;
  min-width: 280px;
}

.btn.contact-more .icon {
  left: -5px;
  top: 2px;
}

.btn.contact-more .arrow {
  top: 17px;
}

.max-sm-size .btn.contact-more {
  font-size: 1.25rem;
  padding: 0.938rem 1.563rem;
  min-width: unset;
  width: 100%;
}

@keyframes bg-pic-scale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bg-pic-scale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes bg-pic-scale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* ===========================================================
   [ #About ]
 =============================================================*/
/* =========== about.php ===========*/
#About.about .text-inner-block {
  max-width: 640px;
}

#About.about .html {
  height: 170px;
}

.max-lg-size #About.about .text-inner-block {
  top: inherit;
  bottom: inherit;
  transform: none;
  -webkit-transform: none;
}

.max-md-size #About.about .text-inner-block {
  max-width: 100%;
}

.max-md-size #About.about .html {
  height: auto;
}

.max-sm-size .text-inner-block {
  text-align: center;
}

.max-sm-size .text-inner-block h3, .max-sm-size .text-inner-block p.eng {
  text-align: center;
}

.max-sm-size .text-inner-block .line-s {
  margin-left: auto;
  margin-right: auto;
}

.max-sm-size .text-inner-block .html {
  text-align: left;
}

/* =========== feature.php ===========*/
.feature-wrapper {
  background: #fff;
  margin-bottom: 30px;
}

.feature-wrapper .text-inner-block {
  padding: 100px 90px 0 90px;
}

.feature-wrapper .title-inner-box h3 {
  vertical-align: middle;
  margin-top: 0;
}

.feature-wrapper .title-inner-box h3 .num {
  display: inline-block;
  font-size: 3.75rem;
  color: #dcaaaa;
  margin-right: 5px;
}

.feature-wrapper .title-inner-box h3 .text {
  display: inline-block;
  position: relative;
  top: -10px;
}

.feature-wrapper .imgLiquidFill {
  height: 450px;
}

.max-md-size .feature-wrapper .text-inner-block {
  padding: 60px 40px 0px 40px;
}

.max-sm-size .feature-wrapper .text-inner-block {
  padding: 30px 20px 0 20px;
}

.max-sm-size .feature-wrapper .title-inner-box h3 .num {
  font-size: 1.75rem;
}

.max-sm-size .feature-wrapper .title-inner-box h3 .text {
  font-size: 1.25rem;
  top: -2px;
}

.max-sm-size .feature-wrapper .imgLiquidFill {
  height: 250px;
}

/* =========== team.php ===========*/
.team-wrapper .pc {
  width: 100%;
}

.team-wrapper .html {
  max-height: 330px;
}

.min-lg-size .team-wrapper .html ul {
  margin-left: 20px;
}

.max-md-size .team-wrapper .html {
  max-height: none;
}

.team-card {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 20px;
}

.team-card .pc {
  width: 95%;
  overflow: hidden;
}

.team-card .pc img {
  transform: scale(1.1);
  transition: transform 0.35s ease-out;
}

.team-card .card-body {
  width: 80%;
  height: auto;
  position: absolute;
  display: block;
  background: #fff;
  box-shadow: 2px 0 15px rgba(51, 51, 51, 0.3);
  bottom: -50px;
  right: 20px;
  padding: 1.25rem 1.563rem;
  transform: translateY(0);
  transition: transform 0.35s ease-out;
}

.team-card .card-more {
  font-size: 1.125rem;
  color: #b4b4b4;
  letter-spacing: 5px;
  top: 17px;
  transition: color 0.3s ease-out;
}

.team-card .card-more .icon {
  font-size: 1.375rem;
}

.team-card:hover .pc img, .team-card:focus .pc img {
  transform: scale(1);
  transition: transform 0.45s ease-out;
}

.team-card:hover .card-body, .team-card:focus .card-body {
  transform: translateY(-10px);
  transition: transform 0.35s ease-out;
}

.team-card:hover .card-more, .team-card:focus .card-more {
  color: #dc7878;
  transition: color 0.3s ease-out;
}

.max-lg-size .team-card {
  padding: 0 0.938rem;
  margin-top: 0.938rem;
  margin-bottom: 0.938rem;
}

.max-lg-size .team-card .pc {
  width: 100%;
}

.max-lg-size .team-card .card-body {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  box-shadow: none;
  padding: 0.938rem 1.25rem;
  bottom: 0;
  right: 0;
}

.max-lg-size .team-card .card-more {
  text-align: left;
  top: 0;
  margin: 10px 0 5px 0;
}

/* =========== experience.php ===========*/
#iframe {
  overflow: hidden;
}

.iframe-wrapper {
  overflow: hidden;
  padding: 2.5rem;
}

.max-sm-size .iframe-wrapper {
  padding: 1.563rem 1.563rem 0.625rem 1.563rem;
}

.fancybox-slide--iframe .fancybox-content {
  width: 90%;
  height: 90%;
  max-width: 1200px !important;
  max-height: 650px !important;
  margin: 0;
}

.fancybox-enabled #header {
  right: 17px;
  left: auto;
}

.fancybox-toolbar {
  display: none;
}

.fancybox-close-small {
  width: 3.125rem !important;
  height: 3.125rem !important;
  top: 0.938rem !important;
  right: 2.188rem !important;
  transform: rotate(0);
  transition: transform 0.35s ease-out;
}

.fancybox-close-small:before {
  content: "\e936";
  font-size: 3.125rem !important;
  color: #969696;
}

.fancybox-close-small:after {
  display: none;
}

.fancybox-close-small:hover, .fancybox-close-small:focus {
  transform: rotate(360deg);
  transition: transform 0.5s ease-out;
}

.max-sm-size .fancybox-close-small {
  width: 2.5rem !important;
  height: 2.5rem !important;
  top: 0.313rem !important;
  right: 0.313rem !important;
}

.max-sm-size .fancybox-close-small:before {
  font-size: 2.5rem !important;
}

.iframe-title-box {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding-bottom: 1.25rem;
}

.iframe-title-box h2 {
  font-size: 1.375rem;
  color: #59493f;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  letter-spacing: 2px;
}

.iframe-title-box h2 small {
  font-size: 1rem;
}

.max-sm-size .iframe-title-box {
  margin-top: 10px;
  padding-bottom: 10px;
}

.max-sm-size .iframe-title-box h2 {
  font-size: 1.125rem;
  letter-spacing: 1px;
}

.max-sm-size .iframe-title-box h2 small {
  font-size: 0.938rem;
}

.experience-html {
  height: calc(100vh - 230px);
  margin-top: 0;
  margin-bottom: 0;
}

.max-sm-size .experience-html {
  height: auto;
}

/* ===========================================================
   [ #Service ]
 =============================================================*/
#Service .html.mCustomScrollbar {
  max-height: 200px;
}

.max-lg-size #Service .html.mCustomScrollbar {
  max-height: 155px;
}

.max-lg-size #Service .html.mother-html {
  max-height: 220px !important;
}

.max-sm-size #Service .html.mCustomScrollbar {
  max-height: none;
  text-align: left;
}

/* =========== mother.php ===========*/
.mother-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+20,e6e6e6+95 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 1%, white 20%, #e6e6e6 95%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 1%, white 20%, #e6e6e6 95%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 1%, white 20%, #e6e6e6 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-9 */
}

/* ===========================================================
   [ #About ]
 =============================================================*/
/* =========== rooms.php ===========*/
.rooms-wrapper .imgLiquidFill {
  height: 500px;
}

.rooms-wrapper .text-inner-block {
  width: 460px;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
}

.rooms-wrapper .line-s {
  margin-bottom: 30px;
}

.max-md-size .rooms-wrapper .imgLiquidFill {
  height: 400px;
}

.max-md-size .rooms-wrapper .text-inner-block {
  width: 80%;
  margin: auto;
  display: block;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  transform: none;
  -webkit-transform: none;
  position: relative;
  padding: 1.875rem 1.25rem;
}

.max-sm-size .rooms-wrapper .text-inner-block {
  width: 100%;
}

.max-sm-size .rooms-wrapper .imgLiquidFill {
  height: 250px;
}

.rooms-banner {
  height: 540px;
  background: #fff;
}

.rooms-banner .imgLiquidFill {
  width: 100%;
  height: 600px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.rooms-banner .container {
  height: inherit;
  z-index: 9;
}

.rooms-banner .text-box {
  max-width: 460px;
  left: 0;
  top: 40%;
  text-align: left;
}

.rooms-banner .text-box .line-s {
  margin-left: 0;
  background: #5a5a5a;
  height: 2px;
}

.rooms-banner .text-box p {
  font-size: 1rem !important;
}

.max-bl-size .rooms-banner .text-box {
  left: 50px;
}

.max-lg-size .rooms-banner .text-box {
  top: 50px;
}

.max-sm-size .rooms-banner {
  height: auto;
  background: #f0e6d7;
}

.max-sm-size .rooms-banner .imgLiquidFill {
  height: 250px;
  position: relative;
}

.max-sm-size .rooms-banner .title-inner-box {
  text-align: center !important;
}

.max-sm-size .rooms-banner .text-box {
  width: 100%;
  left: 0;
  top: 40px;
  margin-bottom: 80px;
  text-align: center;
  bottom: inherit;
  transform: none;
  -webkit-transform: none;
}

.max-sm-size .rooms-banner .text-box p {
  text-align: left;
}

.max-sm-size .rooms-banner .text-box h3, .max-sm-size .rooms-banner .text-box p.eng {
  text-align: center;
}

.max-sm-size .rooms-banner .text-box .line-s {
  background: #dc7878;
  margin-left: auto;
  margin-right: auto;
}

.max-sm-size .rooms-banner .normol-more {
  margin-left: auto;
  margin-right: auto;
}

/* =========== room.php ===========*/
.min-sm-size .room-slider-wrapper .text-inner-block {
  min-width: 350px;
}

.room-slider .pc {
  height: 600px;
}

.max-lg-size .room-slider .pc {
  height: 550px;
}

.max-md-size .room-slider .pc {
  height: 450px;
}

.max-sm-size .room-slider .pc {
  height: 300px;
}

.max-md-size .room-text-inner {
  padding: 30px;
  text-align: center;
}

.max-md-size .room-text-inner .line-s {
  margin-right: auto;
  margin-left: auto;
}

.max-md-size .room-text-inner .html p {
  text-align: center;
}

.max-sm-size .room-text-inner {
  text-align: left;
}

.max-sm-size .room-text-inner .html p {
  text-align: left;
}

.room-table .b-t {
  border-top: 1px solid #b2b2b2;
}

.room-table .b-b {
  border-bottom: 1px solid #b2b2b2;
}

.room-table th {
  width: 10%;
  min-width: 105px;
}

.room-table td {
  width: 22.5%;
  padding: 10px 15px;
  padding-left: 20px;
}

.room-table td .dot {
  width: 5px;
  height: 5px;
  border-radius: 99em;
  background-color: #59493f;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  top: -3px;
}

.room-table tr.has-line td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.max-sm-size .room-table {
  min-width: 700px;
}

.max-sm-size .room-table th {
  min-width: 4.375rem;
  font-size: 1rem;
}

.max-sm-size .room-table td {
  font-size: 0.938rem;
}

/* =========== jing-yi.php ===========*/
.jing-wrapper {
  border: 1px solid #c8c8c8;
}

.jing-box .text-inner-block {
  width: 80%;
  padding: 1.875rem 1.875rem 0.625rem 1.875rem;
}

.jing-box .imgLiquidFill {
  height: 450px;
}

.max-lg-size .jing-box .text-inner-block {
  width: 90%;
  padding: 1.875rem 1.563rem;
}

.max-lg-size .jing-box .text-inner-block h3 {
  letter-spacing: 0 !important;
  font-size: 25px !important;
}

.max-lg-size .jing-box .text-inner-block .line-l {
  margin: 20px 0 25px 0 !important;
}

.max-lg-size .jing-box .imgLiquidFill {
  height: 400px;
}

.max-sm-size .jing-box .text-inner-block {
  width: 100%;
  padding: 1.875rem 1.563rem 0.938rem 1.563rem;
}

.max-sm-size .jing-box .text-inner-block h3 small {
  width: 100%;
  margin-bottom: 5px;
}

.max-sm-size .jing-box .text-inner-block .html p {
  text-align: left;
}

.max-sm-size .jing-box .imgLiquidFill {
  height: 250px;
}

/* =========== monther-care.php ===========*/
.title-sm-left.line-v {
  padding-left: 25px;
}

.title-sm-left.line-v:before {
  content: "";
  width: 3px;
  height: 96%;
  position: absolute;
  display: block;
  background: #dcaaaa;
  top: 2%;
  left: 0;
  z-index: 9;
}

.max-sm-size .title-sm-left h3, .max-sm-size .title-sm-left p.eng {
  text-align: left;
}

.max-sm-size .title-sm-left .line-s {
  margin-right: 0;
  margin-left: 0;
}

/* =========== food.php ===========*/
#kitchen-slider .pc {
  height: 420px;
}

.max-lg-size #kitchen-slider .pc {
  height: 350px;
}

.max-sm-size #kitchen-slider .pc {
  height: 300px;
}

#food-slider .pc {
  height: 680px;
}

.max-lg-size #food-slider .pc {
  height: 650px;
}

.max-sm-size #food-slider .pc {
  height: 300px;
}

.food-haccp {
  margin-bottom: 30px;
}

.food-haccp .text-box {
  padding-top: 40px;
}

.max-sm-size .food-haccp {
  margin-bottom: 1.25rem;
}

.max-sm-size .food-haccp .text-box {
  padding-top: 10px;
}

/* ==============================================================
   [ News ]
 ================================================================*/
.news-search-from {
  max-width: 420px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  padding: 8px 15px 8px 20px;
}

.news-search-from label, .news-search-from a {
  font-size: 1rem;
  color: #323232;
  text-decoration: none;
  position: relative;
  top: 7px;
}

.news-search-from a {
  margin: 0 5px;
  transition: color 0.3s ease-out;
}

.news-search-from a:hover, .news-search-from a:focus, .news-search-from a.active {
  color: #dcaaaa;
  transition: color 0.3s ease-out;
}

.news-search-from .line {
  color: #d2d2d2;
  position: relative;
  top: 5px;
}

.news-search-from .news-search-input {
  border-radius: 3px;
  padding: 11px 30px 11px 10px;
  margin-left: 10px;
  float: right;
  border: 1px solid #e4e4e4;
}

.news-search-from input {
  width: 150px;
}

.news-search-from .icon {
  right: 26px;
  bottom: 17px;
  font-size: 1.375rem;
  color: #59493f;
  position: absolute;
  padding: 0 !important;
  transform: translateY(0px);
  transition: transform 0.25s ease-out;
}

.max-sm-size .news-search-from {
  max-width: unset;
  width: 100%;
  margin-bottom: 1.563rem;
}

.max-sm-size .news-search-from .news-search-input {
  width: 100%;
  margin-top: 15px;
}

.news-card {
  width: 100%;
  height: 360px;
  position: relative;
  display: block;
  transform: translateY(0);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  padding: 0;
  margin: 15px 0;
  overflow: hidden;
  transition: all 0.35s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.news-card .pc {
  width: 101%;
  height: 360px;
  transform: translateY(0);
  transition: transform 0.35s;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.news-card .card-body {
  width: 100%;
  height: 180px;
  position: absolute;
  display: block;
  background: #fff;
  padding: 20px 25px 20px 25px;
  z-index: 9;
  bottom: -120px;
  transform: translateY(0);
  transition: transform 0.35s ease-out;
}

.news-card .card-body h3 {
  height: 1.25rem;
  margin-bottom: 20px;
  overflow: hidden;
}

.news-card .card-body p {
  color: #59493f;
  height: 3.125rem;
  overflow: hidden;
}

.news-card .card-body .line-l {
  width: 130%;
  margin: 0 -15%;
  position: absolute;
  bottom: 0;
  height: 3px;
}

.news-card .card-body .more {
  letter-spacing: 1px;
}

.news-card .card-body .more span {
  position: relative;
  top: 1px;
  left: 0;
  transition: left 0.35s ease-out;
}

.news-card:hover .pc, .news-card:focus .pc {
  transform: translateY(-120px);
  transition: transform 0.35s ease-out;
}

.news-card:hover .card-body, .news-card:focus .card-body {
  transform: translateY(-120px);
  transition: transform 0.35s ease-out;
}

.news-card:hover .card-body .more span, .news-card:focus .card-body .more span {
  left: 5px;
  transition: left 0.35s ease-out;
  transition-delay: 0.1s;
}

.max-lg-size .news-card {
  height: 300px;
}

.max-lg-size .news-card .pc {
  height: inherit;
}

.max-sm-size .news-card {
  height: 250px;
}

.max-sm-size .news-card .pc {
  height: inherit;
}

.max-sm-size .news-card .block-a {
  z-index: 9999;
}

/* ======= common  ==========*/
.major-header {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin-top: 40px;
  border-bottom: 1px solid #dc7878;
  padding: 20px 0;
}

.major-header:after {
  content: "";
  width: 90px;
  height: 3px;
  position: absolute;
  display: block;
  background: #dcaaaa;
  border-radius: 10px;
  bottom: -2px;
  left: 0;
  z-index: 9;
}

.major-header .time {
  font-size: 1rem;
  color: #b4b4b4;
  letter-spacing: 1px;
  top: 5px;
}

.major-header .share-wrapper {
  text-align: right;
  float: right;
}

.max-md-size .major-header {
  margin-top: 0;
  padding: 1.563rem 0 0.75rem 0;
  text-align: center;
}

.max-md-size .major-header:after {
  display: none;
}

.max-md-size .major-header h3, .max-md-size .major-header .share-wrapper {
  text-align: center !important;
  float: none;
}

.max-md-size .major-header .share-wrapper {
  display: inline-block;
}

.max-md-size .major-header .time {
  top: 0;
  text-align: center !important;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.share-wrapper a {
  margin: 0 6px;
}

.share-wrapper a span.a2a_svg {
  background: #b4b4b4 !important;
  border-radius: 99em;
  padding: 3px;
  opacity: 1  !important;
  transition: background 0.3s ease-out;
}

.share-wrapper a:hover.fb span, .share-wrapper a:focus.fb span {
  background-color: #3b5998 !important;
  transition: background 0.3s ease-out;
}

.share-wrapper a:hover.twitter span, .share-wrapper a:focus.twitter span {
  background-color: #55acee !important;
  transition: background 0.3s ease-out;
}

.share-wrapper a.icon-line {
  width: 33px;
  height: 33px;
  border-radius: 99em;
  background-color: #b4b4b4;
  display: block;
  text-align: center;
  font-size: 26px;
  transition: background 0.3s ease-out;
}

.share-wrapper a.icon-line:before {
  color: #ffffff;
  position: relative;
  top: 6px;
  font-size: 21px;
  font-weight: unset;
}

.share-wrapper a.icon-line:hover, .share-wrapper a.icon-line:focus {
  background: #00c300;
  transition: background 0.3s ease-out;
}

.back-arrow-wrapper {
  text-align: center;
}

.back-arrow-wrapper a {
  display: inline-block;
  margin: 15px 15px;
}

.back-arrow-wrapper a.previous .arrow {
  left: 25px;
  right: auto;
}

.back-arrow-wrapper a.back .arrow {
  transform: translateY(3px);
}

.back-arrow-wrapper a:hover.previous .arrow, .back-arrow-wrapper a:focus.previous .arrow {
  transform: translateX(-5px);
}

.back-arrow-wrapper a:hover.back .arrow, .back-arrow-wrapper a:focus.back .arrow {
  transform: translateY(-2px);
}

.max-sm-size .back-arrow-wrapper a {
  width: 100%;
  margin: 0.625rem 0;
}

/* ==============================================================
   [ lessons ]
 ================================================================*/
.lessons-title-box {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lessons-title-box .line-s {
  margin-right: auto;
  margin-left: auto;
}

.lessons-title-box .html p {
  text-align: center;
}

.max-sm-size .lessons-title-box {
  margin-top: 50px !important;
}

.max-sm-size .lessons-title-box .html p {
  margin-bottom: 0;
}

.lessons-slider .pc {
  width: 100%;
  height: 600px;
}

.max-md-size .lessons-slider .pc {
  height: 450px;
}

.max-sm-size .lessons-slider .pc {
  height: 300px;
}

.lessons-icon-wrap {
  max-width: 72%;
}

.max-lg-size .lessons-icon-wrap {
  max-width: unset;
}

.lessons-card {
  background: #fff;
  padding-bottom: 40px;
  margin: 15px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.lessons-card .cover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,feffff+75,feffff+100&0+0,1+75 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #feffff 75%, #feffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #feffff 75%, #feffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #feffff 75%, #feffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#feffff',GradientType=0 );
  /* IE6-9 */
}

.lessons-card .cover:before, .lessons-card .cover:after {
  position: absolute;
  content: '';
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  transition: opacity 0.3s, transform 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lessons-card .cover:before {
  border-top: 3px solid #dcaaaa;
  border-bottom: 3px solid #dcaaaa;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.lessons-card .cover:after {
  border-right: 3px solid #dcaaaa;
  border-left: 3px solid #dcaaaa;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.lessons-card .card-img {
  width: 100%;
  height: 320px;
  position: relative;
  display: block;
  transform: translateY(-15px);
  transition: transform 0.4s;
}

.lessons-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.875rem 2.188rem;
  z-index: 10;
}

.lessons-card:hover .cover:before, .lessons-card:hover .cover:after, .lessons-card:focus .cover:before, .lessons-card:focus .cover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.lessons-card:hover .card-img, .lessons-card:focus .card-img {
  transform: translateY(0);
  transition: transform 0.5s;
}

.max-lg-size .lessons-card {
  height: 280px;
}

.max-sm-size .lessons-card {
  height: 250px;
}

.max-sm-size .lessons-card .card-body {
  padding: 0.938rem 1.25rem;
}

.lesson-line {
  margin: 30px 0 50px 0;
}

.lesson-line:after {
  content: "";
  width: 140px;
  height: 3px;
  position: absolute;
  display: block;
  background: #dc7878;
  top: -1px;
  left: 50%;
  margin-left: -70px;
  z-index: 9;
}

#lesson-table {
  width: 100%;
  margin-bottom: 50px;
}

#lesson-table .th {
  background: #59493f;
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 13px 20px 10px 25px;
  border-right: 1px solid #f0e6d7;
}

#lesson-table .th:last-child {
  border-left: 0;
}

#lesson-table .td {
  font-size: 1rem;
  color: #59493f;
  font-weight: normal;
  text-align: left;
  padding: 23px 25px;
}

#lesson-table .name {
  width: 30%;
}

#lesson-table .teacher {
  width: 20%;
}

#lesson-table .lesson {
  width: 50%;
}

#lesson-table .max-md-size .th, #lesson-table .max-md-size .td {
  padding: 10px 15px;
}

.max-sm-size #lesson-table {
  margin-bottom: 40px;
}

.max-sm-size #lesson-table .tr {
  margin-bottom: 30px;
  border-top: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
}

.max-sm-size #lesson-table .th, .max-sm-size #lesson-table .td {
  width: 100%;
  padding: 8px 15px;
}

/* ==============================================================
   [ client ]
 ================================================================*/
.client-card {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding-top: 50px;
  margin: 30px 0;
  z-index: 999;
  cursor: pointer;
}

.client-card .pc {
  width: 200px;
  height: 200px;
  border-radius: 99em;
  background-color: #fff;
  display: block;
  text-align: center;
  overflow: hidden;
  z-index: 9;
  box-shadow: 1px 3px 5px rgba(51, 51, 51, 0.4);
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -100px;
}

.client-card .pc img {
  transform: scale(1);
  transition: transform 0.35s ease-out;
}

.client-card .card-body {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  background: #fff;
  padding: 160px 40px 20px 40px;
  text-align: center;
  border: 1px solid #f0f0f0;
}

.client-card .card-body h3 {
  height: 1.25rem;
  margin-bottom: 20px;
  overflow: hidden;
}

.client-card .card-body h3, .client-card .card-body .time {
  transition: color 0.3s ease-out;
}

.client-card .card-body .line-s {
  margin: 25px auto;
}

.client-card .card-body p {
  color: #59493f;
  height: 3.125rem;
  overflow: hidden;
}

.client-card .card-body .more {
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
}

.client-card .line-l {
  width: 0;
  margin: 0 0%;
  position: absolute;
  bottom: 0;
  height: 3px;
  transition: width 0.35s ease-out;
}

.min-sm-size .client-card:hover .pc img, .min-sm-size .client-card:focus .pc img {
  transform: scale(1.15);
  transition: transform 0.4s ease-out;
}

.min-sm-size .client-card:hover .card-body h3, .min-sm-size .client-card:hover .card-body .time, .min-sm-size .client-card:focus .card-body h3, .min-sm-size .client-card:focus .card-body .time {
  color: #dcaaaa;
  transition: color 0.4s ease-out;
}

.min-sm-size .client-card:hover .line-l, .min-sm-size .client-card:focus .line-l {
  width: 100%;
  transition: width 0.4s ease-out;
}

.max-sm-size .client-card {
  margin: 10px 0;
}

.max-sm-size .client-card .pc {
  width: 150px;
  height: 150px;
  top: -40px;
  margin-left: -75px;
}

.max-sm-size .client-card .card-body {
  padding: 130px 20px 20px 20px;
}

.max-sm-size .client-card .block-a {
  z-index: 99999999;
  cursor: pointer;
}

/* ==============================================================
   [ Contact  ]
 ================================================================*/
#contact-table {
  border-top: 1px solid #b4b4b4;
}

#contact-table .td {
  padding: 20px 0;
}

#contact-table .title {
  font-size: 1rem;
  color: #dcaaaa;
  width: 20%;
  min-width: 120px;
}

#contact-table .title .icon {
  font-size: 25px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

#contact-table .title:after {
  content: "";
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
  background: #dcaaaa;
  bottom: -22px;
  left: 0;
}

#contact-table .text {
  font-size: 1rem;
  color: #59493f;
  padding-left: 10px;
}

#contact-table .tr:first-child .td.title:before {
  content: "";
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
  background: #dcaaaa;
  top: -22px;
  left: 0;
}

.max-sm-size #contact-table .td {
  width: 100%;
  min-width: unset;
  border-bottom: 3px solid #dcaaaa;
}

.max-sm-size #contact-table .td:before, .max-sm-size #contact-table .td:after {
  display: none;
}

#Contact.contact .pink-btn {
  min-width: 200px;
  margin-right: 30px;
  text-align: left;
  margin-bottom: 15px;
}

#Contact.contact .pink-btn .arrow {
  opacity: 1;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}

.max-xs-size #Contact.contact .pink-btn {
  width: 100%;
}

.contact-form {
  border-top: 3px solid #dcaaaa;
}

.message-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;
}

.message-modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.message-modal-wrapper.open .message-modal {
  margin-top: 0;
  opacity: 1;
}

.message-modal {
  width: 450px;
  height: auto;
  display: block;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  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;
}

.message-modal .head {
  width: 100%;
  padding: 1.5em 5%;
  overflow: hidden;
  background: #dcaaaa;
}

.message-modal .head h4 {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0 !important;
}

.message-modal .content {
  padding: 20px 30px 0 30px;
  text-align: center;
}

.message-modal .model-close {
  min-width: 180px;
}

.max-sm-size .message-modal {
  width: 90%;
}

.min-md-size #Contact.reservation .form .control-label {
  width: 30%;
}

.min-md-size #Contact.reservation .form .form-group:before {
  width: 30%;
}

.min-lg-size #Contact.reservation .form .control-label {
  width: 200px;
}

.min-lg-size #Contact.reservation .form .form-group:before {
  width: 200px;
}

/* ======= traffic ========*/
#google-map {
  width: 100%;
  height: 450px;
  position: relative;
  display: block;
  background: #ddd;
  margin: 30px 0;
}

.faqBox {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 20px 0;
  clear: both;
  float: none;
}

.faqBox .box {
  position: relative;
  z-index: 2;
}

.faqBox .title {
  background: #fff;
  border-radius: 99em;
  border: 2px solid #dcaaaa;
  padding: 20px 40px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}

.faqBox .title h3 {
  font-size: 1.313rem;
  color: #000;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  margin: 0;
  transition: color 0.35s;
}

.faqBox .title .toggle {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -10px;
  right: 10px;
}

.faqBox .title .toggle:before, .faqBox .title .toggle:after {
  content: "";
  background: #dcaaaa;
  display: block;
  position: absolute;
  transition: opacity 0.3s, background 0.3s ease-out;
}

.faqBox .title .toggle:before {
  width: 15px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -6px;
}

.faqBox .title .toggle:after {
  width: 2px;
  height: 15px;
  top: 3px;
  left: 50%;
}

.faqBox .answer {
  padding: 40px 30px 20px 40px;
  overflow: hidden;
  display: none;
}

.faqBox .answer .html {
  margin: 0;
}

.faqBox .answer .html h4 {
  font-size: 1.125rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}

.faqBox .answer .html p {
  font-size: 1rem;
  color: #59493f;
}

.faqBox:hover .title, .faqBox:focus .title, .faqBox.active .title {
  background: #dcaaaa;
}

.faqBox:hover .title h3, .faqBox:focus .title h3, .faqBox.active .title h3 {
  color: #fff;
}

.faqBox:hover .toggle:before, .faqBox:hover .toggle:after, .faqBox:focus .toggle:before, .faqBox:focus .toggle:after, .faqBox.active .toggle:before, .faqBox.active .toggle:after {
  background: #fff;
}

.faqBox.active .title .toggle:after {
  opacity: 0;
}

/* ==============================================================
   [ Term ]
 ================================================================*/
/* ======= privacy ========*/
#Term #sub-nav {
  max-width: 640px;
}
