@charset "UTF-8";
.dialog button, .btn-copy, .btn-share,
.at-style-responsive .at-share-btn, .btn-receive {
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #1ca9be;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.dialog button:hover, .btn-copy:hover, .btn-share:hover,
.at-style-responsive .at-share-btn:hover, .btn-receive:hover {
  background-color: #1892a4;
}

.dialog button, .joinNum, .btn-copy, .btn-share,
.at-style-responsive .at-share-btn, .at-style-responsive .at-share-btn:before, .joinTable, #Note h3, #Note p {
  font-size: 34px;
  color: #efefef;
}

@media (max-width: 991px) {
  .dialog button, .joinNum, .btn-copy, .btn-share,
  .at-style-responsive .at-share-btn, .at-style-responsive .at-share-btn:before, .joinTable, #Note h3, #Note p {
    font-size: 3.5vw;
  }
}

#header-text .ah-headline span, #header-text .ah-headline b, .ah-words-wrapper b, body, input, textarea, button, select, #Note h3, #Note p {
  font-family: Microsoft JhengHei,"微軟正黑體", Verdana , Arial;
}

/* ==========
1. media
2. @include
3. @extend
 ========== */
.dialog .dialog-content, .dialog .d-circle-close, .select, #link_download a, .verPhoneForm .send-btn, #join-content .btn-joinNow, .joinTable .yes {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.dialog-tip p, #d-success p {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.dialog button, .btn-copy, .btn-share,
.at-style-responsive .at-share-btn, .btn-receive {
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #1ca9be;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.dialog button:hover, .btn-copy:hover, .btn-share:hover,
.at-style-responsive .at-share-btn:hover, .btn-receive:hover {
  background-color: #1892a4;
}

.dialog button, .joinNum, .btn-copy, .btn-share,
.at-style-responsive .at-share-btn, .at-style-responsive .at-share-btn:before, .joinTable, #Note h3, #Note p {
  font-size: 34px;
  color: #efefef;
}

@media (max-width: 991px) {
  .dialog button, .joinNum, .btn-copy, .btn-share,
  .at-style-responsive .at-share-btn, .at-style-responsive .at-share-btn:before, .joinTable, #Note h3, #Note p {
    font-size: 3.5vw;
  }
}

#header-text .ah-headline span, #header-text .ah-headline b, .ah-words-wrapper b, body, input, textarea, button, select, #Note h3, #Note p {
  font-family: Microsoft JhengHei,"微軟正黑體", Verdana , Arial;
}

/* ===================================
   dialog
==================================== */
/* =======================
  set
======================== */
.dialog {
  overflow: hidden;
}

.dialog .dialog-content {
  width: 900px;
  min-height: 100px;
  background-color: rgba(34, 0, 50, 0.9);
  border: 2px solid #00ddfe;
  border-radius: 30px;
  padding: 20px 20px 30px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.dialog .d-circle-close {
  background-image: url(../_img/dialog/close.png);
  width: 85px;
  height: 85px;
  top: -42.5px;
  right: 10px;
  position: absolute;
  z-index: 2;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.dialog .d-circle-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dialog p {
  color: #00ddfe;
  margin-bottom: 0;
  display: block;
}

.dialog .button-wrappr {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

.dialog button {
  width: auto;
  padding: 10px 35px;
  line-height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dialog .dialog-content {
    width: 700px;
  }
  .dialog .d-circle-close {
    width: 60px;
    height: 60px;
    top: -30px;
  }
}

@media (max-width: 767px) {
  .dialog .dialog-content {
    width: 350px;
    min-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .dialog .d-circle-close {
    width: 50px;
    height: 50px;
    top: -16.66667px;
    right: -10px;
  }
  .dialog .button-wrappr {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .dialog button {
    width: 100%;
    font-size: 27px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.dialog-form form {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.dialog-form label, .dialog-form input, .dialog-form select {
  font-size: 48px;
}

.dialog-form label {
  color: #00ddfe;
  margin-top: 10px;
  margin-bottom: 15px;
}

.dialog-form input {
  background-color: #fff;
  border: none;
  border-top: 3px solid #aeaeae;
  border-radius: 15px;
  width: 100%;
  height: auto;
  padding: 1% 5%;
  color: #222;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dialog-form label, .dialog-form input, .dialog-form select {
    font-size: 41px;
  }
}

@media (max-width: 767px) {
  .dialog-form label, .dialog-form input, .dialog-form select {
    font-size: 31px;
  }
}

/* 請輸入手機門號 */
.dialog-tip .dialog-content {
  height: auto;
}

.dialog-tip p {
  font-size: 70px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dialog-tip p {
    font-size: 51px;
  }
}

@media (max-width: 767px) {
  .dialog-tip p {
    font-size: 41px;
    position: relative;
    margin-top: 20px !important;
    margin-bottom: 25px;
  }
  .dialog-tip img {
    max-width: 80%;
  }
}

/* error */
#d-error p {
  margin-top: 17%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #d-error p {
    margin-top: 23%;
  }
}

/* 入團成功 */
#d-joined p {
  margin-top: 24%;
}

/* 得獎 */
#d-success .dialog-content {
  height: auto;
}

#d-success p {
  font-size: 41px;
  margin-top: 21%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #d-success p {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #d-success p {
    font-size: 28px;
    position: relative;
    margin-top: 10px !important;
    margin-bottom: 25px;
  }
  #d-success img {
    max-width: 80%;
  }
}

/* ===================================
   default
==================================== */
.dialog,
.dialog-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 10000;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.dialog-overlay {
  position: fixed;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}

.dialog-block {
  display: table;
  width: 100%;
}

.dialog-middle {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
}

.dialog-content {
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 995;
  opacity: 0;
  -webkit-box-shadow: 0 3px 36px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 36px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  opacity: 1 !important;
}

.dialog-content img {
  display: block;
  margin: auto;
}

.dialog-open {
  left: 0;
  pointer-events: auto;
}

.dialog-open .dialog-content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.dialog-open .dialog-overlay {
  opacity: 1 !important;
  pointer-events: auto;
}

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
}

@keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
}

.select {
  background-image: url(../_img/dialog/select.png);
  background-color: transparent;
  width: 100%;
  height: auto;
  padding: 1.4% 5% 1.8% 5%;
  color: #222;
  position: relative;
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-text-overflow: '';
  text-overflow: '';
}

.select:focus {
  outline: none;
}

.select option {
  background-color: #fff;
}

@media (max-width: 767px) {
  .select {
    background-image: url(../_img/dialog/select-xs.png);
    line-height: normal;
  }
}

/* ===================================
  set
==================================== */
#header-text {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 150;
  -webkit-transition: top 4s;
  -o-transition: top 4s;
  transition: top 4s;
}

#header-text .ah-headline {
  width: 100%;
  overflow: hidden;
  display: inline;
  position: relative;
}

#header-text .ah-headline.slide .ah-words-wrapper {
  vertical-align: middle;
}

#header-text .ah-words-wrapper {
  width: 100% !important;
  text-align: center !important;
}

#header-text.active {
  top: 0;
}

.ah-words-wrapper {
  width: 100% !important;
}

/* ===================================
  default
==================================== */
.ah-headline.type .ah-words-wrapper.selected::after, .ah-headline.type b {
  visibility: hidden;
}

.ah-headline.clip span, .ah-headline.loading-bar span, .ah-headline.slide span {
  padding: 0;
  display: inline-block;
}

.ah-headline.clip .ah-words-wrapper, .ah-headline.loading-bar .ah-words-wrapper, .ah-headline.slide .ah-words-wrapper, .ah-headline.type .ah-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.ah-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.ah-words-wrapper b {
  display: inline-block;
  position: absolute;
  /*white-space: nowrap;*/
  left: 0;
  top: 0;
  text-align: center;
  font-weight: normal;
}

.ah-words-wrapper b.is-visible {
  position: relative;
}

.no-js .ah-words-wrapper b {
  opacity: 0;
}

.no-js .ah-words-wrapper b.is-visible {
  opacity: 1;
}

/*
.ah-headline.rotate-1 .ah-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}
.ah-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}
.ah-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-animation: ah-rotate-1-in 1.2s;
    animation: ah-rotate-1-in 1.2s
}
.ah-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: ah-rotate-1-out 1.2s;
    animation: ah-rotate-1-out 1.2s
}*/
@-webkit-keyframes ah-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes ah-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes ah-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes ah-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

.ah-headline.type .ah-words-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #363636;
}

.ah-headline.type .ah-words-wrapper.waiting::after {
  -webkit-animation: ah-pulse 1s infinite;
  animation: ah-pulse 1s infinite;
}

.ah-headline.type .ah-words-wrapper.selected {
  background-color: #f0f0f0;
}

.ah-headline.type .ah-words-wrapper.selected b {
  color: #363636;
}

.ah-headline.type b.is-visible {
  visibility: visible;
}

.ah-headline.type i {
  position: absolute;
  visibility: hidden;
}

.ah-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes ah-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@keyframes ah-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

.ah-headline.rotate-2 .ah-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.ah-headline.rotate-2 em, .ah-headline.rotate-2 i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ah-headline.rotate-2 b {
  opacity: 0;
}

.ah-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .ah-headline.rotate-2 i {
  opacity: 1;
}

.ah-headline.rotate-2 i.in {
  -webkit-animation: ah-rotate-2-in .4s forwards;
  animation: ah-rotate-2-in .4s forwards;
}

.ah-headline.rotate-2 i.out {
  -webkit-animation: ah-rotate-2-out .4s forwards;
  animation: ah-rotate-2-out .4s forwards;
}

.ah-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .ah-headline.rotate-2 i {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0;
}

.no-csstransitions .ah-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .ah-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes ah-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
}

@keyframes ah-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
}

@-webkit-keyframes ah-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

@keyframes ah-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

.ah-headline.loading-bar .ah-words-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #356efd;
  z-index: 2;
  -webkit-transition: width .3s -.1s;
  -o-transition: width .3s -.1s;
  transition: width .3s -.1s;
}

.ah-headline.loading-bar .ah-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -o-transition: width 3s;
  transition: width 3s;
}

.ah-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.ah-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

.ah-headline.slide b {
  width: 100%;
  opacity: 0;
  top: .2em;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ah-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in .8s;
  animation: slide-in .8s;
}

.ah-headline.slide b.is-hidden {
  -webkit-animation: slide-out .8s;
  animation: slide-out .8s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.ah-headline.clip .ah-words-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #363636;
}

.ah-headline.clip b {
  opacity: 0;
}

.ah-headline.clip b.is-visible {
  opacity: 1;
}

.ah-headline.zoom .ah-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.ah-headline.zoom b {
  opacity: 0;
}

.ah-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in .8s;
  animation: zoom-in .8s;
}

.ah-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out .8s;
  animation: zoom-out .8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

.ah-headline.rotate-3 .ah-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.ah-headline.rotate-3 b {
  opacity: 0;
}

.ah-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .ah-headline.rotate-3 i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.ah-headline.rotate-3 i.in {
  -webkit-animation: ah-rotate-3-in .6s forwards;
  animation: ah-rotate-3-in .6s forwards;
}

.ah-headline.rotate-3 i.out {
  -webkit-animation: ah-rotate-3-out .6s forwards;
  animation: ah-rotate-3-out .6s forwards;
}

.no-csstransitions .ah-headline.rotate-3 i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 0;
}

.no-csstransitions .ah-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes ah-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

@keyframes ah-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

@-webkit-keyframes ah-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

@keyframes ah-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

.ah-headline.scale b {
  opacity: 0;
}

.ah-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.is-visible .ah-headline.scale i {
  opacity: 1;
}

.ah-headline.scale i.in {
  -webkit-animation: scale-up .6s forwards;
  animation: scale-up .6s forwards;
}

.ah-headline.scale i.out {
  -webkit-animation: scale-down .6s forwards;
  animation: scale-down .6s forwards;
}

.no-csstransitions .ah-headline.scale i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .ah-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

.ah-headline.push b {
  opacity: 0;
}

.ah-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in .6s;
  animation: push-in .6s;
}

.ah-headline.push b.is-hidden {
  -webkit-animation: push-out .6s;
  animation: push-out .6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.colorWhite {
  color: #efefef !important;
}

.colorYellow {
  color: #fcff01 !important;
}

.colorBlueL {
  color: #00ddfe !important;
}

body {
  background: url("../_img/bg.jpg?r=20191007") top center no-repeat;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

html {
  display: block;
  position: relative;
  background-color: #222b83;
  background-image: url(../_img/bg2.jpg?r=20191007);
  background-position: top center;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

body, html {
  min-width: 320px;
}

@media (max-width: 1024px) {
  body, html {
    background-size: 186%;
  }
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, input, textarea, button, select {
  border: none;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container-full {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.img-responsive {
  margin-top: 0px;
}

.img-center {
  text-align: center;
}

.img-center img {
  margin-left: auto;
  margin-right: auto;
}

#dPageHolder {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
}

#dMainPhone {
  width: 100%;
  position: relative;
  z-index: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 0;
}

#dMainPhone .block {
  max-width: 920px;
  margin: auto;
  position: relative;
}

#topLink {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
}

#topLink .content {
  max-width: 920px;
  margin: auto;
}

.social-btn {
  position: relative;
  z-index: 1;
}

.social-btn a {
  position: relative;
  display: block;
  float: left;
  width: 9.8%;
  padding-bottom: 8.6%;
  margin-top: 1%;
  left: 64%;
  background-position: 0  0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}

@media (max-width: 991px) {
  .social-btn a {
    left: 59%;
  }
}

#link_fb a {
  background-image: url(../_img/fb_1.png?r=20191007);
}

#link_fb a:hover {
  background-image: url(../_img/fb_2.png?r=20191007);
}

#link_youtube a {
  background-image: url(../_img/youtube_1.png?r=20191007);
}

#link_youtube a:hover {
  background-image: url(../_img/youtube_2.png?r=20191007);
}

#link_line a {
  background-image: url(../_img/line_1.png?r=20191007);
}

#link_line a:hover {
  background-image: url(../_img/line_2.png?r=20191007);
}

#link_home a {
  background-image: url(../_img/home_1.png?r=20191007);
}

#link_home a:hover {
  background-image: url(../_img/home_2.png?r=20191007);
}

.gobackHome {
  background-size: contain;
  width: 37%;
  padding-bottom: 11%;
  display: block;
  position: relative;
  left: 1%;
}

#link_download a {
  background-image: url(../_img/download_1.gif);
  position: relative;
  display: block;
  width: 758px;
  height: 204px;
  margin: 0 auto 0 auto;
  opacity: 1;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

#link_download a:hover {
  background-image: url(../_img/download_2.png?r=20191007);
  -webkit-animation: none;
  animation: none;
}

@media (max-width: 991px) {
  #link_download a {
    width: 86%;
    padding-bottom: 25%;
    height: auto;
    margin-top: -6%;
  }
}

#Part1, #Part2, #Part3 {
  position: relative;
}

#Part1 img, #Part2 img, #Part3 img {
  pointer-events: none;
}

.verPhoneForm {
  font-weight: bold;
  text-align: center;
  padding: 0 30px;
}

.verPhoneForm .group {
  max-width: 880px;
  margin: 0 auto 20px auto;
  padding-left: 324px;
  position: relative;
}

@media (max-width: 1024px) {
  .verPhoneForm .group {
    max-width: 86vw;
    margin-bottom: 2vw;
    padding-left: 31.7vw;
  }
}

.verPhoneForm .group span {
  position: absolute;
  left: -50px;
  top: 35px;
  font-size: 84px;
  line-height: 75px;
}

@media (max-width: 1024px) {
  .verPhoneForm .group span {
    left: -5.5vw;
    top: 3.5vw;
    font-size: 8vw;
    line-height: 7.5vw;
  }
}

.verPhoneForm .title {
  font-size: 58px;
  color: #fff;
  line-height: 110px;
  text-align: center;
  background-color: #685640;
  display: block;
  width: 324px;
  padding: 0 30px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 35px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .verPhoneForm .title {
    width: 31.7vw;
    height: 11vw;
    padding: 0 3vw;
    border-radius: 3.5vw;
    font-size: 4.9vw;
    line-height: 11vw;
  }
}

.verPhoneForm .form-control {
  width: 106%;
  height: 110px;
  left: -6%;
  padding: 0 30px 0 15%;
  border-radius: 0;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: #ffffcc;
  color: #685640;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 0;
  position: relative;
  border: 3px solid #685640;
}

@media (max-width: 1024px) {
  .verPhoneForm .form-control {
    height: 11vw;
    padding-left: 14%;
    padding-right: 4%;
    border-top-right-radius: 3.5vw;
    border-bottom-right-radius: 3.5vw;
    font-size: 4.1vw;
    letter-spacing: 0;
  }
}

.verPhoneForm .agree {
  color: #685640;
  font-size: 50px;
  margin-bottom: 20px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .verPhoneForm .agree {
    margin-bottom: 2vw;
    font-size: 4.9vw;
  }
}

.verPhoneForm .agree a {
  color: #c14140;
  border-bottom: 0 solid;
  cursor: pointer;
}

.verPhoneForm .agree a:hover {
  text-decoration: underline;
}

.verPhoneForm .send-btn {
  background-image: url(../_img/btn-sure-1.png);
  background-color: transparent;
  width: 820px;
  height: 157px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

@media (max-width: 1024px) {
  .verPhoneForm .send-btn {
    max-width: 75%;
    height: auto;
    padding-bottom: 15%;
  }
}

.verPhoneForm .send-btn:hover {
  background-image: url(../_img/btn-sure-2.png);
}

.verPhoneForm ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #685640;
}

.verPhoneForm ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #685640;
}

.verPhoneForm ::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: #685640;
}

.verPhoneForm ::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: #685640;
}

.verPhoneForm ::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #685640;
}

#join-content .intro-p {
  font-size: 38px;
  font-weight: bold;
  color: #efefef;
  line-height: 50px;
  margin-bottom: 30px;
}

#join-content .btn-joinNow {
  background-image: url(../_img/btn_now_1.png);
  background-color: transparent;
  width: 900px;
  height: 600px;
  margin: 0 auto 0 auto;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

#join-content .btn-joinNow:hover {
  background-image: url(../_img/btn_now_2.png);
}

@media (max-width: 991px) {
  #join-content .intro-p {
    font-size: 3.7vw;
    line-height: normal;
    margin-bottom: 20px;
  }
  #join-content .btn-joinNow {
    width: 90%;
    height: auto;
    padding-bottom: 60%;
  }
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.table-wrapper {
  background-color: rgba(34, 0, 50, 0.5);
  -webkit-box-shadow: inset 0 2px 3px 0px #000, inset 0 -1px 0px 0px #bfc4ff;
  box-shadow: inset 0 2px 3px 0px #000, inset 0 -1px 0px 0px #bfc4ff;
  border-radius: 30px;
  padding: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .table-wrapper {
    padding: 10px;
    border-radius: 15px;
  }
}

.joinNum {
  float: left;
}

#marquee {
  margin-top: 8px;
}

#marquee span + span {
  margin-left: 30px;
}

#teamMember .phone {
  width: 50%;
  display: inline-block;
  float: left;
}

#teamMember .phone:nth-child(odd) {
  padding-right: 15px;
}

#teamMember .phone:nth-child(even) {
  padding-left: 15px;
}

.btn-copy, .btn-share,
.at-style-responsive .at-share-btn {
  width: auto;
  padding: 8px 13px 7px 13px !important;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 5px;
}

.btn-copy {
  background-color: #00d798;
}

.btn-copy:hover {
  background-color: #15b989;
}

.addthis_inline_share_toolbox_1rdq {
  clear: none !important;
  display: inline-block;
  float: right;
  width: 43%;
}

#atstbx {
  display: inline !important;
}

.at-share-btn-elements {
  display: inline-block !important;
  float: right;
  width: 100%;
}

/* btn: fb share, line share*/
.at-style-responsive .at-share-btn {
  background-color: #1ca9be !important;
  position: relative;
  border-radius: 5px !important;
  float: right;
  margin-left: 8px !important;
  -webkit-transition: background 0.2s , color 0.2s;
  -o-transition: background 0.2s , color 0.2s;
  transition: background 0.2s , color 0.2s;
}

.at-style-responsive .at-share-btn:before {
  padding-top: 8px;
  padding-bottom: 7px;
  display: block;
  top: 15px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99;
  position: relative;
  font-family: Microsoft JhengHei,"微軟正黑體", Verdana , Arial;
}

.at-style-responsive .at-share-btn span {
  visibility: hidden !important;
}

.at-style-responsive .at-share-btn:hover, .at-style-responsive .at-share-btn:focus {
  background-color: #1892a4 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.at-style-responsive .at-svc-facebook {
  display: inline-block;
  padding-left: 7% !important;
  padding-right: 7% !important;
}

.at-style-responsive .at-svc-facebook:before {
  content: "FB分享";
}

.at-style-responsive .at-svc-lineme {
  display: inline-block;
  padding-left: 4% !important;
  padding-right: 4% !important;
  letter-spacing: -1px;
}

.at-style-responsive .at-svc-lineme:before {
  content: "LINE分享";
}

@media (max-width: 991px) {
  .at-style-responsive .at-share-btn:before {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
    top: 0 !important;
  }
  .at-style-responsive .at-share-btn span {
    display: none;
  }
}

@media (max-width: 767px) {
  .joinNum {
    float: none;
    clear: both;
  }
  .btn-copy {
    width: 33%;
    margin-left: 2px;
  }
  .addthis_inline_share_toolbox_1rdq {
    width: 66%;
  }
  .at-style-responsive .at-share-btn {
    width: 47%;
    margin-right: 0 !important;
    margin-left: 3% !important;
  }
  .at-style-responsive .at-svc-facebook:before {
    padding-top: 13% !important;
    padding-bottom: 12% !important;
  }
  .at-style-responsive .at-svc-lineme:before {
    padding-top: 11% !important;
    padding-bottom: 12% !important;
  }
}

.borBN {
  border-bottom: none !important;
}

.borTN {
  border-top: none !important;
}

.borLN {
  border-left: none !important;
}

.borRN {
  border-right: none !important;
}

.joinTable {
  width: 100%;
  border: 1px solid #00ddfe;
  border-radius: 20px;
  border-radius: 0 /9;
  border-collapse: initial;
  text-align: left;
  overflow: hidden;
}

.joinTable .bgBlueD, .joinTable .marqueeTd {
  background-color: rgba(0, 4, 60, 0.3) !important;
}

.joinTable td {
  border: 1px solid #00ddfe;
  position: relative;
  padding: 13px;
}

.joinTable td.bg2 {
  background-color: rgba(29, 32, 136, 0.3);
}

.joinTable td.bg3 {
  background-color: rgba(29, 32, 136, 0.6);
}

.joinTable td.bg4 {
  background-color: #1d2088;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .joinTable td {
    background-color: transparent !important;
    border-width: 2px;
  }
  .joinTable td .marqueeTd {
    background-color: rgba(0, 4, 60, 0.3) !important;
  }
}

.joinTable .tag-limit {
  background-color: #191919;
  color: #efefef;
  padding: 7px;
  position: absolute;
  top: -58%;
  left: 5px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  word-break: keep-all;
}

.joinTable .tag-limit:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 12px 0 12px;
  border-color: #191919 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 5px;
  margin: auto;
  z-index: 2;
}

.joinTable .td-cum:hover .tag-limit {
  opacity: 1;
  pointer-events: auto;
}

.joinTable .yes {
  background-image: url(../_img/icon-yes.png);
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  opacity: 0;
}

.joinTable .yes.is-show {
  opacity: 1;
}

@media (max-width: 991px) {
  .joinTable .yes {
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 767px) {
  .joinTable {
    border-radius: 7px;
  }
  .joinTable td {
    padding: 7px 5px;
  }
  .joinTable td.mission {
    min-width: 107px;
  }
  .joinTable .yes {
    width: 20px;
    height: 20px;
    left: 4px;
  }
  .joinTable .tag-limit {
    top: -60%;
    padding: 3px;
  }
  .joinTable .tag-limit:before {
    display: none;
  }
}

@media (max-width: 350px) {
  .joinTable {
    font-size: 12px;
  }
  .joinTable td {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.btn-receive {
  width: 100%;
  padding: 8px 10px 7px 10px;
}

.btn-receive.is-notAllowed {
  background-color: #4d4d4d !important;
  color: #707070 !important;
  cursor: not-allowed !important;
}

@media (max-width: 767px) {
  .btn-receive {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#Note {
  position: relative;
  margin-top: 5%;
  margin-bottom: 60px;
}

#Note .text-wrap {
  position: relative;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

#Note h3, #Note p {
  line-height: 45px;
}

#Note h3 {
  margin-bottom: 15px;
}

#Note p {
  text-align: justify;
  position: relative;
}

#Note p span {
  position: absolute;
  font-size: 2em;
  left: -0.7em;
}

@media (max-width: 991px) {
  #Note .text-wrap {
    width: 88%;
    left: 8%;
    margin-left: initial;
    margin-right: initial;
  }
  #Note h3, #Note p {
    line-height: normal;
  }
  #Note p span {
    top: -0.3em;
  }
}

@media (max-width: 600px) {
  #Note {
    margin-top: 7%;
    margin-bottom: 20px;
  }
  #Note .text-wrap {
    width: 88%;
    margin-top: -10px;
    margin-bottom: 15px;
  }
  #Note h3 {
    margin-bottom: 10px;
  }
  #Note p span {
    font-size: 13px;
    top: 0;
    left: -14px;
  }
}

#footer {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

#footer:after, #footer:before {
  content: " ";
  width: 1000%;
  left: -500%;
  display: block;
  position: absolute;
}

#footer:after {
  height: 100%;
  background-color: white;
  top: 0;
  z-index: 0;
}

#footer img {
  position: relative;
  z-index: 1;
}

#footer a {
  display: block;
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: 2;
}

#footer .wanin {
  width: 37%;
  left: 13%;
}

#footer .yoe {
  width: 22%;
  left: 53%;
}

/* ==== is-notLogin  ==== */
.is-notLogin .is-login,
.is-notLogin .addthis_inline_share_toolbox_1rdq,
.is-notLogin .yes {
  display: none;
}

/* ==== is-login  ==== */
.is-login .is-notLogin {
  display: none;
}

.is-login .intro-p {
  margin-top: 8%;
}

@media (max-width: 767px) {
  .is-login .intro-p {
    margin-top: 5%;
    margin-bottom: 17px !important;
  }
}
