@charset "UTF-8";
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,
shops,
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%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
shops,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  background: #000000;
  overflow-x: hidden;
  width: 100%; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

.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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-box > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

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

section, .container {
  position: relative; }

section img {
  width: 100%; }

.text:not(td) > *,
.text:not(td) h2,
.text:not(td) h4,
.text:not(td) p {
  color: #ffffff; }

.flex-box .bg-image {
  background-size: cover;
  background-position: center;
  min-height: 650px;
  margin: 0 auto; }

.bg-white {
  background: #ffffff; }

.bg-grey {
  background: #F6F6F6; }

.textcenter {
  text-align: center !important; }

.textleft {
  text-align: left !important; }

#pd-nav li.active #subNavDropDown, #pd-nav li.active #subNavDropDown .icon-down-open-big::before {
  color: #fff; }

h2, section h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600 !important;
  line-height: 1.3 !important; }

h3, section h3 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 1.6 !important; }

h4 {
  font-size: 21px;
  font-weight: bold; }

section p {
  font-size: 18px; }

.small {
  font-size: 14px !important;
  color: #777777 !important; }

.pc-show {
  display: block !important; }

.mobile-show {
  display: none !important; }

.btn-black-fill, .btn-grey-fill {
  font-size: 16px !important; }

a, #hero .container .video-btn {
  cursor: pointer; }

#pin {
  z-index: 9; }

.opacity1,
.opacity2,
.fade-in {
  opacity: 0; }

/*選單*/
#pd-nav {
  opacity: 0; }
  #pd-nav .p-sticky {
    opacity: 0; }
  #pd-nav .pd-list-con h1, #pd-nav .pd-list-con h2, #pd-nav .pd-list-con h4 {
    font-weight: normal !important; }

#pd-nav a.buy-now {
  display: none; }

#pd-nav .buy-now-all {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: initial; }

#pd-nav #subNavDropDown {
  background: none;
  color: #999999;
  border: none; }

#pd-nav #subNavDropDown .icon-down-open-big::before {
  color: #999; }

#pd-nav #subNavDropDown .icon-down-open-big.active::before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block; }

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

#hero {
  position: relative;
  width: 100%;
  height: 180vh;
  min-height: 1000px;
  overflow: hidden;
  z-index: 15;
  background-size: cover;
  top: -90px;
  background-color: #000000; }
  #hero > div {
    margin-top: 0;
    padding-bottom: 0;
    background-position: center;
    background-size: cover;
    display: block;
    position: relative;
    min-height: auto; }
  #hero .container {
    max-width: 100vw;
    width: 100% !important;
    padding: 15vw 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    min-height: 820px;
    max-height: 1000px; }
    #hero .container .text {
      width: 80%;
      position: fixed;
      padding: 0;
      z-index: 5;
      min-height: auto;
      text-align: center;
      top: 25%; }
      #hero .container .text h2 {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF), color-stop(70%, #FFD456), color-stop(90%, #FF8A00));
        background: -webkit-linear-gradient(top, #FFF 50%, #FFD456 70%, #FF8A00 90%);
        background: -o-linear-gradient(top, #FFF 50%, #FFD456 70%, #FF8A00 90%);
        background: linear-gradient(180deg, #FFF 50%, #FFD456 70%, #FF8A00 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 100% 200%;
        background-position: 0 0;
        -webkit-transition: background-position 0.5s ease;
        -o-transition: background-position 0.5s ease;
        transition: background-position 0.5s ease;
        font-weight: 600 !important;
        font-size: 5.2vw;
        letter-spacing: 20px;
        margin: 0 auto;
        position: relative;
        top: 100px;
        opacity: 0; }
        #hero .container .text h2 span {
          font-size: 3.8vw;
          font-weight: 700 !important; }
      #hero .container .text p {
        font-size: 1vw;
        position: relative;
        line-height: 2 !important;
        top: 150px;
        opacity: 0;
        letter-spacing: 2px;
        margin-bottom: 30px; }

#hero .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 140vh;
  min-height: 1000px;
  max-height: 1200px;
  z-index: 2;
  opacity: 1; }

#hero .video:after {
  content: "";
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 40%);
  background: -o-linear-gradient(top, transparent 0%, #000000 40%);
  background: linear-gradient(to bottom, transparent 0%, #000000 40%);
  width: 100vw;
  height: 100vh;
  max-height: 750px;
  min-height: 200px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3; }

@media (min-width: 768px) {
  #hero .video {
    width: 100vw;
    height: 100vw;
    position: absolute;
    top: 25vw !important;
    left: 50%;
    margin-top: 100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 1;
    opacity: 1; }
  #hero video {
    width: 100%;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1; } }

#device {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-color: #000000;
  overflow: hidden;
  padding-top: 0;
  z-index: 20;
  opacity: 0;
  margin-top: 45px !important; }
  #device .container {
    max-width: 100vw;
    width: 80% !important;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    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: center;
    -ms-flex-align: center;
    align-items: center; }
  #device .amoled, #device .solar {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #device .amoled {
    opacity: 1;
    z-index: 30; }
  #device .solar {
    opacity: 0;
    z-index: 20; }
  #device .text {
    width: 450px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-self: center;
    margin-left: 5%;
    margin-top: 5%; }
    #device .text h2,
    #device .text h3 {
      margin: 0 auto;
      text-align: center; }
    #device .text h2 {
      font-size: 65px;
      text-transform: uppercase;
      font-weight: 500 !important;
      margin-bottom: 10px; }
    #device .text h3 {
      font-size: 28px; }
    #device .text p {
      text-align: left;
      max-width: 450px; }
    #device .text .compare {
      width: 100%;
      text-transform: uppercase;
      margin: 0 auto;
      text-align: center;
      z-index: 4;
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #device .text .compare .line {
        border-left: 1px solid #ffffff; }
      #device .text .compare hr {
        border-top: 1px solid #838383;
        background-color: #3a3a3a; }
      #device .text .compare ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 0;
        padding-bottom: 10px; }
        #device .text .compare ol li {
          font-size: 18px;
          margin: 10px; }
          #device .text .compare ol li span {
            font-size: 36px;
            color: #FF8A00;
            font-weight: 400 !important;
            margin-right: 5px; }
  #device .watch {
    position: relative;
    z-index: 15; }
    #device .watch img {
      min-height: 500px;
      max-height: 750px;
      height: 100vh;
      width: auto; }
    #device .watch video {
      position: absolute;
      left: 50%;
      top: 50.5%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 320px;
      min-width: 250px;
      border-radius: 50%; }
  #device .bg-wording {
    width: auto;
    height: 100vh;
    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: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 20; }
    #device .bg-wording img {
      width: 100%; }
  #device .all-bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 10;
    background-image: url(../images/infinite-1024.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
    #device .all-bg .black-top {
      width: 100%;
      height: 20vh;
      max-height: 200px;
      position: absolute;
      top: 0%;
      background-color: #000000; }
    #device .all-bg .black-bottom {
      width: 100%;
      height: 20vh;
      max-height: 200px;
      position: absolute;
      bottom: 0;
      background-color: #000000; }
    #device .all-bg .black-left {
      width: 25vw;
      height: 100vh;
      max-width: 350px;
      position: absolute;
      left: 0;
      background-color: #000000; }
    #device .all-bg .black-right {
      width: 25vw;
      height: 100vh;
      max-width: 350px;
      position: absolute;
      right: 0;
      background-color: #000000; }
    #device .all-bg img {
      width: auto;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
      transform: scale(1.7); }
  #device .bg {
    background-image: url("../images/kv-bg.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 2;
    height: 2000px; }

#overview {
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  z-index: 40;
  background-color: #000000; }
  #overview .container {
    overflow: hidden;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15vh 0; }
    #overview .container h2 {
      font-size: 48px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 30px;
      color: #ffffff; }
    #overview .container p {
      font-size: 32px;
      color: #ffffff;
      font-weight: bold; }
    #overview .container .all-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    #overview .container .item {
      border-radius: 20px;
      background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
      background: -webkit-linear-gradient(top, #333333 0%, #111111 100%);
      background: -o-linear-gradient(top, #333333 0%, #111111 100%);
      background: linear-gradient(180deg, #333333 0%, #111111 100%);
      overflow: hidden; }
      #overview .container .item svg {
        fill: #ffffff; }
      #overview .container .item p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.4 !important; }
    #overview .container img {
      width: 100%; }
    #overview .container a {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    #overview .container .main {
      width: 100%;
      height: 550px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: url("../images/overview-bg-voice.jpg");
      background-size: cover;
      background-position: center;
      overflow: hidden; }
      #overview .container .main p {
        margin: 60px auto 0 auto; }
        #overview .container .main p svg {
          width: 30px;
          height: 30px; }
      #overview .container .main img {
        position: relative;
        top: -80px;
        width: 85%; }
    #overview .container .four-items {
      width: 60%;
      margin-left: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #overview .container .four-items .one {
        width: 100%;
        margin-bottom: 5px;
        height: 250px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: url("../images/overview-bg-training.jpg");
        background-size: cover;
        background-position: center;
        overflow: hidden; }
        #overview .container .four-items .one p {
          width: 200px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          left: 60px; }
          #overview .container .four-items .one p svg {
            width: 30px;
            height: 30px;
            margin-left: 10px; }
        #overview .container .four-items .one img {
          width: auto;
          position: relative;
          left: 40px; }
    #overview .container .three {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      #overview .container .three .one-big {
        height: 285px;
        width: 100%;
        max-width: 300px;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #overview .container .three .one-big svg {
          width: 22px;
          height: 22px;
          margin-left: 10px; }
        #overview .container .three .one-big p {
          font-size: 24px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-top: 10px;
          padding-bottom: 15px; }
      #overview .container .three .one-small {
        height: 285px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 185px; }
        #overview .container .three .one-small p {
          font-size: 18px;
          margin-top: 30px;
          margin-left: 15px;
          padding-bottom: 15px; }
        #overview .container .three .one-small svg {
          width: 22px;
          height: 22px;
          margin-left: 10px; }
        #overview .container .three .one-small img {
          width: 65%;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      #overview .container .three .item:nth-child(1), #overview .container .three .item:nth-child(2) {
        margin-right: 15px; }
      #overview .container .three .sports {
        background-image: url("../images/overview-bg-sports.jpg");
        background-size: cover;
        background-position: center;
        overflow: hidden; }
        #overview .container .three .sports div {
          background: transparent; }
      #overview .container .three .item:nth-child(1) img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 85%;
        margin-top: -10px; }
      #overview .container .three .item:nth-child(2) img {
        width: 65%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #overview .container .three .item:nth-child(3) img {
        width: 130%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -15%;
        margin-top: -30%; }

#overview .show-item {
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s; }
  #overview .show-item:hover, #overview .show-item:focus {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
    opacity: 1; }
  #overview .show-item:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }

#overview .show-item {
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
  opacity: 1; }

#overview .show-item.active {
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
  opacity: 1;
  /* 保持當前項目的不透明度 */ }

#overview .show-item.inactive {
  opacity: 0.35;
  /* 其他項目的透明度變為0.9 */ }

#design {
  position: relative;
  width: 100%;
  height: 280vh;
  background-color: black;
  color: white;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  z-index: 10;
  opacity: 0;
  overflow: hidden; }
  #design .container {
    position: relative;
    margin: 0 auto;
    height: 200vh;
    z-index: 32; }
  #design .title {
    margin: 0 auto;
    text-align: center;
    padding: 10vh 0 10vh 0;
    background-color: black;
    position: absolute;
    z-index: 40;
    width: 100%; }
    #design .title h2, #design .title p {
      color: #ffffff;
      width: 60%;
      margin: 0 auto; }
  #design .content-01 {
    position: absolute;
    right: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    z-index: 20;
    opacity: 1; }
    #design .content-01 .alltext-01 {
      width: 40%;
      position: fixed;
      z-index: 32;
      right: -70px;
      top: 470px;
      z-index: 32;
      text-align: left; }
      #design .content-01 .alltext-01 .line {
        border: 1px solid #999999;
        border-top: 0;
        border-bottom: 0;
        border-right: 0;
        height: 16vh;
        position: absolute;
        top: -190px; }
      #design .content-01 .alltext-01 .text-01 {
        position: absolute;
        margin-left: 15px;
        margin-top: -200px; }
        #design .content-01 .alltext-01 .text-01 p {
          width: 50%; }
    #design .content-01 .alltext-01-2 {
      width: 40%;
      position: fixed;
      top: 470px;
      left: 600px;
      z-index: 32;
      text-align: right; }
      #design .content-01 .alltext-01-2 .line-01-2 {
        border: 1px solid #999999;
        border-top: 0;
        border-bottom: 0;
        border-right: 0;
        min-height: 300px;
        height: 42vh;
        position: absolute;
        top: -193px; }
      #design .content-01 .alltext-01-2 .text-01-2 {
        position: absolute;
        margin-left: 15px;
        margin-top: -200px; }
    #design .content-01 h3 {
      font-size: 28px;
      line-height: 1.4 !important;
      color: #000000; }
    #design .content-01 p {
      font-size: 14px;
      line-height: 1.4 !important;
      color: #666666; }
  #design .content-02 {
    width: 100%;
    height: 100vh;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20 !important; }
    #design .content-02 h3 {
      font-size: 28px;
      line-height: 1.4 !important;
      color: #000000; }
    #design .content-02 p {
      font-size: 14px;
      width: 50%;
      line-height: 1.4 !important;
      color: #666666; }
    #design .content-02 .alltext-02 {
      width: 40%;
      position: fixed;
      bottom: 140px;
      right: 180px;
      z-index: 32;
      text-align: right; }
      #design .content-02 .alltext-02 .line-02 {
        border: 1px solid #999999;
        border-top: 0;
        border-bottom: 0;
        border-right: 0;
        height: 250px;
        position: relative;
        top: 90px;
        left: 360px; }
      #design .content-02 .alltext-02 .text-02 {
        margin-right: 15px;
        width: 680px;
        text-align: right;
        position: absolute; }
        #design .content-02 .alltext-02 .text-02 h3 {
          font-size: 28px;
          line-height: 1.4 !important;
          color: #000000;
          width: 340px; }
    #design .content-02 .alltext-03 {
      position: fixed;
      width: 50%;
      top: 140px;
      right: -150px;
      z-index: 32; }
      #design .content-02 .alltext-03 .line-03 {
        border: 1px solid #999999;
        border-top: 0;
        border-bottom: 0;
        border-right: 0;
        height: 390px;
        position: absolute;
        top: 7px; }
      #design .content-02 .alltext-03 .text-03 {
        margin-left: 15px; }
  #design .bg {
    background-image: url("../images/design-bg.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 180px;
    left: 0;
    opacity: 0;
    z-index: 10; }

#panel1::after {
  content: "";
  background: #000000;
  background: -webkit-linear-gradient(left, transparent 0%, #000000 100%);
  background: -o-linear-gradient(left, transparent 0%, #000000 100%);
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#000000));
  background: -webkit-linear-gradient(right, transparent 0%, #000000 100%);
  background: -o-linear-gradient(right, transparent 0%, #000000 100%);
  background: linear-gradient(to left, transparent 0%, #000000 100%);
  width: 30%;
  height: 100vh;
  min-height: 200px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10; }

#voice {
  position: relative;
  background-color: #000000;
  z-index: 32;
  overflow: hidden; }
  #voice .container {
    height: auto;
    position: relative;
    z-index: 30; }
    #voice .container .text {
      margin: 0 auto;
      text-align: center;
      padding: 100px 0; }
      #voice .container .text h2 {
        font-size: 80px; }
      #voice .container .text h3 {
        font-size: 32px; }
  #voice .voice-command, #voice .voice-control, #voice .voice-command {
    position: relative;
    background-size: cover;
    background-position: top center;
    z-index: 30; }
  #voice #pin-container {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300vw; }
    #voice #pin-container .text {
      text-align: left; }
      #voice #pin-container .text h2 {
        font-size: 32px; }
  #voice .panel {
    width: 100vw;
    height: 100vh;
    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: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 24px; }
  #voice #panel1 .text {
    position: relative;
    top: 0;
    left: -15%;
    z-index: 30; }
    #voice #panel1 .text img {
      width: 50px;
      margin-bottom: 10px; }
    #voice #panel1 .text p {
      width: 35%; }
  #voice #panel2 .text {
    position: relative;
    top: 65px;
    left: -30%;
    width: 25%;
    z-index: 30; }
    #voice #panel2 .text p {
      width: 70%; }
    #voice #panel2 .text img {
      width: 50px;
      margin-bottom: 10px; }
  #voice #panel3 .text {
    position: relative;
    top: 0;
    left: -30%;
    width: 25%;
    z-index: 30; }
    #voice #panel3 .text img {
      width: 80px;
      margin-bottom: 10px; }
    #voice #panel3 .text h2 span {
      font-size: 32px;
      font-weight: bold;
      color: #ffffff; }

@media (min-width: 768px) {
  #panel1 .video, #panel2 .video, #panel3 .video {
    width: 100vw;
    height: 100vh;
    max-height: 1080px;
    position: absolute;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 1;
    opacity: 1; }
  #panel1 video, #panel2 video, #panel3 video {
    width: 100%;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1; } }

#training:before {
  content: "";
  background: #000000;
  background: -webkit-linear-gradient(top, transparent 0%, #000000 90%);
  background: -o-linear-gradient(top, transparent 0%, #000000 90%);
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(90%, #000000));
  background: -webkit-linear-gradient(bottom, transparent 0%, #000000 90%);
  background: -o-linear-gradient(bottom, transparent 0%, #000000 90%);
  background: linear-gradient(to top, transparent 0%, #000000 90%);
  width: 100%;
  height: 50vh;
  min-height: 200px;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }

#training::after {
  content: "";
  background: #000000;
  background: -webkit-linear-gradient(bottom, transparent 0%, #000000 30%);
  background: -o-linear-gradient(bottom, transparent 0%, #000000 30%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, #000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 30%);
  background: -o-linear-gradient(top, transparent 0%, #000000 30%);
  background: linear-gradient(to bottom, transparent 0%, #000000 30%);
  width: 100%;
  height: 50vh;
  min-height: 200px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10; }

#training {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 30;
  min-height: 1500px;
  max-height: 1600px;
  height: 180vh;
  background-image: url(../images/training-bg.jpg);
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  #training .container {
    padding: 15vh 0 5vh 0;
    text-align: center;
    z-index: 30; }
    #training .container h2 {
      font-size: 80px; }
    #training .container p {
      width: 80%;
      margin: 0 auto;
      font-size: 20px; }
  #training .product {
    position: relative;
    z-index: 35;
    width: 100%;
    max-width: 800px;
    margin-top: 320px;
    opacity: 0; }
  #training .bg-app {
    position: absolute;
    width: 100%;
    height: 680px;
    overflow: hidden;
    z-index: 20;
    bottom: 160px;
    background-image: url(../images/training-app-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 1; }
  #training .all-text {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 30px 0;
    z-index: 35;
    position: relative;
    text-align: left;
    opacity: 0; }
    #training .all-text div {
      margin: 0 30px; }
    #training .all-text h2 {
      font-size: 32px; }
    #training .all-text p {
      width: 100%;
      font-size: 16px;
      margin-left: 0; }

#outdoor {
  position: relative;
  width: 100%;
  min-height: 1600px;
  overflow: hidden;
  z-index: 30;
  background-image: url(../images/outdoor-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #outdoor .container {
    padding: 5vh 0 5vh 0;
    text-align: center; }
    #outdoor .container h2 {
      font-size: 80px;
      color: #ffffff; }
    #outdoor .container p {
      font-size: 20px;
      color: #ffffff; }
    #outdoor .container .title {
      opacity: 0;
      margin-top: 50px; }
  #outdoor .content-01 {
    z-index: 35;
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 200px;
    opacity: 0; }
    #outdoor .content-01 div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 500px;
      margin: 0 30px; }
    #outdoor .content-01 h2 {
      font-size: 32px;
      font-weight: 500 !important;
      text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 15px; }
    #outdoor .content-01 p {
      font-size: 16px;
      text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 15px; }
  #outdoor .content-02 {
    z-index: 35;
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 600px;
    opacity: 0; }
    #outdoor .content-02 div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      width: 90%; }
      #outdoor .content-02 div img {
        width: 400px; }
    #outdoor .content-02 h2 {
      font-size: 32px;
      font-weight: 500 !important;
      text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 15px; }
    #outdoor .content-02 p {
      font-size: 16px;
      text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 15px; }
    #outdoor .content-02 .pace-pro div img {
      width: 320px; }

#flashlight {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  max-height: 900px;
  overflow: hidden;
  z-index: 30;
  margin: 0 auto;
  background-color: #000000;
  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; }
  #flashlight .container {
    text-align: center;
    position: absolute;
    height: 70vh;
    max-width: 1440px;
    min-height: 400px;
    max-height: 600px;
    width: 100% !important;
    z-index: 2; }
    #flashlight .container .text {
      width: 50%;
      position: absolute;
      top: 15%;
      left: 5%;
      text-align: left; }
      #flashlight .container .text h2 {
        font-size: 32px;
        color: #ffffff; }
      #flashlight .container .text p {
        font-size: 18px;
        color: #ffffff;
        width: 80%;
        max-width: 350px; }
      #flashlight .container .text span {
        display: block;
        font-size: 13px !important;
        color: #999999 !important;
        margin-top: 10px; }
  #flashlight .bg {
    background-image: url(../images/flashlight-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 1440px;
    height: 60vh;
    min-height: 300px;
    max-height: 600px;
    opacity: 1;
    z-index: 1; }
  #flashlight img {
    position: absolute;
    z-index: 60;
    width: 600px;
    bottom: 0;
    right: 15%; }
  #flashlight .light {
    z-index: 62;
    mix-blend-mode: plus-lighter;
    opacity: 0; }
  #flashlight .button {
    z-index: 50; }

#sports .shadow {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 50%);
  background: -o-linear-gradient(top, transparent 0%, #000000 50%);
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, #000000));
  background: -webkit-linear-gradient(bottom, transparent 0%, #000000 50%);
  background: -o-linear-gradient(bottom, transparent 0%, #000000 50%);
  background: linear-gradient(to top, transparent 0%, #000000 50%);
  width: 100%;
  height: 100vh;
  min-height: 200px;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30; }

#sports {
  height: 150vh;
  max-height: 1300px;
  position: relative;
  z-index: 32;
  overflow: hidden; }
  #sports .bg {
    height: 150vh;
    max-height: 1300px;
    width: 100%;
    background-image: url(../images/sport-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    top: 0; }
  #sports .container {
    width: 100%;
    height: 30vh;
    text-align: center;
    position: relative;
    z-index: 40; }
    #sports .container .title {
      height: 300px;
      opacity: 0;
      -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
      transform: scale(1.7); }
      #sports .container .title h2 {
        font-size: 80px;
        color: #ffffff;
        padding-top: 100px; }
    #sports .container .subtitle {
      opacity: 0; }
      #sports .container .subtitle h2 {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF), color-stop(80%, #73DEFF), to(#1dbff0));
        background: -webkit-linear-gradient(top, #FFF 50%, #73DEFF 80%, #1dbff0 100%);
        background: -o-linear-gradient(top, #FFF 50%, #73DEFF 80%, #1dbff0 100%);
        background: linear-gradient(180deg, #FFF 50%, #73DEFF 80%, #1dbff0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 100% 200%;
        background-position: 0 0;
        -webkit-transition: background-position 0.5s ease;
        -o-transition: background-position 0.5s ease;
        transition: background-position 0.5s ease;
        margin: 0 auto;
        position: relative;
        font-size: 200px;
        opacity: 1;
        margin-top: 20px; }
      #sports .container .subtitle h3 {
        font-size: 60px;
        font-weight: bold !important;
        color: #ffffff; }
      #sports .container .subtitle .h3-2 {
        font-size: 60px;
        font-weight: bold !important;
        color: #ffffff;
        margin-top: -80px; }
  #sports .container-2 {
    width: 100%;
    height: 50vh;
    position: absolute;
    bottom: 10px;
    max-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 34; }
    #sports .container-2 .all-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0; }
      #sports .container-2 .all-text .title {
        font-size: 42px;
        margin-bottom: 10px; }
        #sports .container-2 .all-text .title span {
          color: #73DEFF !important; }
      #sports .container-2 .all-text h3 {
        font-size: 32px;
        color: #ffffff; }
      #sports .container-2 .all-text p {
        font-size: 16px; }
      #sports .container-2 .all-text .all-category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%; }
        #sports .container-2 .all-text .all-category .category {
          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: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 0 30px; }
          #sports .container-2 .all-text .all-category .category img {
            width: 50px;
            height: 50px;
            margin-right: 10px; }
          #sports .container-2 .all-text .all-category .category .text h3 {
            font-size: 28px;
            margin-bottom: 0; }

#map {
  height: 200vh;
  max-height: 1850px;
  position: relative;
  z-index: 32;
  overflow: hidden;
  background-image: url(../images/mapline-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #map h2 {
    color: #000000;
    text-align: center;
    margin: 0 auto;
    font-size: 60px;
    padding: 100px 0 30px 0; }
  #map .container {
    position: relative;
    width: 70% !important;
    height: auto;
    position: relative; }
    #map .container img {
      width: 650px;
      position: absolute;
      bottom: -150px;
      z-index: 30; }
    #map .container .dynamic-round-trip {
      width: 100%;
      height: 70vh;
      min-height: 600px;
      max-height: 700px;
      background-image: url(../images/dynamic-map-bg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      z-index: 20; }
      #map .container .dynamic-round-trip .text {
        position: absolute;
        bottom: 6%;
        right: 5%;
        width: 40%;
        text-align: left; }
        #map .container .dynamic-round-trip .text h2 {
          font-size: 32px;
          padding: 0 0 10px 0;
          color: #ffffff;
          text-align: left; }
  #map .container-2 {
    position: relative;
    width: 100%;
    max-width: 1170px;
    height: 100vh;
    position: relative;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
    #map .container-2 .all-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50%;
      text-align: left;
      margin-top: 100px; }
      #map .container-2 .all-text h2 {
        font-size: 32px;
        text-align: left;
        padding: 0 0 10px 0; }
      #map .container-2 .all-text h2, #map .container-2 .all-text p {
        color: #000000; }
      #map .container-2 .all-text .text {
        margin-bottom: 60px; }
    #map .container-2 img {
      width: 100%;
      max-width: 650px;
      position: relative;
      z-index: 10; }
    #map .container-2 .ui {
      position: absolute;
      width: 260px;
      height: 260px;
      z-index: 30; }
    #map .container-2 .watch-change {
      position: relative; }
    #map .container-2 .watchui {
      position: absolute;
      top: 116%;
      left: 119%;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-animation: carousel 8s infinite;
      animation: carousel 8s infinite;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    #map .container-2 .watchui:nth-child(1) {
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    #map .container-2 .watchui:nth-child(2) {
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
    #map .container-2 .watchui:nth-child(3) {
      -webkit-animation-delay: 4s;
      animation-delay: 4s; }
    #map .container-2 .watchui:nth-child(4) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }
    #map .container-2 .product {
      position: relative;
      z-index: 10; }

@-webkit-keyframes carousel {
  0%, 20% {
    opacity: 0; }
  25%, 45% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }

@keyframes carousel {
  0%, 20% {
    opacity: 0; }
  25%, 45% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }

#share {
  background-color: #fbfbfb;
  height: 135vh;
  min-height: 1475px;
  max-height: 1550px;
  position: relative;
  z-index: 30;
  position: relative;
  overflow: hidden; }
  #share .bg {
    width: 100%;
    height: 135vh;
    min-height: 1200px;
    max-height: 1300px;
    background-image: url(../images/share-bg.jpg);
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    z-index: 30; }
  #share .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 100px;
    width: 80%;
    margin: 0 auto;
    z-index: 40; }
    #share .title h2 {
      font-size: 170px;
      color: #000000;
      line-height: 1 !important;
      font-weight: 500 !important; }
    #share .title p {
      font-size: 30px;
      margin-right: 170px; }
  #share .container {
    position: relative;
    width: 100%;
    height: auto;
    position: relative; }
    #share .container .text {
      position: relative;
      z-index: 41;
      top: 20px;
      left: 5px; }
      #share .container .text h2 {
        font-size: 32px;
        color: #000000;
        margin-bottom: 5px; }
      #share .container .text p {
        color: #000000;
        margin-bottom: 0; }
      #share .container .text .small {
        color: #333333 !important; }
    #share .container img {
      width: 800px; }

#share .bg:before {
  content: "";
  background: #000000;
  background: -webkit-linear-gradient(bottom, transparent 0%, #000000 100%);
  background: -o-linear-gradient(bottom, transparent 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000000 100%);
  width: 100%;
  height: 30vh;
  min-height: 200px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 40; }

#message-app {
  width: 100%;
  height: 65vh;
  min-height: 600px;
  max-height: 700px;
  position: relative;
  opacity: 1;
  z-index: 30;
  overflow: hidden;
  background-color: #000000; }
  #message-app .container {
    position: relative;
    width: 80% !important;
    height: auto;
    min-height: 300px;
    max-height: 500px;
    background-image: url(../images/share-app-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 50px 0;
    overflow: hidden; }
  #message-app .icon {
    width: 100px; }
  #message-app .text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 60px;
    z-index: 40; }
  #message-app h2 {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500 !important; }
  #message-app h3 {
    font-size: 32px;
    margin-bottom: 5px; }

#health {
  background-color: #F0F0F0;
  padding-bottom: 100px;
  position: relative;
  z-index: 40;
  overflow: hidden; }
  #health .container-top {
    position: relative;
    margin: 0 auto;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80% !important;
    height: 100vh;
    max-height: 750px;
    z-index: 40; }
    #health .container-top .text {
      margin-left: 5%; }
    #health .container-top h2 {
      font-size: 60px;
      color: #000000;
      text-align: left;
      margin-left: 0;
      margin-bottom: 10px; }
    #health .container-top p {
      color: #000000;
      text-align: left;
      width: 70%; }
    #health .container-top img {
      width: 100%;
      max-width: 650px;
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
      margin-top: 25px; }
  #health .container {
    position: relative;
    padding: 0;
    z-index: 42;
    width: 100% !important;
    margin-top: -5%; }
  #health ol {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
  #health .swiper {
    width: 90%;
    height: auto;
    min-height: 550px;
    max-height: 650px;
    padding: 0;
    margin-bottom: 60px;
    padding-bottom: 30px !important; }
  #health .swiper-wrapper {
    width: 90%; }
  #health .swiper-slide {
    width: 33.3% !important;
    min-height: 580px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden; }
  #health .all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
  #health .small {
    font-size: 11px !important; }
  #health a {
    font-size: 14px !important;
    padding: 0.4em 1.2em;
    margin-top: 5px; }
  #health .link a:hover h2 {
    color: #fc7e32;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  #health h2 {
    color: #000000;
    margin: 0;
    font-size: 60px;
    margin-left: 15px; }
  #health .link {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    #health .link h2 {
      font-size: 36px; }

.swiper-button-next, .swiper-button-prev {
  color: #000000 !important; }

.swiper-pagination-bullet-active {
  background-color: #666666 !important; }

.swiper-button-prev {
  height: 100%;
  width: 6%;
  opacity: 1 !important;
  padding: 10px 30px;
  position: absolute;
  top: 22px;
  left: 0;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swiper-button-next {
  height: 100%;
  width: 6.9%;
  opacity: 1 !important;
  padding: 10px 30px;
  position: absolute;
  top: 22px;
  right: 0;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swiper-pagination {
  bottom: 0 !important; }

#health .card__one {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  #health .card__one img {
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0; }
  #health .card__one .text {
    text-align: left;
    padding: 30px; }
    #health .card__one .text h2 {
      color: #000000;
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: 500 !important; }
    #health .card__one .text p {
      font-size: 16px;
      color: #000000;
      line-height: 1.6 !important;
      margin-bottom: 2px; }
    #health .card__one .text .tag {
      color: #777777;
      font-size: 16px; }
  #health .card__one::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    content: '';
    opacity: 0;
    z-index: -1; }
  #health .card__one:hover, #health .card__one:focus {
    -webkit-transform: scale3d(1.006, 1.006, 1);
    transform: scale3d(1.006, 1.006, 1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px; }
    #health .card__one:hover::after, #health .card__one:focus::after {
      opacity: 1; }

#smartlife {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
  z-index: 3;
  background-image: url(../images/smartlife-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 45; }
  #smartlife .container {
    width: 90% !important;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #smartlife .container .text {
      width: 50%;
      position: absolute;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 !important; }
      #smartlife .container .text h2 {
        font-size: 60px;
        line-height: 1.2 !important;
        margin-bottom: 30px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        text-transform: uppercase;
        text-align: center; }
        #smartlife .container .text h2 .small {
          font-size: 16px !important; }
      #smartlife .container .text .white-group {
        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;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0; }
      #smartlife .container .text .white {
        width: 25%;
        height: 220px;
        background-color: #ffffff;
        border-radius: 10%;
        margin: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #smartlife .container .text .white h3 {
          color: #000000;
          text-align: center;
          font-size: 21px;
          line-height: 1.2 !important;
          padding: 0 0.2em;
          margin-bottom: 5px; }
        #smartlife .container .text .white p {
          color: #000000;
          text-align: center;
          font-size: 14px;
          line-height: 1.4 !important;
          padding: 0 10px; }
          #smartlife .container .text .white p .small {
            color: #777777; }
        #smartlife .container .text .white img {
          width: 100%;
          max-width: 80px;
          margin-bottom: 5px; }
      #smartlife .container .text .connect-iq {
        text-align: center;
        margin: 0 auto; }
        #smartlife .container .text .connect-iq img {
          max-width: 400px; }

#bands {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 600px;
  max-height: 900px;
  padding: 5vw 0;
  overflow: hidden;
  z-index: 45;
  background-image: url(../images/bands-bg.jpg);
  background-size: cover;
  background-position: center; }
  #bands .container {
    width: 90% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    position: relative; }
    #bands .container .text {
      width: 30%;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      right: 5%; }
      #bands .container .text h2 {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        text-transform: uppercase;
        font-weight: 800; }
        #bands .container .text h2 .small {
          font-size: 16px !important; }
    #bands .container .bg {
      background-size: cover;
      background-repeat: no-repeat;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-position: center;
      max-width: 60vw;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

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

#event {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #F0F0F0;
  z-index: 45;
  padding: 60px 0; }
  #event .container {
    width: 90% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0; }
    #event .container .text {
      width: 70%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 !important;
      margin-bottom: 30px; }
      #event .container .text h2 {
        line-height: 1.2 !important;
        margin-bottom: 30px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        text-align: center;
        color: #000000; }
        #event .container .text h2 .small {
          font-size: 16px !important; }
      #event .container .text h3 {
        color: #000000;
        margin: 30px auto 5px auto;
        font-weight: 500 !important; }
      #event .container .text p, #event .container .text li {
        color: #000000;
        text-align: center; }
      #event .container .text p {
        font-size: 24px;
        color: #444444; }
      #event .container .text span {
        color: #e47a00;
        text-align: center; }
    #event .container img {
      width: 90%;
      margin: 0 auto 15px auto; }
    #event .container table {
      width: 90%;
      max-width: 1200px;
      margin: 15px auto;
      margin-top: 15px; }
    #event .container table thead tr {
      background: #000000;
      text-align: center;
      color: #ffffff;
      border: .5px solid #a5a5a5; }
    #event .container table tbody tr td {
      vertical-align: middle;
      border: none;
      font-weight: normal;
      border-bottom: .5px solid #222222;
      white-space: pre-line;
      color: #444444; }
    #event .container table tbody tr td:nth-child(1) {
      width: 25%;
      text-align: center; }
    #event .container table tbody tr td:nth-child(2) {
      width: 25%;
      text-align: center; }
    #event .container table tbody tr td:nth-child(3) {
      width: 25%;
      text-align: center; }
    #event .container table tbody tr td:nth-child(4) {
      width: 25%;
      text-align: center; }
    #event .container table tbody tr td.label {
      width: 15%; }
    #event .container table tbody tr td img {
      width: 35px; }
    #event .container td {
      font-size: 1rem;
      line-height: 1.6em;
      padding: 15px 10px;
      border: none;
      color: #fff; }
    #event .container .gift-01, #event .container .gift-02, #event .container .gift-03 {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #event .container .gift-01 table, #event .container .gift-02 table, #event .container .gift-03 table {
        margin: 15px auto 30px auto; }
  #event .rule ol {
    margin: 10px auto 30px auto;
    padding: 0; }
    #event .rule ol li {
      text-align: left !important;
      line-height: 1.8;
      font-size: 16px !important;
      color: #444444 !important; }
  #event .rule .text h3 {
    color: #000000;
    margin: 0px auto 5px auto;
    font-weight: 500 !important; }
  #event hr {
    border-top: 1px solid #cccccc; }

#color {
  position: relative;
  width: 100%;
  padding: 5vw 0 5vw 0;
  overflow: hidden;
  background-color: #222222;
  z-index: 35; }
  #color .container {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #color .container h2 {
      font-weight: initial;
      color: #ffffff;
      font-size: 36px;
      margin: 0 auto 0 auto;
      text-align: center;
      z-index: 5;
      text-transform: uppercase; }
      #color .container h2 span {
        display: block;
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 1;
        margin-top: -10px;
        margin-bottom: 30px; }
    #color .container ol {
      width: 100%;
      padding: 0 3vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 20px auto;
      text-align: center;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      z-index: 4;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #color .container li {
      width: calc(100%/3 - 10px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 1em; }
      #color .container li p {
        color: #ffffff;
        margin-bottom: 5px;
        line-height: 1.4 !important; }
      #color .container li .small {
        font-size: .9em !important;
        color: #aaaaaa;
        margin-bottom: 5px; }
    #color .container .tag {
      background-color: #aaaaaa;
      padding: 0.2rem 0.8rem;
      border-radius: 5px;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 12px;
      margin-bottom: 5px; }
    #color .container .epix {
      margin-bottom: 30px; }
  #color img {
    width: 100%;
    max-width: 300px; }
  #color .btn-size-default {
    margin: 0.2rem 0;
    padding: 0.4em 1em;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: .1em;
    border-radius: 0; }

section#spec {
  background-color: #F0F0F0 !important;
  position: relative;
  z-index: 20; }
  section#spec .p-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px !important;
    padding: 100px 0;
    z-index: 100; }
  section#spec table.p-sticky {
    top: -120px !important;
    background-color: #F0F0F0 !important; }
  section#spec .spec-fix {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100; }
  section#spec .container {
    margin: 0 auto;
    padding: 100px 0; }
    section#spec .container a {
      font-size: 14px !important;
      margin: 15px 0; }
  section#spec h2 {
    font-weight: initial;
    color: #000000;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px; }
  section#spec .name {
    color: #000000;
    font-size: 24px !important;
    margin-top: 0; }
  section#spec .size {
    color: #999999;
    font-size: 14px !important;
    margin-top: 0;
    margin-bottom: 5px; }
  section#spec p {
    color: #000000;
    font-size: 12px;
    margin-top: 10px; }
  section#spec ul {
    margin-left: 100px; }
  section#spec li {
    list-style-type: disc;
    margin-bottom: 10px; }
  section#spec li span {
    color: #777777; }
  section#spec table {
    table-layout: fixed;
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
  section#spec .table {
    margin-top: 30px; }
    section#spec .table .main td {
      font-size: 21px;
      vertical-align: middle !important;
      padding: 30px 0; }
    section#spec .table .main span {
      font-size: 14px; }
  section#spec table figure img {
    max-width: 250px;
    display: block;
    margin: 0 auto; }
  section#spec table td,
  section#spec table th {
    border: none;
    color: #000000; }
  section#spec table td:first-child {
    width: 20%; }
  section#spec table .text b,
  section#spec table thead td {
    text-align: center; }
  section#spec table tfoot p,
  section#spec table thead p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px !important;
    font-weight: bold; }
  section#spec table tfoot span.price,
  section#spec table thead span.price {
    font-size: 18px !important;
    color: #000000; }
  section#spec table tfoot span.price small,
  section#spec table thead span.price small {
    display: inherit;
    font-style: normal;
    font-size: inherit; }
  section#spec table tbody tr {
    border-top: 1px solid #ccc; }
  section#spec table tbody tr:last-child {
    border-bottom: 1px solid #ccc; }
  section#spec table tbody td {
    line-height: 25px;
    vertical-align: top !important;
    text-align: center;
    font-size: 13px;
    padding: 10px 5px;
    width: 300px; }
  section#spec table tbody td.row-label {
    text-align: left; }
  section#spec tbody td.dot span {
    display: block;
    font-size: 30px;
    color: #000000; }
  section#spec table tbody td.dot {
    font-size: 30px !important; }
  section#spec table th.pd-name p {
    font-weight: bold;
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 5px 0; }
  section#spec .mobile .container .btn-grey-empty:hover {
    border-color: #484847 !important; }
  section#spec table th.pd-name p {
    font-weight: bold;
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 5px 0; }
  section#spec .remark {
    text-align: center;
    color: #000000;
    font-size: 12px;
    margin-top: 60px; }
  section#spec .battery-title {
    margin: 0 auto 10px auto;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    background-color: #444444;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    /* margin-bottom: 10px; */
    max-width: 220px; }
    section#spec .battery-title svg {
      width: 10px;
      height: 10px;
      fill: #ffffff; }
  section#spec .battery-content {
    padding: 5px;
    display: none;
    text-align: left;
    line-height: 1.8;
    margin: 10px; }
    section#spec .battery-content ul {
      margin-left: 60px; }

.products .products-image.active, .products .price-con div.active, .products .series-name span.active {
  display: inline; }

.products .products-image, .products .price-con div, .products .series-name span {
  display: none; }

.products .size-con p {
  display: none; }

section#spec .size-con .active {
  display: block; }

section#spec .battery-content ul {
  padding-bottom: 0; }

.products .products-image {
  max-width: 200px; }

#spec dl.color-con {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 0px; }

#spec dl.color-con dd {
  width: 25px;
  height: 25px;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  display: inline-block;
  margin: 5px 2px; }

#spec dl.color-con dd.active {
  border: 3px double #ffffff; }

#spec .price-con {
  margin: 0 auto 10px auto;
  font-size: 14px;
  width: 100%;
  max-width: 120px;
  height: 40px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  height: 40px;
  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; }

#spec .price-con a {
  cursor: pointer;
  width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  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;
  overflow: hidden; }
  #spec .price-con a p {
    font-size: 18px !important; }

#spec .price-con a {
  color: #ffffff;
  z-index: 3; }

#spec .price-con div a:hover {
  color: #ffffff; }

#spec .price-con:hover {
  background-color: #000000; }

#spec #spec-image,
#spec .price-con div,
#spec .series-name span {
  display: none; }

#spec #spec-image.active,
#spec .price-con div.active,
#spec .series-name span.active {
  display: inline; }

#spec table a.re-compare,
[id*=comparison] #spec table a.re-compare {
  color: #aaaaaa !important;
  border-color: #aaaaaa !important;
  display: none; }

#comparison.mobile .container a.compare {
  display: inline-block;
  border: 1px solid #ffffff;
  border-color: #ffffff !important;
  color: #000000; }

#comparison.mobile .container .btn-grey-empty:hover {
  border-color: #484847 !important; }

#spec table td.pd-name p,
#spec table th.pd-name p {
  font-weight: bold;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 5px 0; }

#spec table a.re-compare,
[id*=comparison] #spec table a.re-compare {
  color: #aaaaaa !important;
  border-color: #aaaaaa !important; }

section#spec table .battery-table tbody td {
  text-align: center; }

section#spec table .battery-table tbody td.row-text {
  padding: 10px 5px 20px 5px;
  text-align: center; }

section#spec table .icon-help {
  width: 15px;
  margin-top: 0; }

section#spec table .battery-table tbody tr,
section#spec table .battery-table tbody tr {
  border-top: 0 solid #ccc; }

section#spec table .battery-table tbody tr:last-child {
  border-bottom: 0 solid #ccc; }

#aem-email, .gf__footer {
  position: relative;
  z-index: 50; }

@media (min-width: 2000px) and (max-width: 2560px) {
  #hero .container {
    height: 120vh;
    min-height: 820px;
    max-height: 1500px; }
  #hero .shadow {
    height: 170vh;
    min-height: 1000px;
    max-height: 1500px; }
  #hero .video:after {
    height: 100vh;
    max-height: 1000px; }
  #device .watch img {
    min-height: 500px;
    max-height: 880px;
    height: 100vh;
    width: auto; }
  #device .container {
    width: 64% !important; }
  #device .all-bg .black-left, #device .all-bg .black-right {
    width: 30vw;
    height: 100vh;
    max-width: 580px; }
  #device .watch video {
    max-width: 375px; }
  #overview .container h2 {
    font-size: 2.5vw; }
  #design .content-01 .alltext-01, #design .content-01 .alltext-01-2 {
    bottom: 26vw; }
  #design .content-01 .alltext-01-2 {
    left: 32vw; }
  #training {
    max-height: 1900px; }
    #training .product {
      margin-top: 50%; }
  #outdoor .content-01 {
    top: 110px; }
  #sports .bg {
    background-position: center center; }
  #map {
    height: 220vh;
    max-height: 1920px; }
    #map .container .dynamic-round-trip {
      width: 100%;
      height: 70vh;
      min-height: 400px;
      max-height: 750px; }
  #share {
    height: 145vh; }
    #share .bg {
      height: 130vh;
      max-height: 1400px; }
  #health .swiper {
    height: 700px; } }

@media (max-width: 1680px) {
  #hero {
    top: -110px; }
  #device {
    min-height: 900px; }
    #device .all-bg {
      height: 101vh; }
      #device .all-bg .black-top, #device .all-bg .black-bottom {
        max-height: 195px;
        height: 30vw; }
    #device .text h2 {
      font-size: 62px; }
    #device .watch img {
      min-height: 500px;
      max-height: 690px; }
    #device .watch video {
      max-width: 290px; }
  #overview {
    max-height: 1000px;
    min-height: 600px; }
  #design .content-02 .alltext-02 {
    bottom: 140px;
    right: 180px; }
  #design .content-02 .alltext-02 .line-02 {
    right: 310px; }
  #design .content-01 .alltext-01, #design .content-01 .alltext-01-2 {
    bottom: 24vw; }
  #flashlight .bg {
    height: 70vh; }
  #share .bg {
    height: 118vh;
    max-height: 1050px; }
  #map {
    max-height: 1800px; }
    #map .container-2 .all-text {
      max-width: 450px; }
    #map .container-2 .watchui {
      top: 117%;
      left: 120%; }
    #map .container-2 .ui {
      width: 272px;
      height: 272px; }
  #health .container-top {
    max-height: 700px; }
    #health .container-top img {
      max-width: 600px; }
  #health .swiper-slide {
    min-height: 535px; }
  #health .card__one .text p {
    font-size: 15px; }
  .swiper-button-next {
    height: 100%;
    width: 6%; } }

@media (max-width: 1600px) {
  #device {
    max-height: 1000px; }
    #device .bg-wording img {
      width: 80%;
      margin-bottom: 20%; }
    #device .text h2 {
      font-size: 50px; }
  #share {
    max-height: 1500px; }
    #share .bg {
      height: 114vh;
      max-height: 1050px; }
  #health .card__one .text h2 {
    font-size: 26px; } }

@media (max-width: 1550px) {
  h2, section h2 {
    font-size: 52px; }
  #hero .container .text p {
    font-size: 1.3vw; }
  #device .watch img {
    min-height: 420px;
    max-height: 620px; }
  #device .watch video {
    max-width: 260px; }
  #device .all-bg .black-top, #device .all-bg .black-bottom {
    width: 100%;
    height: 30vh;
    max-height: 240px; }
  #voice #panel1 .text {
    left: -8%; }
  #training .product {
    max-width: 660px; }
  #flashlight .container {
    max-width: 1280px; }
  #flashlight .bg {
    max-width: 1280px; }
  #share .title h2 {
    font-size: 150px; }
  #share .title p {
    font-size: 24px;
    margin-right: 230px; }
  #share .container .text {
    margin-left: 20px;
    top: 50px; }
  #health .swiper-slide {
    min-height: 500px; }
  #smartlife .container .text .white {
    height: 180px; }
  #smartlife .container .text h2 {
    font-size: 48px;
    margin-bottom: 20px; } }

@media (max-width: 1440px) {
  section p:not(td) {
    font-size: 16px; }
  .text:not(td) h2 {
    font-size: 48px;
    line-height: 1.2 !important; }
  .small {
    font-size: 14px !important;
    color: #777777 !important; }
  #hero .shadow {
    min-height: 650px;
    max-height: 1000px; }
  #hero .container .text p {
    font-size: 1.2vw; }
  #hero .container .text h2 {
    font-size: 5.2vw; }
    #hero .container .text h2 span {
      font-size: 4vw; }
  #device {
    min-height: 680px; }
    #device .watch img {
      min-height: 380px;
      max-height: 560px; }
    #device .watch video {
      max-width: 235px;
      min-width: 160px; }
    #device .all-bg .black-top, #device .all-bg .black-bottom {
      max-height: 150px;
      height: 20vh; }
    #device .all-bg .black-top, #device .all-bg .black-bottom {
      max-height: 250px;
      height: 23vh; }
    #device .bg-wording {
      height: 330px; }
      #device .bg-wording img {
        width: 80%;
        margin-top: 50%;
        margin-bottom: 0; }
    #device .text {
      margin-left: 0; }
      #device .text h2 {
        font-size: 48px; }
      #device .text p {
        text-align: left;
        max-width: 380px;
        margin: 10px auto; }
  #overview .container {
    width: 75% !important; }
    #overview .container h2 {
      font-size: 42px;
      line-height: 1.5 !important; }
    #overview .container p {
      font-size: 28px; }
    #overview .container .main {
      height: 480px; }
      #overview .container .main img {
        top: -70px;
        width: 75%; }
    #overview .container .four-items .one {
      height: 220px; }
    #overview .container .three .one-big, #overview .container .three .one-small {
      height: 245px; }
    #overview .container .three .one-big p {
      font-size: 20px; }
    #overview .container .three .one-small p {
      font-size: 14px; }
    #overview .container .three .item:nth-child(2) img {
      margin-top: 0%; }
    #overview .container .three .item:nth-child(3) img {
      width: 115%;
      margin-left: -10%;
      margin-top: -25%; }
    #overview .container .three .one-small p {
      margin-top: 20px; }
  #design .title h2 {
    margin-bottom: 15px; }
  #design .content-01 h3, #design .content-01-2 h3, #design .content-02 h3, #design .content-02 .alltext-02 .text-02 h3 h3 {
    font-size: 24px; }
  #design .content-01 p, #design .content-01-2 p, #design .content-02 p, #design .content-02 .alltext-02 .text-02 h3 p {
    line-height: 1.6 !important; }
  #design .content-02 .alltext-02 .text-02 h3 {
    font-size: 24px; }
  #design .content-01 .alltext-01, #design .content-01 .alltext-01-2 {
    bottom: auto;
    top: 450px; }
  #design .content-01 .alltext-01-2 {
    bottom: auto;
    top: 450px;
    left: 450px; }
  #design .content-02 .alltext-03 {
    top: 140px;
    right: -110px; }
    #design .content-02 .alltext-03 .line-03 {
      height: 45vh;
      max-height: 350px; }
  #design .content-02 .alltext-02 {
    bottom: 110px;
    right: 210px; }
    #design .content-02 .alltext-02 .line-02 {
      right: 210px;
      height: 30vh;
      max-height: 340px; }
  #design .content-02 .alltext-02 .line-02 {
    right: 210px; }
  #voice .container .text h2 {
    font-size: 60px; }
  #voice .container .text h3, #voice #panel3 .text h2 span {
    font-size: 28px; }
  #voice .container .text {
    padding: 60px 0; }
  #voice .panel {
    width: 100vw;
    height: 90vh;
    margin-top: 10vh; }
  #voice #panel1 .text {
    left: -15%; }
  #voice #panel1 .text img {
    width: 35px; }
  #voice #panel2 .text {
    top: 30px;
    left: -33%;
    width: 25%; }
  #voice #panel2 .text img {
    width: 35px;
    margin-bottom: 10px; }
  #voice #panel3 .text img {
    width: 50px;
    margin-bottom: 10px; }
  #voice #pin-container .text h2 {
    font-size: 28px; }
  #panel1::after {
    bottom: -40px;
    height: 120vh; }
  #training {
    min-height: 1300px;
    height: 160vh; }
    #training .container h2 {
      font-size: 48px; }
    #training .container p {
      width: 65%;
      font-size: 18px; }
    #training .product {
      max-width: 580px;
      margin-top: 320px; }
    #training .bg-app {
      bottom: 160px;
      height: 560px;
      left: 15px;
      margin: 0 auto; }
    #training .container .all-text h2 {
      font-size: 28px; }
    #training .container .all-text p {
      width: 65%;
      font-size: 14px; }
    #training .bg-app {
      bottom: 20px;
      height: 650px;
      left: 15px;
      margin: 0 auto; }
  #outdoor {
    width: 100%;
    min-height: 900px;
    max-height: 1400px;
    background-position: 50% 80%;
    background-color: #000000; }
    #outdoor .container h2 {
      font-size: 48px; }
    #outdoor .container p {
      font-size: 16px; }
    #outdoor .content-01 h2, #outdoor .content-02 h2 {
      font-size: 28px; }
    #outdoor .content-01 p, #outdoor .content-02 p {
      font-size: 16px; }
    #outdoor .content-01 {
      top: 30px; }
      #outdoor .content-01 div {
        width: 400px;
        margin: 0 auto; }
    #outdoor .content-02 {
      margin-top: 450px; }
      #outdoor .content-02 div {
        width: 400px;
        margin: 0 auto; }
      #outdoor .content-02 div img {
        width: 320px; }
      #outdoor .content-02 .pace-pro div img {
        width: 260px; }
  #flashlight img {
    width: 450px; }
  #flashlight .container {
    width: 80%;
    margin: 0 auto; }
    #flashlight .container .text {
      width: 46%;
      top: 15%;
      left: 10%; }
      #flashlight .container .text h2 {
        font-size: 28px; }
      #flashlight .container .text span {
        font-size: 12px !important;
        margin-top: 10px;
        line-height: 1.8 !important; }
    #flashlight .container .text p {
      font-size: 16px;
      color: #ffffff;
      width: 60%; }
  #flashlight .bg {
    width: 80%;
    left: 10%; }
  #flashlight .bg {
    height: 65vh; }
  #sports {
    height: 140vh; }
    #sports .container .subtitle h3 {
      font-size: 48px; }
    #sports .container .subtitle .h3-2 {
      font-size: 48px;
      margin-top: -80px; }
    #sports .container .subtitle h2 {
      font-size: 160px; }
    #sports .container .title h2 {
      font-size: 60px; }
    #sports .container-2 .all-text h3 {
      font-size: 28px; }
    #sports .container-2 .all-text p {
      font-size: 13px; }
    #sports .container-2 .all-text .all-category .category .text h3 {
      font-size: 24px;
      margin-bottom: 0; }
  #map {
    height: 180vh; }
    #map h2 {
      font-size: 48px;
      padding: 60px 0 30px 0; }
    #map .container {
      width: 70% !important; }
    #map .container .dynamic-round-trip {
      height: 70vh;
      min-height: 400px;
      max-height: 650px; }
      #map .container .dynamic-round-trip .text h2 {
        font-size: 28px; }
    #map .container img {
      width: 460px;
      bottom: -70px; }
    #map .container-2 {
      max-width: 940px; }
      #map .container-2 img {
        width: 460px; }
      #map .container-2 .all-text {
        width: 40%; }
        #map .container-2 .all-text h2 {
          font-size: 28px; }
    #map .container-2 .ui {
      width: 195px;
      height: 195px; }
  #map .container-2 .watchui {
    top: 116%;
    left: 118%; }
  #share {
    height: 150vh;
    min-height: 900px;
    max-height: 1500px; }
    #share .title h2 {
      font-size: 130px; }
    #share .title p {
      font-size: 21px;
      margin-left: 38px; }
    #share .container .text {
      top: 30px;
      margin-left: 87px; }
      #share .container .text h2 {
        font-size: 28px;
        color: #000000;
        margin-bottom: 5px; }
    #share .bg {
      width: 100%;
      height: 120vh;
      min-height: 400px;
      max-height: 1260px;
      background-position: center center;
      background-repeat: no-repeat; }
  #message-app h2 {
    font-size: 36px; }
  #message-app h3 {
    font-size: 28px;
    margin-bottom: 5px; }
  #health {
    padding-bottom: 60px; }
    #health .container-top {
      max-height: 580px; }
      #health .container-top img {
        max-width: 500px; }
      #health .container-top h2 {
        font-size: 48px; }
    #health .card__one .text {
      padding: 15px 20px;
      height: 240px; }
      #health .card__one .text h2 {
        margin: 0;
        font-size: 24px;
        margin-bottom: 5px; }
      #health .card__one .text p {
        font-size: 14px; }
      #health .card__one .text .tag {
        font-size: 14px; }
    #health .link h2 {
      font-size: 28px; }
    #health .swiper {
      min-height: 500px; }
  #health .swiper-slide, #health .all {
    min-height: 460px;
    max-height: 460px; }
  #health .card__one .text p {
    font-size: 13px; }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 32px; }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 32px; }
  .swiper-button-prev {
    height: 100%;
    width: 6%;
    padding: 10px 20px; }
  .swiper-button-next {
    height: 100%;
    width: 2%;
    padding: 10px 20px; }
  #smartlife {
    min-height: 500px;
    max-height: 700px; }
    #smartlife .container .text {
      width: 60%; }
      #smartlife .container .text .white {
        height: 200px; }
    #smartlife .container .text .white p {
      padding: 0 10px; }
    #smartlife .container .text .white img {
      max-width: 60px; }
  #bands {
    min-height: 500px;
    max-height: 700px; }
  #event .container .text p {
    font-size: 20px; }
  #event .rule ol li {
    font-size: 16px !important; }
  section#spec .container {
    margin: 0 auto;
    padding: 60px 0; }
  section#spec h2 {
    font-size: 42px; } }

@media (max-width: 1368px) {
  section p:not(td) {
    font-size: 14px; }
  .text:not(td) h2 {
    font-size: 42px;
    line-height: 1.2 !important; }
  .small {
    font-size: 12px !important; }
  #hero .container .text p {
    font-size: 1.2vw; }
  #hero .container .text h2 {
    font-size: 5vw; }
    #hero .container .text h2 span {
      font-size: 4.2vw; }
  #device {
    min-height: 550px;
    max-height: 1800px; }
    #device .container {
      width: 70% !important; }
    #device .watch {
      max-height: 550px; }
      #device .watch img {
        max-height: 470px; }
      #device .watch video {
        top: 50.6%;
        max-width: 200px;
        min-width: 180px; }
    #device .text h2 {
      font-size: 42px; }
    #device .text p {
      max-width: 310px;
      font-size: 15px; }
    #device .text .compare ol li {
      font-size: 15px;
      margin: 10px; }
      #device .text .compare ol li span {
        font-size: 32px; }
    #device .text a {
      font-size: 14px !important; }
    #device .all-bg .black-left, #device .all-bg .black-right {
      width: 28%;
      height: 100vh;
      max-width: 550px; }
    #device .bg-wording img {
      width: 60%;
      margin-top: 50%;
      margin-bottom: 0; }
  #device .bg-wording img {
    width: 60%;
    margin-top: 50%;
    margin-bottom: 0; }
  #overview .container {
    width: 70% !important; }
    #overview .container h2 {
      font-size: 28px; }
    #overview .container p {
      font-size: 21px;
      line-height: 1.6 !important; }
    #overview .container .main {
      height: 400px; }
      #overview .container .main img {
        top: -65px;
        width: 70%; }
      #overview .container .main h2 {
        font-size: 24px; }
      #overview .container .main p {
        margin: 30px auto 0 auto; }
        #overview .container .main p svg {
          width: 24px;
          height: 24px; }
    #overview .container .four-items .one {
      height: 200px; }
      #overview .container .four-items .one p svg {
        width: 24px;
        height: 24px; }
    #overview .container .three .one-big, #overview .container .three .one-small {
      height: 185px; }
    #overview .container .three .one-big {
      max-width: 200px; }
      #overview .container .three .one-big svg {
        width: 14px;
        height: 14px; }
    #overview .container .three .one-big svg {
      width: 14px;
      height: 14px;
      margin-left: 10px; }
    #overview .container .three .one-big p {
      font-size: 14px; }
    #overview .container .three .one-small svg {
      width: 14px;
      height: 14px;
      margin-left: 10px; }
    #overview .container .three .one-small p {
      font-size: 14px;
      padding-bottom: 0;
      margin-top: 15px;
      line-height: 1.5 !important; }
    #overview .container .three .item:nth-child(2) img {
      width: 50%;
      margin-top: 0%; }
    #overview .container .three .item:nth-child(3) img {
      width: 90%;
      margin-left: 5%;
      margin-top: -20%; }
  #design .title h2 {
    font-size: 48px;
    margin-bottom: 10px; }
  #design .title p {
    width: 55%; }
  #design .bg {
    top: 190px; }
  #design .content-01 h3, #design .content-02 h3, #design .content-02 .alltext-02 .text-02 h3 {
    font-size: 21px; }
  #design .content-01 p, #design .content-02 p, #design .content-02 .alltext-02 .text-02 p {
    font-size: 13px; }
  #design .content-01 {
    top: -40vh; }
  #design .content-02 .alltext-02 {
    bottom: 100px; }
    #design .content-02 .alltext-02 .line-02 {
      height: 160px; }
  #design .content-02 .alltext-03 {
    top: 140px;
    right: -100px; }
    #design .content-02 .alltext-03 .line-03 {
      height: 250px;
      top: 5px; }
  #voice .container .text h2 {
    font-size: 60px; }
  #voice .container .text h3 {
    font-size: 24px; }
  #voice .container .text {
    text-align: center;
    padding: 60px 0 30px 0; }
  #voice #panel1 .text img, #voice #panel2 .text img, #voice #panel3 .text img {
    width: 40px; }
  #voice #panel1 .text {
    left: -14%; }
  #voice #panel2 .text {
    left: -30%; }
    #voice #panel2 .text p {
      width: 90%; }
  #voice #panel3 .text img {
    width: 50px; }
  #panel1 video {
    left: 60% !important; }
  #panel1::after {
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000000));
    background: -webkit-linear-gradient(right, transparent 0%, #000000 50%);
    background: -o-linear-gradient(right, transparent 0%, #000000 50%);
    background: linear-gradient(to left, transparent 0%, #000000 50%); }
  #training .all-text {
    width: 80%;
    margin: 0 auto; }
    #training .all-text p {
      width: 90%;
      font-size: 14px; }
  #training .container .all-text h2 {
    font-size: 24px; }
  #training .container .all-text p {
    width: 90%;
    font-size: 14px; }
  #outdoor {
    width: 100%;
    min-height: 1260px;
    max-height: 1460px;
    background-position: 50% 100%; }
    #outdoor .content-01 {
      top: 30px; }
    #outdoor .content-02 {
      margin-top: 300px; }
    #outdoor .content-01 p, #outdoor .content-02 p {
      font-size: 14px; }
    #outdoor .content-01 h2, #outdoor .content-02 h2 {
      font-size: 24px; }
  #flashlight img {
    width: 450px;
    bottom: 0px; }
  #flashlight .container .text h2 {
    font-size: 24px;
    color: #ffffff; }
  #flashlight .container .text {
    width: 40%;
    top: 15%;
    left: 13%; }
  #flashlight .container .text p {
    font-size: 14px;
    width: 60%; }
  #sports {
    height: 150vh; }
    #sports .container .title {
      height: 270px; }
  #sports {
    height: 150vh; }
    #sports .container .title {
      height: 270px; }
    #sports .container .subtitle h3 {
      font-size: 42px; }
    #sports .container .subtitle .h3-2 {
      font-size: 42px;
      margin-top: -70px; }
    #sports .container .subtitle h2 {
      font-size: 140px; }
    #sports .container .title h2 {
      font-size: 60px; }
  #map h2 {
    font-size: 42px; }
  #map .container .dynamic-round-trip {
    height: 60vh;
    min-height: 400px;
    max-height: 650px;
    background-position: top center; }
  #map .container .dynamic-round-trip .text h2 {
    font-size: 24px; }
  #map .container-2 .all-text h2 {
    font-size: 24px; }
  #share .container .text h2 {
    font-size: 24px;
    margin-bottom: 5px; }
  #health {
    padding-bottom: 60px; }
    #health .container-top {
      max-height: 480px; }
      #health .container-top img {
        max-width: 450px; }
      #health .container-top h2 {
        font-size: 42px; }
    #health .card__one .text h2 {
      margin: 0;
      font-size: 21px;
      margin-bottom: 5px; }
    #health .card__one .text p {
      font-size: 13px; }
    #health .link h2 {
      font-size: 24px; }
    #health .card__one .text .tag {
      font-size: 14px; }
    #health .swiper-slide, #health .all {
      min-height: 360px;
      max-height: 450px; }
  #message-app h3 {
    font-size: 24px;
    margin-bottom: 5px; }
  #message-app a {
    font-size: 14px !important; }
  #smartlife {
    min-height: 400px;
    max-height: 600px; }
    #smartlife .container .text {
      width: 70%; }
      #smartlife .container .text .white {
        height: 170px; }
    #smartlife .container .text h2 {
      font-size: 42px;
      margin-bottom: 20px; }
    #smartlife .container .text .white {
      height: 150px; }
    #smartlife .container .text .white h3 {
      text-align: center;
      font-size: 18px; }
    #smartlife .container .text .white p {
      padding: 0 10px;
      font-size: 12px; }
    #smartlife .container .text .white img {
      max-width: 48px; }
  #bands {
    min-height: 400px;
    max-height: 600px; }
  section#spec .name {
    color: #000000;
    font-size: 21px !important;
    margin-top: 0; }
  section#spec .size {
    color: #999999;
    font-size: 12px !important;
    margin-top: 0;
    margin-bottom: 5px; }
  #spec dl.color-con dd {
    width: 22px;
    height: 21px; } }

@media (max-width: 1280px) {
  h2, section h2 {
    font-size: 60px; }
  .text:not(td) h2 {
    font-size: 36px; }
  #device .bg-wording {
    height: 400px; }
  #device .all-bg .black-top, #device .all-bg .black-bottom {
    max-height: 160px;
    height: 20vw; }
  #device .bg-wording img {
    margin-top: 0; }
  #device .all-bg .black-left, #device .all-bg .black-right {
    width: 30%;
    height: 100vh;
    max-width: 250px; }
  #training {
    min-height: 1280px; }
    #training .product {
      max-width: 580px;
      margin-top: 320px; }
    #training .bg-app {
      bottom: 20px;
      height: 540px; }
  #flashlight .container .text {
    width: 40%;
    top: 15%;
    left: 15%; }
  #health {
    padding-bottom: 30px; }
    #health .container-top img {
      max-width: 420px;
      margin-right: 30px; }
  #smartlife .container .text .white h3 {
    font-size: 18px; }
  #health .swiper-slide, #health .all {
    min-height: 360px;
    max-height: 430px; }
  #event .container img {
    width: 100%; }
  #event .container .text h3 {
    font-size: 36px; }
  #event .container table {
    width: 100%; } }

@media (max-width: 1200px) {
  #device {
    min-height: 550px;
    max-height: 100vh; }
  #overview .container {
    min-height: 50vh;
    padding: 10vh 0; }
  #sports .container-2 .all-text .all-category .category .text h3 {
    font-size: 24px;
    margin-bottom: 0; }
  #sports .container-2 .all-text .all-category .category {
    margin: 0 20px; }
  #map .container-2 .watchui {
    top: 117%;
    left: 118%; }
  #share .title h2 {
    font-size: 11vw; }
  #share .title p {
    font-size: 2.2vw;
    margin-left: -30px; }
  #health .swiper {
    height: 400px; }
  #health .card__one .text h2 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px; }
  #health .card__one .text p {
    font-size: 12px; }
  #device .all-bg .black-top, #device .all-bg .black-bottom {
    max-height: 370px;
    height: 50vh; }
  #training {
    height: 130vh;
    min-height: 1400px; } }

@media (max-width: 1024px) {
  .pc-show {
    display: none !important; }
  .mobile-show {
    display: block !important; }
  #pd-nav .buy-now-all {
    right: 10px; }
  #pd-nav a.buy-now.mobile {
    display: none !important;
    margin-right: 30px; }
  section p:not(td) {
    font-size: 15px; }
  .text:not(td) h2 {
    font-size: 42px;
    line-height: 1.2 !important; }
  .mobile, .mobile-show {
    display: block; }
  .pc, .pc-show {
    display: none; }
  #pd-nav .dropdown-content {
    left: calc(5% + 185px); }
  #hero .video:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 40%);
    background: -o-linear-gradient(top, transparent 0%, #000000 40%);
    background: linear-gradient(to bottom, transparent 0%, #000000 40%);
    width: 100%;
    height: 100vh;
    max-height: 500px;
    min-height: 200px; }
  #hero {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    max-height: 1366px; }
    #hero .shadow {
      top: 10vh;
      width: 100vw;
      height: 100vh;
      min-height: 1000px;
      max-height: 1120px;
      position: fixed; }
    #hero .container {
      height: 150vh;
      max-height: 2800px; }
      #hero .container .text p {
        font-size: 26px;
        top: 44vh;
        opacity: 1; }
      #hero .container .text h2 {
        font-size: 10vw;
        top: 30vh; }
        #hero .container .text h2 span {
          font-size: 5.2vw; }
  #hero .video {
    width: 150vw;
    height: 120vw;
    top: 30% !important;
    left: 50%;
    position: fixed; }
  #hero:before {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, #000000));
    background: -webkit-linear-gradient(bottom, transparent 0%, #000000 50%);
    background: -o-linear-gradient(bottom, transparent 0%, #000000 50%);
    background: linear-gradient(to top, transparent 0%, #000000 50%);
    width: 100%;
    height: 20vh;
    min-height: 200px;
    max-height: 400px;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10; }
  #device {
    max-height: 1366px; }
    #device .all-bg {
      background-image: url("../images/infinite-1024.png");
      top: -200px; }
      #device .all-bg .black-left, #device .all-bg .black-right {
        display: none; }
      #device .all-bg .black-top, #device .all-bg .black-bottom {
        max-height: 500px;
        height: 45vh; }
    #device .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #device .container .text {
        width: auto;
        margin: 30px auto; }
        #device .container .text p {
          width: 100%;
          max-width: 550px;
          margin: 15px auto;
          text-align: center;
          font-size: 24px; }
    #device .text h2 {
      font-size: 7vw; }
    #device .text a {
      font-size: 16px !important; }
    #device .text .compare ol li {
      font-size: 24px;
      margin: 10px; }
    #device .text .compare ol li span {
      font-size: 42px; }
    #device .watch {
      margin-left: 10px;
      max-height: 650px; }
      #device .watch img {
        max-height: 650px; }
      #device .watch video {
        top: 50.6%;
        max-width: 275px;
        min-width: 250px; }
    #device .bg-wording img {
      display: none; }
  #overview {
    min-height: 800px;
    background: #000000; }
    #overview .container {
      padding: 60px 0; }
      #overview .container h2 {
        margin-bottom: 30px; }
      #overview .container .all-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      #overview .container .main {
        width: 100%;
        height: 200px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: url(../images/overview-bg-voice-m.jpg); }
        #overview .container .main img {
          top: 0;
          width: 50%;
          margin-right: 65px; }
        #overview .container .main p {
          margin: 0 auto;
          position: relative; }
      #overview .container .four-items {
        width: 100%;
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #overview .container .four-items .one {
          height: 200px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; }
          #overview .container .four-items .one img {
            margin-left: 90px; }
      #overview .container .three {
        width: 100%;
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      #overview .container .three .one-big {
        max-width: 250px; }
      #overview .container .three .one-small {
        max-width: 250px; }
      #overview .container .three .item:nth-child(1) img {
        width: 65%; }
      #overview .container .three .item:nth-child(2) img {
        width: 70%;
        margin-top: 10px; }
  #design .title {
    padding: 60px 0; }
    #design .title p {
      width: 80%; }
  #design .bg {
    background-image: url(../images/design-bg-m.jpg); }
  #design .content-01 h3, #design .content-02 h3, #design .content-02 .alltext-02 .text-02 h3 {
    font-size: 36px; }
  #design .content-01 p, #design .content-02 p, #design .content-02 .alltext-02 .text-02 p {
    font-size: 18px;
    line-height: 1.4 !important; }
  #design .content-01 {
    right: 30px; }
    #design .content-01 .line {
      height: 240px;
      top: -194px; }
    #design .content-01 .alltext-01 {
      top: 790px; }
    #design .content-01 .alltext-01 .line {
      height: 19vh;
      top: -190px; }
    #design .content-01 .alltext-01-2 {
      bottom: auto;
      top: 790px;
      left: 150px; }
      #design .content-01 .alltext-01-2 .line-01-2 {
        height: 37vh; }
  #design .content-02 .alltext-02 {
    right: 240px;
    bottom: 15vh; }
    #design .content-02 .alltext-02 .line-02 {
      height: 310px;
      top: 140px; }
  #design .content-02 .alltext-03 {
    top: 450px;
    right: -40px; }
    #design .content-02 .alltext-03 .text-03 {
      margin-left: 15px;
      width: 70%; }
    #design .content-02 .alltext-03 .line-03 {
      height: 520px;
      top: 5px; }
  #voice #pin-container {
    width: 100%;
    /* 改回 100% 寬度 */
    height: auto;
    /* 高度自適應 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* 改為垂直排列 */
    margin-top: 0; }
  #voice .container .video {
    width: 40%;
    height: 100vw;
    top: 40px !important;
    left: -40.5%;
    position: absolute; }
  #voice .container .text {
    padding: 60px 0 60px 0; }
  #voice video {
    max-width: 120% !important;
    min-height: auto !important;
    margin-left: -10%; }
  #voice .panel {
    height: 150vw;
    max-height: 900px;
    margin-top: 0;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #voice #pin-container .text h2 {
    font-size: 42px; }
  #voice #panel1 .video, #voice #panel2 .video, #voice #panel3 .video {
    position: relative;
    width: 150%;
    top: 0 !important;
    left: 25%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    height: 50vh; }
  #voice #panel1 .text, #voice #panel2 .text, #voice #panel3 .text {
    width: 100%;
    margin: -70px auto 30px auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    top: auto;
    left: auto;
    right: auto;
    text-align: center; }
    #voice #panel1 .text p, #voice #panel2 .text p, #voice #panel3 .text p {
      width: 80%;
      z-index: 30; }
  #voice #panel1 video {
    max-width: 200% !important;
    min-height: auto !important;
    margin-left: -20%; }
  #voice #panel2 video {
    max-width: 200% !important;
    min-height: auto !important;
    margin-left: -28%; }
  #voice #panel3 video {
    margin-left: -17%; }
  #voice #panel3 .text img {
    width: 60px; }
  #panel1::after {
    display: none; }
  #panel1::after, #panel2::after, #panel3::after {
    content: "";
    background: #000000;
    background: -webkit-linear-gradient(bottom, transparent 0%, #000000 40%);
    background: -o-linear-gradient(bottom, transparent 0%, #000000 40%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 40%);
    background: -o-linear-gradient(top, transparent 0%, #000000 40%);
    background: linear-gradient(to bottom, transparent 0%, #000000 40%);
    width: 100%;
    height: 32vh;
    min-height: 300px;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: block; }
  #panel1 #voice video {
    max-width: 200% !important;
    min-height: auto !important;
    margin-left: -20%; }
  #voice video {
    max-width: 200% !important;
    min-height: auto !important;
    margin-left: -50%; }
  #training:before {
    height: 30vh;
    min-height: 200px;
    max-height: 300px; }
  #training {
    height: 100vh;
    min-height: 1150px;
    max-height: 1280px;
    background-size: 138%; }
    #training .container {
      padding: 60px 0 60px 0; }
    #training .all-text div {
      margin: 0 60px; }
    #training .bg-app {
      bottom: 100px;
      height: 540px; }
  #training .product {
    opacity: 1; }
  #outdoor {
    max-height: 1300px;
    background-position: center; }
    #outdoor .container {
      padding: 60px 10px;
      text-align: center; }
    #outdoor .content-01 div {
      width: 100%;
      margin: 0 20px; }
    #outdoor .content-02 {
      margin-top: 400px; }
      #outdoor .content-02 div img {
        width: 320px; }
      #outdoor .content-02 .pace-pro div img {
        width: 250px; }
  #flashlight img {
    width: 530px;
    right: 40px;
    bottom: 0; }
  #sports .container-2 .all-text .all-category .category .text h3 {
    font-size: 21px;
    margin-bottom: 0; }
  #map {
    height: 120vh; }
    #map .container img {
      width: 480px;
      bottom: -120px;
      left: -50px; }
    #map .container-2 {
      max-width: 700px;
      height: 70vh; }
      #map .container-2 .all-text .text {
        margin-bottom: 60px;
        width: 330px;
        margin-left: 0; }
      #map .container-2 img {
        width: 480px;
        margin-left: 40px; }
      #map .container-2 .all-text {
        width: 50%;
        padding-left: 120px; }
    #map .container {
      width: 80% !important; }
      #map .container .dynamic-round-trip {
        height: 50vh;
        min-height: 350px;
        max-height: 650px; }
    #map .container-2 .watchui {
      top: 115%;
      left: 117%; }
    #map .container-2 .ui {
      width: 205px;
      height: 205px; }
  #share {
    height: 68vh;
    max-height: 1100px; }
    #share .container .text {
      top: 10px;
      margin-left: 53px; }
    #share .title {
      padding-top: 60px; }
    #share .title h2 {
      font-size: 110px; }
    #share .title p {
      font-size: 18px;
      margin-left: 130px;
      width: 80%;
      line-height: 1.6 !important; }
    #share .bg {
      height: 100vh;
      min-height: 400px;
      max-height: 790px;
      top: 173px; }
  #share .bg:before {
    height: 10vh;
    min-height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 80%);
    background: -o-linear-gradient(top, transparent 0%, #000000 80%);
    background: linear-gradient(to bottom, transparent 0%, #000000 80%); }
  #message-app .container::after {
    content: "";
    background: #000000;
    background: -webkit-linear-gradient(left, transparent 0%, #000000 100%);
    background: -o-linear-gradient(left, transparent 0%, #000000 100%);
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#000000));
    background: -webkit-linear-gradient(right, transparent 0%, #000000 100%);
    background: -o-linear-gradient(right, transparent 0%, #000000 100%);
    background: linear-gradient(to left, transparent 0%, #000000 100%);
    width: 70%;
    height: 100vh;
    min-height: 200px;
    opacity: 0.6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10; }
  #message-app h2 {
    margin-bottom: 0;
    font-size: 38px; }
  #message-app h3 {
    font-size: 24px;
    margin-bottom: 5px; }
  #health .container {
    width: 100% !important; }
  #health .container-top img {
    max-width: 400px;
    margin-right: 30px; }
  #health .container-top h2 {
    font-size: 42px; }
  #health .container-top p {
    font-size: 16px;
    width: 90%; }
  #health .swiper-wrapper {
    margin-left: 20px !important; }
  #health .card__one .text {
    height: auto;
    padding: 15px 20px; }
    #health .card__one .text h2 {
      margin: 0;
      font-size: 16px;
      margin-bottom: 5px; }
    #health .card__one .text p {
      line-height: 1.6 !important; }
  #health .swiper-slide, #health .all {
    min-height: 360px;
    max-height: 460px; }
  #smartlife {
    height: 100vh;
    background-position: 20% center; }
    #smartlife .container {
      width: 100% !important;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #smartlife .container .text {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  #bands {
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover; }
    #bands .container .text {
      width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      right: 0; }
  section#spec table.p-sticky {
    top: -120px !important; }
  #event .container .text {
    width: 90%; } }

@media (max-width: 820px) {
  section p:not(td) {
    font-size: 14px; }
  .text:not(td) h2 {
    font-size: 42px;
    line-height: 1.2 !important; }
  #hero {
    overflow: hidden;
    height: 120vh;
    max-height: 1600px; }
    #hero .container {
      height: 160vh;
      min-height: 820px;
      max-height: 2200px; }
      #hero .container .text p {
        font-size: 21px;
        top: 44vh; }
      #hero .container .text h2 {
        font-size: 9vw;
        top: 30vh; }
  #hero .shadow:after {
    height: 70vh; }
  #device .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #device .container .text {
      width: auto; }
      #device .container .text p {
        width: 100%;
        margin: 15px auto;
        text-align: center; }
  #device .watch {
    margin-left: 10px; }
  #device .all-bg {
    top: -140px; }
    #device .all-bg .black-top {
      max-height: 460px;
      height: 30vh; }
    #device .all-bg .black-bottom {
      max-height: 500px;
      height: 40vh;
      bottom: -140px; }
  #device .container .text p, #device .text .compare ol li {
    font-size: 21px; }
  #design .title h2, #design #design .title p {
    color: #ffffff;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px; }
  #design .bg {
    top: 150px;
    width: 130%;
    left: -10%; }
  #design .content-01 h3, #design .content-02 h3, #design .content-02 .alltext-02 .text-02 h3 {
    font-size: 32px; }
  #design .content-01 p, #design .content-02 p, #design .content-02 .alltext-02 .text-02 p {
    font-size: 18px;
    line-height: 1.4 !important; }
  #design .content-01 {
    right: 30px; }
    #design .content-01 .line {
      height: 240px;
      top: -194px; }
    #design .content-01 .alltext-01 {
      top: 630px; }
    #design .content-01 .alltext-01 .line {
      height: 24vh;
      top: -190px; }
    #design .content-01 .alltext-01-2 {
      bottom: auto;
      top: 630px;
      left: 90px; }
      #design .content-01 .alltext-01-2 .line-01-2 {
        height: 45vh; }
  #design .content-02 .alltext-02 {
    right: 190px;
    bottom: 170px; }
  #design .content-02 .alltext-03 {
    top: 250px;
    right: -40px; }
  #overview .container .main img {
    top: 0;
    width: 70%;
    margin-right: 0; }
  #overview .container .main p {
    margin: 0 auto;
    position: relative;
    margin-left: 60px; }
  #overview .container .main p, #overview .container .four-items .one p {
    width: 190px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left; }
  #overview .container .four-items .one {
    position: relative;
    overflow: hidden; }
    #overview .container .four-items .one img {
      position: absolute;
      left: auto;
      top: 0;
      right: 0;
      width: 70%; }
  #overview .container .three .item:nth-child(2) img {
    width: 75%;
    margin-top: 20px; }
  #voice .panel {
    height: 130vw;
    max-height: 820px;
    margin-top: 0; }
  #panel1::after, #panel2::after, #panel3::after {
    height: 35vh;
    display: block; }
  #training {
    height: 100vh;
    min-height: 1000px;
    max-height: 1080px;
    background-size: 115%;
    background-position: 50% center; }
    #training .container h2 {
      font-size: 48px; }
    #training .container p {
      width: 80%;
      font-size: 16px; }
    #training .product {
      max-width: 500px;
      margin-top: 220px; }
    #training .all-text h2 {
      font-size: 28px; }
    #training .all-text p {
      font-size: 14px; }
    #training .all-text .all-text div {
      margin: 0 0px; }
  #training .all-text div {
    margin: 0; }
  #outdoor .container h2 {
    font-size: 42px; }
  #outdoor .all-text h2 {
    font-size: 24px; }
  #outdoor .all-text p {
    font-size: 14px; }
  #outdoor .content-01 h2, #outdoor .content-02 h2 {
    font-size: 24px; }
  #outdoor .content-01 p, #outdoor .content-02 p {
    font-size: 14px; }
  #outdoor .content-01 div {
    width: 98%;
    margin: 0 30px; }
  #outdoor .content-02 {
    margin-top: 350px;
    width: auto; }
    #outdoor .content-02 div {
      width: 280px;
      margin: 0 auto; }
  #outdoor .content-02 div img {
    width: 285px; }
  #outdoor .drop-course-point h2 {
    width: 70%; }
  #outdoor .drop-course-point p {
    width: 88%; }
  #outdoor .content-02 {
    margin-top: 350px; }
  #flashlight {
    max-height: 880px; }
    #flashlight img {
      width: 480px;
      right: auto;
      position: absolute;
      top: 30%;
      left: 20%; }
    #flashlight .bg {
      position: absolute;
      top: 60px; }
    #flashlight .container .text {
      top: 0;
      left: 15%; }
    #flashlight .container .text p {
      font-size: 16px;
      width: 100%; }
  #sports .container .subtitle .h3-2 {
    font-size: 50px;
    margin-top: -70px; }
  #sports .container-2 {
    bottom: 50px; }
  #sports .container-2 .all-text .all-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 80%; }
  #map .container-2 .all-text {
    width: 50%;
    padding-left: 220px; }
  #map .container-2 .all-text .text {
    margin-bottom: 60px;
    width: 240px;
    margin-left: 0; }
  #share {
    height: 85vh;
    width: 100%;
    overflow: hidden; }
    #share .title p {
      font-size: 18px;
      margin-left: 292px;
      width: 100%; }
    #share .title h2 {
      font-size: 85px; }
    #share .bg {
      height: 100vh;
      min-height: 400px;
      max-height: 850px; }
  #health .container-top {
    max-height: 850px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    #health .container-top img {
      max-width: 450px;
      margin-right: 30px; }
  #health .container {
    margin-top: -12%; }
  #health .card__one .text h2 {
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px; }
  #health a {
    font-size: 12px !important;
    padding: 0.4em 1.2em; }
  #health .small {
    font-size: 9px !important; }
  #health .swiper-slide, #health .all {
    min-height: 360px;
    max-height: 420px; }
  #health .card__one .text .tag {
    font-size: 12px; }
  #bands .container .text {
    width: 50%; }
  section#spec table.p-sticky {
    top: -140px !important; }
  section#spec .container, section#spec table {
    max-width: 650px; }
  section#spec table tbody td {
    width: 250px; }
  section#spec table td:first-child {
    width: 100px; }
  section#spec ul {
    margin-left: 60px; }
  section#spec .battery-content ul {
    margin-left: 10px; } }

@media (max-width: 768px) {
  section p:not(td) {
    font-size: 14px; }
  .text:not(td) h2 {
    font-size: 36px;
    line-height: 1.2 !important; }
  #hero {
    width: 100%;
    overflow: hidden;
    height: 120vh;
    max-height: 1600px; }
    #hero .container {
      height: 160vh;
      min-height: 820px;
      max-height: 2400px; }
    #hero .container .text p {
      font-size: 20px; }
  #device .watch img {
    max-height: 530px; }
  #device .watch video {
    top: 50.6%;
    max-width: 220px;
    min-width: 180px; }
  #device .all-bg .black-top {
    max-height: 350px;
    height: 28vh; }
  #device .all-bg .black-bottom {
    max-height: 410px;
    height: 40vh; }
  #device .text .compare ol li span {
    font-size: 32px; }
  #device .text .compare ol li span {
    font-size: 32px; }
  #device .all-bg {
    top: -165px; }
  #device .container .text p, #device .text .compare ol li {
    font-size: 18px; }
  #overview {
    min-height: 750px; }
  #design .bg {
    height: 100vh; }
  #design .content-01 h3, #design .content-02 h3, #design .content-02 .alltext-02 .text-02 h3 {
    font-size: 28px; }
  #design .content-01 p, #design .content-02 p, #design .content-02 .alltext-02 .text-02 p {
    font-size: 16px;
    line-height: 1.4 !important; }
  #design .content-02 p {
    width: 70%; }
  #design .content-02 .alltext-02 .text-02 {
    margin-right: 15px;
    width: 480px; }
  #voice .panel {
    height: 130vw;
    max-height: 750px;
    margin-top: 0; }
  #training .container .all-text h2,
  #outdoor .content-01 h2,
  #outdoor .content-02 h2,
  #map .container-2 .all-text h2 {
    font-size: 24px; }
  #training {
    height: 110vh;
    min-height: 1150px;
    max-height: 1550px;
    background-size: 138%; }
  #outdoor .content-02 div img {
    width: 280px; }
  #map .container img {
    width: 420px;
    left: -70px; }
  #map .container-2 img {
    width: 400px; }
  #map .container-2 .all-text .text {
    margin-bottom: 60px;
    width: 310px;
    margin-left: 160px; }
  #map .container-2 .ui {
    width: 170px;
    height: 170px; }
  #map .container-2 .all-text {
    width: 50%;
    padding-left: 0px; }
  #share .bg {
    height: 100vh;
    min-height: 400px;
    max-height: 700px;
    top: 20vh; }
  #share .container .text {
    top: 10px;
    margin-left: 60px; }
    #share .container .text p {
      margin-bottom: 0;
      width: 60%; }
  #message-app .text {
    margin-left: 40px; }
  #message-app h2 {
    margin-bottom: 0;
    font-size: 28px; }
  #share:before {
    height: 10vh;
    min-height: 200px; }
  #health .container {
    margin-top: -20%; }
  #health .container-top img {
    max-width: 380px;
    margin-right: 30px; }
  #health .container-top p {
    font-size: 16px;
    width: 80%; }
  section#spec table {
    table-layout: fixed;
    width: 100%;
    max-width: 650px;
    margin: 0 auto; }
  section#spec table td:first-child {
    width: 150px; }
  section#spec table tbody td {
    width: 250px; }
  section#spec ul {
    margin-left: 0; }
  section#spec .battery-content ul {
    margin-left: 0; } }

@media (max-width: 767px) {
  #hero {
    height: auto; } }

@media (max-width: 599px) {
  section p:not(td) {
    font-size: 14px; }
  .text:not(td) h2 {
    font-size: 28px;
    line-height: 1.2 !important; }
  .pc-show {
    display: none !important; }
  .mobile-show {
    display: block !important; }
  h2, section h2 {
    font-size: 48px; }
  #pd-nav, #pd-nav.p-sticky {
    opacity: 0; }
  #pd-nav.p-sticky {
    top: 0; }
  #hero:before {
    height: 5vh;
    min-height: 20px;
    max-height: 100px; }
  #hero {
    height: 250vw;
    max-height: 1200px; }
    #hero .video {
      width: 100%;
      height: 100vw;
      top: 18px !important;
      left: -37.5%;
      position: absolute; }
    #hero .container {
      height: 100vh;
      min-height: 800px;
      max-height: 1600px;
      position: fixed;
      padding: 0; }
      #hero .container .text {
        width: 100%;
        max-width: 380px;
        padding: 0 20px;
        z-index: 5;
        min-height: auto;
        text-align: center;
        position: fixed;
        top: 20%; }
        #hero .container .text p {
          padding: 0 20px;
          font-size: 14px;
          width: 100%;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          top: 380px;
          letter-spacing: 1px;
          position: fixed;
          left: 0%; }
        #hero .container .text h2 {
          font-size: 48px;
          letter-spacing: 6px;
          position: fixed;
          top: 570px;
          opacity: 1;
          left: 0;
          width: 100%;
          margin: 0 auto; }
          #hero .container .text h2 span {
            font-size: 30px; }
  #hero .video:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 40%);
    background: -o-linear-gradient(top, transparent 0%, #000000 40%);
    background: linear-gradient(to bottom, transparent 0%, #000000 40%);
    width: 100%;
    height: 100vh;
    max-height: 150px;
    min-height: 80px;
    position: absolute;
    left: 37.5%; }
  #hero .shadow:after {
    height: 100%; }
  #hero video {
    max-width: 720px !important;
    min-height: auto !important; }
  #device .bg-wording img {
    display: none; }
  #device .all-bg {
    top: -125px; }
    #device .all-bg .black-top, #device .all-bg .black-bottom {
      max-height: 400px;
      height: 40vh; }
    #device .all-bg .black-bottom {
      max-height: 540px;
      height: 52vh; }
  #device .watch {
    margin-left: 10px;
    margin-top: 20px; }
    #device .watch img {
      min-height: 300px;
      max-width: 350px;
      height: auto;
      width: auto; }
    #device .watch video {
      top: 50.6%;
      max-width: 150px;
      min-width: 120px; }
  #device .container {
    width: 90% !important; }
    #device .container .text {
      width: auto;
      margin: 0px auto 30px auto; }
      #device .container .text p {
        width: 100%;
        margin: 10px auto 10px auto;
        text-align: center;
        font-size: 14px; }
      #device .container .text h2 {
        font-size: 32px; }
  #device .text .compare ol li span {
    font-size: 28px; }
  #device .text .compare ol li {
    margin: 10px 5px; }
  #device .text a {
    font-size: 14px !important;
    width: 80%;
    max-width: 240px; }
  #device .container .text p, #device .text .compare ol li {
    font-size: 14px; }
  #overview .container {
    padding: 60px 0;
    width: 80% !important; }
    #overview .container h2 {
      font-size: 24px;
      margin-bottom: 30px; }
    #overview .container .main {
      width: 100%;
      height: 120px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      #overview .container .main p {
        width: 110px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        left: 30px;
        font-size: 16px;
        margin-top: 0;
        text-align: left;
        margin-left: 0; }
        #overview .container .main p svg {
          width: 24px;
          height: 24px; }
      #overview .container .main img {
        top: 0;
        width: 70%; }
    #overview .container .main p svg, #overview .container .main .one p svg, #overview .container .main .one-big p svg, #overview .container .main .one-small p svg, #overview .container .four-items p svg, #overview .container .four-items .one p svg, #overview .container .four-items .one-big p svg, #overview .container .four-items .one-small p svg, #overview .container .three p svg, #overview .container .three .one p svg, #overview .container .three .one-big p svg, #overview .container .three .one-small p svg {
      display: none; }
    #overview .container .four-items .one {
      position: relative;
      height: 120px;
      overflow: hidden; }
      #overview .container .four-items .one p {
        width: 110px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        left: 30px;
        font-size: 16px;
        line-height: 1.2 !important;
        text-align: left; }
        #overview .container .four-items .one p svg {
          width: 24px;
          height: 24px; }
      #overview .container .four-items .one img {
        position: absolute;
        left: auto;
        top: 0;
        right: 0;
        width: 70%; }
    #overview .container .three {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #overview .container .three .one-big, #overview .container .three .one-small {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 120px;
        max-width: 300px; }
        #overview .container .three .one-big p svg, #overview .container .three .one-small p svg {
          width: 24px;
          height: 24px; }
      #overview .container .three .one-big p {
        width: 94px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        left: 30px;
        font-size: 16px;
        margin-top: 0;
        margin: 0;
        text-align: left;
        padding: 0;
        margin-left: 0; }
      #overview .container .three .one-small p {
        width: 110px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        left: 30px;
        font-size: 16px;
        margin-top: 0;
        margin: 0;
        text-align: left; }
      #overview .container .three .one-small p svg {
        width: 24px;
        height: 24px; }
      #overview .container .three .sports {
        background-image: url(../images/overview-bg-sports-m.jpg);
        background-position: top center; }
      #overview .container .three .item:nth-child(3) p {
        width: 100px; }
      #overview .container .three .item:nth-child(1), #overview .container .three .item:nth-child(2) {
        margin-right: 0; }
      #overview .container .three .item:nth-child(1) img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 145px;
        margin-top: 0;
        margin-left: 140px;
        margin-right: 0;
        position: absolute; }
      #overview .container .three .item:nth-child(2) img {
        width: 100%;
        max-width: 150px;
        margin-top: 0%;
        margin-left: 40px;
        padding: 0; }
      #overview .container .three .item:nth-child(3) img {
        width: 70%;
        margin-left: 0;
        margin-top: -10px;
        position: absolute;
        right: -20px; }
  #design .title h2 {
    width: 90%;
    font-size: 32px; }
  #design .title {
    padding: 30px 0; }
  #design .title p {
    width: 85%; }
  #design .content-01 h3, #design .content-02 h3, #design .content-02 .alltext-02 .text-02 h3 {
    font-size: 20px; }
  #design .content-01 p, #design .content-02 p, #design .content-02 .alltext-02 .text-02 p {
    font-size: 13px;
    line-height: 1.6 !important; }
  #design .content-01 .alltext-01 {
    top: 420px;
    width: 60%; }
    #design .content-01 .alltext-01 .line {
      height: 210px; }
    #design .content-01 .alltext-01 p {
      width: 60%; }
  #design .content-01 .alltext-01-2 {
    top: 510px;
    left: 40px; }
    #design .content-01 .alltext-01-2 .line-01-2 {
      height: 270px;
      min-height: 200px; }
  #design .content-02 .alltext-03 {
    text-align: left;
    top: 200px;
    right: 25px;
    width: 45%; }
    #design .content-02 .alltext-03 .text-03 {
      margin-left: 15px;
      width: 100%; }
  #design .content-02 .alltext-03 .line-03 {
    height: 330px;
    top: 5px; }
  #design .content-02 .alltext-02 {
    right: 80px;
    bottom: 20px;
    width: 60%; }
    #design .content-02 .alltext-02 .line-02 {
      height: 180px;
      top: 100px;
      right: -260px;
      left: auto; }
    #design .content-02 .alltext-02 .text-02 p {
      width: 100%; }
  #design .content-02 .alltext-02 .text-02 {
    margin-right: 0;
    width: 100%;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -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; }
    #design .content-02 .alltext-02 .text-02 h3 {
      width: 100%; }
  #design .bg {
    top: -375px;
    height: 310vw;
    width: 140%;
    left: -15%;
    background-image: url(../images/design-bg-m-2.jpg); }
  #panel1::after {
    display: none; }
  #voice .container .text {
    padding: 30px 0 30px 0; }
  #voice .container .text h2 {
    font-size: 32px; }
  #voice .container .text h3 {
    font-size: 18px; }
  #voice .container .video {
    width: 40%;
    height: 100vw;
    top: 40px !important;
    left: -40.5%;
    position: absolute; }
  #voice video {
    max-width: 120% !important;
    min-height: auto !important;
    margin-left: -10%; }
  #voice #pin-container {
    margin-top: 60px; }
  #voice #pin-container .text h2 {
    font-size: 24px; }
  #voice .panel {
    height: 150vw;
    max-height: 750px; }
  #voice #panel1 .video, #voice #panel2 .video, #voice #panel3 .video {
    height: auto;
    width: 100%;
    left: 0; }
  #voice #panel1 .text, #voice #panel2 .text, #voice #panel3 .text {
    margin: 30px auto;
    position: relative;
    bottom: 130px;
    top: auto;
    left: auto;
    right: auto;
    text-align: center; }
    #voice #panel1 .text p, #voice #panel2 .text p, #voice #panel3 .text p {
      width: 80%;
      z-index: 30; }
  #voice #panel1 video {
    max-width: 200% !important;
    min-height: auto !important;
    margin-left: -27%; }
  #voice #panel2 video {
    max-width: 200% !important;
    min-height: auto !important;
    margin-left: -50%; }
  #voice #panel3 .text img {
    width: 60px; }
  #voice #panel3 .text h2 span {
    font-size: 24px; }
  #voice #panel3 video {
    margin-left: -50%; }
  #panel1::after, #panel2::after, #panel3::after {
    content: "";
    background: #000000;
    background: -webkit-linear-gradient(bottom, transparent 0%, #000000 40%);
    background: -o-linear-gradient(bottom, transparent 0%, #000000 40%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 40%);
    background: -o-linear-gradient(top, transparent 0%, #000000 40%);
    background: linear-gradient(to bottom, transparent 0%, #000000 40%);
    width: 100%;
    height: 50vh;
    min-height: 300px;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: block; }
  #panel1 #voice video {
    max-width: 200% !important;
    min-height: auto !important;
    margin-left: -20%; }
  #voice video {
    max-width: 200% !important;
    min-height: auto !important;
    margin-left: -50%; }
  #training {
    height: 220vw;
    background-image: url(../images/training-bg-m.jpg);
    background-size: 100%;
    background-position: top center;
    min-height: 1050px;
    max-height: 1200px; }
    #training .container {
      padding: 0 0 0px 0; }
      #training .container p {
        width: 100%;
        width: 90%;
        font-size: 16px; }
    #training .container h2 {
      font-size: 32px; }
    #training .all-text {
      width: 80%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 10px 0 30px 0; }
      #training .all-text div {
        margin: 0 0px 30px 0px; }
      #training .all-text p {
        width: 100%;
        font-size: 14px;
        margin: 0 auto; }
    #training .product {
      max-width: 320px;
      margin-top: 260px; }
    #training .bg-app {
      background-image: url(../images/training-app-bg-m.png);
      left: 0;
      width: 100%;
      margin: 0 auto;
      height: 250px;
      bottom: 260px; }
  #training .container .all-text p {
    width: 100%;
    font-size: 14px; }
  #outdoor {
    max-height: 1500px;
    background-image: url(../images/outdoor-bg-m.jpg);
    background-size: cover; }
    #outdoor .container {
      padding: 36px 10px;
      text-align: center; }
      #outdoor .container .title {
        margin-top: 15px; }
    #outdoor .container h2 {
      font-size: 32px; }
    #outdoor .container p {
      width: 90%;
      margin: 0 auto;
      font-size: 16px;
      line-height: 1.6 !important; }
    #outdoor .content-01, #outdoor .content-02 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #outdoor .content-01 p, #outdoor .content-02 p {
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px; }
      #outdoor .content-01 div, #outdoor .content-02 div {
        width: 90%;
        margin: 0 auto 5px auto; }
      #outdoor .content-01 div img, #outdoor .content-02 div img {
        width: 250px; }
    #outdoor .content-01 {
      top: 30px; }
    #outdoor .drop-course-point h2 {
      width: 100%; }
    #outdoor .content-02 {
      margin-top: 200px; }
      #outdoor .content-02 .pace-pro div img {
        width: 200px;
        margin-left: 10px; }
      #outdoor .content-02 div {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start; }
      #outdoor .content-02 div img {
        width: 250px;
        margin-left: 10%; }
      #outdoor .content-02 .pace-pro div img {
        width: 200px;
        margin-left: 20%; }
  #training .container .all-text h2,
  #outdoor .content-01 h2,
  #outdoor .content-02 h2,
  #map .container-2 .all-text h2 {
    font-size: 24px; }
  #flashlight {
    max-height: 880px;
    min-height: 480px;
    height: 150vw; }
    #flashlight img {
      width: 350px;
      right: auto;
      position: absolute;
      top: 30%;
      left: 6%; }
    #flashlight .container .text {
      top: 60px;
      left: 16%;
      width: 69%; }
      #flashlight .container .text p {
        font-size: 14px; }
    #flashlight .container .text h2 {
      font-size: 24px;
      color: #ffffff; }
    #flashlight p .small {
      color: #dddddd !important;
      line-height: 1.6 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px; }
    #flashlight .bg {
      width: 80%;
      left: 10%;
      height: 65vh;
      max-height: 480px; }
  #sports .container .title {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  #sports .container .title h2 {
    font-size: 50px;
    width: 60%;
    margin: 0 auto; }
  #sports .container .subtitle h3 {
    font-size: 32px;
    margin-top: 20px; }
  #sports .container .subtitle h2 {
    font-size: 120px;
    margin-top: 40px; }
  #sports .container .subtitle .h3-2 {
    font-size: 32px;
    margin-top: -50px; }
  #sports .container-2 {
    bottom: 50px; }
    #sports .container-2 .all-text h3 {
      font-size: 24px;
      color: #ffffff; }
    #sports .container-2 .all-text .all-category .category {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: start;
      -webkit-box-align: center;
      align-items: center;
      text-align: left;
      width: 100%;
      margin-left: 0;
      margin: 0; }
      #sports .container-2 .all-text .all-category .category .text h3 {
        font-size: 18px;
        margin-bottom: 0; }
    #sports .container-2 .all-text .all-category .category div:nth-child(4) {
      width: 100%;
      margin-left: -27px; }
  #sports .container-2 .all-text .all-category .category {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
  #sports .bg {
    background-position: 55% center; }
  #sports .container-2 .all-text .all-category {
    width: 90%;
    margin: 0 auto; }
  .dynamic-round-trip::after {
    content: "";
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 50%);
    background: -o-linear-gradient(top, transparent 0%, #000000 50%);
    background: linear-gradient(to bottom, transparent 0%, #000000 50%);
    width: 100vw;
    height: 40vh;
    min-height: 150px;
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
  #map {
    height: 360vw; }
    #map h2 {
      font-size: 32px;
      width: 60%;
      padding: 60px 0 30px 0; }
    #map .container img {
      width: 350px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    #map .container .dynamic-round-trip {
      height: 60vh;
      min-height: 350px;
      max-height: 650px;
      overflow: hidden;
      /* background-size: 290%; */ }
      #map .container .dynamic-round-trip .text {
        position: absolute;
        top: 100px;
        bottom: auto;
        right: auto;
        width: 100%;
        text-align: center;
        padding: 0 20px;
        z-index: 10; }
        #map .container .dynamic-round-trip .text h2 {
          text-align: center; }
      #map .container .dynamic-round-trip .text h2 {
        font-size: 24px; }
    #map .container-2 {
      max-width: 300px;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #map .container-2 .all-text {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 150px; }
        #map .container-2 .all-text .map-01 {
          margin-bottom: 15px; }
        #map .container-2 .all-text .text {
          margin-bottom: 0;
          width: 100%;
          margin-left: auto;
          text-align: center; }
        #map .container-2 .all-text h2 {
          text-align: center;
          width: 200px; }
    #map .container-2 .ui {
      width: 150px;
      height: 150px; }
    #map .container-2 img {
      width: 350px;
      margin: 0; }
  #share {
    height: 200vw;
    min-height: 550px;
    max-height: 700px; }
    #share .title {
      padding-top: 60px;
      width: 90%; }
    #share .title h2 {
      font-size: 50px;
      line-height: 1.1 !important; }
    #share .title p {
      font-size: 16px;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      width: 90%;
      line-height: 1.4 !important; }
    #share .container .text {
      position: relative;
      top: 10px;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: auto;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto; }
      #share .container .text h2 {
        font-size: 28px; }
    #share .container .text p {
      margin-bottom: 0;
      width: 100%; }
    #share .bg {
      height: 160vw;
      min-height: 400px;
      max-height: 650px;
      top: 27.8vw;
      background-image: url(../images/share-bg-m.jpg); }
  #share .bg:before {
    height: 30vh;
    min-height: 250px; }
  #message-app {
    height: 100vw;
    min-height: 500px; }
    #message-app .container {
      background-position: 66% center; }
    #message-app .icon {
      width: 80px; }
    #message-app .text {
      padding: 0 20px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      margin-left: 0;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #message-app .text h2 {
        margin-bottom: 0;
        font-size: 28px; }
    #message-app #message-app .container {
      min-height: 500px;
      max-height: 600px;
      background-position: 65% center;
      top: 50% !important;
      left: 50%;
      padding: 50px 0;
      overflow: hidden; }
  #message-app .container::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 100vh;
    min-height: 200px;
    opacity: 0.7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10; }
  #health .container {
    width: 100% !important;
    margin-top: -31%; }
  #health .container-top {
    height: 170vw; }
    #health .container-top h2 {
      font-size: 32px; }
    #health .container-top .text {
      margin: 0 auto; }
    #health .container-top p {
      font-size: 14px;
      width: 100%; }
    #health .container-top .small {
      font-size: 12px; }
    #health .container-top img {
      max-width: 320px;
      margin-right: 30px; }
  #health .swiper {
    height: 530px;
    margin-bottom: 30px;
    width: 80%; }
  #health .card__one {
    margin: 0; }
  #health .card__one .text {
    height: auto;
    padding: 30px 20px; }
    #health .card__one .text h2 {
      margin: 0;
      font-size: 21px;
      margin-bottom: 10px; }
  #health .card__one img {
    height: auto;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #health .swiper-wrapper {
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0px !important;
    z-index: 1; }
  #health .swiper-slide {
    width: 100% !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
  #health .all {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
  #health .swiper-slide, #health .all {
    min-height: 450px;
    max-height: 500px; }
  .swiper-button-prev {
    height: 100%;
    padding: 10px 30px;
    z-index: 50; }
  .swiper-button-next {
    height: 100%;
    padding: 10px 30px;
    z-index: 50; }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 32px; }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 32px; }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: visible; }
  .swiper-button-prev {
    left: 0; }
  .swiper-button-next {
    right: 0; }
  .swiper-button-prev, .swiper-button-next {
    padding: 10px 20px;
    z-index: 50; }
  #smartlife {
    height: 200vw;
    max-height: 750px;
    background-position: center; }
    #smartlife .container {
      height: 200vw;
      max-height: 750px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 0;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
      #smartlife .container .text {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem;
        position: relative; }
        #smartlife .container .text h2 {
          font-size: 32px;
          width: 80%;
          margin-right: auto;
          margin-left: auto;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        #smartlife .container .text .white {
          width: 150px;
          height: 160px;
          opacity: .8; }
          #smartlife .container .text .white p {
            font-size: 11px;
            padding: 0;
            margin: 0; }
          #smartlife .container .text .white .small {
            font-size: 10px !important; }
  #bands {
    background-position: 30% 50%; }
    #bands .container {
      z-index: 25; }
    #bands .container .text {
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 350px;
      z-index: 20; }
      #bands .container .text h2 {
        font-size: 32px; }
  #bands::after {
    content: "";
    background: #000000;
    background: -webkit-linear-gradient(bottom, transparent 0%, #000000 30%);
    background: -o-linear-gradient(bottom, transparent 0%, #000000 80%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 80%);
    background: -o-linear-gradient(top, transparent 0%, #000000 80%);
    background: linear-gradient(to bottom, transparent 0%, #000000 80%);
    background: linear-gradient(to bottom, transparent 0%, #000000 80%);
    width: 100%;
    height: 40vh;
    min-height: 200px;
    opacity: .8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10; }
  #event {
    padding: 60px 0 30px 0; }
    #event .container {
      padding: 0; }
      #event .container .text h2 {
        margin-bottom: 15px;
        font-size: 32px; }
      #event .container .text p {
        font-size: 16px; }
      #event .container .text h3 {
        font-size: 28px; }
      #event .container .gift-01 td:nth-child(3), #event .container .gift-02 td:nth-child(3), #event .container .gift-03 td:nth-child(3) {
        width: 40%;
        text-align: left; }
      #event .container .container table tbody tr td {
        border-bottom: .8px solid #dddddd; }
    #event .container table tbody tr td, #event .container td {
      font-size: 13px; }
    #event .rule ol li {
      font-size: 13px !important; }
  section#spec h2, section#spec h2 {
    font-size: 32px;
    margin-bottom: 30px; }
  section#spec .container {
    margin: 0 auto;
    padding: 35px 0;
    max-width: 350px; }
  section#spec .name {
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 30px; }
  section#spec .size {
    color: #999999;
    line-height: 1.4 !important; }
  section#spec dl.color-con dd {
    width: 20px;
    height: 20px; }
  section#spec .table {
    table-layout: fixed;
    width: 100%;
    max-width: 350px;
    margin: 0 auto; }
  section#spec .table .main td {
    font-size: 15px;
    line-height: 1.4;
    vertical-align: middle !important;
    padding: 15px 21px; }
  section#spec table tbody td {
    width: 120px;
    font-size: 12px; }
  section#spec table thead td:first-child {
    width: 60px; }
  section#spec table tbody td:first-child {
    width: 50px; }
  section#spec .products .products-image {
    max-width: 110px; }
  section#spec ul {
    margin-left: 0; }
    section#spec ul li {
      margin-bottom: 10px !important; }
  section#spec table .main td {
    font-size: 16px;
    vertical-align: middle !important;
    padding: 15px 0; }
  section#spec .battery-title {
    margin: 0 auto 10px auto;
    padding: 8px 0;
    background-color: #444444;
    color: #ffffff;
    font-size: 12px;
    max-width: 90px; }
  section#spec .price-con {
    margin: 0 auto 10px auto;
    font-size: 13px;
    width: 100%;
    max-width: 90px; }
  section#spec .container a {
    font-size: 12px !important;
    margin: 15px 0; }
  section#spec .remark {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    padding: 0 30px; }
  section#spec table tbody td.row-label {
    text-align: left;
    line-height: 1.4 !important; }
  section#spec .table .main span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  section#spec table figure img,
  section#spec table figure img {
    max-width: 250px;
    min-width: 100px; }
  section#spec table tfoot p, section#spec table thead p,
  section#spec table tfoot p, section#spec table thead p {
    padding: 0; }
  section#spec .battery-content ul {
    padding-bottom: 0;
    margin-left: 0; }
  section#spec table.p-sticky {
    top: -30px !important; }
  #spec dl.color-con {
    line-height: 0.8;
    height: 62px; }
  section#spec .name {
    font-size: 14px !important;
    margin-bottom: 15px;
    height: 0; }
  section#spec .size {
    font-size: 12px !important;
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px; } }

@media (max-width: 390px) {
  #hero .video {
    width: 100%;
    height: 100vw;
    left: -40.5%; }
  #hero .video:after {
    left: 40.5%;
    max-height: 150px;
    width: 100%;
    bottom: -18px; }
  #hero .container .text p {
    width: 94%;
    left: 3%; }
  #voice .panel {
    height: 150vw;
    max-height: 900px; }
  #design .bg {
    top: -300px;
    height: 310vw;
    width: 140%;
    left: -15%;
    background-size: 100%; }
  #flashlight .container .text {
    top: 60px; }
  #flashlight {
    max-height: 580px;
    min-height: 480px;
    height: 150vw; }
  #map {
    height: 390vw; }
    #map h2 {
      width: 90%; }
  #outdoor .container {
    padding: 0 10px; }
  #outdoor .container .title {
    margin-top: 30px; }
  #share {
    max-height: 740px; }
    #share .bg {
      height: 180vw;
      min-height: 400px;
      max-height: 850px;
      top: 25vw;
      background-image: url(../images/share-bg-m.jpg); }
  #message-app .text h2 {
    font-size: 24px; }
  #message-app h3 {
    font-size: 21px; }
  #bands .container .text h2 {
    font-size: 32px; }
  section#spec table.p-sticky {
    top: -30px !important; } }

@media (max-width: 375px) {
  #hero .container .text p {
    font-size: 15px; }
  #hero .video {
    width: 100%;
    height: 100vw;
    left: -44.5%; }
  #hero .video:after {
    left: 50%;
    max-height: 150px;
    width: 100%;
    bottom: -60px; }
  #hero .container .text p {
    font-size: 13px; }
  #device .all-bg .black-bottom {
    max-height: 540px;
    height: 54vh; }
  #design .content-01 .alltext-01 {
    top: 430px; }
  #training .container .all-text h2,
  #outdoor .content-01 h2,
  #outdoor .content-02 h2,
  #map .container-2 .all-text h2 {
    font-size: 21px; }
  #share .title h2 {
    font-size: 45px; }
  #health .swiper-slide, #health .all {
    min-height: 400px;
    max-height: 470px; }
  #health .card__one .text h2 {
    font-size: 20px; }
  #health .swiper {
    height: 480px; } }

@media (max-width: 360px) {
  #hero .video:after {
    max-height: 180px;
    min-height: 100px; }
  section p:not(td) {
    font-size: 14px; }
  #hero video {
    max-width: 670px !important;
    min-height: auto !important; }
  #hero .container .text p {
    font-size: 13px;
    top: 330px; }
  #hero .container .text h2 {
    font-size: 11vw;
    top: 500px;
    opacity: 1; }
  #device .all-bg {
    top: -110px; }
  #device .container .text h2 {
    font-size: 32px; }
  #device .container .text p {
    width: 100%;
    margin: 10px auto;
    font-size: 13px; }
  #device .watch {
    margin-top: 30px; }
  #device .watch img {
    max-width: 270px;
    min-height: 200px; }
  #device .watch video {
    top: 50.6%;
    max-width: 115px;
    min-width: 80px; }
  #device .text .compare ol li {
    margin: 5px 5px;
    font-size: 12px; }
  #device .text .compare ol li span {
    font-size: 25px; }
  #device a {
    font-size: 13px !important;
    width: 80%;
    max-width: 300px;
    margin: 0; }
  #overview {
    min-height: 700px; }
    #overview .container {
      padding: 60px 0 30px 0; }
      #overview .container h2 {
        font-size: 21px;
        margin-bottom: 15px; }
      #overview .container .main, #overview .container .four-items .one,
      #overview .container .three .one-big, #overview .container .three .one-small {
        height: 100px; }
        #overview .container .main p, #overview .container .four-items .one p,
        #overview .container .three .one-big p, #overview .container .three .one-small p {
          font-size: 14px;
          width: 100px; }
      #overview .container .main img {
        top: 0;
        width: 60%; }
      #overview .container .four-items .one img {
        top: 0;
        width: 60%; }
      #overview .container .three .item:nth-child(1) img {
        width: 60%;
        max-width: 120px; }
      #overview .container .three .item:nth-child(2) img {
        max-width: 130px;
        margin-left: 50px; }
      #overview .container .three .item:nth-child(3) img {
        width: 60%;
        margin-left: 0;
        margin-top: -10px;
        position: absolute;
        right: -10px; }
  #design .title h2 {
    font-size: 32px; }
  #design .title p {
    font-size: 14px; }
  #design #design .bg {
    top: -290px;
    height: 160vh; }
  #design .content-01 h3, #design .content-02 h3, #design .content-02 .alltext-02 .text-02 h3 {
    font-size: 21px; }
  #design .content-01 p, #design .content-02 p, #design .content-02 .alltext-02 .text-02 p {
    font-size: 12px;
    line-height: 1.6 !important; }
  #design .content-01 {
    right: 10px;
    width: 37%;
    top: -425px;
    text-align: left; }
  #design .content-02 .alltext-02 {
    right: 70px; }
  #design .content-02 .alltext-03 {
    text-align: left;
    top: 150px;
    right: 10px;
    width: 44%; }
  #design .content-02 .alltext-03 .line-03 {
    height: 280px;
    top: 5px; }
  #design .content-02 .alltext-02 .line-02 {
    right: -230px; }
  #design #panel3 .text h2 span {
    font-size: 24px; }
  #design .bg {
    top: -332px; }
  #design .content-01 .alltext-01 {
    top: 350px; }
  #design .content-01 .alltext-01-2 {
    top: 400px;
    left: 40px; }
  #voice .container .text h2 {
    font-size: 30px; }
  #voice .container .text h3 {
    font-size: 16px; }
  #voice #pin-container .text h2 {
    font-size: 24px; }
  #voice #panel1 p, #voice #panel2 p, #voice #panel3
.text p {
    font-size: 14px; }
  #voice #panel3 .text img {
    width: 55px; }
  #training {
    height: 300vw;
    min-height: 1100px;
    max-height: 1280px; }
    #training .bg-app {
      left: 0;
      margin: 0 auto;
      height: 290px;
      bottom: 260px; }
  #flashlight img {
    width: 300px;
    top: 40%; }
  #flashlight .container .text {
    top: 40px;
    left: 15%;
    width: 70%; }
    #flashlight .container .text p {
      font-size: 14px; }
  #flashlight .container .text h2 {
    font-size: 24px; }
  #flashlight p .small {
    margin-top: 10px;
    line-height: 1.4 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #outdoor .content-02 div img {
    margin-left: 0; }
  #outdoor .content-02 .pace-pro div img {
    margin-left: 12%; }
  #sports {
    max-height: 1700px;
    height: 290vw; }
    #sports .bg {
      max-height: 1700px;
      height: 290vw; }
    #sports .container .title h2 {
      font-size: 42px; }
    #sports .container .subtitle h3, #sports .container .subtitle .h3-2 {
      font-size: 30px; }
    #sports .container .subtitle h2 {
      font-size: 100px;
      margin-top: 40px; }
    #sports .container .subtitle .h3-2 {
      margin-top: -50px; }
    #sports .container-2 {
      bottom: 100px; }
      #sports .container-2 .all-text {
        margin-top: 140px; }
      #sports .container-2 .all-text h3 {
        font-size: 18px;
        color: #ffffff; }
      #sports .container-2 .all-text .all-category {
        width: 100%; }
      #sports .container-2 .all-text .all-category .category img {
        width: 40px;
        height: 40px;
        margin-right: 10px; }
      #sports .container-2 .all-text .all-category .category div:nth-child(4) {
        width: 100%;
        margin-left: -27px; }
    #sports .container-2 .all-text .all-category .category {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
  #map {
    height: 350vw; }
    #map h2 {
      font-size: 28px;
      width: 80%;
      padding: 60px 0 20px 0; }
    #map .container .dynamic-round-trip .text h2 {
      font-size: 21px;
      text-align: center; }
    #map .container img, #map .container-2 img {
      width: 260px; }
    #map .container .dynamic-round-trip .text {
      top: 80px; }
    #map .container-2 .all-text .map-01 {
      margin-bottom: 20px; }
    #map .container-2 .ui {
      width: 111px;
      height: 111px; }
  #share .title {
    padding-top: 60px; }
    #share .title h2 {
      font-size: 45px; }
  #share .container {
    margin-top: 20px; }
    #share .container .text {
      position: relative;
      top: 0; }
  #health .container-top {
    height: 150vw; }
  #health .container-top h2 {
    font-size: 28px; }
  #health .container-top p {
    font-size: 14px;
    width: 100%; }
  #health .container-top img {
    max-width: 240px;
    margin-right: 30px; }
  #health .link h2 {
    font-size: 21px; }
  #health .container {
    width: 100% !important;
    margin-top: -18%; }
  #health .swiper-slide {
    height: 460px !important;
    width: 100% !important; }
  #smartlife .container .text h2 {
    font-size: 28px; }
  #bands .container .text h2 {
    font-size: 28px; }
  #smartlife .container .text .white h3 {
    font-size: 16px; }
  #smartlife .container .text .white {
    width: 130px;
    height: 150px;
    opacity: .8; }
    #smartlife .container .text .white p.small {
      font-size: 10px !important;
      color: #777777 !important; }
  #smartlife .container .text .white img {
    max-width: 50px; }
  #event .container .text h2 {
    font-size: 28px; }
  #event .container .text p {
    font-size: 14px; }
  #event .container .text h3 {
    font-size: 24px; }
  #event .container table tbody tr td, #event .container td {
    font-size: 12px; }
  #event .rule ol li {
    font-size: 12px !important; }
  section#spec .name {
    font-size: 15px !important; }
  section#spec table td:first-child {
    width: 50px; }
  section#spec .container a {
    font-size: 12px !important;
    margin: 15px 0; }
  #spec .price-con {
    max-width: 100px; }
  section#spec .table .main td {
    font-size: 14px;
    line-height: 1.4 !important; }
  section#spec .size {
    font-size: 11px !important;
    height: 15px; } }

@media (max-width: 353px) {
  #hero .video {
    width: 100%;
    height: 100vw;
    left: -44.5%; }
  #hero .video:after {
    left: 50%;
    max-height: 150px;
    width: 100%;
    bottom: -60px; } }

@media (max-width: 320px) {
  section p:not(td) {
    font-size: 12px; }
  .text:not(td) h2 {
    font-size: 22px;
    line-height: 1.2 !important; }
  #hero:before {
    height: 5vh;
    min-height: 60px;
    max-height: 100px; }
  #hero video {
    max-width: 575px !important;
    min-height: auto !important; }
  #hero .container .text p {
    font-size: 12px;
    top: 290px;
    letter-spacing: 1px;
    width: 100%;
    left: 0; }
  #hero .container .text h2 {
    top: 450px; }
  #hero .shadow:after {
    height: 130%; }
  #device .all-bg {
    top: -100px; }
  #device .container .text h2 {
    font-size: 28px; }
  #device .container .text p {
    width: 100%;
    margin: 5px auto;
    font-size: 12px; }
  #device .watch {
    margin-top: 30px; }
  #device .watch img {
    max-width: 230px;
    min-height: 180px; }
  #device .watch video {
    top: 50.6%;
    max-width: 95px;
    min-width: 70px; }
  #device .text .compare ol li {
    margin: 5px 5px;
    font-size: 12px; }
  #device .text .compare ol li span {
    font-size: 24px; }
  #device a {
    font-size: 13px !important;
    width: 70%;
    max-width: 300px;
    margin: 0;
    padding: 5px !important; }
  #device .all-bg .black-bottom {
    max-height: 540px;
    height: 59vh; }
  #overview .container h2 {
    font-size: 18px;
    margin-bottom: 15px; }
  #overview .container .three .item:nth-child(2) img {
    max-width: 120px;
    margin-left: 25px; }
  #design .bg {
    top: -255px;
    height: 170vh; }
  #design .title h2 {
    font-size: 32px;
    width: 100%; }
  #design .content-01 h3, #design .content-02 h3, #design .content-02 .alltext-02 .text-02 h3 {
    font-size: 18px;
    margin-bottom: 5px; }
  #design .content-01 p, #design .content-02 p, #design .content-02 .alltext-02 .text-02 p {
    font-size: 12px;
    line-height: 1.6 !important; }
  #design .content-01 .alltext-01 {
    top: 370px;
    width: 60%; }
  #design .content-01 .alltext-01-2 {
    top: 470px;
    left: 40px; }
    #design .content-01 .alltext-01-2 .line-01-2 {
      height: 200px;
      min-height: 120px; }
  #design .content-02 .alltext-02 {
    right: 50px;
    bottom: 5px; }
    #design .content-02 .alltext-02 .line-02 {
      right: -200px;
      top: 90px;
      height: 140px; }
  #design .content-02 .alltext-03 {
    text-align: left;
    top: 133px;
    right: 25px;
    width: 42%; }
    #design .content-02 .alltext-03 p {
      width: 100%; }
    #design .content-02 .alltext-03 .line-03 {
      height: 230px;
      top: 5px;
      display: none; }
  #voice .container .text h2 {
    font-size: 30px; }
  #voice .container .text h3 {
    font-size: 16px; }
  #voice #pin-container .text h2 {
    font-size: 24px; }
  #voice #panel1 img, #voice #panel2 img, #voice #panel3
.text img {
    width: 35px; }
  #voice #panel1 p, #voice #panel2 p, #voice #panel3
.text p {
    font-size: 12px; }
  #training .container .all-text h2,
  #outdoor .content-01 h2,
  #outdoor .content-02 h2,
  #map .container-2 .all-text h2,
  #flashlight .container .text h2 {
    font-size: 21px; }
  #training .container h2,
  #outdoor .container h2,
  #share .container .text h2 {
    font-size: 28px; }
  #training .all-text p,
  #outdoor .content-01 p,
  #outdoor .content-02 p,
  #flashlight .container .text p,
  #sports .container-2 .all-text p {
    font-size: 12px;
    line-height: 1.5 !important; }
  #training .container p {
    width: 100%;
    width: 90%;
    font-size: 14px; }
  #training .product {
    max-width: 280px;
    margin-top: 260px; }
  #training .bg-app {
    height: 290px;
    bottom: 340px; }
  #outdoor .container .content-01 h2, #outdoor .container .content-02 h2 {
    font-size: 21px;
    width: 100%; }
  #outdoor .content-02 div img {
    margin-left: 0; }
  #outdoor .content-02 .pace-pro div img {
    margin-left: 10%; }
  #map {
    height: 365vw; }
    #map .container .dynamic-round-trip .text {
      padding: 0 20px; }
  #share .title h2 {
    font-size: 40px; }
  #share .title p {
    font-size: 16px; }
  #share .bg {
    top: 39vw; }
  #health .container-top {
    height: 170vw; }
  #health .card__one .text h2 {
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px; }
  #health .card__one .text p {
    font-size: 12px; }
  #health .card__one .text .tag {
    font-size: 12px; }
  #health .card__one img {
    max-width: 220px; }
  #health a {
    font-size: 12px !important;
    padding: 0.4em 1.2em; }
  #health .swiper-slide {
    height: 450px !important;
    width: 100% !important; }
  #health .swiper-slide, #health .all {
    min-height: 400px;
    max-height: 430px; }
  #message-app .text h2 {
    font-size: 21px; }
  #smartlife {
    height: 240vw;
    max-height: 1660px;
    background-position: center; }
    #smartlife .container {
      height: 240vw; }
      #smartlife .container .text .white p {
        font-size: 11px;
        padding: 0 5px;
        margin: 0; }
      #smartlife .container .text .white {
        width: 130px;
        height: 165px;
        opacity: .8; }
      #smartlife .container .text h2 {
        font-size: 24px; }
  #bands .container .text h2 {
    font-size: 24px; }
  #event .container table tbody tr td, #event .container td {
    font-size: 11px; }
  #event .container .gift-01 td:nth-child(1), #event .container .gift-02 td:nth-child(1), #event .container .gift-03 td:nth-child(1) {
    width: 30%; }
  section#spec .container {
    margin: 0 auto;
    padding: 35px 0;
    max-width: 300px; }
  section#spec h2, section#spec h2 {
    font-size: 28px;
    margin-bottom: 15px; }
  section#spec .name {
    font-size: 13px !important; }
  section#spec table.p-sticky {
    top: -10px !important; }
  section#spec table {
    width: 300px; }
  section#spec dl.color-con dd {
    width: 18px;
    height: 18px; }
  section#spec .size {
    font-size: 11px !important;
    margin-bottom: 10px;
    margin-top: 20px; }
  section#spec table tbody td {
    width: 105px;
    font-size: 12px; }
  section#spec .table .main span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px !important; }
  section#spec .remark {
    padding: 0 10px; }
  #spec dl.color-con {
    height: 100px; }
  section#spec .battery-content {
    padding: 0;
    margin: 10px 10px 10px 0px; } }
