@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body:lang(zh-tw) {
  font-family: "微軟正黑體", "Microsoft JhengHei"," Noto Sans CJK","Xingothic TC","Droid Sans Fallback","PingFang TC","Heiti TC","LiHei Pro","Arial","Helvetica","sans-serif","PMingLiU";
  margin: 0;
  padding: 0;
  line-height: 1;
}

/*需使用網路字體*/
body:lang(en) {
  font-family: "Microsoft JhengHei", "Arial", '新細明體', sans-serif;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

main {
  display: block;
  /*  overflow-x: hidden; */
}

a {
  text-decoration: none;
  color: #000;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 有產品的功能不能倣這個 */
/* img{
 *  width: 100%;
 *} */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  border: none;
  background: #DCDCDC;
  height: 1px;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

button, input, optgroup, select, textarea {
  font-family: inherit;
  outline: none;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button, a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button, input {
  /* 1 */
  overflow: visible;
  outline: none;
}

button, select {
  /* 1 */
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 10px 25px;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

li {
  margin: 8px 0;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

select {
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #6dd0cd transparent transparent transparent;
  z-index: 1;
}

.select select:focus ~ .select__arrow {
  border-top-color: #6dd0cd;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #6dd0cd;
}

.margin-auto {
  margin: 0 auto;
}

.mtb-all {
  padding: 3% 0;
}

/*BANNER 背景PC/M */
.banner-pc {
  display: block;
}

.banner-m {
  display: none;
}

/*選單定位 */
#point-all {
  padding-top: 150px;
  margin-top: -150px;
}

/*文字大小 */
h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
  word-break: normal;
}

h4, .h4 {
  font-size: 1.25rem;
}

p, .p {
  font-size: 16px;
  word-break: normal;
  line-height: 22px;
}

/*編輯器要加的 */
.editor {
  padding-right: 1rem;
  padding-left: 1rem;
}

.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.editor p {
  line-height: 2rem;
  margin-bottom: 0;
  word-wrap: break-word;
  font-weight: initial;
}

.editor img {
  width: initial;
}

.editor div img {
  width: 100%;
}

.editor ol li {
  margin-bottom: 10px;
}

.editor sup {
  color: initial;
}

/*頁碼 */
.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.pagination .page-right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.pagination .page-double-right::after {
  right: 6px;
}

.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.pagination .page-double-left::after {
  left: 0px;
}

.pagination li.page-item {
  margin-top: 0;
}

.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 10px 15px;
  background: #6dd0cd;
  color: #ffffff;
  border-radius: 30px;
}

.pagination li.page-item a.page-link[href] {
  color: #272727;
}

.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}

.pagination li.page-item a.page-link[href] {
  background: #ffffff;
}

.pagination li.page-item a.page-link:hover {
  background: #6dd0cd;
  color: #ffffff;
  border-radius: 30px;
}

/*表單 */
form.forms-group dl dd {
  margin-bottom: 1rem;
}

.forms-group dl dd label sup {
  color: #f00;
}

form.forms-group dl dd .wi50 {
  width: 50%;
}

form.forms-group input {
  border: 1px solid #DCDCDC;
  border-radius: 0.5rem;
}

body form.forms-group select, body form.forms-group textarea {
  border: 1px solid #DCDCDC;
  border-radius: 0.5rem;
}

form.forms-group input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

body form.forms-group select, body form.forms-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

body form.forms-group dl dd label {
  color: #6dd0cd;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.forms-group [type="checkbox"], .forms-group [type="radio"], .forms-group [type="checkbox"], .forms-group [type="radio"] {
  width: auto !important;
}

.forms-group input, .forms-group select, .forms-group textarea {
  border: 1px solid #eee;
  border-radius: 0.5rem;
}

.forms-group input, .forms-group select, .forms-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

.forms-group dl dd .boxwi .dsboxw {
  width: 33.333%;
  margin-right: 0.5rem;
}

.forms-group dl dd .boxwi .dsboxw:last-child {
  margin-right: 0;
}

.forms-group input:hover, .forms-group select:hover, .forms-group textarea:hover {
  border-color: #6dd0cd;
}

.forms-group dl dd #xcode {
  width: 10rem;
}

img#imgcode {
  width: 140px;
  height: 40px;
  margin-left: 10px;
}

form.forms-group dl dd:last-of-type {
  text-align: center;
}

form.forms-group button:hover {
  background: #707070;
  color: #ffffff;
}

form.forms-group button[type="reset"] {
  background: #6c6e70;
  border-color: #6c6e70;
  color: #fff;
}

form.forms-group button[type="reset"]:hover {
  background: #6dd0cd;
  color: #ffffff;
}

form.forms-group button[type="submit"] {
  background: #6dd0cd;
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 25px;
}

form.forms-group button[type="submit"]:hover {
  background: #272727;
  color: #ffffff;
}

form.forms-group button[type="reset"] {
  border-radius: 30px;
  padding: 8px 25px;
}

input#pay_zip {
  margin-right: 10px;
}

/*GOOGLE MAP RWD */
.maps {
  position: relative;
  padding-bottom: 20%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.maps iframe, .maps a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*GOOGLE MAP RWD */
.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%;
}

/* padding-bottom: 56.25% 為影片高度與寬度的比例16:9計算得來，9除以16=0.5625換算高度比0.5625=56.25% */
/* padding-top: 30px:用於修正的高度，可用25px或30px */
/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
  height: 500px !important;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #ff3720;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  -webkit-transition: border .15s linear;
  transition: border .15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

/*go-top */
.go-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  background: #6dd0cd;
  padding: 12px 10px;
  border-radius: 5px;
  color: #ffffff;
}

.go-top span {
  display: none;
}

.all-right {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 50%;
  right: 10px;
  width: 45px;
  z-index: 1;
  display: none;
}

.all-right .all-right-friend-click {
  display: none;
}

.all-right ul li {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  margin-bottom: 10px;
  position: relative;
  background: #6dd0cd;
}

.all-right ul li a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.all-right.all-right-open {
  display: block;
}

.all-right .all-right-youtobe, .all-right .all-right-Nett-login {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  margin-bottom: 10px;
  position: relative;
  background: #6dd0cd;
}

.all-right .all-right-youtobe a, .all-right .all-right-Nett-login a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.all-right .all-right-youtobe i, .all-right .all-right-Nett-login i {
  font-size: 30px;
  color: #ffffff;
}

.all-right .all-right-Nett-login a {
  font-size: 30px;
  color: #ffffff;
}

/* footer */
footer {
  padding-top: 20px;
  background: #DCDCDC;
}

footer img {
  width: 100%;
}

footer p {
  margin: 5px 0;
}

footer .footer_title {
  color: #000000;
  line-height: 2;
  font-weight: 600 !important;
  font-size: 16px;
  color: #717070;
}

footer a {
  color: #000000;
  line-height: 2;
  font-weight: 600 !important;
  font-size: 16px;
  color: #717070;
}

footer a:hover {
  color: #6dd0cd;
}

footer .copyright {
  width: 100%;
  background: #ffffff;
  text-align: center;
  color: #272727;
  padding: 10px;
  font-size: 12px;
}

footer .copyright p {
  padding: 0;
  font-size: 12px;
}

.contact-text li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-text li i {
  color: #6dd0cd;
  padding-right: 10px;
}

@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}

@media screen and (max-width: 1024px) {
  /*表單 */
  form.forms-group dl dd {
    margin-left: 0;
  }
  .forms-group dd {
    display: block;
  }
  form.forms-group dl dd .wi50 {
    width: 100%;
  }
  .forms-group label {
    padding: 0;
    display: block;
  }
  form.forms-group input {
    margin-top: 10px;
  }
  body form.forms-group select, body form.forms-group textarea {
    margin-top: 10px;
  }
  img#imgcode {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-check label.mr-5 {
    margin-top: 10px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
}

@media screen and (max-width: 768px) {
  /*BANNER 背景PC/M */
  .banner-pc {
    display: none;
  }
  .banner-m {
    display: block;
  }
}

@media screen and (max-width: 667px) {
  footer {
    padding-bottom: 50px;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .mtb-all {
    padding: 10% 0;
  }
  /*表單 */
  form.forms-group dl dd .boxwi .dsboxw {
    width: 100%;
  }
  /*文字大小 */
  h1, .h1 {
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 1.55rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  p, .p {
    font-size: 14px;
  }
  /*go-top */
  .go-top {
    background: #ffffff;
    color: #6dd0cd;
    bottom: 12px;
    right: 28px;
    padding: 0;
    text-align: center;
  }
  .go-top i {
    font-size: 30px;
    font-weight: bold;
  }
  .go-top span {
    display: block;
    font-size: 12px;
    margin-top: -6px;
  }
  .all-right.all-right-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 100%;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding-right: 25%;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .all-right.all-right-open .all-right-youtobe, .all-right.all-right-open .all-right-Nett-login {
    background: #ffffff;
    margin-bottom: 0px;
    border-radius: 0;
  }
  .all-right.all-right-open .all-right-youtobe i, .all-right.all-right-open .all-right-Nett-login a {
    color: #6dd0cd;
    font-weight: bold;
  }
  .all-right.all-right-open .all-right-friend, .all-right.all-right-open .all-right-youtobe, .all-right.all-right-open .all-right-Nett-login {
    width: 33.33%;
    border-right: solid 1px #6dd0cd;
  }
  .all-right.all-right-open .all-right-friend .all-right-friend-click {
    display: block;
    text-align: center;
    padding-top: 5px;
  }
  .all-right.all-right-open .all-right-friend .all-right-friend-click i {
    font-size: 25px;
    color: #6dd0cd;
  }
  .all-right.all-right-open .all-right-friend .all-right-friend-click span {
    font-size: 12px;
    color: #6dd0cd;
    display: block;
  }
  .all-right.all-right-open .all-right-friend ul {
    display: none;
    margin: 0;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    position: absolute;
    bottom: 70px;
    left: 10px;
  }
  .all-right.all-right-open .all-right-friend ul.clicked {
    display: block;
    left: 28px;
  }
  .all-right.all-right-open .all-right-friend ul.clicked li {
    margin-bottom: 20px;
  }
  .all-right.all-right-open .all-right-friend ul.clicked li i {
    font-size: 30px;
  }
}
