<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* line 6, ../sass/frame/__reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 26, ../sass/frame/__reset.scss */
body {
  line-height: 1;
}

/* line 30, ../sass/frame/__reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 34, ../sass/frame/__reset.scss */
ul, ol {
  list-style: none;
}

/* line 37, ../sass/frame/__reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../sass/frame/__reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../sass/frame/__reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* line 54, ../sass/frame/__reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 60, ../sass/frame/__reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 66, ../sass/frame/__reset.scss */
del {
  text-decoration: line-through;
}

/* line 69, ../sass/frame/__reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 73, ../sass/frame/__reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 78, ../sass/frame/__reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 86, ../sass/frame/__reset.scss */
input, select {
  vertical-align: middle;
}

/* line 89, ../sass/frame/__reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 1, ../sass/frame/_layouts.scss */
html, body {
  height: 100%;
  font-family: arial,"微軟正黑體","新細明體";
  color: #3b3b3b;
  font-size: 1rem;
  line-height: 140%;
}

/* line 8, ../sass/frame/_layouts.scss */
body {
  width: 100%;
}

/* line 11, ../sass/frame/_layouts.scss */
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, ../sass/frame/_layouts.scss */
a {
  text-decoration: none;
  color: #000;
}

/* line 20, ../sass/frame/_layouts.scss */
.crop {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
/* line 209, ../sass/define/___mixins.scss */
.crop img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 22, ../sass/frame/_layouts.scss */
.crop a {
  display: block;
}

/* line 26, ../sass/frame/_layouts.scss */
.inline {
  display: inline-block;
  vertical-align: middle;
}

/* line 30, ../sass/frame/_layouts.scss */
.hide {
  display: none !important;
}

/* line 18, ../sass/define/___mixins.scss */
.container, .clearfix {
  zoom: 1;
}
/* line 21, ../sass/define/___mixins.scss */
.container:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 36, ../sass/frame/_layouts.scss */
.container {
  position: relative;
  margin: 0 auto;
  width: 1020px;
}
@media screen and (max-width: 1020px) {
  /* line 36, ../sass/frame/_layouts.scss */
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* line 44, ../sass/frame/_layouts.scss */
  .hidden-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 49, ../sass/frame/_layouts.scss */
  .hidden-pad {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 54, ../sass/frame/_layouts.scss */
  .hidden-desktop {
    display: none !important;
  }
}

/* line 59, ../sass/frame/_layouts.scss */
.col-left {
  float: left;
}

/* line 62, ../sass/frame/_layouts.scss */
.col-right {
  float: right;
}

/* line 65, ../sass/frame/_layouts.scss */
.text-center {
  text-align: center;
}

/* line 68, ../sass/frame/_layouts.scss */
.text-right {
  text-align: right;
}

/* line 71, ../sass/frame/_layouts.scss */
.text-left {
  text-align: left;
}

/* line 74, ../sass/frame/_layouts.scss */
.red {
  color: #e30c0c;
}

/* line 77, ../sass/frame/_layouts.scss */
.bold {
  font-weight: bold;
}

/* line 80, ../sass/frame/_layouts.scss */
.text-hide {
  text-indent: -9999px;
}

/* line 83, ../sass/frame/_layouts.scss */
.font-12 {
  font-size: 0.75rem;
}

/* line 86, ../sass/frame/_layouts.scss */
.font-13 {
  font-size: 0.813rem;
}

/* line 89, ../sass/frame/_layouts.scss */
.font-14 {
  font-size: 0.875rem;
}

/* line 92, ../sass/frame/_layouts.scss */
.font-15 {
  font-size: 0.9375rem;
}

/* line 95, ../sass/frame/_layouts.scss */
.font-16 {
  font-size: 1rem;
}

/* line 98, ../sass/frame/_layouts.scss */
.font-17 {
  font-size: 1.063rem;
}

/* line 101, ../sass/frame/_layouts.scss */
.font-18 {
  font-size: 1.125rem;
}

/* line 104, ../sass/frame/_layouts.scss */
.font-20 {
  font-size: 1.25rem;
}

/* line 107, ../sass/frame/_layouts.scss */
.font-22 {
  font-size: 1.375rem;
}

/* line 110, ../sass/frame/_layouts.scss */
.font-24 {
  font-size: 1.5rem;
}

/* line 113, ../sass/frame/_layouts.scss */
.font-30 {
  font-size: 1.875rem;
}

/* line 116, ../sass/frame/_layouts.scss */
.font-36 {
  font-size: 2.25rem;
}

/* line 119, ../sass/frame/_layouts.scss */
.font-48 {
  font-size: 3rem;
}

/* line 122, ../sass/frame/_layouts.scss */
.delay-Ofive {
  animation-delay: 0.5s;
}

/* line 125, ../sass/frame/_layouts.scss */
.delay-oneOfive {
  animation-delay: 1.5s;
}

/* line 128, ../sass/frame/_layouts.scss */
.delay-one {
  animation-delay: 1s;
}

/* line 131, ../sass/frame/_layouts.scss */
.delay-two {
  animation-delay: 2s;
}

/* line 134, ../sass/frame/_layouts.scss */
.delay-twoOfive {
  animation-delay: 2.5s;
}

/* line 137, ../sass/frame/_layouts.scss */
.delay-three {
  animation-delay: 3s;
}

/* line 140, ../sass/frame/_layouts.scss */
.delay-four {
  animation-delay: 4s;
}

/* line 143, ../sass/frame/_layouts.scss */
.delay-five {
  animation-delay: 5s;
}

/* line 146, ../sass/frame/_layouts.scss */
.delay-seven {
  animation-delay: 7s;
}

/* line 149, ../sass/frame/_layouts.scss */
.repeat-four {
  animation-duration: 4s !important;
  animation-iteration-count: infinite;
}

/* line 153, ../sass/frame/_layouts.scss */
.repeat-three {
  animation-duration: 3s !important;
  animation-iteration-count: infinite;
}

/* line 157, ../sass/frame/_layouts.scss */
.repeat-two {
  animation-duration: 2s !important;
  animation-iteration-count: infinite;
}

/* line 161, ../sass/frame/_layouts.scss */
.repeat-one {
  animation-duration: 1s !important;
  animation-iteration-count: infinite;
}

/* line 165, ../sass/frame/_layouts.scss */
.repeat {
  animation-iteration-count: infinite;
}

/* line 168, ../sass/frame/_layouts.scss */
.br {
  display: block;
}

/* line 171, ../sass/frame/_layouts.scss */
.d-show {
  display: none;
}

/* line 174, ../sass/frame/_layouts.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 177, ../sass/frame/_layouts.scss */
.flex {
  display: flex;
}

/* line 180, ../sass/frame/_layouts.scss */
.space-around {
  justify-content: space-around;
}

/* line 183, ../sass/frame/_layouts.scss */
.flex-start {
  align-content: flex-start;
}

@media only screen and (min-width: 1024px) {
  /* line 187, ../sass/frame/_layouts.scss */
  .d-br {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 192, ../sass/frame/_layouts.scss */
  .p-br {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  /* line 197, ../sass/frame/_layouts.scss */
  .m-br {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 202, ../sass/frame/_layouts.scss */
  .xs-br {
    display: block;
  }
}
/* line 39, ../sass/define/___background.scss */
.icon-gift1 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-gift1:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-gift1:before {
    background-image: url(../img/icon_retina.png);
    background-size: 750px 750px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-gift1:before {
  width: 102px;
  padding-top: 102px;
  background-position: 0px 0px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-gift2 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-gift2:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-gift2:before {
    background-image: url(../img/icon_retina.png);
    background-size: 750px 750px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-gift2:before {
  width: 102px;
  padding-top: 102px;
  background-position: -107px 0px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-gift3 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-gift3:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-gift3:before {
    background-image: url(../img/icon_retina.png);
    background-size: 750px 750px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-gift3:before {
  width: 105px;
  padding-top: 94px;
  background-position: -216px 0px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-gift {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-gift:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-gift:before {
    background-image: url(../img/icon_retina.png);
    background-size: 750px 750px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-gift:before {
  width: 20px;
  padding-top: 20px;
  background-position: 0px -211px;
  top: -2px;
  left: 0px;
}

/* line 15, ../sass/frame/_icon.scss */
[class^="icon-"]:before,
[class*="icon-"]:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

/* line 2, ../sass/frame/_header.scss */
.header {
  /*position: relative;*/
  width: 100%;
  height: 60px;
  z-index: 10;
  background-color: #037e7c;
  padding: 3px;
}
/* line 9, ../sass/frame/_header.scss */
.header .container {
  width: 1206px;
}
@media only screen and (max-width: 1206px) {
  /* line 9, ../sass/frame/_header.scss */
  .header .container {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 21, ../sass/frame/_header.scss */
  .header .container {
    width: 100%;
  }
}
/* line 2, ../sass/frame/_footer.scss */
.footer {
  width: 100%;
  background-color: #e4e4e4;
  padding-top: 23px;
}
/* line 6, ../sass/frame/_footer.scss */
.footer img {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
/* line 12, ../sass/frame/_footer.scss */
.footer .container {
  position: relative;
  width: 80%;
  max-width: 1360px;
  text-align: center;
  margin: 0 auto;
}
/* line 19, ../sass/frame/_footer.scss */
.footer .free_phone {
  position: relative;
  display: inline-block;
  height: auto;
  color: #00a498;
  font-size: 1.5rem;
  vertical-align: middle;
  height: 30px;
  width: 48%;
}
/* line 30, ../sass/frame/_footer.scss */
.footer .free_phone span {
  position: relative;
  display: inline-block;
  width: 7%;
  margin: 2px 5px 2px 5px;
}
/* line 37, ../sass/frame/_footer.scss */
.footer .service_time {
  position: relative;
  display: inline-block;
  color: #00a498;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 20px;
  height: 30px;
  line-height: 38px;
}
/* line 48, ../sass/frame/_footer.scss */
.footer .copy {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1366px;
  color: #5b5b5b;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 57, ../sass/frame/_footer.scss */
.footer .copy span {
  position: relative;
  display: inline-block;
  width: 20px;
  margin: 2px 5px 2px 5px;
}

@media only screen and (max-width: 1023px) {
  /* line 68, ../sass/frame/_footer.scss */
  .footer .free_phone {
    width: 100%;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 76, ../sass/frame/_footer.scss */
  .footer {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  /* line 79, ../sass/frame/_footer.scss */
  .footer .container {
    width: 93%;
  }
  /* line 82, ../sass/frame/_footer.scss */
  .footer .copy {
    width: 100%;
    font-size: 0.75rem;
    margin-top: 3px;
    line-height: 140%;
  }
  /* line 87, ../sass/frame/_footer.scss */
  .footer .copy span {
    width: 5.5%;
  }
  /* line 91, ../sass/frame/_footer.scss */
  .footer .free_phone {
    font-size: 1.25rem;
  }
  /* line 94, ../sass/frame/_footer.scss */
  .footer .service_time {
    font-size: 0.813rem;
    line-height: 140%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 103, ../sass/frame/_footer.scss */
  .footer .free_phone {
    font-size: 1.125rem;
  }
  /* line 106, ../sass/frame/_footer.scss */
  .footer .service_time {
    font-size: 0.75rem;
  }
}
</pre></body></html>