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

html {
  overflow-x: initial; }

body {
  min-width: 320px; }

.wrapper {
  width: 100%;
  height: auto; }

.p-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-box > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  max-width: 50%; }

.flex-box.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.custom_block a,
.custom_block h1,
.custom_block h2:not(#js__g__email__form-header),
.custom_block h3,
.custom_block h4,
.custom_block h5,
.custom_block h6,
.custom_block p,
.custom_block span {
  color: #000; }

.custom_block .light a,
.custom_block .light h1,
.custom_block .light h2:not(#js__g__email__form-header),
.custom_block .light h3,
.custom_block .light h4,
.custom_block .light h5,
.custom_block .light h6,
.custom_block .light p,
.custom_block .light span {
  color: #fff; }

.custom_block .h2,
.custom_block h2 {
  font-size: 30px;
  margin: 0 0 10px 0; }

.custom_block .h4,
.custom_block h4 {
  font-size: 20px;
  margin: 0; }

.custom_block p {
  margin: 0;
  line-height: 1.6; }

.custom_block img {
  width: 100%;
  vertical-align: bottom; }

.custom_block .container {
  width: 80%;
  max-width: 1170px;
  padding: 50px 0;
  text-align: center;
  margin: 0 auto; }

.custom_block .bg-cover {
  background-size: cover;
  background-position: center; }

.custom_block .line-through {
  text-decoration: line-through;
  display: block;
  font-size: 0.85rem;
  color: #666; }

.custom_block small {
  color: #666; }

.custom_block .icon-plus,
.custom_block .icon-plus-1 {
  color: #50591b;
  font-size: 10px;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.custom_block .icon-plus-1:after,
.custom_block .icon-plus:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: -1;
  -webkit-transition: padding 0.3s ease-out 0s;
  -o-transition: padding 0.3s ease-out 0s;
  transition: padding 0.3s ease-out 0s; }

.custom_block .border-top:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #ccc;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.custom_block .btn-size-default {
  font-size: 18px;
  margin-bottom: 30px; }

.custom_block .btn-size-default.btn-white-empty {
  border-width: 2px; }

#where-to-use {
  text-align: center;
  margin-bottom: 30px; }

#where-to-use nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px; }

#where-to-use nav > * {
  text-transform: uppercase;
  position: relative;
  padding: 0px 30px;
  margin: 10px 0;
  cursor: pointer; }

#where-to-use nav > .active:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #000; }

#where-to-use nav > :after,
#where-to-use nav > :before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ddd;
  bottom: -10px;
  left: 0;
  border-radius: 5px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, background-color 0.3s ease-out;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out; }

#where-to-use nav > :before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

#where-to-use nav > :after {
  background-color: #000; }

#where-to-use .products-category-list {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#where-to-use .products-category-list [id] {
  color: #000000;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
  position: absolute;
  overflow: hidden;
  max-width: 1680px;
  margin: 0 auto; }

#where-to-use .products-category-list #whygarmin {
  max-width: 1920px; }

#where-to-use .products-category-list [id].active {
  opacity: 1;
  z-index: 1; }

#level {
  height: 630px; }

#whygarmin, #safety {
  height: 600px; }

#where-to-use .products-category-list [id] .wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto; }
  #where-to-use .products-category-list [id] .wrapper .content div {
    margin: 0 10px;
    width: 33.33%; }
    #where-to-use .products-category-list [id] .wrapper .content div h2 {
      font-size: 24px;
      color: #000; }
    #where-to-use .products-category-list [id] .wrapper .content div h3 {
      color: #666;
      text-align: center;
      font-size: 16px;
      font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
      margin-bottom: 0; }
    #where-to-use .products-category-list [id] .wrapper .content div p {
      font-size: 16px;
      color: #666;
      margin-bottom: 5px; }
    #where-to-use .products-category-list [id] .wrapper .content div img {
      width: 400px; }
    #where-to-use .products-category-list [id] .wrapper .content div .text {
      width: 85%;
      margin: 10px auto; }
    #where-to-use .products-category-list [id] .wrapper .content div a {
      color: #666;
      text-decoration: underline; }

#where-to-use .products-category-list .compare-link {
  margin-top: 20px; }

#where-to-use .products-category-list #whygarmin .wrapper {
  overflow-x: auto; }
  #where-to-use .products-category-list #whygarmin .wrapper .content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: auto;
    margin: 0 auto; }
    #where-to-use .products-category-list #whygarmin .wrapper .content div .text {
      width: 100%;
      margin: 10px auto 30px auto; }

#where-to-use .products-category-list .nav-container {
  position: relative;
  width: 40%;
  height: 100%;
  margin-left: auto;
  margin-right: 10%;
  text-align: left;
  padding-left: 30px; }

#where-to-use .products-category-list .nav-container [class*=nav] {
  position: absolute;
  z-index: 1; }

#where-to-use .products-category-list .nav-container [class*=nav]:hover {
  cursor: pointer; }

#where-to-use .products-category-list .nav-container .dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  top: 10px; }

#where-to-use .products-category-list .nav-container .dot:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: dot-animation 1.2s ease-out 0s infinite;
  animation: dot-animation 1.2s ease-out 0s infinite; }

#where-to-use .products-category-list .nav-container .text {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff; }

#where-to-use .products-category-list .nav-container .text:after,
#where-to-use .products-category-list .nav-container .text:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #fff;
  left: -95px;
  top: 15px;
  border-radius: 5px; }

#where-to-use .products-category-list .nav-container .text:before {
  content: none; }

#where-to-use .products-category-list .nav-container .text:hover .icon-plus-1:after,
#where-to-use .products-category-list .nav-container .text:hover .icon-plus:after {
  padding: 11px; }

.compare-btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

#products-category .wrapper > div {
  display: none;
  width: 80%;
  height: 80%;
  border-radius: 30px; }

#products-category .wrapper > div.active {
  display: block; }

#products-category .wrapper > div {
  display: none;
  width: 80%;
  height: 80%;
  border-radius: 30px; }

#products-category .wrapper > div .active {
  display: block; }

.p-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff; }

.fancybox-active {
  overflow: hidden; }

.fancybox-container .fancybox-button {
  width: 60px;
  height: 60px; }

.fancybox-slide--html .fancybox-close-small {
  display: none; }

.fancybox-container .fancybox-content {
  padding: 0;
  width: 90%;
  max-width: 1170px;
  max-height: 85%;
  border-radius: 30px; }

.fancybox-container .fancybox-content .container {
  padding: 50px 0 0 0;
  width: 100%; }

.fancybox-container .fancybox-content .flex-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.fancybox-container .fancybox-content .flex-box > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  max-width: 350px; }

.fancybox-container .fancybox-content .container > * {
  margin: 0 auto; }

.fancybox-container .fancybox-content a {
  color: inherit;
  text-decoration: underline; }

.fancybox-container .fancybox-content .btn-size-default {
  text-decoration: none;
  margin-top: 5px; }

.fancybox-container .fancybox-content figure {
  margin: 0; }

.fancybox-container .fancybox-content small {
  display: inline-block; }

.fancybox-container .fancybox-content.compare {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #000; }

.fancybox-container .fancybox-content [class*=icon] {
  color: inherit; }

.fancybox-container.fancybox-content.category-intro {
  width: 80%; }

.fancybox-container .fancybox-content .products {
  width: 90%;
  margin: 0 auto; }

.fancybox-container .fancybox-content .products .flex-box > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.fancybox-container .fancybox-content .products p {
  font-size: 15px; }

.fancybox-container .fancybox-content .products p.price {
  color: #555; }

.fancybox-container .fancybox-content .products .compare-item-content > *,
.fancybox-container .fancybox-content .products .products-item > * {
  padding: 10px 15px; }

.fancybox-container .fancybox-content .products .p-sticky {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }

.fancybox-container .fancybox-content .products .products-item img {
  width: 80%;
  max-width: 200px; }

.fancybox-container .fancybox-content .products .products-item h3,
.fancybox-container .fancybox-content .products .products-item h4 {
  margin-bottom: 5px;
  text-transform: uppercase; }

.fancybox-container .fancybox-content .products .products-item .titlesub {
  margin-bottom: 0; }

.fancybox-container .fancybox-content .products .compare-content {
  margin-top: 20px;
  margin-bottom: 40px; }

.fancybox-container .fancybox-content .products .compare-content .compare-item {
  margin-bottom: 10px; }

.fancybox-container .fancybox-content .products .compare-content .compare-item .compare-label {
  display: none; }

.fancybox-container .fancybox-content .products .compare-content .compare-item:nth-child(1) p,
.fancybox-container .fancybox-content .products .compare-content .compare-item:nth-child(2) p {
  height: 91px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fancybox-container .fancybox-content .products .compare-content .compare-item p {
  line-height: initial;
  color: #555;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .fancybox-container .fancybox-content .products .compare-content .compare-item p span {
    color: #999999 !important;
    font-size: 0.8rem;
    display: block; }

.fancybox-container .fancybox-content .products .compare-content .compare-item a {
  font-size: inherit; }

.fancybox-container.fancybox-is-open .fancybox-toolbar {
  opacity: 1; }

.fancybox-container.fancybox-is-open .fancybox-toolbar [data-fancybox-close] {
  visibility: visible; }

@media (max-width: 1440px) {
  #where-to-use .products-category-list [id] .wrapper .content {
    width: 95%; }
  #where-to-use .products-category-list [id] .wrapper .content div img {
    width: 300px; }
  #level {
    height: 500px; }
  #whygarmin, #safety {
    height: 450px; } }

@media (max-width: 1024px) {
  #where-to-use .products-category-list {
    height: 560px; }
    #where-to-use .products-category-list [id] .wrapper .content {
      width: 100%; }
  #where-to-use .products-category-list #whygarmin .wrapper .content div img {
    min-width: 250px; }
  .custom_block .btn-size-default {
    font-size: 12px;
    margin-bottom: 15px; }
  .custom_block .h4, .custom_block h4 {
    font-size: 18px; }
  #level {
    height: 550px; }
  #whygarmin, #safety {
    height: 500px; } }

@media (max-width: 820px) {
  .custom_block .container {
    width: 90%; }
  #where-to-use .products-category-list .nav-container h4 {
    line-height: 1.2; }
  #where-to-use .products-category-list [id] .wrapper .content div img {
    width: 250px; }
  #where-to-use .products-category-list #course .nav-smartwatch .text:after {
    -webkit-transform: rotate(195deg);
    -ms-transform: rotate(195deg);
    transform: rotate(195deg); }
  .fancybox-container .fancybox-content .products {
    width: 100%; }
  .fancybox-container .fancybox-content .products .compare-content, .fancybox-container .fancybox-content .products .products-item {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .fancybox-container .fancybox-content .products .flex-box {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fancybox-container .fancybox-content .products .flex-box > * {
    min-width: 30%; }
  .fancybox-container .fancybox-content .products .products-item img {
    width: 70%; }
  .fancybox-container .fancybox-content .container {
    padding: 10px 0 0 0; } }

@media (max-width: 768px) {
  #where-to-use .products-category-list {
    height: 480px; }
    #where-to-use .products-category-list [id] .wrapper .content div h2 {
      font-size: 21px; }
    #where-to-use .products-category-list [id] .wrapper .content div img {
      width: 210px; }
  #where-to-use .products-category-list #whygarmin .wrapper .content div img {
    min-width: 200px; }
  #level {
    height: 520px; } }

@media (max-width: 600px) {
  #where-to-use .products-category-list {
    height: 550px; }
  #where-to-use .products-category-list .nav-container h4 {
    font-size: 16px; }
  #where-to-use .products-category-list .nav-container h4:after {
    width: 50px;
    top: 9px; }
  #where-to-use .products-category-list .nav-container h4 .icon-plus,
  #where-to-use .products-category-list .nav-container h4 .icon-plus-1 {
    font-size: 0.5em;
    bottom: 3px; }
  #where-to-use .products-category-list #driving-range .nav-container {
    min-width: 250px;
    padding-left: 50px; }
  #where-to-use .products-category-list [id] .wrapper .content div .text {
    width: 100%; }
  .fancybox-container .fancybox-content .products .flex-box > * {
    min-width: 45%; }
  .fancybox-container .fancybox-content .category-banner {
    width: 100%;
    overflow-x: hidden; }
  .fancybox-container .fancybox-content .category-banner img {
    width: 130%;
    margin-left: -15%; }
  .fancybox-container .fancybox-content .products .compare-item-content > *,
  .fancybox-container .fancybox-content .products .products-item > * {
    padding: 10px; }
  .fancybox-container .fancybox-content .products .products-item h4 {
    font-size: 18px; }
  .fancybox-container .fancybox-content .products a.btn-size-default,
  .fancybox-container .fancybox-content .products p {
    font-size: 12px; }
  .fancybox-container .fancybox-content .products a.btn-size-default {
    padding: 10px;
    letter-spacing: 0; } }

@media (max-width: 500px) {
  #where-to-use nav > * {
    padding: 0px 15px; }
  #where-to-use nav a h4 {
    font-size: 16px; }
  #where-to-use .products-category-list [id] .wrapper {
    overflow-x: auto; }
  #where-to-use .products-category-list [id] .wrapper .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
  #where-to-use .products-category-list [id] .wrapper .content div {
    width: 100%;
    margin: 0 10px 10px 10px; }
    #where-to-use .products-category-list [id] .wrapper .content div p {
      font-size: 15px; }
  #where-to-use .products-category-list [id] .wrapper .content div h2 {
    font-size: 18px; }
  #where-to-use .products-category-list [id] .wrapper .content div p {
    font-size: 14px; }
  #level {
    height: 480px; }
  #whygarmin, #safety {
    height: 420px; } }

@media (max-width: 450px) {
  .custom_block .h2, .custom_block h2 {
    font-size: 7vw; }
  .custom_block .h4, .custom_block h4 {
    font-size: 4.5vw; }
  #where-to-use .products-category-list .nav-container h4 .icon-plus, #where-to-use .products-category-list .nav-container h4 .icon-plus-1 {
    font-size: 0.5em;
    margin-left: 0.8em; }
  #where-to-use .products-category-list #driving-range .nav-container {
    width: 63%;
    min-width: inherit; }
  .fancybox-container .fancybox-content {
    border-radius: 0; }
  .fancybox-container .fancybox-content .products {
    margin-top: 30px; }
  .fancybox-container .fancybox-content .products .compare-content .compare-item:nth-child(1) p,
  .fancybox-container .fancybox-content .products .compare-content .compare-item:nth-child(2) p {
    height: 120px; } }

@media (max-width: 390px) {
  .fancybox-container .fancybox-content .products .flex-box > * {
    min-width: 50%; } }

@media (max-width: 360px) {
  #where-to-use .products-category-list {
    height: 460px; }
  #where-to-use .products-category-list [id] .wrapper .content div {
    width: 100%;
    margin: 0 10px 10px 10px; }
    #where-to-use .products-category-list [id] .wrapper .content div p {
      font-size: 14px; }
  .fancybox-container .fancybox-content .products .products-item h4 {
    font-size: 16px; }
  .fancybox-container .fancybox-content .products .flex-box {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (max-width: 320px) {
  #where-to-use .products-category-list {
    height: 420px; }
  #where-to-use nav {
    margin-bottom: 30px; }
  #where-to-use nav a h4 {
    font-size: 14px; }
  #where-to-use .products-category-list [id] .wrapper .content div img,
  #where-to-use .products-category-list #whygarmin .wrapper .content div img {
    min-width: 200px; }
  #where-to-use .products-category-list [id] .wrapper .content div h2 {
    font-size: 18px; }
  #where-to-use .products-category-list [id] .wrapper .content div h3, #where-to-use .products-category-list [id] .wrapper .content div p {
    font-size: 12px; }
  .fancybox-container .fancybox-content .products .flex-box > * {
    min-width: 58%; } }
