html, body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font: 400 .12rem/1.5 'Microsoft JhengHei', 'Lantinghei SC', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
  background: #28245f;
  color: #fff;
}

img {
  border: 0;
  max-width: 100%;
}

.alltrans, .social-icons li a, .owl-nav>button, .owl-nav>button:after, .counter-box, .about-img:after, .gallery-img img, .form-control, .owl-dot, .subscribe-row, .close-btn, .close-btn:before, .close-btn:after, .tag-btn, .btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover, a:focus {
  color: #fff;
  outline: none;
  text-decoration: underline;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  a:active {
    background-color: transparent;
  }
}

p {
  margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase;
}

h1, h2 {
  font-size: 32px;
}

h3 {
  font-size: 30px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.no-margin {
  margin: 0 !important;
}

.opacity-no {
  opacity: 1 !important;
}

.main-background {
  background: url("../images/bg1.jpg") no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fullpage-default {
  min-width: 320px;
  z-index: 99;
}

.wrapper-background-dark:after {
  background: #222;
  opacity: 0.95;
}

.section-inner {
  padding: 0px 30px;
}

.fp-scrollable {
  height: calc(100vh - 10vh) !important;
}

#fp-nav ul li a span {
  background: rgba(255, 255, 255, 0.4);
}

#fp-nav ul li a.active span {
  background: rgba(255, 255, 255, 0.8);
}

.btn {
  background: #fff;
  color: #222;
  text-align: center;
  line-height: 52px;
  padding: 0 35px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 10px;
}

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #fff;
  background: none;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn.btn-xs {
  line-height: 34px;
  font-size: 12px;
  padding: 0 20px;
  font-weight: 500;
}

.btn.btn-outline {
  background: none;
  border-color: #fff;
  color: #fff;
  border-width: 1px;
}

.btn.btn-outline:hover, .btn.btn-outline:focus {
  background: #fff;
  color: #222;
}

.btn.btn-dark {
  color: #222;
  border-color: #222;
}

.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  color: #fff;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
}

.preloader {
  background: -moz-linear-gradient(top, #28245f 0%, #4096ee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #28245f 0%, #4096ee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #28245f 0%, #4096ee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#39ced6', GradientType=0);
  /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}

.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.preloader-bounce>span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #fff;
}

.preloader-bounce>span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #fff;
}

.preloader-bounce>span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #fff;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

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

.item-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*==============================================
01. WELCOME BLOCK CSS
================================================*/

.p1-content {
  z-index: 99;
}

.p1-01 {
  background: url("../images/p1-01.png") no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 22vh;
  z-index: 99;
  position: relative;
  left: 15%;
  top:5%;
}

.lang-cn .p1-01 {
  background: url("../images/p1-01-cn.png") no-repeat top center;
  background-size: contain;
}

.lang-en .p1-01 {
  background: url("../images/p1-01-en.png") no-repeat top center;
  background-size: contain;
  height: 26vh;
  left: 13%;
}

.lang-kr .p1-01 {
  background: url("../images/p1-01-kr.png") no-repeat top center;
  background-size: contain;
  left: 0;
}

.button-01 {
  cursor: pointer;
  display: block;
  z-index: 99;
  position: absolute;
  left: 7%;
  top: 60%;
}
.lang-en .button-01 {
  top: 66%;
}
.button-01:hover img, .button-02:hover img, .button-03:hover img, .button-04:hover img, .button-05:hover img, .button-06:hover img, .button-07:hover img {
  filter: saturate(200%);
}

.p1-02 {
  background: url("../images/p1-02.png") no-repeat top center;
  background-size: contain;
  z-index: 99;
  width: 100%;
  height: 45vh;
  position: relative;
  padding-top: 6.8%;
}

.web_vedio div {
  width: 67%;
  position: relative;
  left: 16.5%;
}

.p1-object {
  width: 1387px;
  height: 732px;
  background: url("../images/object-01.png") no-repeat;
  background-size: contain;
  animation: move 5s linear infinite;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 12%;
}

@keyframes move {
  0%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.mouse {
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
  margin-left: -12.5px;
  text-align: center;
}

.mouse-text {
  display: block;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 15px 0 5px 0px;
  color: rgba(255, 255, 255, 0.7);
}

.mouse .mouse-icon {
  display: inline-block;
  width: 25px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.mouse .mouse-wheel {
  height: 4px;
  margin: 2px auto 0;
  display: block;
  width: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

/*==============================================
02. Page BLOCK CSS
================================================*/

.p2-01 {
  background: url("../images/p2-01.png") no-repeat top right;
  background-size: contain;
  width: 100%;
  height: 32vh;
  position: relative;
  top: -15%;
  left: 0;
}

.p2-02 {
  background: url("../images/p2-02.png") no-repeat top right;
  background-size: contain;
  width: 100%;
  height: 16vh;
  position: relative;
  top: -10%;
}

.lang-cn .p2-02 {
  background: url("../images/p2-02-cn.png") no-repeat top right;
  background-size: contain;
}

.lang-en .p2-02 {
  background: url("../images/p2-02-en.png") no-repeat top right;
  background-size: contain;
  height: 20vh;
}

.lang-kr .p2-02 {
  background: url("../images/p2-02-kr.png") no-repeat top right;
  background-size: contain;
}

.p2-03 {
  background: url("../images/p2-03.png") no-repeat top left;
  background-size: contain;
  width: 100%;
  height: 16vh;
  position: relative;
  top: 15%;
  display: block;
  left: 20%;
}

.lang-cn .p2-03 {
  background: url("../images/p2-03-cn.png") no-repeat top left;
  background-size: contain;
}

.lang-en .p2-03 {
  background: url("../images/p2-03-en.png") no-repeat top left;
  background-size: contain;
  height: 18vh;
}

.lang-kr .p2-03 {
  background: url("../images/p2-03-kr.png") no-repeat top left;
  background-size: contain;
}

.p2-04 {
  background: url("../images/p2-04.png") no-repeat top right;
  background-size: contain;
  width: 100%;
  height: 20vh;
  position: relative;
  top: 15%;
}

.button-02 {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.button-03 {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 1rem;
}

.button-04 {
  display: block;
  cursor: pointer;
  position: relative;
  max-width: 207px;
  top: 25%;
  float: left;
  left: 20%;
}

/*==============================================
03. PAGE BLOCK CSS
================================================*/

.p3-content {
  z-index: 99;
}

.button-05 {
  display: block;
  cursor: pointer;
  position: relative;
  top: 10%;
}

.p3-object {
  width: 1294px;
  height: 579px;
  background: url("../images/object-03.png") no-repeat;
  background-size: contain;
  animation: move 5s linear infinite;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  z-index: 1;
  top: 20%;
}

/*==============================================
04. PAGE BLOCK CSS
================================================*/

.p4-content {
  left: 4%;
}

.p4-01 {
  background: url("../images/p4-01.png") no-repeat top right;
  background-size: contain;
  width: 100%;
  height: 26vh;
  position: relative;
  top: -5%;
  left: 0;
}

.p4-02 {
  background: url("../images/p4-02.png") no-repeat top right;
  background-size: contain;
  width: 100%;
  height: 25vh;
  position: relative;
}

.lang-cn .p4-02 {
  background: url("../images/p4-02-cn.png") no-repeat top right;
  background-size: contain;
}

.lang-en .p4-02 {
  background: url("../images/p4-02-en.png") no-repeat top right;
  background-size: contain;
}

.lang-kr .p4-02 {
  background: url("../images/p4-02-kr.png") no-repeat top right;
  background-size: contain;
}

.p4-03 {
  background: url("../images/p4-03.png") no-repeat top left;
  background-size: contain;
  width: 100%;
  height: 15vh;
  position: relative;
  display: block;
  left: 10%;
  margin-top: 20%;
}

.lang-cn .p4-03 {
  background: url("../images/p4-03-cn.png") no-repeat top left;
  background-size: contain;
}

.lang-en .p4-03 {
  background: url("../images/p4-03-en.png") no-repeat top left;
  background-size: contain;
  height: 18vh;
  margin-top: 15%;
}

.lang-kr .p4-03 {
  background: url("../images/p4-03-kr.png") no-repeat top left;
  background-size: contain;
}

.p4-04 {
  background: url("../images/p4-04.png") no-repeat top right;
  background-size: contain;
  width: 100%;
  height: 20vh;
  position: relative;
  margin-top: 20%;
}

.lang-cn .p4-04 {
  background: url("../images/p4-04-cn.png") no-repeat top right;
  background-size: contain;
}

.lang-en .p4-04 {
  background: url("../images/p4-04-en.png") no-repeat top right;
  background-size: contain;
  height: 24vh;
}

.lang-kr .p4-04 {
  background: url("../images/p4-04-kr.png") no-repeat top right;
  background-size: contain;
}

.button-06 {
  display: block;
  cursor: pointer;
  bottom: 0;
  z-index: 99;
  margin-top: 5%;
  max-width: 207px;
  width: auto;
  float: right;
}

.button-07 {
  display: block;
  cursor: pointer;
  position: relative;
  max-width: 207px;
  margin-top: 5%;
  left: 10%;
}

.p4-03-h, .p4-02-h {
  z-index: 99;
}

.p4-04-h {
  z-index: 1;
}

/*==============================================
05. PAGE BLOCK CSS
================================================*/

.p5-content .row {
  margin-bottom: 5%;
  height: auto;
}

.p5-02, .p5-05 {
  margin-top: 5%;
}

.p5-main-rwd {
  position: relative;
  display: none;
  background: url("../images/p5-01-rwd.png") no-repeat top 5vh center;
  background-size: contain;
  height: 100vh;
  width: 70%;
  left: 15%;
}

.lang-cn .p5-main-rwd {
  background: url("../images/p5-01-rwd-cn.png") no-repeat top 5vh center;
  background-size: contain;
}
.lang-en .p5-main-rwd {
  background: url("../images/p5-01-rwd-en.png") no-repeat top 5vh center;
  background-size: contain;
}
.lang-kr .p5-main-rwd {
  background: url("../images/p5-01-rwd-kr.png") no-repeat top 5vh center;
  background-size: contain;
}

/*==============================================
06. FOOTER
================================================*/

.footer {
  margin-top: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-section {
  background-color: #282460;
}

.footer-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75%;
  max-width: 100%;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.footer-logo {
  width: 10rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  background: url(../images/logo.png) center no-repeat;
  background-image: -webkit-image-set(url('../images/logo.png') 1x, url('../images/logo@2x.png') 2x);
  background-image: image-set(url('../images/logo.png') 1x, url('../images/logo@2x.png') 2x);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  text-indent: -999em;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.2rem;
  color: #a19dde;
  font-size: .9rem;
  line-height: 1.2rem;
  text-align: right;
  padding-top: 1rem;
}

.footer-nav>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.4rem;
}

.footer-nav>li::before {
  content: '';
  display: block;
  width: 1px;
  height: 1rem;
  margin-right: 1.4rem;
  border-right: 1px solid #4a4580;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-nav>li:first-of-type {
  margin-left: 0;
}

.footer-nav>li:first-of-type::before {
  display: none;
}

.footer-nav>li>a {
  color: inherit;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.footer-nav>li>a:hover, .footer-nav>li>a:active {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  border-top: 1px solid #363368;
  background-color: #282460;
}

.copyright-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
  max-width: 100%;
  padding-top: .9rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .6rem;
  line-height: 1.2rem;
  color: #8782c6;
}

.copyright-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.copyright-content>.zh {
  padding-left: 2rem;
  background: url(../images/copyright-logo.png) left center no-repeat;
  -webkit-background-size: auto .8rem;
  background-size: auto 1.2rem;
  margin-left: .5rem;
}

.copyright-content>.en {
  margin-left: .8rem;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}

.contact>li {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .8rem;
  overflow: hidden;
}

.contact>li>a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-indent: 999em;
  background: rgba(255, 255, 255, .2) center no-repeat;
  -webkit-background-size: auto .9rem;
  background-size: auto .9rem;
  -webkit-transition: -webkit-box-shadow .35s linear;
  transition: -webkit-box-shadow .35s linear;
  -o-transition: box-shadow .35s linear;
  transition: box-shadow .35s linear;
  transition: box-shadow .35s linear, -webkit-box-shadow .35s linear;
  overflow: hidden;
  -webkit-touch-callout: none;
}

.contact>li>a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: inherit;
  opacity: 0;
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
  -webkit-transition: opacity .2s, -webkit-transform .25s linear;
  transition: opacity .2s, -webkit-transform .25s linear;
  -o-transition: transform .25s linear, opacity .2s;
  transition: transform .25s linear, opacity .2s;
  transition: transform .25s linear, opacity .2s, -webkit-transform .25s linear;
}

.contact>li>a:hover, .contact>li>a:active {
  -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, .25);
  box-shadow: 0 0 .1rem rgba(0, 0, 0, .25);
}

.contact>li>a:hover::after, .contact>li>a:active::after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.contact>li>.facebook {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOTQuOTcgNzYwLjY2Ij48cGF0aCBkPSJNMzk0Ljk0LDUuNDdWMTI2LjE2SDMyMy4xOGMtNTYuMjQsMC02Ni43NCwyNy02Ni43NCw2NS44MnY4Ni40SDM5MC4zOEwzNzIuNTYsNDEzLjdIMjU2LjQ0djM0N0gxMTYuNTZ2LTM0N0gwVjI3OC4zOEgxMTYuNTZWMTc4LjczQzExNi41Niw2My4wOCwxODcuNDIsMCwyOTAuNzMsMCwzNDAuMDksMCwzODIuNjIsMy42NiwzOTUsNS40N1oiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4K');
}

.contact>li>.facebook::after {
  background-color: #4b61f4;
}

.contact>li>.line {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MTkuMiA3ODAuMTciPjxwYXRoIGQ9Ik02NjEsMzE3LjEzYTIxLjU0LDIxLjU0LDAsMCwxLDAsNDNoLTU5Ljl2MzguNEg2NjFhMjEuNTEsMjEuNTEsMCwxLDEsMCw0M0g1NzkuNTVhMjEuNTQsMjEuNTQsMCwwLDEtMjEuNC0yMS40N1YyNTcuMjNhMjEuNTYsMjEuNTYsMCwwLDEsMjEuNS0yMS41aDgxLjQ0YTIxLjUsMjEuNSwwLDEsMS0uMSw0M2gtNTkuOXYzOC40Wm0tMTMxLjU4LDEwM2EyMS41MSwyMS41MSwwLDAsMS0yMS41NCwyMS40QTIxLjEsMjEuMSwwLDAsMSw0OTAuNDYsNDMzTDQwNy4wNywzMTkuNzNWNDIwLjA4YTIxLjUsMjEuNSwwLDAsMS00Mi45LDBWMjU3LjIzYTIxLjQxLDIxLjQxLDAsMCwxLDIxLjMtMjEuNDRjNi42NSwwLDEyLjgsMy41NSwxNi44OSw4LjY3bDg0LDExMy42NlYyNTcuMjNhMjEuNTEsMjEuNTEsMCwwLDEsNDMsMFptLTE5NiwwYTIxLjQ3LDIxLjQ3LDAsMSwxLTQyLjk0LDBWMjU3LjIzYTIxLjQ3LDIxLjQ3LDAsMSwxLDQyLjk0LDBabS04NC4xNywyMS40N0gxNjcuODNhMjEuNjQsMjEuNjQsMCwwLDEtMjEuNS0yMS40N1YyNTcuMjNhMjEuNTEsMjEuNTEsMCwwLDEsNDMsMFYzOTguNTdoNTkuOTRhMjEuNTEsMjEuNTEsMCwwLDEsMCw0M201NjkuOTItMTA5QzgxOS4yLDE0OS4yLDYzNS4zOSwwLDQwOS42LDBTMCwxNDkuMiwwLDMzMi41M2MwLDE2NC4yMSwxNDUuNzUsMzAxLjgsMzQyLjUzLDMyOCwxMy4zNSwyLjgsMzEuNSw4LjgxLDM2LjExLDIwLjE0LDQuMSwxMC4yNywyLjcsMjYuMTUsMS4zLDM2Ljg2bC01LjYsMzQuODJjLTEuNTQsMTAuMjctOC4xOSw0MC40OCwzNS44LDIyczIzNi4wNy0xMzkuMiwzMjIuMDktMjM4LjA5YzU4Ljg0LTY0LjQ3LDg3LTEzMC41Miw4Ny0yMDMuNyIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvc3ZnPgo=');
}

.contact>li>.line::after {
  background-color: #01b901;
}

/*==============================================
07. MOBILE SIZE
================================================*/

@media only screen and (max-width: 1200px) {
  .main-background {
    background: url("../images/bg2.jpg") no-repeat;
    background-size: cover;
    background-position: unset !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .p1-01, .p2-03, .p4-03, .p4-content {
    left: 0;
  }
  .col-md-8 .row .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .mouse {
    display: none;
  }
  /* P1 */
  .p1-object {
    width: 603px;
    height: 1045px;
    background: url("../images/object-01-rwd.png") no-repeat;
    background-size: contain;
    top: 5%;
  }
  #video .p1-01 {
    background: url("../images/logo.png") no-repeat top center;
    background-size: contain;
    height: 6vh;
    margin: 8% 0;
    left: 0;
  }
  .p1-content {
    margin-top: -10%;
  }
  .p1-content .row::after {
    content: '';
    opacity: 1;
    background: url("../images/p1-01-rwd.png") no-repeat top center;
    background-size: contain;
    width: 100%;
    display: block;
    height: 15vh;
    margin: 8% 0;
  }
  .lang-cn .p1-content .row::after {
    background: url("../images/p1-01-rwd-cn.png") no-repeat top center;
    background-size: contain;
  }
  .lang-en .p1-content .row::after {
    background: url("../images/p1-01-rwd-en.png") no-repeat top center;
    background-size: contain;
  }
  .lang-kr .p1-content .row::after {
    background: url("../images/p1-01-rwd-kr.png") no-repeat top center;
    background-size: contain;
  }
  .button-01,.lang-en .button-01 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 72vh;
  }
  .button-01 img {
    max-width: 100%;
  }
  .p1-02 {
    height: auto;
    padding: 5%;
  }
  /* P2 */
  .p2-content {
    margin-top: -10%;
  }
  .p2-content .text-right {
    text-align: center !important;
  }
  .p2-01 {
    background-position: center;
    top: 0;
    height: 18vh;
  }
  .p2-02 {
    background: url("../images/p2-02-rwd.png") no-repeat top center;
    background-size: contain;
    top: 0;
  }
  .lang-cn .p2-02 {
    background: url("../images/p2-02-rwd-cn.png") no-repeat top center;
    background-size: contain;
  }
  .lang-en .p2-02 {
    background: url("../images/p2-02-rwd-en.png") no-repeat center center;
    background-size: contain;
    height: 18vh;
  }
  .lang-kr .p2-02 {
    background: url("../images/p2-02-rwd-kr.png") no-repeat center center;
    background-size: contain;
  }
  .button-02 {
    max-width: 46%;
    margin: 3% 1%;
  }
  .button-03 {
    max-width: 46%;
    margin: 3% 1%;
  }
  .p2-03 {
    background: url("../images/p2-03-rwd.png") no-repeat top center;
    background-size: contain;
    top: 90%;
    height: 15vh;
  }
  .lang-cn .p2-03 {
    background: url("../images/p2-03-rwd-cn.png") no-repeat top center;
    background-size: contain;
  }
  .lang-en .p2-03 {
    background: url("../images/p2-03-rwd-en.png") no-repeat top center;
    background-size: contain;
    height: 15vh;
  }
  .lang-kr .p2-03 {
    background: url("../images/p2-03-rwd-kr.png") no-repeat top center;
    background-size: contain;
  }
  .button-04 {
    max-width: 46%;
    top: 100%;
    float: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
  .p2-04 {
    top: -130%;
    background-position: center;
    height: 14vh;
  }
  /* P3 */
  .p3-object {
    height: 780px;
    width: 100%;
    background: url("../images/object-03-rwd.png") no-repeat top center;
    background-size: contain;
    top: 15%;
  }
  .button-05 {
    width: 48%;
  }
  .lang-en .button-05 {
    width: 70%;
  }
  /* P4 */
  .p4-content {
    max-width: 80% !important;
  }
  .p4-content .text-right {
    text-align: center !important;
  }
  .p4-01 {
    background: url("../images/p4-01-rwd.png") no-repeat center;
    background-size: contain;
    height: 14vh;
    left: -5%;
  }
  .p4-02 {
    background: url("../images/p4-02-rwd.png") no-repeat center;
    background-size: contain;
    top: 0;
    height: 18vh;
  }
  .lang-cn .p4-02 {
    background: url("../images/p4-02-rwd-cn.png") no-repeat center;
    background-size: contain;
  }
  .lang-en .p4-02 {
    background: url("../images/p4-02-rwd-en.png") no-repeat center;
    background-size: contain;
  }
  .lang-kr .p4-02 {
    background: url("../images/p4-02-rwd-kr.png") no-repeat center;
    background-size: contain;
  }
  .button-06 {
    max-width: 48%;
    float: none;
    left: 25%;
    position: relative;
  }
  .p4-03 {
    background: url("../images/p4-03-rwd.png") no-repeat top center;
    background-size: contain;
    top: 40%;
    height: 14vh;
  }
  .lang-cn .p4-03 {
    background: url("../images/p4-03-rwd-cn.png") no-repeat top center;
    background-size: contain;
  }
  .lang-en .p4-03 {
    background: url("../images/p4-03-rwd-en.png") no-repeat top center;
    background-size: contain;
    margin-top: 20%;
    height: 14vh;
  }
  .lang-kr .p4-03 {
    background: url("../images/p4-03-rwd-kr.png") no-repeat top center;
    background-size: contain;
  }
  .button-07 {
    text-align: center;
    max-width: 48%;
    top: 40%;
    left: 25%;
  }
  #video .p4-04 {
    top: -170%;
    background-position: center;
    height: 16vh;
    margin-top: 0;
  }
  /* P5 */
  .p5-main-rwd {
    display: block;
    margin-bottom: 50vh;
  }
  .p5-content .row {
    display: none;
  }
  /* FOOTER */
  /* 底部版權導航等 */
  .page-late, .page-late .fp-scrollable {
    height: calc(100vh) !important;
  }
  .footer {
    position: absolute;
    padding: 5vh 0;
    margin: 0;
    background-color: #282460;
    text-align: center;
    left: 0;
    bottom: 0 !important;
    z-index: 999;
  }
  .footer p {
    margin: 0;
  }
  .footer-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    height: auto;
  }
  .footer-logo {
    width: 100%;
    height: 2rem;
    margin-bottom: 6rem;
  }
  .footer-nav {
    display: block;
    height: auto;
    margin-right: unset;
    font-size: 1rem;
    line-height: 2.2rem;
    padding: 0;
    text-align: center;
  }
  .footer-nav>li {
    margin-left: 0;
  }
  .footer-nav>li::before {
    display: none;
  }
  .copyright {
    border-top: none;
  }
  .copyright-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-bottom: max(.6rem, env(safe-area-inset-bottom));
    font-size: .9rem;
    line-height: 1.2rem;
    width: 90%;
  }
  .copyright-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .copyright-content>.zh {
    padding-left: 2rem;
    -webkit-background-size: auto 1rem;
    background-size: auto 1rem;
  }
  .copyright-content>.en {
    margin-left: 0;
    margin-top: .4rem;
  }
  .contact {
    position: absolute;
    top: 6rem;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact>li {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1.2rem;
  }
  .contact>li:first-of-type {
    margin-left: 0;
  }
  .contact>li>a {
    -webkit-background-size: auto 1.6rem;
    background-size: auto 1.6rem;
  }
  .contact>li>a.line {
    background-color: #01b901;
  }
  .contact>li>a.facebook {
    background-color: #4b61f4;
  }
  .contact>li>a::after {
    display: none;
  }
  .contact>li>a:hover, .contact>li>a:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* nav */
  #fp-nav ul li {
    width: .7rem;
    height: .7rem;
  }
  /* .fp-right a {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10rem;
    margin: 1rem 0;
  } */
}

@media only screen and (max-width: 767px) {
  .p1-content {
    margin-top: -20%;
  }
  #video .button-01 {
    width: 70%;
    top: 58vh;
  }
  .p4-content {
    max-width: 100% !important;
  }
  .p5-main-rwd {
    margin-bottom: 80vh;
    padding-bottom: 80vh;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    left: 0;
  }
  .footer-nav {
    font-size: 0.9rem;
  }
}