@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; }

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; }

body {
  overflow-x: hidden;
  background: #e41d29; }

.gh__header {
  display: block; }

section h2 {
  text-transform: uppercase; }

.active {
  display: block; }

#menu-bar nav {
  width: 100%;
  height: 65px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  top: 0;
  z-index: 15;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: black; }

#menu-bar nav .navShadow {
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  height: 65px; }

#menu-bar #brand #logo {
  display: block;
  width: 120px;
  height: 32px;
  background-image: url(http://www.garmin.com.tw/m/buzz/minisite/images/garmin_logo_on_w.svg);
  background-size: 120px 32px;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 200; }

#menu-bar #brand ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#menu-bar #brand ul li {
  list-style: none; }

#menu-bar #brand ul li a {
  width: 90px;
  height: 20px;
  display: block;
  border-radius: 90px;
  text-decoration: none;
  color: #ffffff;
  position: relative; }

#menu-bar nav #menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#menu ul li {
  list-style: none; }

#menu-bar nav #menu {
  padding-right: 0px;
  margin-top: 20px; }

@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

.home {
  margin: 0; }

#menu ul .home a {
  margin: 0 10px 0 0;
  display: inline-block; }

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 10px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#menu ul .icon-home::after {
  display: none; }

#menu .icon-home a:after,
#menu .icon-home a:hover {
  width: 0;
  height: 0;
  border: 0;
  z-index: -1; }

html:lang(en-SG) #menu ul li a, html:lang(en-PH) #menu ul li a, html:lang(en-MY) #menu ul li a, html:lang(en-IN) #menu ul li a {
  font-family: "Knockout 30" !important; }

#menu ul li a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 1.1rem;
  margin: 5px 30px 0 30px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6f74), color-stop(50%, #ff6f74), color-stop(50%, #fff));
  background-image: -webkit-linear-gradient(left, #ff6f74, #ff6f74 50%, #fff 50%);
  background-image: -o-linear-gradient(left, #ff6f74, #ff6f74 50%, #fff 50%);
  background-image: linear-gradient(to right, #ff6f74, #ff6f74 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#menu ul li a span {
  display: none;
  font-size: 0.8rem; }

#menu ul li a:before {
  display: block;
  content: '';
  width: 0;
  height: 4px;
  bottom: 5px;
  left: 0;
  bottom: -22px;
  z-index: 0;
  position: absolute;
  background: #ff6f74;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#menu ul li a:hover {
  background-position: 0%; }

#menu ul li a:hover:before {
  width: 100%; }

#menu ul li a.active {
  color: #ff6f74;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6f74), color-stop(50%, #ff6f74), color-stop(50%, #ff6f74));
  background-image: -webkit-linear-gradient(left, #ff6f74, #ff6f74 50%, #ff6f74 50%);
  background-image: -o-linear-gradient(left, #ff6f74, #ff6f74 50%, #ff6f74 50%);
  background-image: linear-gradient(to right, #ff6f74, #ff6f74 50%, #ff6f74 50%); }

#menu ul li a.active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0%;
  bottom: -14px;
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6f74), color-stop(50%, #ff6f74), color-stop(50%, #ff6f74));
  background-image: -webkit-linear-gradient(left, #ff6f74, #ff6f74 50%, #ff6f74 50%);
  background-image: -o-linear-gradient(left, #ff6f74, #ff6f74 50%, #ff6f74 50%);
  background-image: linear-gradient(to right, #ff6f74, #ff6f74 50%, #ff6f74 50%); }

#menu ul .home a:hover:before,
#menu ul .home a.active:before {
  display: none; }

@-webkit-keyframes shine {
  100% {
    left: 120%; } }

@keyframes shine {
  100% {
    left: 120%; } }

#menu-line {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 5px;
  background-color: #ffffff; }

#menu #menu-toggle {
  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;
  cursor: pointer;
  display: none; }

#menu #menu-toggle:hover .bar {
  width: 25px; }

#menu #menu-toggle.closeMenu .bar {
  width: 25px; }

#menu #menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg); }

#menu #menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

#menu #menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }

#menu .bar {
  width: 25px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

#menu .bar:nth-child(2) {
  width: 20px;
  margin: 5px 0; }

#menu .bar:last-child {
  width: 15px; }

.tri {
  fill: #ffffff; }

#geeks1 {
  width: 100%;
  height: 100px;
  position: relative;
  background: #650409;
  /*  background-image: url(images/bg.jpg);
    background-repeat: repeat;
    background-size: contain;*/ }

#geeks2 {
  width: 100%;
  height: 100px;
  position: relative;
  background: #ffffff; }

#geeks2::before {
  content: "";
  width: 50%;
  height: 100px;
  position: absolute;
  top: -48px;
  left: 0;
  background: #ffffff;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg); }

#geeks2::after {
  content: "";
  width: 50%;
  height: 100px;
  position: absolute;
  top: -48px;
  right: 0;
  background: #ffffff;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg); }

#hero {
  line-height: 0;
  height: 105vh;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 30px; }
  #hero .hero-wrapper {
    width: 100%;
    height: 105vh;
    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;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/bg02.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    opacity: 1; }
    #hero .hero-wrapper .www-word img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #hero .hero-wrapper .www-word img:nth-child(1) {
      -webkit-animation-duration: 1s;
      animation-duration: .5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-delay: 2.5s;
      animation-delay: 2.5s; }
    #hero .hero-wrapper .www-word img:nth-child(2) {
      -webkit-animation-duration: 1s;
      animation-duration: .5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-delay: 2.8s;
      animation-delay: 2.8s; }
    #hero .hero-wrapper .www-word img:nth-child(3) {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-delay: 3.0s;
      animation-delay: 3.0s; }

@-webkit-keyframes animation {
  100% {
    background-position: 0px -3000px; } }

@keyframes animation {
  100% {
    background-position: 0px -3000px; } }
  #hero .present-container {
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #hero .present-container img {
      width: 100%; }
    #hero .present-container .logo {
      max-width: 400px; }
  #hero #svgwrapper {
    display: inline-block;
    width: 36%;
    height: auto;
    position: relative;
    position: relative;
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #hero .path {
    stroke-dashoffset: 1940;
    stroke-dasharray: 1940;
    -webkit-animation: draw 1.2s linear forwards;
    animation: draw 1.2s linear forwards;
    fill-opacity: 0;
    stroke: #ffffff; }
  #hero .path2 {
    stroke-dashoffset: 1940;
    stroke-dasharray: 1940;
    -webkit-animation: draw 1s linear forwards;
    animation: draw 1s linear forwards;
    fill-opacity: 0;
    stroke: #ffffff;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  #hero .path3 {
    stroke-dashoffset: 1940;
    stroke-dasharray: 1940;
    -webkit-animation: draw 1.5s linear forwards;
    animation: draw 1.5s linear forwards;
    fill-opacity: 0;
    stroke: #ffffff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 1940;
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1; } }

@keyframes draw {
  0% {
    stroke-dashoffset: 1940;
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1; } }

@-webkit-keyframes letter-animation {
  30% { }
  50% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  90% {
    stroke-dashoffset: 0;
    fill-opacity: 1; } }

@keyframes letter-animation {
  30% { }
  50% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  90% {
    stroke-dashoffset: 0;
    fill-opacity: 1; } }
  #hero .scroll-down-link {
    position: absolute;
    bottom: 6%;
    left: 48%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    cursor: default;
    height: 60px;
    width: 80px;
    color: #ffffff;
    text-align: center;
    font-size: 70px;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
    display: block; }
  #hero .scroll-down-arrow {
    background-size: contain;
    background-repeat: no-repeat; }

#present {
  height: 100vh;
  background-repeat: repeat;
  background-size: contain;
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  position: relative; }
  #present .slogan-pc {
    display: block; }
  #present .slogan-m {
    display: none; }
  #present .letter-container {
    width: 1400px;
    height: 80vh;
    margin: 0 auto;
    background-color: #ffffff;
    top: 10vh;
    position: relative;
    z-index: 6;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
    /* common */
    /* top left*/ }
    #present .letter-container .box {
      position: relative;
      max-width: 600px;
      width: 90%;
      height: 400px;
      background: #fff; }
    #present .letter-container .ribbon {
      width: 150px;
      height: 150px;
      overflow: hidden;
      position: absolute; }
    #present .letter-container .ribbon::before,
    #present .letter-container .ribbon::after {
      position: absolute;
      z-index: 1;
      content: '';
      display: block;
      border: 5px solid #000000; }
    #present .letter-container .ribbon span {
      position: absolute;
      display: block;
      width: 225px;
      padding: 15px 0;
      background-color: #000000;
      z-index: 5;
      color: #fff;
      font: 700 18px/1 'Lato', sans-serif;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      text-align: center; }
    #present .letter-container .ribbon-top-left {
      top: -10px;
      left: -10px; }
    #present .letter-container .ribbon-top-left::before,
    #present .letter-container .ribbon-top-left::after {
      border-top-color: transparent;
      border-left-color: transparent; }
    #present .letter-container .ribbon-top-left::before {
      top: 0;
      right: 0; }
    #present .letter-container .ribbon-top-left::after {
      bottom: 0;
      left: 0; }
    #present .letter-container .ribbon-top-left span {
      right: -25px;
      top: 30px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #present .letter-container .border01 {
      width: 94%;
      height: 90%;
      border: 10px #e6785b solid;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #present .letter-container .border01 .border02 {
        width: 98%;
        height: 97%;
        border: 5px #e6785b solid;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #present .letter-container .border01 .border02 p {
          font-size: 16px;
          line-height: 2;
          margin-top: 3vh; }
        #present .letter-container .border01 .border02 html:lang(en-SG) p, #present .letter-container .border01 .border02 html:lang(en-MY) p, #present .letter-container .border01 .border02 html:lang(en-IN) p, #present .letter-container .border01 .border02 html:lang(en-PH) p {
          font-size: 20px;
          line-height: 2;
          margin-top: 3vh; }
        #present .letter-container .border01 .border02 div {
          margin-bottom: 35px; }
        #present .letter-container .border01 .border02 img {
          width: 100%;
          max-width: 900px; }
      #present .letter-container .border01 p.main-slogan {
        font-size: 20px; }
    #present .letter-container .giveagarmin-video {
      position: relative;
      background: #333;
      height: 30vh;
      min-height: 350px;
      width: 80%;
      margin: 0 auto;
      background-size: cover;
      background-position: center;
      overflow: hidden; }
    #present .letter-container .giveagarmin-video:after,
    #present .letter-container .giveagarmin-video-2:after {
      content: "";
      background: #691c1f;
      width: 100%;
      height: 100%;
      opacity: .5;
      position: absolute;
      left: 0;
      top: 0; }
    #present .letter-container .giveagarmin-video:before {
      content: "";
      /*background-color: rgba(0, 0, 0, 0.5);*/
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    #present .letter-container .giveagarmin-video .video-bc {
      position: relative;
      min-height: 600px;
      height: auto;
      opacity: .8;
      background: center center no-repeat;
      background-position: 100% 0;
      background-size: cover; }
    #present .letter-container .slogan-container {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform: translateY(-50%, -50%);
      width: 90%;
      z-index: 2; }
    #present .letter-container .slogan-container a {
      text-decoration: none;
      display: block;
      text-align: center; }
    #present .letter-container .slogan-container a:hover {
      text-decoration: none; }
    #present .letter-container .slogan-container a:hover circle {
      fill: #fff;
      opacity: 0.8; }
    #present .letter-container .slogan-container a:hover path {
      fill: #000; }
    #present .letter-container .slogan-container h2,
    #present .letter-container .slogan-container span {
      font-size: 28px;
      letter-spacing: 10px;
      display: inline-block;
      color: #fff;
      font-weight: bold;
      margin: 0;
      vertical-align: middle; }
    #present .letter-container .slogan-container span {
      display: none; }
    #present .letter-container .giveagarmin-video h2:first-letter,
    #present .letter-container .giveagarmin-video span:first-letter {
      margin-left: 30px; }
    #present .letter-container .giveagarmin-video .play-video-button {
      width: 70px;
      height: 70px;
      vertical-align: middle; }
    #present .letter-container .giveagarmin-video video {
      width: 100%;
      top: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    @media (max-width: 1024px) {
      #present .letter-container .giveagarmin-video,
      #present .letter-container .giveagarmin-video-2 {
        height: 40vh; } }
    @media (max-width: 900px) {
      #present .letter-container .giveagarmin-video video,
      #present .letter-container .giveagarmin-video-2 video {
        width: initial;
        height: 100%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translateY(-50%, -50%); } }
    @media (max-width: 768px) {
      #present .letter-container .giveagarmin-video,
      #present .letter-container .giveagarmin-video-2 {
        min-height: 350px; }
      #present .letter-container #present .letter-container .giveagarmin-video, #present .letter-container #present .letter-container .giveagarmin-video-2 {
        height: 20vw;
        background-position: 1000px center; } }
    @media (max-width: 599px) {
      #present .letter-container .giveagarmin-video,
      #present .letter-container .giveagarmin-video-2 {
        height: auto;
        background-position: 700px center; } }

#present:after {
  content: "";
  background: -webkit-radial-gradient(center, ellipse cover, #653109 50%, #650409 100);
  background: #000000;
  background: -moz-linear-gradient(top, transparent 0%, #650409 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #650409 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100%, #650409));
  background: -o-linear-gradient(top, transparent 0%, #650409 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#650409));
  background: linear-gradient(to bottom, transparent 0%, #650409 100%);
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3; }

#first-promotion .title img {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px; }

#first-promotion img {
  width: 100%;
  max-width: 360px;
  margin-bottom: 20px; }

#first-promotion p {
  font-size: 16px; }

p[data-id="footer"] {
  text-align: center;
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  padding: 25px;
  margin: 0; }

#information {
  background: #650409;
  position: relative;
  height: 110vh; }
  #information .container {
    line-height: 0;
    padding: 5vw 0 1vw 0;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -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; }
    #information .container .title {
      width: 100%;
      margin-bottom: 4vw; }
      #information .container .title h2 {
        color: #fff;
        font-size: 2vw;
        margin: 0 auto;
        text-align: center; }
      #information .container .title p {
        color: #fff;
        font-size: 22px;
        margin: 0 auto;
        text-align: center; }
  #information .gift-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 50vh;
    width: 100%;
    position: relative; }
    #information .gift-container .tip {
      width: 220px;
      height: 52px;
      left: 5vw;
      position: absolute;
      top: 5vw;
      z-index: 9; }
  #information .gift-container .text {
    width: 50%;
    text-align: left;
    z-index: 5;
    border: 6px solid #e6785b;
    padding: 100px 50px;
    position: absolute;
    top: 3vw;
    left: 5vw; }
    #information .gift-container .text .button02 {
      margin-left: .2rem; }
    #information .gift-container .text .button03 {
      margin-top: .4rem; }
    #information .gift-container .text .button04 {
      margin-top: .2rem;
      margin-left: .3rem; }
    #information .gift-container .text p {
      color: #fff;
      font-size: 16px;
      padding: 30px 30px 30px 0; }
  #information .gift-container .bg {
    width: 60%;
    height: 70vh;
    background-image: url(../images/information-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 0; }

html:lang(ko-KR) #information {
  height: 100vh; }
  html:lang(ko-KR) #information .gift-container .bg {
    width: 64%;
    height: 75vh !important;
    background-image: url(../images/information-bg.jpg);
    margin-top: 5vw;
    z-index: 1;
    position: absolute;
    right: 0; }
  html:lang(ko-KR) #information .gift-container .text {
    top: 50%;
    width: 40%; }
  html:lang(ko-KR) #information .gift-container .text p {
    color: #fff;
    font-size: 1.1vw; }
  html:lang(ko-KR) #information .gift-container .tip {
    top: 55%; }

#notice {
  background-color: #efefef;
  text-align: left;
  padding: 5vh 0; }
  #notice .container {
    width: 1170px;
    margin: 0 auto;
    position: relative; }
  #notice div {
    display: block;
    padding: 0 3rem; }
  #notice h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px; }
  #notice hr {
    margin-bottom: 30px; }
  #notice h3 {
    font-size: 24px; }

#event_privacy,
#event_detail {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 1rem;
  max-width: 1200px;
  height: 100vh; }

@media (min-width: 769px) {
  #event_privacy,
  #event_detail {
    padding: 1rem; } }

@media (min-width: 769px) {
  #event_privacy .wrapper,
  #event_detail .wrapper {
    padding: 15px; } }

#event_privacy .wrapper .pop_main,
#event_detail .wrapper .pop_main {
  background: white;
  width: 100%;
  padding: 1rem; }

@media (min-width: 769px) {
  #event_privacy .wrapper .pop_main,
  #event_detail .wrapper .pop_main {
    padding: 50px; } }

#event_privacy h3,
#event_detail h3 {
  font-size: 2rem;
  margin-bottom: .8em;
  text-align: center;
  color: black; }

#event_detail .pop_main ul > li, #event_privacy .pop_main ul > li {
  list-style: none;
  margin-bottom: 10px; }

#event_detail .pop_main ul > li > ul > li, #event_privacy .pop_main ul > li > ul > li {
  list-style: Circle; }

#event_detail .pop_main ul > li > ul > li > ul > li, #event_privacy .pop_main ul > li > ul > li > ul > li {
  list-style: Square; }

#event_detail .pop_main ul > li > ul > li > ol > li, #event_privacy .pop_main ul > li > ul > li > ol > li {
  list-style: decimal; }

.fancybox-slide > div {
  margin: 0 !important; }

.fancybox-close-small:after {
  content: "×" !important; }

.fancybox-button, .fancybox-infobar__body {
  background: transparent !important; }

.fancybox-slide--html .fancybox-close-small {
  color: transparent !important; }

.fancybox-close-small {
  position: fixed !important;
  right: 10px !important; }

@media (min-width: 1201px) {
  .fancybox-close-small {
    position: absolute !important; } }

.fancybox-close-small:after {
  width: 50px !important;
  height: 50px !important;
  font: 40px/50px Arial, Helvetica Neue, Helvetica, sans-serif !important;
  background: black !important;
  color: white !important; }

.fancybox-close-small:focus:after {
  outline: none !important; }

@media screen and (orientation: portrait) {
  .fancybox-slide--iframe .fancybox-content {
    height: 40% !important; } }

@media (max-width: 1680px) {
  #menu ul li a {
    margin: 5px 20px 0 20px; }
  html:lang(ko-KR) #information .gift-container .bg {
    width: 64%;
    height: 65vh !important;
    background-image: url(../images/information-bg.jpg);
    margin-top: 5vw; }
  html:lang(ko-KR) #information {
    height: 85vh; }
  html:lang(ko-KR) #information .gift-container .text {
    top: 36%;
    width: 40%; }
  #information .gift-container .tip {
    top: 45%; } }

@media (min-width: 1480px) and (max-width: 1600px) {
  #hero .hero-wrapper {
    width: 100%;
    height: 100vh; } }

@media (min-width: 1450px) and (max-width: 1479px) {
  #hero .hero-wrapper {
    width: 100%;
    height: 100vh; }
  #hero .hero-wrapper .www-word img {
    width: 106%; } }

@media (max-width: 1440px) {
  #present .letter-container {
    width: 80vw; }
    #present .letter-container .border01 .border02 img {
      width: 60%;
      max-width: 900px; }
    #present .letter-container .giveagarmin-video {
      min-height: 100px; }
  #information .gift-container .text {
    width: 60%; }
  #information .gift-container .bg {
    height: 80vh; }
  #notice {
    background-color: #efefef;
    text-align: left;
    padding: 8vh 0; }
  html:lang(ko-KR) #information .gift-container .text {
    top: 36%;
    width: 40%;
    padding: 100px 50px 40px 49px; }
  html:lang(ko-KR) #information .gift-container .tip {
    width: 200px;
    height: auto; }
  html:lang(ko-KR) #information .gift-container .tip {
    top: 47%; }
  html:lang(ko-KR) #information .gift-container .text p {
    color: #fff;
    font-size: 17px; } }

@media (min-width: 1370px) and (max-width: 1430px) {
  #hero .hero-wrapper {
    width: 100%;
    height: 100vh; }
  #hero .hero-wrapper .www-word img {
    width: 110%; }
  #present .letter-container .border01 .border02 img {
    width: 80%;
    max-width: 900px; }
  #present .letter-container .giveagarmin-video {
    position: relative;
    background: #333;
    height: 35vh; }
  #information .container .title h2 {
    font-size: 3vw; } }

@media (max-width: 1368px) {
  #menu ul li a {
    margin: 5px 15px 0 15px; }
  #hero {
    margin-top: 50px; }
    #hero #svgwrapper {
      width: 35%;
      top: 18%;
      left: 50%; }
  #information {
    height: 140vh; }
    #information .gift-container .bg {
      height: 90vh; }
    #information .gift-container .tip {
      width: 160px;
      height: auto;
      top: 6vw; }
    #information .gift-container .text {
      top: 4vw;
      width: 60%;
      padding: 50px 50px; }
    #information .gift-container .text p {
      padding: 50px 0px 30px 0; }
    #information .container .title h2 {
      color: #fff;
      font-size: 3vw;
      margin: 0 auto;
      text-align: center; }
  html:lang(vi-VN) #hero {
    margin-top: 30px; }
  html:lang(vi-VN) #present .letter-container {
    width: 80vw;
    height: 83vh; }
  html:lang(ko-KR) #information .gift-container .text {
    top: 36%;
    width: 40%;
    padding: 51px 50px 30px 49px; }
  html:lang(ko-KR) #information .gift-container .tip {
    width: 180px;
    height: auto; } }

@media (min-width: 1282px) and (max-width: 1365px) {
  #hero #svgwrapper {
    width: 40%;
    top: 20%;
    left: 50%; }
  #hero .hero-wrapper {
    width: 100%;
    height: 100vh; }
  #hero .hero-wrapper .www-word img {
    width: 116%; } }

@media (max-width: 1280px) {
  [class*=" icon-"]:before,
  [class^=icon-]:before {
    margin-left: 0; }
  #hero .scroll-down-link {
    left: 47%;
    font-size: 50px; }
  #present .letter-container .border01 .border02 div {
    margin-bottom: 16px; }
  #information .container .title h2 {
    font-size: 2.5vw; }
  #information .container .title p {
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    text-align: center; }
  #information .gift-container .tip {
    top: 7vw; }
  html:lang(ko-KR) #information .gift-container .text p {
    color: #fff;
    font-size: 16px; } }

@media (min-width: 1200px) and (max-width: 1279px) {
  #hero #svgwrapper {
    width: 40%;
    top: 20%;
    left: 50%; }
  #hero .hero-wrapper .www-word img {
    width: 129%; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  #menu-bar nav #menu {
    background: #000;
    padding: 10px 0;
    margin: 0; }
  #brand {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    background: #000;
    margin-bottom: 10px; }
  #menu-bar #brand #logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #menu-bar nav #menu {
    background: #000;
    padding-bottom: 10px; }
  #menu ul li a.active:before,
  #menu ul li .signup a.active:before {
    bottom: -20px; }
  #menu ul .signup {
    margin-left: 30px;
    margin-bottom: 5px; }
  #menu ul {
    padding: 0; }
  #menu ul li a {
    margin: 0 12px 5px 12px; }
  #menu ul .signup {
    margin-left: 30px; }
  #menu ul .signup a {
    margin: 0 30px;
    display: inline-block; }
  #hero #svgwrapper {
    width: 50%;
    top: 20%;
    left: 50%; }
  #hero .hero-wrapper .www-word img {
    width: 138%; }
  #hero .present-container img {
    width: 120%; }
  #hero .present-container {
    position: absolute;
    top: 51%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #present .letter-container .border01 .border02 img {
    width: 90%;
    max-width: 900px; }
  #present .letter-container .giveagarmin-video {
    height: 35vh; }
  #information {
    height: 100vh; }
  #information .gift-container .bg {
    height: 60vh; } }

@media (max-width: 1024px) {
  #menu-bar nav #menu {
    background: #000;
    padding: 10px 0;
    margin: 0; }
  #brand {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    background: #000;
    margin-bottom: 10px; }
  #menu-bar #brand #logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #menu-bar nav #menu {
    background: #000;
    padding-bottom: 10px; }
  #menu ul li a.active:before,
  #menu ul li .signup a.active:before {
    bottom: -20px; }
  #menu ul .signup {
    margin-left: 30px;
    margin-bottom: 5px; }
  #menu ul {
    padding: 0; }
  #menu ul li a {
    margin: 0 12px 5px 12px; }
  #menu ul .signup {
    margin-left: 30px; }
  #menu ul .signup a {
    margin: 0 30px;
    display: inline-block; }
  #hero {
    height: 48vh;
    margin-top: 80px; }
    #hero .hero-wrapper {
      height: 48vh;
      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;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      opacity: 1; }
    #hero #svgwrapper {
      width: 35%;
      top: 22%;
      left: 50%; }
  #present {
    height: 65vh; }
    #present .letter-container {
      width: 80vw;
      height: 50vh; }
  html:lang(ko-KR) #present .letter-container {
    width: 90vw;
    height: 50vh; }
  html:lang(vi-VN) #present .letter-container, html:lang(id-ID) #present .letter-container {
    width: 90vw;
    height: 56vh;
    top: 5vh; }
  html:lang(vi-VN) #present .letter-container .giveagarmin-video {
    height: 25vw;
    background-position: 1000px center; }
  html:lang(vi-VN) #present .letter-container .border01 .border02 p {
    padding: 0 2rem; }
  #notice {
    background-color: #efefef;
    text-align: left;
    padding: 5vw 0; }
  #present .letter-container .giveagarmin-video, #present .letter-container .giveagarmin-video-2 {
    height: 20vh; }
  #information {
    height: 92vh; }
    #information .gift-container .bg {
      height: 500px;
      width: 100%;
      top: 52vw;
      background-image: url(../images/information-bg-m.jpg); }
    #information .gift-container .text {
      width: 90%;
      padding: 50px 50px;
      left: 0;
      margin: 0 auto;
      top: 38%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #information .container .title h2 {
      font-size: 3.5vw; }
  html:lang(ko-KR) #information {
    height: 82vh; }
    html:lang(ko-KR) #information .gift-container .bg {
      height: 500px;
      width: 100%;
      top: 46vw;
      height: 500px !important;
      background-image: url(../images/information-bg-m.jpg); }
    html:lang(ko-KR) #information .gift-container .text {
      width: 90%;
      padding: 50px 50px;
      left: 0;
      margin: 0 auto;
      top: 38%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      html:lang(ko-KR) #information .gift-container .text p {
        font-size: 20px;
        padding: 76px 0px 30px 0; }
    html:lang(ko-KR) #information .gift-container .tip {
      width: 200px;
      height: auto;
      top: 18%; }
    html:lang(ko-KR) #information .container .title h2 {
      font-size: 3.5vw; }
  #notice .container {
    width: 940px;
    margin: 0 auto;
    position: relative; } }

@media (min-width: 769px) and (max-width: 1023px) {
  #menu ul li a {
    font-size: 1rem; }
  .container {
    width: 640px !important; }
  #logo-hero {
    height: 220px;
    margin-top: 130px; }
  #brand {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    background: #000;
    margin-bottom: 10px; }
  #menu-bar #brand #logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #menu-bar nav #menu {
    background: #000; }
  #menu ul {
    padding: 0; }
  #menu ul li a {
    margin: 0 12px 5px 12px; }
  #menu ul .signup {
    margin-left: 30px; }
  #hero #svgwrapper {
    width: 30%;
    top: 19%;
    left: 50%; }
  #present .letter-container .giveagarmin-video, #present .letter-container .giveagarmin-video-2 {
    height: 20vh; }
  #information {
    height: 125vw; }
  #information .gift-container .text {
    top: 4vw;
    width: 90%;
    padding: 50px 50px; }
  #first-promotion img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px; }
  html:lang(vi-VN) #present {
    height: 85vh; }
  html:lang(vi-VN) #present .letter-container {
    width: 90vw;
    height: 72vh;
    top: 8vh; }
  html:lang(vi-VN) #present .letter-container .giveagarmin-video {
    height: 28vw;
    width: 63%;
    background-position: 1000px center; } }

@media (max-width: 768px) {
  #logo-hero {
    margin-top: 65px; }
  #menu-bar nav #menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px; }
  #menu-bar nav {
    width: 100%;
    height: 65px;
    background: #000000;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #menu-bar #menu #menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #menu ul li a {
    width: 100%;
    font-size: 1.2rem;
    margin: 0 auto; }
  #menu ul li a.active:before {
    bottom: -5px;
    height: 8px;
    background-image: -webkit-linear-gradient(315deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
    background-image: -o-linear-gradient(315deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
    background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%); }
  #menu ul li a span {
    display: block;
    font-size: 1rem; }
  #menu ul li a.active:before {
    left: 0px;
    width: 100%; }
  #menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: -2;
    padding: 0; }
  #menu li a:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 42%;
    width: 66px;
    height: 10px;
    background: #ffffff;
    opacity: 0; }
  #menu ul.showMenu {
    height: 100vh;
    background: #000000;
    width: 100vw; }
  #menu ul.showMenu li {
    height: 100px;
    opacity: 1;
    visibility: visible; }
  #menu ul.showMenu li {
    height: 100px;
    width: 100%;
    opacity: 1;
    margin-left: 0;
    visibility: visible; }
  #menu ul.showMenu li .signup {
    height: 100px;
    width: 100%;
    opacity: 1;
    margin-left: 0;
    visibility: visible; }
  #menu li {
    height: 80px;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    -webkit-transition: all 0.3s 0.1s;
    -o-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s; }
  #menu li a {
    width: 100%; }
  #menu li:first-child {
    margin-top: 80px; }
  #logo-hero .marquee div {
    width: 300%; }
  .container {
    width: 640px !important; }
  #hero {
    height: 48vh;
    margin-top: 55px; }
  #hero .kv {
    min-height: 200px; }
  #present {
    height: 70vh; }
    #present .letter-container .ribbon {
      width: 120px;
      height: 120px;
      overflow: hidden;
      position: absolute; }
    #present .letter-container .ribbon span {
      width: 200px;
      padding: 10px 0;
      color: #fff;
      font: 700 15px/1 'Lato', sans-serif;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
    #present .letter-container .ribbon-top-left::after {
      bottom: 3px;
      left: 0; }
    #present .letter-container .ribbon-top-left::before {
      top: 0px;
      right: 3px; }
  #present .letter-container .border01 .border02 img {
    width: 80%;
    max-width: 900px; }
  #present .letter-container .giveagarmin-video, #present .letter-container .giveagarmin-video-2 {
    height: 20vw;
    background-position: 1000px center; }
  #present .letter-container .giveagarmin-video video, #present .letter-container .giveagarmin-video-2 video {
    width: initial;
    height: 165%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%, -50%); }
  html:lang(ko-KR) #present .letter-container {
    width: 90vw;
    height: 60vh;
    top: 5vh; }
  html:lang(ko-KR) #present .letter-container .border01 .border02 p {
    font-size: 14px;
    line-height: 2;
    margin-top: 3vh;
    padding: 0 20px; }
  html:lang(ko-KR) #present .letter-container .giveagarmin-video {
    height: 30vw;
    background-position: 1000px center; }
  html:lang(vi-VN) #present, html:lang(id-ID) #present {
    height: 75vh; }
  html:lang(vi-VN) #present .letter-container, html:lang(id-ID) #present .letter-container {
    width: 90vw;
    height: 65vh;
    top: 5vh; }
  html:lang(vi-VN) #present .letter-container .giveagarmin-video, html:lang(id-ID) #present .letter-container .giveagarmin-video {
    height: 25vw;
    background-position: 1000px center; }
  html:lang(vi-VN) #present .letter-container .border01 .border02 p {
    padding: 0 2rem; }
  html:lang(id-ID) #present .letter-container .border01 .border02 p {
    padding: 0 10px; }
  #information {
    height: 110vh; }
    #information .gift-container .tip {
      top: -5vw; }
    #information .gift-container {
      margin-top: 90px; }
    #information .gift-container .bg {
      height: 360px;
      width: 100%;
      top: 63vw; }
  html:lang(ko-KR) #information {
    height: 95vh; }
    html:lang(ko-KR) #information .gift-container .tip {
      top: 13vw; }
    html:lang(ko-KR) #information .gift-container {
      margin-top: 0; }
      html:lang(ko-KR) #information .gift-container .text {
        width: 90%;
        padding: 50px 50px;
        left: 0;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    html:lang(ko-KR) #information .gift-container .bg {
      height: 360px !important;
      width: 100%;
      top: 63vw; }
  #first-promotion .title img, #first-promotion img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px; }
  #notice div {
    display: block;
    padding: 0; } }

@media (min-width: 501px) and (max-width: 767px) {
  .container {
    width: 420px !important; }
  #hero {
    height: 48vh;
    margin-top: 21px; }
  html:lang(vi-VN) #hero {
    margin-top: 15px; }
  #hero #svgwrapper {
    width: 35%;
    top: 26%;
    left: 50%; }
  #hero .scroll-down-link {
    left: 43%;
    font-size: 50px; }
  #present .letter-container .giveagarmin-video, #present .letter-container .giveagarmin-video-2 {
    height: 20vw;
    background-position: center center; }
  #present .letter-container .border01 .border02 img {
    width: 85%;
    max-width: 900px; }
  #present .letter-container .giveagarmin-video video, #present .letter-container .giveagarmin-video-2 video {
    height: 200%; }
  html:lang(vi-VN) #present {
    height: 85vh; }
  html:lang(vi-VN) #present .letter-container {
    width: 90vw;
    height: 75vh;
    top: 5vh; }
  html:lang(vi-VN) #present .letter-container .box {
    width: 90vw;
    height: 75vh; }
  html:lang(vi-VN) #present .letter-container .giveagarmin-video {
    height: 25vw;
    background-position: 1000px center; }
  html:lang(vi-VN) #present .letter-container .border01 .border02 p {
    padding: 0 2rem; }
  #information {
    height: 150vw; }
  #information .gift-container {
    margin-top: 0px; }
  #information .gift-container .text {
    top: 4vw;
    width: 90%;
    padding: 50px 50px; }
  #information .gift-container .bg {
    height: 420px;
    width: 100%;
    top: 55vw; }
  #information .gift-container .tip {
    top: 10vw; }
  html:lang(ko-KR) #information {
    height: 150vw; }
    html:lang(ko-KR) #information .gift-container {
      margin-top: 0px; }
      html:lang(ko-KR) #information .gift-container .text {
        top: 4vw;
        width: 90%;
        padding: 50px 50px; }
      html:lang(ko-KR) #information .gift-container .bg {
        height: 420px;
        width: 100%;
        top: 55vw; }
      html:lang(ko-KR) #information .gift-container .tip {
        top: 10vw; }
  #first-promotion img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px; } }

@media (max-width: 540px) {
  #hero {
    height: 48vh;
    margin-top: 0px; } }

@media (max-width: 500px) {
  .container {
    width: 320px !important; }
  #hero {
    height: 90vh;
    margin-top: 10px; }
    #hero .hero-wrapper {
      height: 90vh;
      background-image: url(../images/bg-m.png);
      background-repeat: repeat; }
    #hero .present-container {
      width: 100%; }
    #hero #svgwrapper {
      width: 75%;
      top: 30%;
      left: 50%; }
  #hero .scroll-down-link {
    left: 40%;
    font-size: 50px; }
  #menu-bar nav #menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  #menu ul .signup a {
    display: inline-block;
    color: #fff !important; }
  #present {
    height: 100vh; }
    #present .slogan-pc {
      display: none; }
    #present .slogan-m {
      display: block; }
    #present .letter-container .box {
      height: 80vh; }
    #present .letter-container {
      width: 80vw;
      height: 80vh; }
    #present .letter-container .border01 {
      border: 5px #e6785b solid; }
    #present .letter-container .border01 .border02 {
      width: 98%;
      height: 98%;
      border: 2px #e6785b solid; }
    #present .letter-container .border01 .border02 p {
      font-size: 16px;
      line-height: 1.6;
      margin-top: 3vh;
      text-align: left;
      padding: 10px; }
    #present .letter-container .border01 .border02 img {
      width: 90%;
      max-width: 900px; }
    #present .letter-container .giveagarmin-video {
      min-height: 150px;
      width: 90%; }
    #present .letter-container .ribbon span {
      width: 140px;
      padding: 10px 0;
      color: #fff;
      right: -5px;
      top: 18px;
      font: 700 15px/1 'Lato', sans-serif;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
    #present .letter-container .ribbon-top-left::before {
      top: 0px;
      right: 5px; }
    #present .letter-container .ribbon-top-left::after {
      bottom: 5px;
      left: 0; }
    #present .letter-container .ribbon {
      width: 100px;
      height: 100px;
      overflow: hidden;
      position: absolute; }
  html:lang(vi-VN) #present {
    height: 80vh; }
  html:lang(vi-VN) #present .letter-container {
    width: 90vw;
    height: 70vh;
    top: 5vh; }
  html:lang(vi-VN) #present .letter-container .box {
    width: 90vw;
    height: 70vh; }
  html:lang(id-ID) #present {
    height: 100vh; }
  html:lang(id-ID) #present .letter-container {
    width: 90vw;
    height: 85vh;
    top: 5vh; }
  html:lang(id-ID) #present .letter-container .box {
    width: 90vw;
    height: 85vh; }
  html:lang(ko-KR) #present .letter-container {
    width: 90vw;
    height: 80vh;
    top: 10vh; }
  html:lang(en-SG) #present .letter-container, html:lang(en-MY) #present .letter-container, html:lang(en-PH) #present .letter-container, html:lang(en-IN) #present .letter-container {
    width: 85vw;
    height: 130vw; }
  html:lang(en-SG) #present .letter-container .box, html:lang(en-MY) #present .letter-container .box, html:lang(en-IN) #present .letter-container .box, html:lang(en-PH) #present .letter-container .box {
    width: 85vw;
    height: 130vw; }
  #information {
    height: 300vw; }
    #information .container .title h2 {
      font-size: 28px; }
    #information .container .title p {
      color: #fff;
      font-size: 16px;
      margin: 0 auto;
      text-align: center; }
    #information .gift-container {
      margin-top: 25vw; }
    #information .gift-container .text {
      width: 85%;
      padding: 20px 20px;
      left: 0;
      margin: 0 auto;
      top: 60vw;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
    #information .gift-container .text p {
      padding: 50px 0px 30px 0;
      text-align: left; }
    #information .gift-container .tip {
      top: -15vw;
      left: 7vw; }
    #information .gift-container .bg {
      height: 300px;
      width: 100%;
      top: 150vw; }
  html:lang(ko-KR) #information {
    height: 180vw; }
    html:lang(ko-KR) #information .container .title h2 {
      font-size: 28px; }
    html:lang(ko-KR) #information .container .title p {
      color: #fff;
      font-size: 16px;
      margin: 0 auto;
      text-align: center; }
    html:lang(ko-KR) #information .gift-container {
      margin-top: 0; }
    html:lang(ko-KR) #information .gift-container .text {
      width: 85%;
      padding: 20px 20px;
      left: 0;
      margin: 0 auto;
      top: 60vw;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
    html:lang(ko-KR) #information .gift-container .text p {
      padding: 100px 0px 60px 0;
      text-align: left; }
    html:lang(ko-KR) #information .gift-container .tip {
      top: 22vw;
      left: 7vw;
      width: 180px; }
    html:lang(ko-KR) #information .gift-container .bg {
      height: 200px !important;
      width: 100%;
      top: 115vw; }
  #first-promotion img, #first-promotion .title img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px; }
  #first-promotion p {
    font-size: 16px;
    padding: 0 30px; }
  #notice {
    background-color: #efefef;
    text-align: left;
    padding: 10vw 0; }
  html:lang(ko-KR) #present .letter-container {
    width: 90vw;
    height: 165vw;
    top: 10vh; }
  #notice h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px; }
  #notice h3 {
    font-size: 20px; }
  html:lang(ko-KR) #present .letter-container {
    width: 90vw;
    height: 120vw; }
  html:lang(ko-KR) #present .letter-container .box {
    width: 90vw;
    height: 120vw; }
  html:lang(ko-KR) #present {
    height: 150vw; } }

@media (max-width: 414px) {
  html:lang(ko-KR) #present .letter-container {
    width: 92vw;
    height: 145vw; }
  html:lang(ko-KR) #present .letter-container .box {
    width: 92vw;
    height: 145vw; }
  html:lang(ko-KR) #present {
    height: 170vw; }
  html:lang(vi-VN) #present {
    height: 180vw; }
  html:lang(vi-VN) #present .letter-container {
    top: 10vh; }
  html:lang(vi-VN) #present .letter-container, html:lang(vi-VN) #present .letter-container .box {
    width: 92vw;
    height: 150vw; }
  html:lang(id-ID) #present {
    height: 180vw; }
  html:lang(id-ID) #present .letter-container {
    top: 10vh; }
  html:lang(id-ID) #present .letter-container, html:lang(id-ID) #present .letter-container .box {
    width: 92vw;
    height: 150vw; }
  #geeks2 {
    width: 100%;
    height: 15px;
    position: relative;
    background: #ffffff; } }

@media (max-width: 411px) {
  html:lang(ko-KR) #present .letter-container {
    width: 92vw;
    height: 150vw;
    top: 10vh; }
  html:lang(ko-KR) #present .letter-container .box {
    width: 92vw;
    height: 150vw; }
  html:lang(ko-KR) #present {
    height: 180vw; }
  html:lang(en-SG) #present, html:lang(en-MY) #present, html:lang(en-IN) #present, html:lang(en-PH) #present {
    height: 180vw; }
  html:lang(en-SG) #present .letter-container, html:lang(en-MY) #present .letter-container, html:lang(en-PH) #present .letter-container, html:lang(en-IN) #present .letter-container {
    width: 85vw;
    height: 150vw; }
  html:lang(en-SG) #present .letter-container .box, html:lang(en-MY) #present .letter-container .box, html:lang(en-IN) #present .letter-container .box, html:lang(en-PH) #present .letter-container .box {
    width: 85vw;
    height: 150vw; }
  html:lang(en-SG) #information .gift-container .tip, html:lang(en-MY) #information .gift-container .tip, html:lang(en-IN) #information .gift-container .tip, html:lang(en-PH) #information .gift-container .tip {
    top: -20vw;
    left: 7vw; }
  html:lang(vi-VN) #present {
    height: 190vw; }
  html:lang(vi-VN) #present .letter-container {
    top: 10vh; }
  html:lang(vi-VN) #present .letter-container, html:lang(vi-VN) #present .letter-container .box {
    width: 92vw;
    height: 160vw; }
  #information .gift-container .bg {
    height: 300px;
    width: 100%;
    top: 152vw; } }

@media (max-width: 375px) {
  #geeks1 {
    width: 100%;
    height: 130px;
    position: relative;
    background: #650409; }
  #menu ul.showMenu li {
    height: 60px; }
  #name {
    height: 60px; }
    #name .runname img {
      height: 60px; }
  #hero .kv {
    min-height: 500px; }
  label.nav,
  input[type="radio"]:checked + .page + label.nav span {
    font-size: 15px; }
  #present {
    height: 190vw; }
    #present .letter-container {
      width: 80vw;
      height: 150vw; }
      #present .letter-container .box {
        height: 150vw; }
      #present .letter-container .text {
        top: 36%; }
      #present .letter-container .bg {
        height: 250px;
        width: 100%;
        top: 120vw; }
  #information .gift-container .text {
    top: 65vw; }
  #information {
    height: 325vw; }
  #information .gift-container .tip {
    top: -20vw;
    left: 7vw; }
  #information .gift-container .bg {
    height: 300px;
    width: 100%;
    top: 165vw; }
  #information .gift-container {
    margin-top: 35vw; }
  html:lang(ko-KR) #information {
    height: 200vw; }
  html:lang(ko-KR) #information .gift-container .text {
    top: 70vw; }
  html:lang(ko-KR) #information .gift-container .text p {
    padding: 80px 0px 40px 0;
    font-size: 18px;
    text-align: left; }
  html:lang(ko-KR) #information .gift-container .tip {
    top: 30vw; }
  html:lang(ko-KR) #information .gift-container .bg {
    top: 130vw; }
  #geeks2 {
    width: 100%;
    height: 10px;
    position: relative;
    background: #ffffff; }
  html:lang(ko-KR) #present .letter-container {
    width: 90vw;
    height: 160vw;
    top: 10vh; }
  html:lang(ko-KR) #present .letter-container .box {
    height: 160vw; }
  html:lang(en-SG) #present .letter-container, html:lang(en-MY) #present .letter-container, html:lang(en-PH) #present .letter-container, html:lang(en-IN) #present .letter-container {
    width: 85vw;
    height: 150vw; }
  html:lang(en-SG) #present .letter-container .box, html:lang(en-MY) #present .letter-container .box, html:lang(en-IN) #present .letter-container .box, html:lang(en-PH) #present .letter-container .box {
    width: 85vw;
    height: 150vw; }
  html:lang(en-SG) #present, html:lang(en-MY) #present, html:lang(en-IN) #present, html:lang(en-PH) #present {
    height: 190vw; }
  html:lang(vi-VN) #present {
    height: 220vw; }
  html:lang(vi-VN) #present .letter-container {
    top: 10vh; }
  html:lang(vi-VN) #present .letter-container, html:lang(vi-VN) #present .letter-container .box {
    width: 90vw;
    height: 190vw; }
  html:lang(id-ID) #present {
    height: 220vw; }
  html:lang(id-ID) #present .letter-container {
    top: 10vh; }
  html:lang(id-ID) #present .letter-container, html:lang(id-ID) #present .letter-container .box {
    width: 90vw;
    height: 190vw; } }

@media (max-width: 360px) {
  .container {
    width: 280px !important; }
  #information {
    height: 328vw; }
    #information .gift-container .text {
      top: 65vw; }
    #information .gift-container .tip {
      top: -25vw;
      left: 7vw; }
    #information .gift-container .bg {
      height: 250px;
      width: 100%;
      top: 165vw; }
  #geeks2 {
    width: 100%;
    height: 50px;
    position: relative;
    background: #ffffff; }
  html:lang(ko-KR) #present .letter-container {
    width: 90vw;
    height: 170vw;
    top: 10vh; }
  html:lang(ko-KR) #present .letter-container .box {
    height: 170vw; } }

.sub {
  color: #64dcdc;
  letter-spacing: 1em; }

/* 動畫部分 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important; }

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E67861;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }
