@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC|Roboto|Roboto+Condensed&subset=chinese-traditional");
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}
body *:focus {
  outline: none;
}
@media (min-width: 481px) {
  body {
    font-size: 16px;
  }
}

input, textarea, select, button, option {
  font-family: inherit;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, small {
  color: black !important;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px !important;
}
@media (min-width: 769px) {
  h2 {
    font-size: 28px !important;
  }
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 20px;
}

html:lang(zh-TW) body, html:lang(zh) body, html[data-locale=zh-TW] body {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}
html:lang(zh-TW) body h1, html:lang(zh-TW) body h2, html:lang(zh-TW) body h3, html:lang(zh-TW) body h4, html:lang(zh-TW) body h5, html:lang(zh-TW) body h6, html:lang(zh) body h1, html:lang(zh) body h2, html:lang(zh) body h3, html:lang(zh) body h4, html:lang(zh) body h5, html:lang(zh) body h6, html[data-locale=zh-TW] body h1, html[data-locale=zh-TW] body h2, html[data-locale=zh-TW] body h3, html[data-locale=zh-TW] body h4, html[data-locale=zh-TW] body h5, html[data-locale=zh-TW] body h6 {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, strong, sub, sup, b, u, i, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, embed, footer, header, menu, nav, section, audio, video {
  line-height: 1.6em;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, strong, sub, sup, b, u, i, ol, ul, li, form, label, caption, embed, footer, header, menu, nav, section, audio, video {
  border: 0;
}

h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup, p sup, b sup, ol sup, ul sup, li sup, strong sup {
  font-size: 0.6em;
}

.btn-size-default {
  margin: 0.2rem 0;
  padding: 0.8em 2em;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  border-radius: 0;
}

.btn-size-small {
  margin: 0.2rem 0;
  padding: 0.5em 1em;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.1em;
  border-radius: 0;
}

.btn-sky-blue-fill {
  color: #fff !important;
  background-color: #137EC1 !important;
  border-color: #137EC1 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-sky-blue-fill:focus, .btn-sky-blue-fill.focus {
  color: #fff !important;
  background-color: #1069a0 !important;
  border-color: #08324d !important;
}
.btn-sky-blue-fill:hover {
  color: #fff;
  background-color: #1069a0 !important;
  border-color: #0e5a89 !important;
}
.btn-sky-blue-fill:active, .btn-sky-blue-fill.active, .open > .btn-sky-blue-fill.dropdown-toggle {
  color: #fff;
  background-color: #1069a0 !important;
  border-color: #0e5a89 !important;
}
.btn-sky-blue-fill:active, .btn-sky-blue-fill.active {
  background-image: none;
}

.btn-candy-blue-fill {
  color: #fff !important;
  background-color: #60CFF6 !important;
  border-color: #60CFF6 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-candy-blue-fill:focus, .btn-candy-blue-fill.focus {
  color: #fff !important;
  background-color: #3ec5f4 !important;
  border-color: #0b99cb !important;
}
.btn-candy-blue-fill:hover {
  color: #fff;
  background-color: #3ec5f4 !important;
  border-color: #26bef3 !important;
}
.btn-candy-blue-fill:active, .btn-candy-blue-fill.active, .open > .btn-candy-blue-fill.dropdown-toggle {
  color: #fff;
  background-color: #3ec5f4 !important;
  border-color: #26bef3 !important;
}
.btn-candy-blue-fill:active, .btn-candy-blue-fill.active {
  background-image: none;
}

.btn-blue-green-fill {
  color: #fff !important;
  background-color: #0081a2 !important;
  border-color: #0081a2 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-blue-green-fill:focus, .btn-blue-green-fill.focus {
  color: #fff !important;
  background-color: #00657e !important;
  border-color: #001b23 !important;
}
.btn-blue-green-fill:hover {
  color: #fff;
  background-color: #00657e !important;
  border-color: #005065 !important;
}
.btn-blue-green-fill:active, .btn-blue-green-fill.active, .open > .btn-blue-green-fill.dropdown-toggle {
  color: #fff;
  background-color: #00657e !important;
  border-color: #005065 !important;
}
.btn-blue-green-fill:active, .btn-blue-green-fill.active {
  background-image: none;
}

.btn-grey-fill {
  color: #fff !important;
  background-color: #484847 !important;
  border-color: #484847 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-grey-fill:focus, .btn-grey-fill.focus {
  color: #fff !important;
  background-color: #363635 !important;
  border-color: #080808 !important;
}
.btn-grey-fill:hover {
  color: #fff;
  background-color: #363635 !important;
  border-color: #292929 !important;
}
.btn-grey-fill:active, .btn-grey-fill.active, .open > .btn-grey-fill.dropdown-toggle {
  color: #fff;
  background-color: #363635 !important;
  border-color: #292929 !important;
}
.btn-grey-fill:active, .btn-grey-fill.active {
  background-image: none;
}

.btn-iron-grey-fill {
  color: #fff !important;
  background-color: #2e2d2d !important;
  border-color: #2e2d2d !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-iron-grey-fill:focus, .btn-iron-grey-fill.focus {
  color: #fff !important;
  background-color: #1c1b1b !important;
  border-color: black !important;
}
.btn-iron-grey-fill:hover {
  color: #fff;
  background-color: #1c1b1b !important;
  border-color: #0f0f0f !important;
}
.btn-iron-grey-fill:active, .btn-iron-grey-fill.active, .open > .btn-iron-grey-fill.dropdown-toggle {
  color: #fff;
  background-color: #1c1b1b !important;
  border-color: #0f0f0f !important;
}
.btn-iron-grey-fill:active, .btn-iron-grey-fill.active {
  background-image: none;
}

.btn-apple-green-fill {
  color: #fff !important;
  background-color: #bbc133 !important;
  border-color: #bbc133 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-apple-green-fill:focus, .btn-apple-green-fill.focus {
  color: #fff !important;
  background-color: #a0a52c !important;
  border-color: #595c18 !important;
}
.btn-apple-green-fill:hover {
  color: #fff;
  background-color: #a0a52c !important;
  border-color: #8c9126 !important;
}
.btn-apple-green-fill:active, .btn-apple-green-fill.active, .open > .btn-apple-green-fill.dropdown-toggle {
  color: #fff;
  background-color: #a0a52c !important;
  border-color: #8c9126 !important;
}
.btn-apple-green-fill:active, .btn-apple-green-fill.active {
  background-image: none;
}

.btn-olive-green-fill {
  color: #fff !important;
  background-color: #777b00 !important;
  border-color: #777b00 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-olive-green-fill:focus, .btn-olive-green-fill.focus {
  color: #fff !important;
  background-color: #545700 !important;
  border-color: black !important;
}
.btn-olive-green-fill:hover {
  color: #fff;
  background-color: #545700 !important;
  border-color: #3c3e00 !important;
}
.btn-olive-green-fill:active, .btn-olive-green-fill.active, .open > .btn-olive-green-fill.dropdown-toggle {
  color: #fff;
  background-color: #545700 !important;
  border-color: #3c3e00 !important;
}
.btn-olive-green-fill:active, .btn-olive-green-fill.active {
  background-image: none;
}

.btn-soft-red-fill {
  color: #fff !important;
  background-color: #de526f !important;
  border-color: #de526f !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-soft-red-fill:focus, .btn-soft-red-fill.focus {
  color: #fff !important;
  background-color: #d83456 !important;
  border-color: #941c35 !important;
}
.btn-soft-red-fill:hover {
  color: #fff;
  background-color: #d83456 !important;
  border-color: #cc2749 !important;
}
.btn-soft-red-fill:active, .btn-soft-red-fill.active, .open > .btn-soft-red-fill.dropdown-toggle {
  color: #fff;
  background-color: #d83456 !important;
  border-color: #cc2749 !important;
}
.btn-soft-red-fill:active, .btn-soft-red-fill.active {
  background-image: none;
}

.btn-white-fill {
  color: #484847 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-white-fill:focus, .btn-white-fill.focus {
  color: #484847 !important;
  background-color: #ededed !important;
  border-color: #bfbfbf !important;
}
.btn-white-fill:hover {
  color: #484847;
  background-color: #ededed !important;
  border-color: #e0e0e0 !important;
}
.btn-white-fill:active, .btn-white-fill.active, .open > .btn-white-fill.dropdown-toggle {
  color: #484847;
  background-color: #ededed !important;
  border-color: #e0e0e0 !important;
}
.btn-white-fill:active, .btn-white-fill.active {
  background-image: none;
}

.btn-orange-fill {
  color: #fff !important;
  background-color: #ff9d00 !important;
  border-color: #ff9d00 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-orange-fill:focus, .btn-orange-fill.focus {
  color: #fff !important;
  background-color: #db8700 !important;
  border-color: #804f00 !important;
}
.btn-orange-fill:hover {
  color: #fff;
  background-color: #db8700 !important;
  border-color: #c27700 !important;
}
.btn-orange-fill:active, .btn-orange-fill.active, .open > .btn-orange-fill.dropdown-toggle {
  color: #fff;
  background-color: #db8700 !important;
  border-color: #c27700 !important;
}
.btn-orange-fill:active, .btn-orange-fill.active {
  background-image: none;
}

.btn-black-fill {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-black-fill:focus, .btn-black-fill.focus {
  color: #fff !important;
  background-color: black !important;
  border-color: black !important;
}
.btn-black-fill:hover {
  color: #fff;
  background-color: black !important;
  border-color: black !important;
}
.btn-black-fill:active, .btn-black-fill.active, .open > .btn-black-fill.dropdown-toggle {
  color: #fff;
  background-color: black !important;
  border-color: black !important;
}
.btn-black-fill:active, .btn-black-fill.active {
  background-image: none;
}

.btn-sky-blue-border {
  color: #137EC1 !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #137EC1 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-sky-blue-border:focus, .btn-sky-blue-border.focus {
  color: #fff !important;
  background-color: #137EC1 !important;
  border-color: #137EC1 !important;
}
.btn-sky-blue-border:hover {
  color: #fff !important;
  background-color: #137EC1 !important;
  border-color: #137EC1 !important;
}
.btn-sky-blue-border:active, .btn-sky-blue-border.active {
  color: #fff !important;
  background-color: #137EC1 !important;
  border-color: #137EC1 !important;
}

.btn-candy-blue-border {
  color: #60CFF6 !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #60CFF6 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-candy-blue-border:focus, .btn-candy-blue-border.focus {
  color: #fff !important;
  background-color: #60CFF6 !important;
  border-color: #60CFF6 !important;
}
.btn-candy-blue-border:hover {
  color: #fff !important;
  background-color: #60CFF6 !important;
  border-color: #60CFF6 !important;
}
.btn-candy-blue-border:active, .btn-candy-blue-border.active {
  color: #fff !important;
  background-color: #60CFF6 !important;
  border-color: #60CFF6 !important;
}

.btn-blue-green-border {
  color: #0081a2 !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #0081a2 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-blue-green-border:focus, .btn-blue-green-border.focus {
  color: #fff !important;
  background-color: #0081a2 !important;
  border-color: #0081a2 !important;
}
.btn-blue-green-border:hover {
  color: #fff !important;
  background-color: #0081a2 !important;
  border-color: #0081a2 !important;
}
.btn-blue-green-border:active, .btn-blue-green-border.active {
  color: #fff !important;
  background-color: #0081a2 !important;
  border-color: #0081a2 !important;
}

.btn-grey-border {
  color: #484847 !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #484847 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-grey-border:focus, .btn-grey-border.focus {
  color: #fff !important;
  background-color: #484847 !important;
  border-color: #484847 !important;
}
.btn-grey-border:hover {
  color: #fff !important;
  background-color: #484847 !important;
  border-color: #484847 !important;
}
.btn-grey-border:active, .btn-grey-border.active {
  color: #fff !important;
  background-color: #484847 !important;
  border-color: #484847 !important;
}

.btn-iron-grey-border {
  color: #2e2d2d !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #2e2d2d !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-iron-grey-border:focus, .btn-iron-grey-border.focus {
  color: #fff !important;
  background-color: #2e2d2d !important;
  border-color: #2e2d2d !important;
}
.btn-iron-grey-border:hover {
  color: #fff !important;
  background-color: #2e2d2d !important;
  border-color: #2e2d2d !important;
}
.btn-iron-grey-border:active, .btn-iron-grey-border.active {
  color: #fff !important;
  background-color: #2e2d2d !important;
  border-color: #2e2d2d !important;
}

.btn-apple-green-border {
  color: #bbc133 !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #bbc133 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-apple-green-border:focus, .btn-apple-green-border.focus {
  color: #fff !important;
  background-color: #bbc133 !important;
  border-color: #bbc133 !important;
}
.btn-apple-green-border:hover {
  color: #fff !important;
  background-color: #bbc133 !important;
  border-color: #bbc133 !important;
}
.btn-apple-green-border:active, .btn-apple-green-border.active {
  color: #fff !important;
  background-color: #bbc133 !important;
  border-color: #bbc133 !important;
}

.btn-olive-green-border {
  color: #777b00 !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #777b00 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-olive-green-border:focus, .btn-olive-green-border.focus {
  color: #fff !important;
  background-color: #777b00 !important;
  border-color: #777b00 !important;
}
.btn-olive-green-border:hover {
  color: #fff !important;
  background-color: #777b00 !important;
  border-color: #777b00 !important;
}
.btn-olive-green-border:active, .btn-olive-green-border.active {
  color: #fff !important;
  background-color: #777b00 !important;
  border-color: #777b00 !important;
}

.btn-soft-red-border {
  color: #de526f !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #de526f !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-soft-red-border:focus, .btn-soft-red-border.focus {
  color: #fff !important;
  background-color: #de526f !important;
  border-color: #de526f !important;
}
.btn-soft-red-border:hover {
  color: #fff !important;
  background-color: #de526f !important;
  border-color: #de526f !important;
}
.btn-soft-red-border:active, .btn-soft-red-border.active {
  color: #fff !important;
  background-color: #de526f !important;
  border-color: #de526f !important;
}

.btn-white-border {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #fff !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-white-border:focus, .btn-white-border.focus {
  color: #484847 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-white-border:hover {
  color: #484847 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-white-border:active, .btn-white-border.active {
  color: #484847 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-orange-border {
  color: #ff9d00 !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #ff9d00 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-orange-border:focus, .btn-orange-border.focus {
  color: #fff !important;
  background-color: #ff9d00 !important;
  border-color: #ff9d00 !important;
}
.btn-orange-border:hover {
  color: #fff !important;
  background-color: #ff9d00 !important;
  border-color: #ff9d00 !important;
}
.btn-orange-border:active, .btn-orange-border.active {
  color: #fff !important;
  background-color: #ff9d00 !important;
  border-color: #ff9d00 !important;
}

.btn-black-border {
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #000 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-black-border:focus, .btn-black-border.focus {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-black-border:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-black-border:active, .btn-black-border.active {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn-sky-blue-empty {
  color: #137EC1 !important;
  background-color: none;
  border-color: #137EC1 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-sky-blue-empty:focus, .btn-sky-blue-empty.focus {
  color: #fff !important;
  background-color: #137EC1 !important;
  border-color: #137EC1 !important;
}
.btn-sky-blue-empty:hover {
  color: #fff !important;
  background-color: #137EC1 !important;
  border-color: #137EC1 !important;
}
.btn-sky-blue-empty:active, .btn-sky-blue-empty.active {
  color: #fff !important;
  background-color: #137EC1 !important;
  border-color: #137EC1 !important;
}

.btn-candy-blue-empty {
  color: #60CFF6 !important;
  background-color: none;
  border-color: #60CFF6 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-candy-blue-empty:focus, .btn-candy-blue-empty.focus {
  color: #fff !important;
  background-color: #60CFF6 !important;
  border-color: #60CFF6 !important;
}
.btn-candy-blue-empty:hover {
  color: #fff !important;
  background-color: #60CFF6 !important;
  border-color: #60CFF6 !important;
}
.btn-candy-blue-empty:active, .btn-candy-blue-empty.active {
  color: #fff !important;
  background-color: #60CFF6 !important;
  border-color: #60CFF6 !important;
}

.btn-blue-green-empty {
  color: #0081a2 !important;
  background-color: none;
  border-color: #0081a2 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-blue-green-empty:focus, .btn-blue-green-empty.focus {
  color: #fff !important;
  background-color: #0081a2 !important;
  border-color: #0081a2 !important;
}
.btn-blue-green-empty:hover {
  color: #fff !important;
  background-color: #0081a2 !important;
  border-color: #0081a2 !important;
}
.btn-blue-green-empty:active, .btn-blue-green-empty.active {
  color: #fff !important;
  background-color: #0081a2 !important;
  border-color: #0081a2 !important;
}

.btn-grey-empty {
  color: #484847 !important;
  background-color: none;
  border-color: #484847 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-grey-empty:focus, .btn-grey-empty.focus {
  color: #fff !important;
  background-color: #484847 !important;
  border-color: #484847 !important;
}
.btn-grey-empty:hover {
  color: #fff !important;
  background-color: #484847 !important;
  border-color: #484847 !important;
}
.btn-grey-empty:active, .btn-grey-empty.active {
  color: #fff !important;
  background-color: #484847 !important;
  border-color: #484847 !important;
}

.btn-iron-grey-empty {
  color: #2e2d2d !important;
  background-color: none;
  border-color: #2e2d2d !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-iron-grey-empty:focus, .btn-iron-grey-empty.focus {
  color: #fff !important;
  background-color: #2e2d2d !important;
  border-color: #2e2d2d !important;
}
.btn-iron-grey-empty:hover {
  color: #fff !important;
  background-color: #2e2d2d !important;
  border-color: #2e2d2d !important;
}
.btn-iron-grey-empty:active, .btn-iron-grey-empty.active {
  color: #fff !important;
  background-color: #2e2d2d !important;
  border-color: #2e2d2d !important;
}

.btn-apple-green-empty {
  color: #bbc133 !important;
  background-color: none;
  border-color: #bbc133 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-apple-green-empty:focus, .btn-apple-green-empty.focus {
  color: #fff !important;
  background-color: #bbc133 !important;
  border-color: #bbc133 !important;
}
.btn-apple-green-empty:hover {
  color: #fff !important;
  background-color: #bbc133 !important;
  border-color: #bbc133 !important;
}
.btn-apple-green-empty:active, .btn-apple-green-empty.active {
  color: #fff !important;
  background-color: #bbc133 !important;
  border-color: #bbc133 !important;
}

.btn-olive-green-empty {
  color: #777b00 !important;
  background-color: none;
  border-color: #777b00 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-olive-green-empty:focus, .btn-olive-green-empty.focus {
  color: #fff !important;
  background-color: #777b00 !important;
  border-color: #777b00 !important;
}
.btn-olive-green-empty:hover {
  color: #fff !important;
  background-color: #777b00 !important;
  border-color: #777b00 !important;
}
.btn-olive-green-empty:active, .btn-olive-green-empty.active {
  color: #fff !important;
  background-color: #777b00 !important;
  border-color: #777b00 !important;
}

.btn-soft-red-empty {
  color: #de526f !important;
  background-color: none;
  border-color: #de526f !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-soft-red-empty:focus, .btn-soft-red-empty.focus {
  color: #fff !important;
  background-color: #de526f !important;
  border-color: #de526f !important;
}
.btn-soft-red-empty:hover {
  color: #fff !important;
  background-color: #de526f !important;
  border-color: #de526f !important;
}
.btn-soft-red-empty:active, .btn-soft-red-empty.active {
  color: #fff !important;
  background-color: #de526f !important;
  border-color: #de526f !important;
}

.btn-white-empty {
  color: #fff !important;
  background-color: none;
  border-color: #fff !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-white-empty:focus, .btn-white-empty.focus {
  color: #484847 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-white-empty:hover {
  color: #484847 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-white-empty:active, .btn-white-empty.active {
  color: #484847 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-orange-empty {
  color: #ff9d00 !important;
  background-color: none;
  border-color: #ff9d00 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-orange-empty:focus, .btn-orange-empty.focus {
  color: #fff !important;
  background-color: #ff9d00 !important;
  border-color: #ff9d00 !important;
}
.btn-orange-empty:hover {
  color: #fff !important;
  background-color: #ff9d00 !important;
  border-color: #ff9d00 !important;
}
.btn-orange-empty:active, .btn-orange-empty.active {
  color: #fff !important;
  background-color: #ff9d00 !important;
  border-color: #ff9d00 !important;
}

.btn-black-empty {
  color: #000 !important;
  background-color: none;
  border-color: #000 !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
}
.btn-black-empty:focus, .btn-black-empty.focus {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-black-empty:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-black-empty:active, .btn-black-empty.active {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

html {
  scroll-behavior: smooth;
}

html, body {
  font-size: 16px;
  font-weight: 400;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 481px) {
  html, body {
    font-size: 3vw;
  }
}
@media (min-width: 641px) {
  html, body {
    font-size: 2.5vw;
  }
}
@media (min-width: 769px) {
  html, body {
    font-size: 16px;
  }
}

.gh__header {
  position: absolute !important;
  width: 100%;
}

footer {
  text-align: center;
  margin-bottom: 1rem !important;
}

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

.fancybox__container {
  z-index: 2005 !important;
}

/* ---------- To hide SEO H1 H2 ---------- */
.seo_title {
  position: absolute;
  opacity: 0;
  z-index: -99999;
}

/* ---------- Main container ---------- */
main {
  position: relative;
  min-height: calc(100vh - 50px);
}
main a, main a:link {
  color: black;
}
main a:hover {
  color: #60CFF6;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

section {
  width: 100%;
  display: block;
}

hr {
  border-top: 1px solid #e6e6e6;
}

a {
  text-decoration: none;
  outline: 0;
  color: #60CFF6;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

.hidden {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

/* ---------- Questions ---------- */
.find_watch_block {
  display: block;
}

.find_watch_qa {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80vh;
  position: relative;
}

.step_fixed {
  position: fixed;
  bottom: 0;
  background: white;
  z-index: 2;
  padding: 10px 1rem;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px gray;
          box-shadow: 0 3px 10px gray;
}
@media (min-width: 993px) {
  .step_fixed {
    height: 15vh;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.step_fixed .step_fixed_btn {
  width: 100%;
  max-width: 350px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.step_fixed .step_fixed_btn img {
  height: 1em;
  margin-right: 0.3em;
}
.step_fixed .step_fixed_btn a {
  width: 40%;
  color: black;
  line-height: 1em;
  margin: 0 6%;
}
.step_fixed .step_fixed_btn a:last-of-type {
  width: 60%;
  margin-right: 0;
}
.step_fixed .step_fixed_btn a:hover {
  color: #60CFF6;
}
.step_fixed .step_fixed_btn a:hover img {
  -webkit-filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
          filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
}
.step_fixed .step_fixed_btn a.disabled {
  background-color: #bfbfbf !important;
  border: 1px #bfbfbf solid !important;
  cursor: not-allowed;
}

.find_watch_step {
  width: 100%;
  padding: 50px 1rem 0;
  min-width: auto;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 481px) {
  .find_watch_step {
    padding: 50px 2rem 0;
  }
}
@media (min-width: 993px) {
  .find_watch_step {
    padding: 120px 2rem 0;
    min-width: 600px;
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .find_watch_step {
    padding: 70px 2rem 0;
  }
}
.find_watch_step h2 {
  text-align: center;
  margin: 1em 0 0;
}
.find_watch_step h2 span {
  display: inline-block;
  font-size: inherit;
}
.find_watch_step > p {
  color: gray;
  margin: 1em 0;
  text-align: center;
}
.find_watch_step.q1, .find_watch_step.q2 {
  padding-bottom: 80px;
}
.find_watch_step .skip {
  text-align: center;
}
.find_watch_step .skip a {
  text-decoration: underline;
}

.options {
  width: 100%;
}
.options ul, .options li {
  padding: 0;
  list-style: none;
}
.options ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto;
  width: 100%;
}
.options li {
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
  min-height: 120px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  font-size: 1rem;
  margin: 10px;
}
@media (min-width: 321px) {
  .options li {
    min-height: 130px;
  }
}
@media (min-width: 481px) {
  .options li {
    font-size: 1.2rem;
    min-height: 140px;
  }
}
@media (min-width: 641px) {
  .options li {
    width: 200px;
    min-height: 170px;
  }
}
.options li input[type=checkbox][id^=step], .options li input[type=radio][id^=step1] {
  display: none;
}
.options label {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px black solid;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
@media (min-width: 321px) {
  .options label {
    padding: 1rem;
  }
}
.options label img {
  height: 3.5em;
}
@media (min-width: 641px) {
  .options label img {
    height: 5em;
  }
}
.options label p {
  margin: 0;
  line-height: 1.3em;
  z-index: 1;
  width: 100%;
}
.options label p span {
  font-size: 0.8em;
  display: block;
  color: gray;
}
.options label:hover, .options label:active, .options label:focus {
  color: black;
  border: 1px black solid;
}
@media (min-width: 769px) {
  .options label:hover, .options label:active, .options label:focus {
    color: #60CFF6;
    border: 1px #60CFF6 solid;
  }
  .options label:hover img, .options label:active img, .options label:focus img {
    -webkit-filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
            filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
  }
}
.options label:hover p span, .options label:active p span, .options label:focus p span {
  color: black;
}
@media (min-width: 769px) {
  .options label:hover p span, .options label:active p span, .options label:focus p span {
    color: #60CFF6;
  }
}
.options label.active {
  color: black;
  border: 1px black solid;
}
@media (min-width: 769px) {
  .options label.active {
    color: #60CFF6;
    border: 1px #60CFF6 solid;
  }
}
.options label.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-radius: 8px 0 0 0;
  border-top: 58px solid #60CFF6;
  border-left: 0 solid transparent;
  border-right: 58px solid white;
  border-bottom: 0 solid transparent;
}
@media (min-width: 481px) {
  .options label.active:before {
    border-top: 70px solid #60CFF6;
    border-right: 70px solid white;
  }
}
.options label.active:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://www.garmin.com.tw/event/2022/find-your-watch/images/icons/check.svg");
}
@media (min-width: 481px) {
  .options label.active:after {
    width: 32px;
    height: 32px;
  }
}
.options label.active img {
  -webkit-filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
          filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
}
.options label.active p span {
  color: black;
}
@media (min-width: 769px) {
  .options label.active p span {
    color: #60CFF6;
  }
}
.options label.disabled {
  color: #bfbfbf;
  border: 1px #bfbfbf solid;
  cursor: default;
}
.options label.disabled img {
  -webkit-filter: invert(87%) sepia(0%) saturate(2%) hue-rotate(52deg) brightness(91%) contrast(86%);
          filter: invert(87%) sepia(0%) saturate(2%) hue-rotate(52deg) brightness(91%) contrast(86%);
}
.options label.disabled:hover, .options label.disabled:active, .options label.disabled:focus {
  color: #bfbfbf;
  border: 1px #bfbfbf solid;
}
.options label.disabled:hover img, .options label.disabled:active img, .options label.disabled:focus img {
  -webkit-filter: invert(87%) sepia(0%) saturate(2%) hue-rotate(52deg) brightness(91%) contrast(86%);
          filter: invert(87%) sepia(0%) saturate(2%) hue-rotate(52deg) brightness(91%) contrast(86%);
}
.options label.disabled p span {
  color: #bfbfbf;
}

/* ---------- Products ---------- */
.find_watch_products {
  width: 100%;
}
.find_watch_products .buttoms {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 100px;
}
.find_watch_products .buttoms img {
  height: 1em;
  margin-right: 0.3em;
}
.find_watch_products .buttoms a {
  color: black;
  line-height: 1em;
}
.find_watch_products .buttoms a:hover {
  color: #60CFF6;
}
.find_watch_products .buttoms a:hover img {
  -webkit-filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
          filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
}

.better_product, .other_product {
  width: 100%;
  position: relative;
  font-size: 0;
}
.better_product .title, .other_product .title {
  position: relative;
  display: -ms-grid;
  display: grid;
  text-align: center;
  margin-bottom: 0rem;
  width: 100%;
}
@media (min-width: 769px) {
  .better_product .title, .other_product .title {
    margin-bottom: 1rem;
  }
}
.better_product .title h3, .other_product .title h3 {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 481px) {
  .better_product .title h3, .other_product .title h3 {
    font-size: 28px;
  }
}
.better_product .title h3 > p, .other_product .title h3 > p {
  background-color: #60CFF6;
  display: inline-block;
  position: relative;
  margin: 0 0.5em 0 0;
  text-align: center;
  line-height: 1em;
  padding: 8px 8px 20px;
  font-size: 0.8em;
}
.better_product .title h3 > p:before, .other_product .title h3 > p:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #60CFF6;
  border-top: 0px solid transparent;
  border-left: 19px solid transparent;
  border-right: 19px solid #60CFF6;
  border-bottom: 13px solid white;
}
@media (min-width: 481px) {
  .better_product .title h3 > p:before, .other_product .title h3 > p:before {
    font-size: 24px;
    margin-left: -22px;
    border-left: 22px solid transparent;
    border-right: 22px solid #60CFF6;
  }
}
.better_product .product_block, .other_product .product_block {
  position: relative;
  margin: 0 auto 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .better_product .product_block, .other_product .product_block {
    padding: 0rem 1rem 2.5rem;
  }
}
.better_product .product_block .pic, .other_product .product_block .pic {
  width: 70vw;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .better_product .product_block .pic, .other_product .product_block .pic {
    width: 300px;
    height: 300px;
  }
}
.better_product .product_block .pic img, .other_product .product_block .pic img {
  width: 100%;
}
.better_product .product_block .info, .other_product .product_block .info {
  width: 100%;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 641px) {
  .better_product .product_block .info, .other_product .product_block .info {
    padding: 1rem 5rem 2rem;
  }
}
@media (min-width: 769px) {
  .better_product .product_block .info, .other_product .product_block .info {
    width: calc(100% - 350px);
    padding: 0;
  }
}
.better_product .product_block .info .name_wrap, .other_product .product_block .info .name_wrap {
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .better_product .product_block .info .name_wrap, .other_product .product_block .info .name_wrap {
    text-align: left;
  }
}
.better_product .product_block .info .name_wrap > h2, .other_product .product_block .info .name_wrap > h2 {
  margin: 0;
  font-size: 22px !important;
  line-height: 1.3em;
}
@media (min-width: 769px) {
  .better_product .product_block .info .name_wrap > h2, .other_product .product_block .info .name_wrap > h2 {
    font-size: 24px !important;
  }
}
.better_product .product_block .info .name_wrap > h3, .other_product .product_block .info .name_wrap > h3 {
  margin: 0;
  font-size: 20px !important;
  line-height: 1.3em;
}
@media (min-width: 769px) {
  .better_product .product_block .info .name_wrap > h3, .other_product .product_block .info .name_wrap > h3 {
    font-size: 22px !important;
  }
}
.better_product .product_block .info .name_wrap p, .other_product .product_block .info .name_wrap p {
  color: gray;
}
.better_product .product_block .info ul, .other_product .product_block .info ul {
  padding: 0;
  margin: 0;
}
.better_product .product_block .info ul li, .other_product .product_block .info ul li {
  list-style: none;
}
.better_product .product_block .info ul li a, .other_product .product_block .info ul li a {
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 481px) {
  .better_product .product_block .info ul li a, .other_product .product_block .info ul li a {
    font-size: 1rem;
  }
}
.better_product .product_block .info .s_icons, .other_product .product_block .info .s_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (min-width: 769px) {
  .better_product .product_block .info .s_icons, .other_product .product_block .info .s_icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.better_product .product_block .info .s_icons a, .other_product .product_block .info .s_icons a {
  padding: 6px;
}
.better_product .product_block .info .s_icons a img, .other_product .product_block .info .s_icons a img {
  width: 30px;
}
.better_product .product_block .info .s_icons a:hover img, .other_product .product_block .info .s_icons a:hover img {
  -webkit-filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
          filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
}
.better_product .product_block .info .s_icons li:last-of-type a, .other_product .product_block .info .s_icons li:last-of-type a {
  padding-left: 0;
}
.better_product .product_block .info .clm_wrap, .other_product .product_block .info .clm_wrap {
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  .better_product .product_block .info .clm_wrap, .other_product .product_block .info .clm_wrap {
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.better_product .product_block .info .clm_wrap ul, .other_product .product_block .info .clm_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (min-width: 769px) {
  .better_product .product_block .info .clm_wrap ul, .other_product .product_block .info .clm_wrap ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.better_product .product_block .info .clm_wrap ul li, .other_product .product_block .info .clm_wrap ul li {
  margin: 5px;
}
@media (min-width: 769px) {
  .better_product .product_block .info .clm_wrap ul li, .other_product .product_block .info .clm_wrap ul li {
    margin: 5px 10px 5px 0;
  }
}
.better_product .product_block .info .clm_wrap ul li a, .other_product .product_block .info .clm_wrap ul li a {
  padding: 8px 1em;
  border: solid 1px black;
  border-radius: 2em;
}
.better_product .product_block .info .clm_wrap ul li a:hover, .other_product .product_block .info .clm_wrap ul li a:hover {
  border: solid 1px #60CFF6;
}
.better_product .product_block .info .clm_wrap .other_feature, .other_product .product_block .info .clm_wrap .other_feature {
  text-align: center;
  margin: 10px 0;
  width: 100%;
}
@media (min-width: 769px) {
  .better_product .product_block .info .clm_wrap .other_feature, .other_product .product_block .info .clm_wrap .other_feature {
    text-align: left;
  }
}
.better_product .product_block .info .clm_wrap .other_feature a, .other_product .product_block .info .clm_wrap .other_feature a {
  display: inline-block;
  padding: 0.2em 0.5em;
}
.better_product .product_block .info .clm_wrap .other_feature a span:before, .other_product .product_block .info .clm_wrap .other_feature a span:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.better_product .product_block .info .clm_wrap .other_feature a.active span:before, .other_product .product_block .info .clm_wrap .other_feature a.active span:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.better_product .product_block .info .clm_wrap a.btn-size-default, .other_product .product_block .info .clm_wrap a.btn-size-default {
  margin-top: 10px;
  padding: 1em 2em;
}
.better_product .product_block .info .user_hints, .other_product .product_block .info .user_hints {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  display: none;
  position: absolute;
  top: -160px;
  left: auto;
  right: auto;
  z-index: 100;
}
.better_product .product_block .info .user_hints::after, .other_product .product_block .info .user_hints::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  position: absolute;
  right: auto;
  left: auto;
  bottom: -15px;
}
.better_product .product_block .info .user_hints.show, .other_product .product_block .info .user_hints.show {
  display: block;
}
.better_product .product_block .info .user_hints p, .other_product .product_block .info .user_hints p {
  color: white !important;
  margin-bottom: 10px !important;
}
.better_product .product_block .info .user_hints .small_txt, .other_product .product_block .info .user_hints .small_txt {
  font-size: 12px;
  text-align: left;
  color: #999999 !important;
}
.better_product .product_block .info .user_hints .close_btn, .other_product .product_block .info .user_hints .close_btn {
  text-align: right;
}
.better_product .product_block .info .user_hints .close_hints, .other_product .product_block .info .user_hints .close_hints {
  background: none;
  color: white !important;
  padding: 10px 15px;
  border: 1px solid white;
  border-radius: 2rem;
  cursor: pointer;
}

.better_product {
  padding-top: 100px;
}
@media (min-width: 993px) {
  .better_product {
    padding-top: 160px;
  }
}
@media (min-width: 1201px) {
  .better_product {
    padding-top: 100px;
  }
}
.better_product .product_block .pic {
  display: block;
  position: relative;
}
.better_product .product_block .pic.pic_m {
  display: none;
}
.better_product .product_block .pic::before {
  content: "";
  width: 66px;
  height: 65px;
  background-image: url("https://www.garmin.com.tw/event/2022/find-your-watch/images/icons/tag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.better_product .product_block .info {
  background: whitesmoke;
}
@media (min-width: 769px) {
  .better_product .product_block .info {
    background: none;
  }
}
.better_product .product_block .info .name_wrap {
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  .better_product .product_block .info .name_wrap {
    text-align: left;
  }
}

.other_product {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.other_product.no_result .title {
  width: 90%;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .other_product::before {
    content: "";
    width: 90%;
    height: 2px;
    background-color: #e6e6e6;
    margin: -2rem auto 2rem auto;
    display: block;
  }
}
@media (min-width: 769px) and (min-width: 1679px) {
  .other_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.other_product .product_block {
  width: 100%;
}
.other_product .product_block .pic {
  display: block;
}
.other_product .product_block .pic.pic_m {
  display: none;
}
@media (min-width: 769px) {
  .other_product .product_block .info {
    background: none;
  }
}
.other_product .product_block .info .name_wrap {
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  .other_product .product_block .info .name_wrap {
    text-align: left;
  }
}

.slide-enter-active {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.slide-leave-active {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to, .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

.functionBox {
  width: 90%;
  max-width: 600px !important;
  text-align: center !important;
}
.functionBox.noteBox {
  background: transparent !important;
}
.functionBox.noteBox img {
  width: 90%;
  max-width: 400px;
}
.functionBox.noteBox .fancybox-close-small {
  background: white;
  border-radius: 22px;
}

/* ---------- Compare ---------- */
.compare_button {
  position: fixed;
  bottom: 40vh;
  right: 1rem;
  z-index: 99;
  display: block;
  width: 70px;
  height: 70px;
  padding: 6px;
  border-radius: 35px;
  background-color: #60CFF6;
  -webkit-box-shadow: 2px 2px 6px #bfbfbf;
          box-shadow: 2px 2px 6px #bfbfbf;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: black !important;
  font-size: 13px;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  line-height: 1em;
}
.compare_button:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0.2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.compare_button img {
  width: 30px;
}
.compare_button p {
  margin-bottom: 5px;
}

.share_button {
  font-size: 16px;
  color: #1977f2 !important;
  margin: -30px auto 40px;
  display: block;
  text-align: center;
  position: relative;
}
.share_button img {
  vertical-align: sub;
}
@media (min-width: 769px) {
  .share_button {
    margin: -70px auto 70px;
  }
}

.app__compare {
  position: relative;
  display: none;
  background: #d1d1d1;
}
.app__compare.app__compare-active {
  height: auto !important;
  min-height: 100px;
}
@media (min-width: 321px) {
  .app__compare.app__compare-active {
    min-height: 120px;
  }
}

.find_watch_products.app__compare-active .better_product .product_block, .find_watch_products.app__compare-active .other_product .product_block {
  cursor: pointer;
}
.find_watch_products.app__compare-active .better_product .product_block:before, .find_watch_products.app__compare-active .other_product .product_block:before {
  content: "+";
  width: 40px;
  height: 40px;
  padding-left: 12px;
  padding-bottom: 2px;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  top: 0;
  right: 0;
  font-size: 2rem;
  background-color: #404040;
}
.find_watch_products.app__compare-active .better_product .product_block:after, .find_watch_products.app__compare-active .other_product .product_block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 222, 222, 0.4);
  z-index: 1;
}
.find_watch_products.app__compare-active .better_product .product_block.products_item_selected:before, .find_watch_products.app__compare-active .other_product .product_block.products_item_selected:before {
  content: "×";
  background-color: #137EC1;
}
.find_watch_products.app__compare-active .better_product .product_block.products_item_selected:after, .find_watch_products.app__compare-active .other_product .product_block.products_item_selected:after {
  background-color: rgba(120, 120, 120, 0.4);
}
.find_watch_products.app__compare-active .other_product .product_block {
  border: transparent;
}

.app__compare__list {
  width: 100%;
  padding-right: 110px;
}
@media (min-width: 321px) {
  .app__compare__list {
    padding-right: 135px;
  }
}
@media (min-width: 481px) {
  .app__compare__list {
    padding-right: 200px;
  }
}
@media (min-width: 769px) {
  .app__compare__list {
    padding-right: 220px;
  }
}

.app__compare__list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  text-align: right;
}
.app__compare__list__wrapper .app__compare__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  position: relative;
  min-height: 80px;
  margin: 10px 5px;
  padding: 0;
  text-align: center;
  list-style-type: none;
  background: white;
}
@media (min-width: 321px) {
  .app__compare__list__wrapper .app__compare__list__item {
    min-height: 100px;
    padding: 10px;
  }
}
.app__compare__list__wrapper .app__compare__list__item .app__compare__list__item__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.app__compare__list__wrapper .app__compare__list__item .app__compare__list__item__content img {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 1em;
  border-radius: 35px;
  background: white;
}
.app__compare__list__wrapper .app__compare__list__item .app__compare__list__item__content span {
  display: none;
  line-height: 1em;
  font-size: 13px;
}
@media (min-width: 769px) {
  .app__compare__list__wrapper .app__compare__list__item .app__compare__list__item__content span {
    display: block;
  }
}
.app__compare__list__wrapper .app__compare__list__item .app__compare__remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  color: black;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 0;
  padding: 0;
  background: none;
  border: 0;
}
@media (min-width: 321px) {
  .app__compare__list__wrapper .app__compare__list__item .app__compare__remove {
    width: 35px;
    height: 35px;
    font-size: 2rem;
  }
}

.app__compare__ctas {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 100%;
  padding: 1em;
}
@media (min-width: 321px) {
  .app__compare__ctas {
    width: 135px;
    padding: 1.4em 1em;
  }
}
@media (min-width: 481px) {
  .app__compare__ctas {
    width: 200px;
  }
}
@media (min-width: 769px) {
  .app__compare__ctas {
    width: 220px;
  }
}
.app__compare__ctas .app__compare__cta, .app__compare__ctas .app__compare__close {
  display: block;
  width: 100%;
  padding: 0.3em 0.5em;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid black;
  background: none;
  margin: 5px 0;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 481px) {
  .app__compare__ctas .app__compare__cta, .app__compare__ctas .app__compare__close {
    font-size: 1rem;
    padding: 0.5em 1.2em;
  }
}
.app__compare__ctas .app__compare__cta {
  color: white;
  background: black;
  border: 1px solid black;
}
.app__compare__ctas .app__compare__cta.no-cl {
  cursor: not-allowed;
  background: gray;
  border: 1px solid gray;
}

* {
  -webkit-touch-callout: none;
}

#wizard .find_watch_step.q1, #wizard .find_watch_step.q2 {
  display: none;
}

#btn-prve, .find_watch_products {
  display: none;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

[v-cloak] {
  display: none;
}
[v-cloak]:before {
  content: "loading…";
}

.step_fixed_btn a.disabled {
  cursor: not-allowed;
  color: #bfbfbf;
  border: 1px #808080 solid;
  background-color: #c0c0c0 !important;
}

/* General */
#wizard label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #60CFF6;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#wizard label img {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  height: 5em;
}
#wizard .options label p span {
  font-size: 0.8em;
  display: block;
  color: gray;
}
#wizard :checked + label {
  /*border-color: #ddd;*/
  color: #60CFF6;
  border: 1px #60CFF6 solid;
}
#wizard :checked + label:before {
  /*
  content: "✓";
  background-color: grey;
  */
  -webkit-transform: scale(1);
          transform: scale(1);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-radius: 8px 0 0 0;
  border-top: 70px solid #60CFF6;
  border-left: 0 solid transparent;
  border-right: 70px solid white;
  border-bottom: 0 solid transparent;
}
#wizard :checked + label:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: 32px;
  height: 32px;
  background-image: url(https://www.garmin.com.tw/event/2022/find-your-watch/images/icons/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#wizard :checked + label img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
  filter: invert(76%) sepia(16%) saturate(3167%) hue-rotate(169deg) brightness(105%) contrast(93%);
}
#wizard :checked + label p span {
  color: #60CFF6;
}
#wizard .options label.disabled {
  color: #bfbfbf;
  border: 1px #bfbfbf solid;
  cursor: default;
}
#wizard .options label.disabled img {
  -webkit-filter: invert(87%) sepia(0%) saturate(2%) hue-rotate(52deg) brightness(91%) contrast(86%);
  filter: invert(87%) sepia(0%) saturate(2%) hue-rotate(52deg) brightness(91%) contrast(86%);
}
#wizard .options label.disabled p span {
  color: #bfbfbf;
}

.loading_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: none;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.lds-default::before {
  display: block;
  content: "Loading";
  font-size: 12px;
  color: white;
  padding: 28px 18px;
  position: absolute;
  z-index: 9999;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@-webkit-keyframes lds-default {
  0%, 20%, 80%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes lds-default {
  0%, 20%, 80%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}