@charset "UTF-8";
/* stylelint-disable declaration-property-value-disallowed-list */
/* stylelint-disable order/order */
/* stylelint-disable declaration-block-no-redundant-longhand-properties */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
  /* stylelint-disable-next-line declaration-block-no-shorthand-property-overrides */
  font: inherit;
  vertical-align: baseline;
  line-height: normal;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote {
  /* stylelint-disable-next-line rule-empty-line-before */
}
blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q {
  /* stylelint-disable-next-line rule-empty-line-before */
}
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-size: 16px;
  font-family: "Noto Sans TC", "Arial", "Helvetica", "微軟正黑體", "DFHei", "Microsoft JhengHei", "sans-serif";
}

body {
  font-size: 16px;
  font-family: "Noto Sans TC", "Arial", "Helvetica", "微軟正黑體", "DFHei", "Microsoft JhengHei", "sans-serif";
}

.container {
  margin: 0 auto;
  max-width: 68.75rem;
}

h1 {
  overflow: hidden;
  margin-top: 0.3125rem;
  margin-left: 0.625rem;
  width: 100%;
  max-width: 9.375rem;
  height: 2.75rem;
  text-indent: 101%;
  white-space: nowrap;
  background: url("../img/logo-m.png") no-repeat;
  background-position: left !important;
  background-size: contain !important;
}
h1 a {
  display: block;
  width: 27.5rem;
  height: 2.75rem;
}
@media (min-width: 768px) {
  h1 {
    max-width: 27.5rem;
    background: url("../img/logo-pc.png") no-repeat;
  }
}

h2 {
  padding-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}

header {
  padding-bottom: 0.3125rem;
  height: 2.75rem;
  border-bottom: solid 4px #ee84ab;
}

.kv {
  position: relative;
  overflow: hidden;
  height: 25rem;
  background-position: top 68px right;
  background-size: cover;
  background-color: #bde3e2;
  background-image: url("../img/kv-bg.jpg");
}
.kv-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.875rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  max-width: 26.25rem;
  background: #00a19b;
  border-bottom-right-radius: 20px;
}
.kv-img {
  width: 100%;
  max-width: 25rem;
}
@media (min-width: 768px) {
  .kv-img {
    width: 100%;
    max-width: 50rem;
  }
}
@media (min-width: 576px) {
  .kv {
    background-position: top 38% center;
  }
  .kv-wrap {
    border-bottom-right-radius: 60px;
    padding-top: 3.125rem;
    padding-right: 2.5rem;
    padding-bottom: 3.125rem;
    padding-left: 2.5rem;
  }
  .kv-img {
    width: 100%;
    max-width: 28.75rem;
  }
}

.serve {
  position: relative;
  padding-top: 5rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  height: 8.75rem;
  text-align: center;
  color: #1c1c1c;
  background: #f3f3f3;
}
.serve-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  padding-top: 1.25rem;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(209, 209, 209, 0.8);
}
.serve-box {
  position: relative;
  overflow: hidden;
  max-width: 210px;
}
.serve-img {
  width: 100%;
}
.serve-title {
  font-size: 14px;
  font-weight: 500;
}
.serve li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.25rem;
  width: 40%;
  flex-direction: column;
}
.serve span {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ee84ab;
}
@media (min-width: 768px) {
  .serve-wrap {
    justify-content: space-between;
    padding-right: 1.25rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.25rem;
    flex-direction: row;
  }
  .serve li {
    width: 23%;
  }
  .serve-title {
    font-size: 20px;
  }
}

.steps {
  padding-top: 80%;
  text-align: center;
}
.steps-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.steps-img {
  max-width: 70px;
}
.steps-title {
  font-size: 18px;
  font-weight: 500;
  color: #00a19b;
}
.steps span {
  font-size: 20px;
}
.steps li {
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
  width: 90%;
}
.steps li::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 10px;
  height: 16px;
  background: url("../img/icon-right.svg") no-repeat;
  background-position: center;
  content: "";
}
.steps li:hover .steps-img {
  transform: scale(1.1);
  transition: 0.2s;
}
.steps li:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  .steps {
    padding-top: 18.75rem;
  }
  .steps-wrap {
    flex-direction: row;
  }
  .steps-img {
    max-width: 120px;
  }
  .steps li {
    width: 20%;
  }
  .steps li::after {
    bottom: 60%;
    left: 98%;
    transform: rotate(0deg);
  }
}

.decorate {
  margin-top: 5rem;
  height: 10rem;
  background: url("../img/decorate-bg.jpg") no-repeat;
  background-position: right;
  background-size: cover;
  margin-bottom: 3.125rem;
}
@media (min-width: 992px) {
  .decorate {
    height: 15.625rem;
    background-attachment: fixed;
  }
}

.qa {
  padding-top: 1.875rem;
  text-align: center;
}
.qa .active .qa-q::after {
  top: 30%;
  background: url("../img/minus.svg") no-repeat !important;
  transition: all 0.5s;
  transform: rotate(180deg);
}
.qa .active .qa-a {
  display: block;
}
.qa-wrap {
  font-size: 1.125rem;
  text-align: left;
}
.qa-q {
  position: relative;
  padding-top: 0.625rem;
  padding-right: 2.25rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  cursor: pointer;
}
.qa-q::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url("../img/plus.svg") no-repeat;
  content: "";
  transform: translateY(-50%) rotate(360deg);
  transition: all 0.5s;
}
.qa-q:hover {
  color: #00a19b;
  background: #f4f8fa;
  transition: 0.4s;
}
.qa-a {
  display: none;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  background: #f5f5f5;
}
.qa li {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  border: solid 1px #f0f0f0;
  margin-bottom: 1.25rem;
}

footer {
  margin-top: 3.125rem;
  margin-bottom: 2.75rem;
  padding-top: 1.25rem;
  padding-right: 0.3125rem;
  padding-bottom: 1.25rem;
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #ee84ab;
  border-bottom: solid 8px #e61b64;
}
footer ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer ul li {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media (min-width: 576px) {
  footer {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  footer {
    font-size: 1rem;
  }
  footer ul {
    flex-direction: row;
  }
}

.float-icon-1 {
  position: fixed;
  bottom: 170px;
  right: 10px;
  display: none;
  width: 100px;
}
.float-icon-1 img {
  width: 100%;
}
@media (min-width: 576px) {
  .float-icon-1 {
    display: block;
  }
}

.float-icon-2 {
  position: fixed;
  bottom: 70px;
  right: 10px;
  display: none;
  width: 100px;
}
.float-icon-2 img {
  width: 100%;
}
@media (min-width: 576px) {
  .float-icon-2 {
    display: block;
  }
}

.float {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  color: #fff;
  background: #00a19b;
}
.float-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.float a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-decoration: none;
  color: inherit;
  border-right: solid 1px #fff;
}
.float a:last-child {
  border-right: none;
}
@media (min-width: 576px) {
  .float {
    display: none;
  }
}
