@charset "UTF-8";
@import url("css");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  border: 0;
  display: block;
}

legend, hr {
  display: none;
}

th {
  font-style: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none;
  cursor: pointer;
}

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

* {
  box-sizing: border-box;
}

/* main.css ==============================================*/
@font-face {
  font-family: "LaMerHeadline-Black";
  src: url("LaMerHeadline-Black.eot") format("embedded-opentype"), url("LaMerHeadline-Black.woff") format("woff"), url("LaMerHeadline-Black.ttf") format("truetype"), url("LaMerHeadline-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*Variable*/
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  display: block;
}

.hide {
  display: none !important;
}

::selection {
  background: #000;
  color: #fff;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

*:focus {
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.4s;
}

a:hover {
  color: #e60012;
}

*::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
}

#g-loader {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  transition: 1s;
}
#g-loader div {
  width: 150px;
  height: 50px;
  text-align: center;
}
@keyframes sk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#g-loader div span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #e60012;
  border-radius: 50%;
  margin: 10px;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
#g-loader div span:nth-child(1) {
  animation-delay: 0.2s;
}
#g-loader div span:nth-child(2) {
  animation-delay: 0.4s;
}
#g-loader div span:nth-child(3) {
  animation-delay: 0.6s;
}
#g-loader div span:nth-child(4) {
  animation-delay: 0.8s;
}
#g-loader div span:nth-child(5) {
  animation-delay: 1s;
}
@keyframes sk-rotateplane {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
#g-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

body {
  font-size: 17px;
  line-height: 1.7;
  color: #000;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  overflow-x: hidden;
  background: #f2f2f2;
  text-align: left;
  position: relative;
}
body.is-lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.is-lock #g-wrap {
  filter: blur(10px);
  opacity: 0.5;
}
body.is-lock #g-gotop {
  z-index: 0;
}
body.is-lock #g-quick {
  z-index: 0;
}

* {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

.align-center {
  text-align: center;
}

.color-blue {
  color: #0B5860;
}

.color-red {
  color: #e60012;
}

.color-pink {
  color: #F9BAB5;
}

.color-green {
  color: #8bc34a;
}

.color-yellow {
  color: #fdff2b !important;
}

.color-orange {
  color: #f08400;
}

.color-gold {
  color: #BE9D5A;
}

[class^=g-bt-] {
  width: 290px;
  padding: 8px 0;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: 0.5s;
  border-radius: 100px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  cursor: pointer;
  vertical-align: middle;
}
[class^=g-bt-] [class^=line-] {
  position: absolute;
}
[class^=g-bt-] .line-t,
[class^=g-bt-] .line-b {
  width: 100%;
  height: 1px;
}
[class^=g-bt-] .line-r,
[class^=g-bt-] .line-l {
  width: 1px;
  height: 100%;
}
[class^=g-bt-] .line-t {
  top: 0;
  left: 0;
  background: linear-gradient(to right, #be9d5a 0%, rgba(190, 157, 90, 0.5) 100%);
}
[class^=g-bt-] .line-r {
  top: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(190, 157, 90, 0.5) 0%, #be9d5a 100%);
}
[class^=g-bt-] .line-b {
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, #be9d5a 0%, rgba(190, 157, 90, 0.5) 100%);
}
[class^=g-bt-] .line-l {
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(190, 157, 90, 0.5) 0%, #be9d5a 100%);
}
[class^=g-bt-]:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
[class^=g-bt-]:after {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  position: absolute;
  top: 0;
  right: 0;
}
[class^=g-bt-] > div {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
[class^=g-bt-] i.icon-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 10px;
}
[class^=g-bt-]:hover {
  color: #0B5860;
}
[class^=g-bt-]:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.g-bt-1 {
  background: #fdff2b;
  color: #0B5860;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
}

.g-bt-2 {
  background: #1DB0D1;
  color: #fff;
  box-shadow: inset 1px 3px 5px rgba(0, 0, 0, 0.2);
}
.g-bt-2:hover {
  color: #1DB0D1;
}
.g-bt-2:hover i.icon-arrow {
  border-color: transparent transparent transparent #1DB0D1;
}

.g-bt-3 {
  background: #fdff2b;
  color: #1DB0D1;
  box-shadow: inset 1px 3px 5px rgba(0, 0, 0, 0.2);
}
.g-bt-3 i.icon-arrow {
  border-color: transparent transparent transparent #1DB0D1;
}
.g-bt-3:hover {
  color: #1DB0D1;
}
.g-bt-3:hover i.icon-arrow {
  border-color: transparent transparent transparent #1DB0D1;
}

.g-bt-4 {
  border-radius: 0;
  border: 0;
  border-radius: 3px;
  width: 100%;
  font-size: 40px;
  color: #1683a2;
  line-height: 2.5;
}

.bt-shine {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.bt-shine:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

.msg-box {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 103;
  transform: scale(1);
  perspective: 700px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  pointer-events: none;
}
.msg-box.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.msg-box .msg-wrap {
  background: transparent;
  width: 90%;
  height: 60%;
  max-width: 1400px;
  max-height: 90%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  border: 1px solid #BE9D5A;
  padding: 30px;
  transform: scale(1.2) translate3d(0, -50%, 0);
  transform-style: preserve-3d;
  transition-delay: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.msg-box .msg-wrap > .close {
  position: absolute;
  top: 4%;
  right: 4%;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.5s;
}
.msg-box .close {
  cursor: pointer;
  width: 70px;
  height: 100px;
  transition: 0.2s;
  border-radius: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 5;
}
.msg-box .close span {
  display: block;
  text-align: center;
  padding-top: 70px;
}
.msg-box .close:before, .msg-box .close:after {
  content: "";
  width: 2px;
  height: 70px;
  background: #fff;
  transform: rotate(45deg) translate3d(0, 0, 0);
  position: absolute;
  top: -2px;
  left: 32px;
}
.msg-box .close:before {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.msg-box .close:after {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.msg-box.is-active .msg-wrap {
  transform: scale(1) translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}
.msg-box.is-active .msg-wrap > .close {
  transform: scale(1);
  opacity: 1;
}
.msg-box .msg-content {
  height: 95%;
  text-align: left;
  font-size: 20px;
  -webkit-overflow-scrolling: touch;
}
.msg-box .msg-content header {
  font-size: 40px;
  font-weight: bold;
}
.msg-box .msg-content p {
  line-height: 2;
}
.msg-box .msg-content img {
  max-width: 100%;
}
.msg-box .msg-content .bt {
  background-color: #000;
  border-radius: 10px;
  width: auto;
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}
.msg-box .msg-content .bt:hover {
  background: #e60012;
  transition: 0.2s;
}

#msg-alert .msg-wrap {
  height: auto;
  min-height: 100px;
  max-width: 500px;
  border: 1px solid #1DB0D1;
}
#msg-alert .msg-content {
  text-align: center;
}
#msg-alert .msg-content header {
  font-size: 30px;
  margin-bottom: 20px;
}
#msg-alert .msg-content .close {
  height: 55px;
  border-radius: 0;
  background: #1DB0D1;
  opacity: 1;
  transform: scale(1);
}
#msg-alert .msg-content .close:before, #msg-alert .msg-content .close:after {
  display: none;
}

#msg-service-detail .msg-wrap {
  border: 0;
  width: 100%;
  padding: 0;
}
#msg-service-detail .msg-wrap > .close {
  top: -5%;
}
#msg-service-detail .service-detail {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  margin-left: -5%;
  margin-top: -5%;
}
#msg-service-detail .service-detail > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#msg-service-detail .service-detail > div i[class^=i-service-] {
  transform: scale(0.8);
  margin-bottom: -5%;
}

#msg-rule .msg-wrap, #msg-kol .msg-wrap, #msg-privacy .msg-wrap {
  max-width: 550px;
  border: 0;
  border-radius: 0;
  padding: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#msg-rule .msg-wrap:before, #msg-kol .msg-wrap:before, #msg-privacy .msg-wrap:before {
  display: none;
}
#msg-rule .msg-content, #msg-kol .msg-content, #msg-privacy .msg-content {
  width: 94%;
  max-width: 1430px;
  margin: 150px auto 10%;
  height: auto;
  padding: 5% 8% 1px;
  position: relative;
}
#msg-rule .center, #msg-kol .center, #msg-privacy .center {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
#msg-rule .deco-border-bottom, #msg-kol .deco-border-bottom, #msg-privacy .deco-border-bottom {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
#msg-rule .msg-content .close, #msg-kol .msg-content .close, #msg-privacy .msg-content .close {
  margin: 20px auto;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#msg-rule.is-active, #msg-kol.is-active, #msg-privacy.is-active {
  z-index: 103;
  transform: translate3d(0, 0, 1px);
}
#msg-privacy .msg-content {
  background-image: linear-gradient(to top, #0B708E 15%, #1DB0D1 100%);
  box-shadow: 0 10px 10px #0B5860;
  border-radius: 10px;
}
#msg-privacy .msg-content h3 {
  text-align: center;
  color: #fdff2b;
}
#msg-privacy .msg-content h3 p {
  font-size: 25px;
  font-weight: bold;
}
#msg-privacy .msg-content h3 p span {
  background-color: #fdff2b;
  color: #1DB0D1;
  font-weight: bold;
  font-size: 25px;
  padding: 0 20px;
  margin: 0 10px;
  border-radius: 50px;
  display: inline-block;
  line-height: 1.6;
}
#msg-privacy .msg-content h3 b {
  font-size: 35px;
}
#msg-privacy .msg-content hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  margin: 30px 0;
}
#msg-privacy .deco-border-top {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#msg-privacy .deco-border-top:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to right, rgba(190, 157, 90, 0.2) 20%, #be9d5a 50%, rgba(190, 157, 90, 0.2) 80%);
  left: 0;
}

#msg-kol .msg-content {
  background-image: linear-gradient(to top, #0B708E 15%, #1DB0D1 100%);
  box-shadow: 0 10px 10px #0B5860;
  border-radius: 10px;
}
#msg-kol .msg-content h3 {
  text-align: center;
  color: #fdff2b;
}
#msg-kol .msg-content h3 p {
  font-size: 25px;
  font-weight: bold;
}
#msg-kol .msg-content h3 p span {
  background-color: #fdff2b;
  color: #1DB0D1;
  font-weight: bold;
  font-size: 25px;
  padding: 0 20px;
  margin: 0 10px;
  border-radius: 50px;
  display: inline-block;
  line-height: 1.6;
}
#msg-kol .msg-content h3 b {
  font-size: 35px;
}
#msg-kol .msg-content hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  margin: 30px 0;
}
#msg-kol .item {
  max-width: 1060px;
  margin: 0 auto;
}
#msg-kol .item h4 {
  color: #fdff2b;
  font-size: 25px;
  font-weight: bold;
}
#msg-kol .author {
  margin: 5% auto 0;
  color: #c9ebf5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 800px;
}
#msg-kol .author img {
  margin: 0;
}
#msg-kol .author dt, #msg-kol .author dd {
  display: inline-block;
  vertical-align: top;
}
#msg-kol .author dt {
  width: 60px;
}
#msg-kol .author dt:after {
  content: "：";
}
#msg-kol .author dd {
  width: calc(100% - 60px);
}
#msg-kol small {
  display: block;
}
#msg-kol .table {
  display: flex;
  width: 100%;
}
#msg-kol .table li {
  width: 33.3%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 5%;
}
#msg-kol .table h5 {
  font-size: 25px;
  font-weight: bold;
}
#msg-kol .table dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}
#msg-kol .table dl dt {
  width: 50%;
  padding: 0 10px;
  position: relative;
}
#msg-kol .table dl dd {
  width: 50%;
  padding: 0 10px;
}
#msg-kol .table .table-1 dl dt, #msg-kol .table .table-2 dl dt {
  border-left: 2px solid #fff;
}
#msg-kol .table .table-3 dl {
  margin-top: 25%;
}
#msg-kol .table .table-3 .minus:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -20px;
}
#msg-kol .table .table-3 .last {
  border-top: 2px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}
#msg-kol .deco-border-top {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#msg-kol .deco-border-top:before, #msg-kol .deco-border-top:after {
  content: "";
  width: calc(50% - 300px);
  height: 1px;
  position: absolute;
  bottom: 0;
  background: rgba(190, 157, 90, 0.3);
}
#msg-kol .deco-border-top:before {
  left: 0;
}
#msg-kol .deco-border-top:after {
  right: 0;
}

#kol-detail-3 .author {
  align-items: center;
}

#msg-rule [class^=bg-] {
  height: 0;
  position: absolute;
  background-repeat: no-repeat;
  pointer-events: none;
}
#msg-rule .bg-1 {
  width: 22%;
  padding-bottom: 22%;
  background-image: url(../img/bg-deco-10.png);
  background-size: auto 100%;
  left: 4%;
  top: 4%;
}
#msg-rule .bg-2 {
  width: 31%;
  padding-bottom: 39%;
  background-image: url(../img/kv-char-4.png);
  background-size: 100%;
  top: -5%;
  left: -5.7%;
  z-index: 1;
}
#msg-rule .msg-content h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  position: relative;
  margin-bottom: 10px;
  display: flex;
}
#msg-rule .msg-content h4 span {
  display: inline-block;
  margin: 0 20px;
  white-space: nowrap;
}
#msg-rule .msg-content h4:before, #msg-rule .msg-content h4:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
}
#msg-rule .rule-detail-top {
  margin: 4% auto 4%;
  max-width: 650px;
}
#msg-rule .rule-detail-top li {
  color: #fdff2b;
  font-size: 30px;
}

/*hamburger*/
.tns-outer {
  position: relative;
}

.tns-controls button, .tns-controls div, .tns-cus-controls button, .tns-cus-controls div {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  text-indent: -9999px;
  border: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.tns-controls button:hover, .tns-controls div:hover, .tns-cus-controls button:hover, .tns-cus-controls div:hover {
  background-color: #000;
}
.tns-controls button:active, .tns-controls div:active, .tns-cus-controls button:active, .tns-cus-controls div:active {
  background-color: #000;
}
.tns-controls button:nth-of-type(1), .tns-controls div:nth-of-type(1), .tns-cus-controls button:nth-of-type(1), .tns-cus-controls div:nth-of-type(1) {
  left: 0;
  background-image: url(../img/icon-prev-gold.svg);
}
.tns-controls button:nth-of-type(2), .tns-controls div:nth-of-type(2), .tns-cus-controls button:nth-of-type(2), .tns-cus-controls div:nth-of-type(2) {
  right: 0;
  background-image: url(../img/icon-next-gold.svg);
}

.tns-nav {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.tns-nav button {
  width: 25px;
  height: 25px;
  border: 0;
  margin: 2px;
  position: relative;
  background-color: transparent;
}
.tns-nav button:before, .tns-nav button:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1DB0D1;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.tns-nav button:after {
  transform: translate(-50%, -50%) scale(0);
}
.tns-nav button:hover:before, .tns-nav button:hover:after {
  background-color: #1DB0D1;
}
.tns-nav button.tns-nav-active:after {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}

.g-form li {
  position: relative;
  padding: 10px 0 10px 150px;
  font-size: 27px;
  font-weight: bold;
}
.g-form li label {
  position: absolute;
  top: 20px;
  left: 0;
  text-align: left;
}
.g-form li input {
  padding: 18px 15px;
  border-radius: 3px;
  border: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0;
  font-size: 20px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  transition: 0.2s;
  color: #000;
}
.g-form li input:focus, .g-form li input:hover {
  background-color: #d3e2ee;
}
.g-form li select {
  padding: 18px 15px;
  border-radius: 3px;
  border: 0;
  width: 100%;
  background: url(../img/icon-down-arrow.svg) no-repeat 95% 50% #fff;
  box-shadow: 0;
  background-size: 15px;
  font-size: 20px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
}
.g-form li select:focus, .g-form li select:hover {
  background-color: #d3e2ee;
}
.g-form li textarea {
  padding: 15px 15px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  background: #f2f2f2;
  width: 100%;
  height: 150px;
  font-size: 20px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  transition: 0.2s;
}
.g-form li textarea:focus, .g-form li textarea:hover {
  background-color: #fff;
}
.g-form li input[type=checkbox], .g-form li input[type=radio] {
  display: none;
}
.g-form li input[type=radio] + label, .g-form li input[type=checkbox] + label {
  padding-left: 60px;
  width: auto;
  position: relative;
  top: 10px;
  display: inline-block;
  line-height: 1.5;
  color: #c9ebf5;
}
.g-form li input[type=radio] + label:before,
.g-form li input[type=radio] + label:after,
.g-form li input[type=checkbox] + label:before,
.g-form li input[type=checkbox] + label:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  transition: 0.5s;
}
.g-form li input[type=radio] + label:focus:before, .g-form li input[type=radio] + label:hover:before,
.g-form li input[type=checkbox] + label:focus:before,
.g-form li input[type=checkbox] + label:hover:before {
  background-color: #fff;
}
.g-form li input[type=radio] + label:before,
.g-form li input[type=checkbox] + label:before {
  border-radius: 3px;
  box-shadow: none;
  border: 0;
  background: #fff;
  box-shadow: 0;
}
.g-form li input[type=radio] + label:after,
.g-form li input[type=checkbox] + label:after {
  transform: scale(0);
  box-shadow: none;
  background: url(../img/icon-check.svg) no-repeat 80% 80%;
  background-size: 80%;
  border: 0;
}
.g-form li input[type=radio] + label:active:after,
.g-form li input[type=radio]:checked + label:after,
.g-form li input[type=checkbox] + label:active:after,
.g-form li input[type=checkbox]:checked + label:after {
  transform: scale(1);
}
.g-form li .g-bt-1 {
  margin: 0 auto;
}
.g-form li a {
  text-decoration: underline;
  color: #c9ebf5;
}
.g-form.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s;
  display: block;
}

.video {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.video .video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 44%;
}
.video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .video-wrap .cover {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.video .video-wrap .cover .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(video-cover.jpg) no-repeat center;
  background-size: cover;
  transition: 0.5s;
}
.video .video-wrap .cover .txt {
  position: relative;
  margin-top: 5%;
}
.video .video-wrap .cover .txt .icon-play {
  margin-bottom: 20%;
}
.video .video-wrap .cover .txt a {
  color: #fff;
  color: #000;
  border: 1px solid #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 20px;
  line-height: 2;
  padding: 0 20px;
  margin: 0 20px;
  display: inline-block;
}
.video .video-wrap .cover .txt a:hover {
  color: #fff;
  border: 1px solid #fff;
}
.video .video-wrap p {
  font-size: 15px;
}
.video .video-wrap.active .cover {
  opacity: 0;
  visibility: hidden;
}

.icon-play {
  width: 130px;
  height: 130px;
  background: url(icon-play.svg) no-repeat center;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
}

.splitEffect {
  overflow: hidden;
  white-space: nowrap;
}
.splitEffect span {
  display: inline-block;
  transform: translateY(100%);
}
.splitEffect span:nth-of-type(1) {
  animation-delay: 0.03s !important;
}
.splitEffect span:nth-of-type(2) {
  animation-delay: 0.06s !important;
}
.splitEffect span:nth-of-type(3) {
  animation-delay: 0.09s !important;
}
.splitEffect span:nth-of-type(4) {
  animation-delay: 0.12s !important;
}
.splitEffect span:nth-of-type(5) {
  animation-delay: 0.15s !important;
}
.splitEffect span:nth-of-type(6) {
  animation-delay: 0.18s !important;
}
.splitEffect span:nth-of-type(7) {
  animation-delay: 0.21s !important;
}
.splitEffect span:nth-of-type(8) {
  animation-delay: 0.24s !important;
}
.splitEffect span:nth-of-type(9) {
  animation-delay: 0.27s !important;
}
.splitEffect span:nth-of-type(10) {
  animation-delay: 0.3s !important;
}
.splitEffect span:nth-of-type(11) {
  animation-delay: 0.33s !important;
}
.splitEffect span:nth-of-type(12) {
  animation-delay: 0.36s !important;
}
.splitEffect span:nth-of-type(13) {
  animation-delay: 0.39s !important;
}
.splitEffect span:nth-of-type(14) {
  animation-delay: 0.42s !important;
}
.splitEffect span:nth-of-type(15) {
  animation-delay: 0.45s !important;
}
.splitEffect span:nth-of-type(16) {
  animation-delay: 0.48s !important;
}
.splitEffect span:nth-of-type(17) {
  animation-delay: 0.51s !important;
}
.splitEffect span:nth-of-type(18) {
  animation-delay: 0.54s !important;
}
.splitEffect span:nth-of-type(19) {
  animation-delay: 0.57s !important;
}
.splitEffect span:nth-of-type(20) {
  animation-delay: 0.6s !important;
}
.splitEffect span:nth-of-type(21) {
  animation-delay: 0.63s !important;
}
.splitEffect span:nth-of-type(22) {
  animation-delay: 0.66s !important;
}
.splitEffect span:nth-of-type(23) {
  animation-delay: 0.69s !important;
}
.splitEffect span:nth-of-type(24) {
  animation-delay: 0.72s !important;
}
.splitEffect span:nth-of-type(25) {
  animation-delay: 0.75s !important;
}
.splitEffect span:nth-of-type(26) {
  animation-delay: 0.78s !important;
}
.splitEffect span:nth-of-type(27) {
  animation-delay: 0.81s !important;
}
.splitEffect span:nth-of-type(28) {
  animation-delay: 0.84s !important;
}
.splitEffect span:nth-of-type(29) {
  animation-delay: 0.87s !important;
}
.splitEffect span:nth-of-type(30) {
  animation-delay: 0.9s !important;
}
.splitEffect.is-animate span {
  animation: se1 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes se1 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.splitEffect.is-animate.delay200 span:nth-of-type(1) {
  animation-delay: 0.23s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(2) {
  animation-delay: 0.26s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(3) {
  animation-delay: 0.29s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(4) {
  animation-delay: 0.32s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(5) {
  animation-delay: 0.35s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(6) {
  animation-delay: 0.38s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(7) {
  animation-delay: 0.41s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(8) {
  animation-delay: 0.44s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(9) {
  animation-delay: 0.47s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(10) {
  animation-delay: 0.5s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(11) {
  animation-delay: 0.53s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(12) {
  animation-delay: 0.56s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(13) {
  animation-delay: 0.59s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(14) {
  animation-delay: 0.62s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(15) {
  animation-delay: 0.65s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(16) {
  animation-delay: 0.68s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(17) {
  animation-delay: 0.71s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(18) {
  animation-delay: 0.74s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(19) {
  animation-delay: 0.77s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(20) {
  animation-delay: 0.8s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(21) {
  animation-delay: 0.83s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(22) {
  animation-delay: 0.86s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(23) {
  animation-delay: 0.89s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(24) {
  animation-delay: 0.92s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(25) {
  animation-delay: 0.95s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(26) {
  animation-delay: 0.98s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(27) {
  animation-delay: 1.01s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(28) {
  animation-delay: 1.04s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(29) {
  animation-delay: 1.07s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(30) {
  animation-delay: 1.1s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(1) {
  animation-delay: 0.43s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(2) {
  animation-delay: 0.46s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(3) {
  animation-delay: 0.49s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(4) {
  animation-delay: 0.52s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(5) {
  animation-delay: 0.55s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(6) {
  animation-delay: 0.58s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(7) {
  animation-delay: 0.61s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(8) {
  animation-delay: 0.64s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(9) {
  animation-delay: 0.67s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(10) {
  animation-delay: 0.7s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(11) {
  animation-delay: 0.73s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(12) {
  animation-delay: 0.76s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(13) {
  animation-delay: 0.79s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(14) {
  animation-delay: 0.82s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(15) {
  animation-delay: 0.85s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(16) {
  animation-delay: 0.88s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(17) {
  animation-delay: 0.91s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(18) {
  animation-delay: 0.94s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(19) {
  animation-delay: 0.97s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(20) {
  animation-delay: 1s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(21) {
  animation-delay: 1.03s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(22) {
  animation-delay: 1.06s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(23) {
  animation-delay: 1.09s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(24) {
  animation-delay: 1.12s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(25) {
  animation-delay: 1.15s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(26) {
  animation-delay: 1.18s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(27) {
  animation-delay: 1.21s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(28) {
  animation-delay: 1.24s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(29) {
  animation-delay: 1.27s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(30) {
  animation-delay: 1.3s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(1) {
  animation-delay: 0.63s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(2) {
  animation-delay: 0.66s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(3) {
  animation-delay: 0.69s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(4) {
  animation-delay: 0.72s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(5) {
  animation-delay: 0.75s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(6) {
  animation-delay: 0.78s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(7) {
  animation-delay: 0.81s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(8) {
  animation-delay: 0.84s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(9) {
  animation-delay: 0.87s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(10) {
  animation-delay: 0.9s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(11) {
  animation-delay: 0.93s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(12) {
  animation-delay: 0.96s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(13) {
  animation-delay: 0.99s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(14) {
  animation-delay: 1.02s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(15) {
  animation-delay: 1.05s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(16) {
  animation-delay: 1.08s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(17) {
  animation-delay: 1.11s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(18) {
  animation-delay: 1.14s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(19) {
  animation-delay: 1.17s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(20) {
  animation-delay: 1.2s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(21) {
  animation-delay: 1.23s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(22) {
  animation-delay: 1.26s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(23) {
  animation-delay: 1.29s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(24) {
  animation-delay: 1.32s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(25) {
  animation-delay: 1.35s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(26) {
  animation-delay: 1.38s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(27) {
  animation-delay: 1.41s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(28) {
  animation-delay: 1.44s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(29) {
  animation-delay: 1.47s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(30) {
  animation-delay: 1.5s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(1) {
  animation-delay: 0.83s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(2) {
  animation-delay: 0.86s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(3) {
  animation-delay: 0.89s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(4) {
  animation-delay: 0.92s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(5) {
  animation-delay: 0.95s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(6) {
  animation-delay: 0.98s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(7) {
  animation-delay: 1.01s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(8) {
  animation-delay: 1.04s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(9) {
  animation-delay: 1.07s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(10) {
  animation-delay: 1.1s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(11) {
  animation-delay: 1.13s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(12) {
  animation-delay: 1.16s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(13) {
  animation-delay: 1.19s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(14) {
  animation-delay: 1.22s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(15) {
  animation-delay: 1.25s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(16) {
  animation-delay: 1.28s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(17) {
  animation-delay: 1.31s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(18) {
  animation-delay: 1.34s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(19) {
  animation-delay: 1.37s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(20) {
  animation-delay: 1.4s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(21) {
  animation-delay: 1.43s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(22) {
  animation-delay: 1.46s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(23) {
  animation-delay: 1.49s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(24) {
  animation-delay: 1.52s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(25) {
  animation-delay: 1.55s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(26) {
  animation-delay: 1.58s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(27) {
  animation-delay: 1.61s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(28) {
  animation-delay: 1.64s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(29) {
  animation-delay: 1.67s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(30) {
  animation-delay: 1.7s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(1) {
  animation-delay: 1.03s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(2) {
  animation-delay: 1.06s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(3) {
  animation-delay: 1.09s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(4) {
  animation-delay: 1.12s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(5) {
  animation-delay: 1.15s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(6) {
  animation-delay: 1.18s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(7) {
  animation-delay: 1.21s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(8) {
  animation-delay: 1.24s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(9) {
  animation-delay: 1.27s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(10) {
  animation-delay: 1.3s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(11) {
  animation-delay: 1.33s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(12) {
  animation-delay: 1.36s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(13) {
  animation-delay: 1.39s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(14) {
  animation-delay: 1.42s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(15) {
  animation-delay: 1.45s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(16) {
  animation-delay: 1.48s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(17) {
  animation-delay: 1.51s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(18) {
  animation-delay: 1.54s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(19) {
  animation-delay: 1.57s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(20) {
  animation-delay: 1.6s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(21) {
  animation-delay: 1.63s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(22) {
  animation-delay: 1.66s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(23) {
  animation-delay: 1.69s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(24) {
  animation-delay: 1.72s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(25) {
  animation-delay: 1.75s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(26) {
  animation-delay: 1.78s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(27) {
  animation-delay: 1.81s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(28) {
  animation-delay: 1.84s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(29) {
  animation-delay: 1.87s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(30) {
  animation-delay: 1.9s !important;
}

#g-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  position: relative;
  background-size: 100%;
  z-index: 1;
  overflow: hidden;
  transition: 0.2s;
}
#g-wrap img {
  max-width: 100%;
  margin: 0 auto;
}

.g-section {
  position: relative;
}
.g-section header {
  text-align: center;
}
.float-right {
  float: right;
}

.list-label-1 li {
  position: relative;
  padding-left: 80px;
}
.list-label-1 li .label {
  position: absolute;
  left: 0;
  top: 0;
}

.list-no {
  padding-left: 20px;
}
.list-no li {
  list-style: decimal;
}

.list-dot li {
  position: relative;
  padding-left: 20px;
}
.list-dot li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1DB0D1;
  border-radius: 50px;
  display: block;
  position: absolute;
  left: 5px;
  top: 12px;
}

#g-header {
  position: fixed;
  top: 26%;
  left: 4.5%;
  z-index: 10;
  transition: 0.4s;
}
#g-header #g-nav {
  z-index: 2;
}
#g-header.active {
  top: 0%;
}

#g-nav-trigger {
  position: relative;
  width: 47px;
  height: 47px;
  overflow: hidden;
  left: 87px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#g-nav-trigger:before, #g-nav-trigger:after {
  content: "";
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  pointer-events: none;
}
#g-nav-trigger:before {
  background-color: #fff;
}
#g-nav-trigger:after {
  background-color: #000;
  transition: 0.5s;
}
#g-nav-trigger .icon-plus {
  width: 47px;
  height: 47px;
  background-color: #e60012;
  display: block;
  cursor: pointer;
  position: relative;
}
#g-nav-trigger .icon-plus:before, #g-nav-trigger .icon-plus:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  transition: 0.2s;
  z-index: 2;
}
#g-nav-trigger .icon-plus:after {
  transform: translate(-50%) rotate(90deg);
}
#g-nav-trigger:hover:before {
  animation: btn-ripple 0.5s forwards;
}
@keyframes btn-ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
    visibility: hidden;
  }
}
#g-nav-trigger.active:after {
  transform: translate(-50%, -50%) scale(2);
}
#g-nav-trigger.active .icon-plus:after {
  transform: translate(-50%) rotate(180deg);
}

#g-nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  pointer-events: none;
}
#g-nav:before, #g-nav:after {
  content: "";
  width: 18px;
  height: 5px;
  background-color: #e60012;
  display: block;
}
#g-nav ol {
  margin: 30px 40px;
  margin: 0;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
#g-nav ol > li {
  position: relative;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
#g-nav ol > li a {
  display: block;
  line-height: 1;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  padding: 0;
}
#g-nav ol > li a > div {
  height: 23px;
  overflow: hidden;
}
#g-nav ol > li a span, #g-nav ol > li a p {
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
  letter-spacing: 1px;
  height: 23px;
  line-height: 23px;
}
#g-nav ol > li a span {
  font-size: 20px;
}
#g-nav ol > li a p {
  font-size: 23px;
  color: #e60012;
}
#g-nav ol > li a:hover span {
  transform: translateY(-100%);
}
#g-nav ol > li a:hover p {
  transform: translateY(-100%);
}
#g-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#g-nav.active ol {
  margin: 10px 40px;
}
#g-nav.active ol > li a {
  padding: 18px 0;
}

.g-section header {
  text-align: center;
}
.g-section header h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 3.5;
}
.g-section header p {
  font-size: 22px;
  letter-spacing: 2px;
}

#kv {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kv #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kv #particles-js:after {
  content: "";
  width: 100%;
  height: 5%;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
#kv .g-logo {
  width: 200px;
  height: 110px;
  margin-left: 10px;
  background: url(logo-red.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  display: inline-block;
  position: absolute;
  top: 7%;
  left: 4.5%;
  z-index: 3;
}
#kv header h1 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  transform: scale(2);
  transition: 2s;
  width: 100vw;
  height: 15vh;
  position: relative;
}
#kv header h1 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  transform: scale(0);
  opacity: 0;
  transition: 0.4s;
}
#kv header h1 span {
  display: inline-block;
  transform-origin: 50% 100%;
  transform: scale(1, 0);
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
#kv header h1 span:nth-of-type(1) {
  transition-delay: 0.05s;
}
#kv header h1 span:nth-of-type(2) {
  transition-delay: 0.1s;
}
#kv header h1 span:nth-of-type(3) {
  transition-delay: 0.15s;
}
#kv header h1 span:nth-of-type(4) {
  transition-delay: 0.2s;
}
#kv header h1 span:nth-of-type(5) {
  transition-delay: 0.25s;
}
#kv header h1 span:nth-of-type(6) {
  transition-delay: 0.3s;
}
#kv header h1 span:nth-of-type(7) {
  transition-delay: 0.35s;
}
#kv header h1 span:nth-of-type(8) {
  transition-delay: 0.4s;
}
#kv header h1 span:nth-of-type(9) {
  transition-delay: 0.45s;
}
#kv header h1 span:nth-of-type(10) {
  transition-delay: 0.5s;
}
#kv header h1 span:nth-of-type(11) {
  transition-delay: 0.55s;
}
#kv header h1 span:nth-of-type(12) {
  transition-delay: 0.6s;
}
#kv header h1 span:nth-of-type(13) {
  transition-delay: 0.65s;
}
#kv header h1 span:nth-of-type(14) {
  transition-delay: 0.7s;
}
#kv header h1 span:nth-of-type(15) {
  transition-delay: 0.75s;
}
#kv header h1 span:nth-of-type(16) {
  transition-delay: 0.8s;
}
#kv header h1 span:nth-of-type(17) {
  transition-delay: 0.85s;
}
#kv header h1 span:nth-of-type(18) {
  transition-delay: 0.9s;
}
#kv header h1 span:nth-of-type(19) {
  transition-delay: 0.95s;
}
#kv header h1 span:nth-of-type(20) {
  transition-delay: 1s;
}
#kv header h1 span:nth-of-type(21) {
  transition-delay: 1.05s;
}
#kv header h1 span:nth-of-type(22) {
  transition-delay: 1.1s;
}
#kv .tip {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  animation: kv_tip 0.5s infinite alternate;
}
@keyframes kv_tip {
  0% {
    transform: translateX(-50%) translateY(-30%);
  }
  100% {
    transform: translateX(-50%) translateY(30%);
  }
}
#kv .tip .icon-arrow {
  width: 35px;
  height: 35px;
  background: url(icon-down-red.svg) no-repeat center #fff;
  background-size: 60%;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  margin-left: 7px;
  margin-top: 5px;
}
#kv .tip:hover .icon-arrow {
  background: url(icon-down-fff.svg) no-repeat center #e60012;
  background-size: 60%;
}
#kv.is-animate header h1 {
  transform: scale(1);
}
#kv.is-animate header h1 div.active {
  transform: scale(1);
  opacity: 1;
}
#kv.is-animate header h1 div.active span {
  transform: scale(1, 1);
}

#about {
  padding-bottom: 4%;
}
#about .slogon {
  font-family: "LaMerHeadline-Black";
  color: #fff;
  font-size: 103px;
  text-align: center;
  margin-top: 1%;
}
#about .slogon span {
  display: inline-block;
  transition: 3s;
}
#about .slogon span:nth-child(odd) {
  transform: translateY(-15%);
}
#about .slogon span:nth-child(even) {
  transform: translateY(15%);
}
#about img {
  margin-top: -3%;
  position: relative;
  z-index: 1;
}
#about .deco-1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 34.6px 20px;
  border-color: transparent transparent #e60012 transparent;
  position: absolute;
  top: 38%;
  left: 13%;
  animation: deco_rotate 10s linear infinite;
}
@keyframes deco_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#about.is-animate .slogon span {
  transform: translateY(0);
}

#experience header {
  position: relative;
  z-index: 2;
}
#experience .deco-1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #e60012 transparent;
  position: absolute;
  top: 72.5%;
  left: 10.5%;
  animation: deco_rotate 10s linear infinite;
}
#experience .deco-2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 60px 35px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 5%;
  right: 7%;
  animation: deco_rotate 10s linear infinite;
}

.team-detail {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.team-detail .img {
  position: relative;
}
.team-detail .img .icon-triangle {
  width: 86%;
  height: 0;
  padding-bottom: 86%;
  position: absolute;
}
.team-detail .img .t1 {
  background-image: url(team-triangle-1.svg);
  top: -26%;
  left: 31%;
  z-index: 1;
}
.team-detail .img .t2 {
  background-image: url(team-triangle-2.svg);
  top: -51%;
  left: -22%;
}
.team-detail .img img {
  position: relative;
  z-index: 1;
}
.team-detail .txt {
  position: relative;
  z-index: 2;
}
.team-detail .txt h3 {
  font-weight: bold;
  font-size: 28px;
}
.team-detail .txt > p {
  font-size: 22px;
  letter-spacing: 2px;
}
.team-detail .txt ol {
  display: flex;
  margin-top: 2%;
}
.team-detail .txt ol li {
  border-left: 3px solid #666;
  padding-left: 10px;
  width: 33.3%;
  max-width: 290px;
}
.team-detail .txt ol li b {
  display: block;
  font-size: 20px;
}
.team-detail .txt ol li small {
  line-height: 1.5;
  display: block;
}
.team-detail .txt ol li:last-child {
  max-width: 100%;
}
.team-detail.td1 {
  margin-top: 6%;
  left: -3%;
}
.team-detail.td1 img {
  width: 91%;
}
.team-detail.td1 .txt {
  padding-left: 3%;
  margin-top: -4%;
}
.team-detail.td2 {
  margin-top: 0%;
  left: 13.5%;
}
.team-detail.td2 img {
  width: 66%;
}
.team-detail.td2 .txt {
  margin-top: -13%;
  margin-left: -23%;
}

#video {
  margin-top: 11.5%;
}

#client {
  padding-bottom: 5.5%;
}
#client .deco-1 {
  width: 28%;
  height: 0;
  padding-bottom: 28%;
  background: url(bg-deco-2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -7%;
  left: -6.5%;
  animation: deco_rotate 10s linear infinite;
}
#client header {
  padding-top: 2%;
  padding-bottom: 1%;
}
#client h3 {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
#client h3:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #e60012;
  display: block;
  margin: 0 auto;
}
#client #client-more-detail {
  max-height: 0;
  overflow: hidden;
  transition: 3s;
}
#client #client-more-detail.active {
  max-height: 10000px;
}
#client #client-load-more {
  width: 50px;
  border: 1px solid transparent;
  margin: -3% auto 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  height: 0;
}
#client #client-load-more .dots span {
  width: 2px;
  height: 2px;
  background-color: #e60012;
  display: block;
  margin: 20px auto;
  animation: more_dots 0.3s infinite alternate;
}
@keyframes more_dots {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #e60012;
  }
}
#client #client-load-more .dots span:nth-of-type(1) {
  animation-delay: 0.2s;
}
#client #client-load-more .dots span:nth-of-type(2) {
  animation-delay: 0.4s;
}
#client #client-load-more .dots span:nth-of-type(3) {
  animation-delay: 0.6s;
}
#client #client-load-more .icon-arrow {
  width: 35px;
  height: 35px;
  background: url(icon-down-red.svg) no-repeat center #fff;
  background-size: 60%;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-left: 7px;
  margin-top: 5px;
  transition: 0.2s;
}
#client #client-load-more:hover .icon-arrow {
  background: url(icon-down-fff.svg) no-repeat center #e60012;
  background-size: 60%;
}
#client #client-load-more.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.client-list {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 3%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.client-list li {
  background-color: #f2f2f2;
  display: inline-block;
  width: 20%;
  margin: 1.6% 0;
}
.client-list li img {
  mix-blend-mode: darken;
}

#solution {
  max-width: 1100px;
  margin: 0 auto;
}
#solution .light {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid transparent;
  margin-top: -5%;
}
#solution .wave {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: url(bg-deco-3.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: deco_rotate 120s linear infinite;
}
#solution .ball {
  width: 23%;
  height: 0;
  padding-bottom: 52%;
  background: url(light-1.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 6.5%;
  left: 39%;
}
#solution .logo {
  width: 52%;
  height: 0;
  padding-bottom: 30%;
  background: url(logo-red.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 71.5%;
  left: 23.5%;
}
#solution .spot {
  width: 76%;
  height: 0;
  padding-bottom: 44%;
  margin: 29% auto 0;
  position: relative;
}
#solution .spot:before {
  content: "";
  width: 58%;
  height: 0;
  padding-bottom: 52.5%;
  background: url(light-2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 21%;
  opacity: 0;
  visibility: hidden;
  transform: rotate(180deg);
  transform-origin: 50% 45%;
  transition: 2s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s;
}
#solution .dot li {
  width: 2.7%;
  height: 0;
  padding-bottom: 2.2%;
  border: 2px solid #e60012;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  transform: scale(5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#solution .dot li:nth-of-type(1) {
  transition-delay: 0.1s;
}
#solution .dot li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#solution .dot li:nth-of-type(3) {
  transition-delay: 0.3s;
}
#solution .dot li:nth-of-type(4) {
  transition-delay: 0.4s;
}
#solution .dot li:nth-of-type(5) {
  transition-delay: 0.5s;
}
#solution .dot li:nth-of-type(6) {
  transition-delay: 0.6s;
}
#solution .dot li:nth-of-type(7) {
  transition-delay: 0.7s;
}
#solution .dot li:nth-of-type(8) {
  transition-delay: 0.8s;
}
#solution .dot li:nth-of-type(9) {
  transition-delay: 0.9s;
}
#solution .dot li:nth-of-type(1) {
  top: 18%;
  left: 22%;
}
#solution .dot li:nth-of-type(2) {
  top: 43%;
  left: 20%;
}
#solution .dot li:nth-of-type(3) {
  top: 65%;
  left: 24%;
}
#solution .dot li:nth-of-type(4) {
  top: 81%;
  left: 34%;
}
#solution .dot li:nth-of-type(5) {
  top: 88%;
  left: 48.7%;
}
#solution .dot li:nth-of-type(6) {
  top: 81%;
  left: 63.5%;
}
#solution .dot li:nth-of-type(7) {
  top: 65%;
  left: 73%;
}
#solution .dot li:nth-of-type(8) {
  top: 43%;
  left: 77.5%;
}
#solution .dot li:nth-of-type(9) {
  top: 18%;
  left: 75%;
}
#solution .solution-list li {
  position: absolute;
  letter-spacing: 2px;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
#solution .solution-list li:nth-of-type(1) {
  transition-delay: 0.1s;
}
#solution .solution-list li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#solution .solution-list li:nth-of-type(3) {
  transition-delay: 0.3s;
}
#solution .solution-list li:nth-of-type(4) {
  transition-delay: 0.4s;
}
#solution .solution-list li:nth-of-type(5) {
  transition-delay: 0.5s;
}
#solution .solution-list li:nth-of-type(6) {
  transition-delay: 0.6s;
}
#solution .solution-list li:nth-of-type(7) {
  transition-delay: 0.7s;
}
#solution .solution-list li:nth-of-type(8) {
  transition-delay: 0.8s;
}
#solution .solution-list li:nth-of-type(9) {
  transition-delay: 0.9s;
}
#solution .solution-list li:nth-of-type(9) {
  top: 17%;
  right: 79%;
  transform: translate(-100%, -100%);
}
#solution .solution-list li:nth-of-type(8) {
  top: 42%;
  right: 81%;
  transform: translate(-100%, -80%);
}
#solution .solution-list li:nth-of-type(7) {
  top: 64%;
  right: 77%;
  transform: translate(-60%, 0%);
}
#solution .solution-list li:nth-of-type(6) {
  top: 80%;
  right: 68%;
  transform: translate(-80%, 100%);
}
#solution .solution-list li:nth-of-type(5) {
  top: 94%;
  left: 42%;
  transform: translate(0%, 120%);
}
#solution .solution-list li:nth-of-type(4) {
  top: 81%;
  left: 68%;
  transform: translate(100%, 100%);
}
#solution .solution-list li:nth-of-type(3) {
  top: 64%;
  left: 77%;
  transform: translate(100%, 100%);
}
#solution .solution-list li:nth-of-type(2) {
  top: 42%;
  left: 81%;
  transform: translate(100%, 50%);
}
#solution .solution-list li:nth-of-type(1) {
  top: 17%;
  left: 79%;
  transform: translate(100%, 50%);
}
#solution.is-animate .spot:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotate(0deg);
}
#solution.is-animate .dot li {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#solution.is-animate .solution-list li {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

#service {
  margin-top: 4.5%;
  padding-bottom: 19.5%;
}
#service .deco-1 {
  width: 28%;
  height: 0;
  padding-bottom: 28%;
  background: url(bg-deco-2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: -40%;
  right: 0%;
  opacity: 0.5;
  animation: deco_rotate 10s linear infinite;
}
#service .service-list {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.5%;
  position: relative;
  left: 6px;
}
#service .service-list > li {
  width: 200px;
  height: 200px;
  background-color: #ccc;
  text-align: center;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -12px;
  transform: scale(0);
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#service .service-list > li:nth-of-type(1) {
  transition-delay: 0.1s;
}
#service .service-list > li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#service .service-list > li:nth-of-type(3) {
  transition-delay: 0.3s;
}
#service .service-list > li:nth-of-type(4) {
  transition-delay: 0.4s;
}
#service .service-list > li:nth-of-type(5) {
  transition-delay: 0.5s;
}
#service .service-list > li:nth-of-type(6) {
  transition-delay: 0.6s;
}
#service .service-list > li:nth-of-type(7) {
  transition-delay: 0.7s;
}
#service .service-list > li:nth-of-type(8) {
  transition-delay: 0.8s;
}
#service .service-list > li:nth-of-type(9) {
  transition-delay: 0.9s;
}
#service .service-list > li:nth-of-type(odd) {
  background-color: #ddd;
}
#service .service-list > li:hover {
  z-index: 1;
}
#service .service-list > li:hover .service-detail {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#service .service-detail {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0);
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#service.is-animate .service-list > li {
  transform: scale(1);
}

i[class^=i-service-] {
  width: 79px;
  height: 79px;
  background: url(icon-service.png) no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto 10px;
}
i[class^=i-service-].i-service-1 {
  background-position: 0 0;
}
i[class^=i-service-].i-service-2 {
  background-position: 0 -79px;
}
i[class^=i-service-].i-service-3 {
  background-position: 0 -158px;
}
i[class^=i-service-].i-service-4 {
  background-position: 0 -237px;
}
i[class^=i-service-].i-service-5 {
  background-position: 0 -316px;
}
i[class^=i-service-].i-service-6 {
  background-position: 0 -395px;
}
i[class^=i-service-].i-service-7 {
  background-position: 0 -474px;
}
i[class^=i-service-].i-service-8 {
  background-position: 0 -553px;
}
i[class^=i-service-].i-service-9 {
  background-position: 0 -632px;
}

.service-detail {
  position: absolute;
  width: 450px;
  height: 450px;
  background-color: #e60012;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0px 30px 10px rgba(0, 0, 0, 0.15);
}
.service-detail > div {
  width: 80%;
}
.service-detail > div > i {
  margin-bottom: 0;
}
.service-detail b {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  width: 100%;
  line-height: 2.5;
  margin-bottom: 10px;
}
.service-detail li {
  line-height: 1.8;
}
#contact {
  padding-bottom: 5%;
  clear: both;
  background: linear-gradient(to right, #ddd 30%, #fff 100%);
}
#contact > div {
  width: 80%;
  max-width: 1100px;
  margin: 4.5% auto;
}
#contact header h3 {
  width: 165px;
  height: 110px;
  background: url(logo-fff.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  display: block;
  margin-left: -20px;
}
#contact .contact-list {
  margin-top: 4%;
  font-size: 19px;
  line-height: 2.5;
  color: #fff;
}
#contact .contact-list dt, #contact .contact-list dd {
  float: left;
}
#contact .contact-list dt {
  clear: both;
}
#contact .contact-list a {
  text-decoration: none;
  color: #fff;
}
#contact .contact-list a:hover {
  text-decoration: underline;
}
#contact .deco-1 {
  position: absolute;
  top: -31.5%;
  left: 13%;
  width: 6vw;
  height: 6vw;
}
#contact .deco-1:before, #contact .deco-1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3vw 5vw 3vw;
  position: absolute;
  transform: rotate(47deg);
}
#contact .deco-1:before {
  top: 2vw;
  left: 2vw;
  filter: blur(10px);
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
#contact .deco-1:after {
  top: 0;
  left: 0;
  border-color: transparent transparent #e60012 transparent;
}
#contact .deco-2 {
  position: absolute;
  top: -31%;
  right: 12.5%;
  width: 4.5vw;
  height: 4.5vw;
}
#contact .deco-2:before, #contact .deco-2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.2vw 3.8vw 2.2vw;
  position: absolute;
  transform: rotate(42deg);
}
#contact .deco-2:before {
  top: 2vw;
  left: 2vw;
  filter: blur(10px);
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
#contact .deco-2:after {
  top: 0;
  left: 0;
  border-color: transparent transparent #fff transparent;
}
#contact .deco-3 {
  position: absolute;
  bottom: 5.5%;
  right: 34%;
  width: 2vw;
  height: 2vw;
}
#contact .deco-3:before, #contact .deco-3:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1vw 1.5vw 1vw;
  position: absolute;
  transform: rotate(75deg);
}
#contact .deco-3:before {
  top: 2vw;
  left: 2vw;
  filter: blur(10px);
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
#contact .deco-3:after {
  top: 0;
  left: 0;
  border-color: transparent transparent #fff transparent;
}

#g-gotop {
  position: fixed;
  bottom: 0%;
  right: 0%;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
  background: url(icon-up-fff.svg) no-repeat center #e60012;
  background-size: 50%;
  border-radius: 2px;
  width: 60px;
  height: 60px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
#g-gotop:hover {
  background-color: #000;
  background-position: center 30%;
}
#g-gotop.active {
  opacity: 1;
  visibility: visible;
}
#g-gotop:before {
  content: "";
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  pointer-events: none;
}
#g-gotop:before {
  background-color: #fff;
}
#g-gotop:hover:before {
  animation: btn-ripple 0.5s forwards;
}

@media screen and (max-width: 1500px) {
  .team-detail.td2 .txt {
    margin-left: -14.5%;
  }
}
@media screen and (max-width: 1300px) {
  .team-detail.td1 {
    left: 0;
  }
  .team-detail.td2 .txt {
    margin-left: 0%;
  }
}
@media screen and (max-width: 1100px) {
  #g-header {
    left: auto;
    right: 0;
    top: 0;
  }

  #about .slogon {
    font-size: 9vw;
  }
  #about .deco-1 {
    top: 50%;
    left: 95%;
    border-width: 0 2vw 3vw 2vw;
  }
}
@media screen and (max-width: 990px) {
  #kv header h1 {
    height: 20vh;
  }

  #about .slogon {
    line-height: 1.1;
  }
  #about img {
    margin-top: 0;
  }

  .team-detail.td2 {
    left: 9%;
  }

  .client-list {
    margin-bottom: 7%;
  }
  .client-list li {
    width: 25%;
  }

  #solution .light {
    width: 120%;
    margin-left: -10%;
  }

  #contact {
    background: linear-gradient(to right, #ddd 60%, #fff 100%);
  }
}
@media screen and (max-width: 750px) {
  #kv header h1 {
    font-size: 6vw;
  }

  .team-detail .txt {
    text-align: center;
  }
  .team-detail .txt ol {
    flex-wrap: wrap;
    margin: 10% 0;
  }
  .team-detail .txt ol li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-left: 0;
    padding-left: 0;
  }
  .team-detail .txt ol li:after {
    content: "";
    width: 10%;
    height: 1px;
    background-color: #666;
    display: block;
    margin: 2% auto;
  }
  .team-detail .txt ol li small {
    color: #777;
  }
  .team-detail.td1 .txt {
    padding-left: 7%;
    padding-right: 7%;
  }
  .team-detail.td1 .txt ol li:last-child {
    width: 100%;
    max-width: 100%;
  }
  .team-detail.td2 {
    left: 0%;
  }

  .icon-play {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
  }

  .video .video-wrap {
    padding-bottom: 64%;
  }
  .video .video-wrap .cover .txt .icon-play {
    margin-bottom: 10%;
  }
  .video .video-wrap .cover .txt a {
    font-size: 4vw;
  }

  #service .service-list > li {
    width: 33.3%;
    height: 0;
    padding-bottom: 33.3%;
    position: relative;
  }
  #service .service-list > li > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #service .service-list > li > div i {
    margin-bottom: 0;
  }
  #service .service-list > li:hover .service-detail {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }

  [class^=g-bt-] {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .g-section header h2 {
    font-size: 6vw;
  }
  .g-section header p {
    font-size: 13px;
  }

  #g-nav-trigger {
    left: calc(100% - 47px);
  }

  #g-nav ol > li a {
    font-size: 15px;
  }

  .msg-box .msg-content {
    font-size: 14px;
  }
  .msg-box .msg-content p {
    line-height: 1.5;
  }
  .msg-box .close {
    height: 50px;
  }
  .msg-box .close span {
    padding-top: 34px;
  }
  .msg-box .close:before, .msg-box .close:after {
    height: 40px;
  }
  .msg-box .msg-wrap > .close {
    right: 0;
  }

  #kv {
    height: 90vh;
  }
  #kv .g-logo {
    top: 10px;
    left: 0%;
    width: 100px;
    height: 60px;
  }

  #about .slogon {
    font-size: 15vw;
  }
  #about img {
    margin-top: 3%;
  }

  .team-detail .txt h3 {
    font-size: 5.5vw;
  }
  .team-detail .txt p {
    font-size: 4vw;
  }
  .team-detail .txt ol li b {
    font-size: 14px;
  }

  #client {
    margin-top: 20%;
  }
  #client h3 {
    font-size: 4vw;
  }
  #client #client-load-more .dots span {
    margin: 10px auto;
  }

  .client-list li img {
    transform: scale(0.8);
  }

  #solution {
    margin-top: 10%;
  }
  #solution .wave {
    width: 80%;
    padding-bottom: 80%;
    top: 10%;
    left: 10%;
  }
  #solution .spot {
    width: 100%;
    padding-bottom: 58%;
    transform: scale(0.6);
    transform-origin: 50% 12%;
  }
  #solution .solution-list li {
    font-size: 5.2vw;
    white-space: nowrap;
  }

  #service {
    margin-top: 20%;
    margin-bottom: 10%;
  }

  #contact {
    padding-bottom: 15%;
    background: linear-gradient(35deg, #ddd 60%, #fff 100%);
  }
  #contact header h3 {
    width: 125px;
    height: 70px;
  }
  #contact .contact-list {
    line-height: 1.5;
    font-size: 15px;
  }
  #contact .deco-1 {
    top: -28.5%;
    left: 6%;
  }
  #contact .deco-1:after, #contact .deco-1:before {
    border-width: 0 6vw 10vw 6vw;
  }
  #contact .deco-2 {
    top: 9%;
  }
  #contact .deco-2:before, #contact .deco-2:after {
    border-width: 0 4.4vw 7.6vw 4.4vw;
  }

  #g-gotop {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  #service .service-list {
    width: 100%;
  }
  #service .service-list > li > div i {
    transform: scale(0.5);
    margin-bottom: -20%;
    margin-top: -20%;
  }
  #service .service-list > li > div h3 {
    font-size: 3.8vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 321px) {
  #contact .contact-list {
    font-size: 12px;
  }
}
@media screen and (min-width: 991px) {
  .is-m {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .is-pc {
    display: none !important;
  }
}