@charset "UTF-8";
/* * CSS Document
 * * ==========================================================================
 * * 版權所有 2021 鉅潞科技網頁設計公司，並保留所有權利。
 * * 網站地址: http://www.grnet.com.tw
 * * ==========================================================================
 * * $Author: Rain, Buzz $
 * * $Date: 2021/06 $ 
 * * $Description: Layout Style $
 * * */
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff"), url("../fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* --- Ppace --- */
.js-page-transform {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  display: block;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.js-page-transform:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 120vh;
  background: url(../images/open_mask.png) no-repeat center bottom;
  background-size: cover;
  bottom: -100px;
  left: 0;
  -webkit-transition: bottom 1.5s;
  transition: bottom 1.5s;
}

.js-page-transform.done:before {
  bottom: 150%;
}

.is-ie .not-support-notice {
  z-index: 5000;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block !important;
  position: fixed;
}
.is-ie .not-support-notice div {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding: 25px;
  position: absolute;
  width: calc(100% - 60px);
  height: auto;
  text-align: center;
  max-width: 500px;
  right: 30px;
  bottom: 30px;
  color: #222;
}
.is-ie .not-support-notice div::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 44%;
  background: url(../images/not_support.png) no-repeat 0 0/contain;
}
.is-ie .not-support-notice div::after {
  content: "2022/06/15微軟將停止IE服務。為了較好的閱讀體驗，請透過較新的瀏覽器瀏覽";
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 20px auto 0;
}

@media (max-width: 499px) {
  .is-ie .not-support-notice div::before {
    width: 100%;
    padding-bottom: 48.88%;
  }
  .is-ie .not-support-notice div::after {
    font-size: 1.125rem;
  }
}
/*Color & Font */
/* Reset*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.disabled, .disabled:hover {
  cursor: not-allowed;
}

html {
  font-size: 18px;
}

body {
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  color: #333333;
  font-family: "Rubik", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
}

html,
body {
  margin: 0;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0 !important;
}

button, button:visited, button:hover, button:focus, button:active {
  outline: 0 !important;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted rgba(176, 160, 137, 0.5) !important;
}

img, a img {
  border: none;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a[accesskey] {
  color: transparent !important;
  position: absolute !important;
  top: 0;
  left: 0;
  font-size: 0;
}

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

section, article, aside, footer, header, nav, main {
  display: block;
}

p {
  line-height: inherit;
}

ol.reset, ul.reset, li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: inherit;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:not([type=radio]):not([type=checkbox]), textarea, select, input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:not([type=button]), input:not([type=submit]), input:not([type=reset]) {
  font-size: 16px !important;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
}

:-ms-input-placeholder, :-moz-placeholder {
  color: #888;
  font-size: 15px;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

.input-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.input-style:read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:read-only:focus {
  border: 1px solid #ddd;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

input:read-only {
  background: #eee;
  color: #666;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #ccc;
  font-size: 15px;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected, select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: #ededed !important;
  border: 1px solid #eee;
}

/* Scroll View */
.scroll-fade {
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-fade.scroll-view {
  opacity: 1;
}

.scroll-fade-down {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-fade-down.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.scroll-fade-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-fade-up.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.scroll-fade-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-fade-left.scroll-view {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.scroll-fade-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-fade-right.scroll-view {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.scroll-box-scale {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: 0;
  -webkit-transition: opacity 1.8s, -webkit-transform 12s;
  transition: opacity 1.8s, -webkit-transform 12s;
  transition: opacity 1.8s, transform 12s;
  transition: opacity 1.8s, transform 12s, -webkit-transform 12s;
}

.scroll-box-scale.scroll-view {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: opacity 1.8s, -webkit-transform 12s;
  transition: opacity 1.8s, -webkit-transform 12s;
  transition: opacity 1.8s, transform 12s;
  transition: opacity 1.8s, transform 12s, -webkit-transform 12s;
}

.scroll-img {
  overflow: hidden;
}

.scroll-img:before,
.scroll-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: #171c61;
  -webkit-transition: left 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scroll-img:after {
  -webkit-transition: left 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: left 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  opacity: 0.5;
}

.scroll-img.scroll-view:before {
  left: 100%;
}

.scroll-img.scroll-view:after {
  left: 120%;
}

/* Animation */
@-webkit-keyframes drawLine {
  0% {
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  25% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  40% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0.7);
            transform: scale(1, 0.7);
  }
  75% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}
@keyframes drawLine {
  0% {
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  25% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  40% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0.7);
            transform: scale(1, 0.7);
  }
  75% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}
@-webkit-keyframes aw-move {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes aw-move {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.slide-bottom {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
          animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.kenburns-top {
  animation: kenburns-top 5s ease-out reverse both;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1.15) translateY(0);
            transform: scale(1.15) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1.15) translateY(0);
            transform: scale(1.15) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@-webkit-keyframes ani-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ani-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.scale-up-hor-left {
  -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes ani_kanbanIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani_kanbanIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani_zoomIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani_zoomIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani_wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ani_wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Container */
.g-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.container-1400 {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1600 {
  position: relative;
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
}

.page-wrap {
  position: relative;
  padding: 90px 0;
}
.page-wrap.sm-no-padding {
  padding: 60px 0;
}

.white-wrap {
  background: #fff;
  padding: 90px 6%;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #index section .container-1400,
  .page-wrap .container-1400{
    width: calc(100% - 60px)
  }
  #index #footer .container-1400{
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  #index section .container-1400,
  .page-wrap .container-1400{
    width: calc(100% - 150px)
  }
  .page-wrap .article-wrap{
    width: calc(100% - 80px)
  }
}
@media (max-width: 1199px) {
  .page-wrap {
    padding: 40px 0;
  }

  .g-wrap {
    padding-top: 80px;
  }

  .white-wrap {
    background: #fff;
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .page-wrap.sm-no-padding {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .g-wrap {
    padding-top: 60px;
  }

  .white-wrap {
    padding: 40px 2rem;
  }

  .page-wrap.sm-no-padding {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .white-wrap {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 499px) {
  .page-wrap {
    padding: 25px 0;
  }
}
/* Header */
#header {
  display: block;
  position: fixed;
  z-index: 88;
  width: 100%;
  text-align: right;
  padding: 21px 0;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: padding 0.3s ease 0.1s;
  transition: padding 0.3s ease 0.1s;
}
#header h2 {
  display: none;
  margin: 0;
}
#header .logo {
  display: block;
  width: 280px;
  height: 58px;
  margin: 0;
  float: left;
}
#header .logo a {
  font-size: 0;
  display: block;
  background-image: url("../images/header_logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
#header .menu {
  display: inline-block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#header .menu ul li {
  position: relative;
}
#header .menu ul li a {
  text-align: center;
  position: relative;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #444444;
}
#header .menu ul li ul {
  display: none;
}
#header .right-menu {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
#header .right-menu .tel {
  color: #0055c4;
  display: inline-block;
  border-radius: 30px;
  line-height: 48px;
  height: 50px;
  padding: 0 20px;
  font-size: 1.1111rem;
  margin-left: 10px;
  border: solid #0055c4 1px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
#header .right-menu .tel:hover {
  background: #e8f7ff;
}
#header .right-menu .tel img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -8px;
  max-width: 19px;
  height: auto !important;
}

@media (min-width: 1200px) {
  .pc #header .menu > ul > li.on > ul {
    display: none !important;
  }

  #header .menu > ul {
    font-size: 0;
  }
  #header .menu > ul > li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px;
  }
  #header .menu > ul > li > a {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    white-space: nowrap;
    line-height: 50px;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    -webkit-transition: padding 0.3s ease, color 0.3s ease;
    transition: padding 0.3s ease, color 0.3s ease;
  }
  #header .menu > ul > li > ul {
    text-align: center;
    position: absolute;
    width: 200px;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    margin-top: 22px;
    -webkit-transition: margin 0.25s;
    transition: margin 0.25s;
  }
  #header .menu > ul > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    height: 22px;
  }
  #header .menu > ul > li > ul li {
    border-top: 1px solid #1a6ddb;
  }
  #header .menu > ul > li > ul li a {
    display: block;
    padding: 12px 10px;
    color: #fff;
    background: #0055c4;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
  #header .menu > ul > li > ul li a:hover {
    background: #171c61;
    color: #fff;
  }
  #header .menu > ul > li > ul li:first-child {
    border-top: none;
  }
  #header .menu > ul > li.current > a {
    color: #2ca6e0;
  }
  #header .menu > ul li:hover > a {
    color: #171c61;
  }
  #header .menu > ul li:hover ul {
    display: block;
  }
  #header .switch {
    display: none;
  }
  #header.scroll-view {
    padding: 15px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: padding 0.3s ease 0.1s;
    transition: padding 0.3s ease 0.1s;
  }
  #header.scroll-view .menu > ul > li > ul {
    margin-top: 16px;
  }
  #header.scroll-view .menu > ul > li > ul::before {
    top: -16px;
    height: 16px;
  }

  .nav-cover {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  #header:not(.scroll-view) .menu > ul > li > ul {
    margin-top: 24px;
  }
  #header:not(.scroll-view) .menu > ul > li > ul::before {
    top: -24px;
    height: 24px;
  }
}
@media (max-width: 1680px) {
  #header .logo {
    width: 250px;
  }
  #header .menu > ul > li {
    margin: 0 15px;
  }
}
@media (max-width: 1366px) {
  #header {
    padding: 24px 0 23px;
  }
  #header .logo {
    width: 230px;
    height: 50px;
  }
  #header .menu > ul > li {
    margin: 0 10px;
  }
  #header .right-menu .tel {
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 1rem;
    margin-left: 5px;
  }
}
@media (max-width: 1199px) {
  .nav-cover {
    position: fixed;
    z-index: 98;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
  }

  #header {
    background: rgba(255, 255, 255, 0.95);
    padding: 0;
  }
  #header.scroll-view {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  #header .logo {
    margin: 15px 0;
  }
  #header .menu {
    position: fixed;
    right: -300px;
    width: 300px;
    top: 0;
    margin: 0;
    bottom: 0;
    padding-top: 100px;
    background-color: rgba(27, 27, 27, 0.95);
    z-index: 99;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
  #header .menu > ul {
    text-align: center;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    padding-bottom: 80px;
  }
  #header .menu > ul::-webkit-scrollbar {
    width: 5px;
  }
  #header .menu > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    margin: 0;
    background: rgba(3, 110, 183, 0.1);
  }
  #header .menu > ul::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    border-radius: 0;
    background: rgba(3, 110, 183, 0.25);
  }
  #header .menu > ul:hover::-webkit-scrollbar-thumb {
    background: rgba(3, 110, 183, 0.5);
  }
  #header .menu > ul > li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #header .menu > ul > li > a {
    color: #fff;
    display: block;
    padding: 20px 30px;
    text-align: left;
    font-size: 1.125rem;
  }
  #header .menu > ul > li > ul {
    padding: 0 20px 20px;
  }
  #header .menu > ul > li > ul > li {
    border-bottom: 0;
  }
  #header .menu > ul > li > ul > li > a {
    display: block;
    padding: 10px;
    color: #FFF;
    font-size: 0.9375rem;
    letter-spacing: 2px;
    text-align: left;
  }
  #header .menu > ul > li.has-child:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #2ca6e0;
    position: absolute;
    right: 20px;
    top: 34px;
  }
  #header .menu > ul > li.has-child:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #2ca6e0;
    position: absolute;
    right: 27px;
    top: 27px;
    z-index: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
  }
  #header .menu > ul > li.on {
    background: rgba(0, 0, 0, 0.3);
  }
  #header .menu > ul > li.current > a {
    color: #2ca6e0;
  }
  #header .menu > ul > li.on.has-child:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
  }
  #header .menu.active {
    right: 0;
  }
  #header .menu.active > ul > li {
    -webkit-animation: scale-up-hor-left 0.5s ease both;
            animation: scale-up-hor-left 0.5s ease both;
  }
  #header .menu.active > ul > li:nth-child(1) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  #header .menu.active > ul > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  #header .menu.active > ul > li:nth-child(3) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  #header .menu.active > ul > li:nth-child(4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  #header .menu.active > ul > li:nth-child(5) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  #header .menu.active > ul > li:nth-child(6) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #header .menu.active > ul > li:nth-child(7) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  #header .menu.active > ul > li:nth-child(8) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #header .menu.active > ul > li:nth-child(9) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }
  #header .menu.active > ul > li:nth-child(10) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  #header .right-menu {
    margin-top: 18px;
    margin-right: 5px;
  }
  #header .switch {
    font-weight: bold;
    width: 70px;
    height: 40px;
    line-height: 40px;
    margin-top: 18px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 0.2s ease 0.2s;
    transition: color 0.2s ease 0.2s;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    color: #2ca6e0;
    cursor: pointer;
    z-index: 99;
  }
  #header .switch::before, #header .switch::after {
    pointer-events: none;
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 55%;
    margin-left: -12px;
    border-style: solid;
    border-color: #2ca6e0;
    opacity: 0;
  }
  #header .switch::before {
    margin-top: -31px;
    border-width: 0 0 1px 1px;
  }
  #header .switch::after {
    margin-top: 1px;
    border-width: 1px 1px 0 0;
  }
  #header .switch.on {
    top: 10px;
    margin: 0 -12px 0 0;
    height: 70px;
    font-size: 0;
    -webkit-transition: margin 0.5s ease 0.2s;
    transition: margin 0.5s ease 0.2s;
  }
  #header .switch.on::before, #header .switch.on::after {
    transitio-delay: 0.2s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 0;
  }
  #header .logo {
    width: 145px;
    height: 30px;
  }
  #header .menu {
    width: 90%;
    right: -90%;
    padding-top: 80px;
    background-position: center center;
  }
  #header .right-menu {
    padding: 0;
    top: 10px;
    margin-top: 15px;
  }
  #header .right-menu .tel {
    font-size: 0.7rem;
    height: 30px;
    line-height: 28px;
    padding: 0 5px 5px 5px;
    margin: 0;
    vertical-align: middle;
  }
  #header .right-menu .tel img {
    width: 15px;
    margin-right: 3px;
    margin-bottom: -3px;
  }
  #header .switch {
    font-size: 0.875rem;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
  }
  #header .switch.on {
    height: 60px;
  }
}
@media (max-width: 399px) {
  #header {
    min-width: 300px;
  }
  #header .right-menu {
    margin-top: 12px;
  }
  #header .right-menu .tel {
    font-size: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
  }
  #header .right-menu .tel img {
    display: inline-block;
  }
  #header .switch {
    margin-top: 12px;
  }
}
/* Footer */
#footer {
  padding: 0 0 3%;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-color: #000;
  background-size: cover;
  font-size: 0;
  color: #fff;
  line-height: 2.2rem;
}
#footer a {
  color: rgba(222, 218, 212, 0.8);
  -webkit-transition: color 0.5s easeInOutCubic;
  transition: color 0.5s easeInOutCubic;
}
#footer .info-wrap {
  padding-top: 3%;
}
#footer .info-wrap .left-box {
  vertical-align: top;
  width: 290px;
}
#footer .info-wrap .left-box .foot-logo {
  display: block;
  width: 100%;
}
#footer .foot-clinic-name {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
#footer .foot-clinic-name small{
  color: rgb(255 255 255 / 60%);
  font-size: 0.875rem;
  display: block;
}
#footer .foot-clinic-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .foot-clinic-info li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
#footer .foot-clinic-info li::after{
  content: '/';
  position: absolute;
  top: 0;
  right: -18px;
  opacity: 0.5;
}
#footer .foot-clinic-info li:last-child::after{
  display: none;
}
#footer .foot-clinic-info li a {
  color: #fff;
  text-decoration: none;;
}
#footer .foot-clinic-info li a:hover {
  color: #fff;
  text-decoration: underline;;
}
#footer .info-wrap .right-box {
  width: calc( 100% - 290px );
  padding-left: 3rem;
}
#footer .info-wrap .right-box .copyright {
  font-size: 0.8889rem;
}
#footer .info-wrap .right-box .copyright a {
  color: #2ca6e0;
  display: inline-block;
  margin-left: 20px;
}
#footer .info-wrap .right-box .copyright .grnet {
  display: inline-block;
}
#footer .form-wrap {
  padding: 60px 52px;
  background-color: #4eb3e3
  /* background: url(../images/footer_form_bg.jpg) center center no-repeat;
  background-size: cover; */
}
#footer .form-wrap .left-box,
#footer .form-wrap .right-box {
  width: calc( (100% - 100px)/2 );
  padding: 0 1rem;
}
#footer .form-wrap .g-title {
  position: relative;
  display: inline-block;
  width: 100px;
  text-align: left;
}
#footer .form-wrap .g-title .en {
  display: inline-block;
  font-size: 2.0556rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  vertical-align: top;
}
#footer .form-wrap .g-title .ch {
  display: inline-block;
  font-size: 1.3333rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
#footer .form-wrap .g-title::after {
  position: absolute;
  background: #87d8ff;
  width: 1px;
  height: 41px;
  left: 50px;
  top: 109px;
}

@media (max-width: 1680px) {
  #footer .info-wrap .right-box {
    padding-left: 10%;
  }
  #footer .info-wrap .right-box .ul-list > li {
    margin: 0.5rem 0 0.5rem 5%;
  }
}
@media (max-width: 1199px) {
  #footer .form-wrap {
    padding: 50px 40px;
  }
  #footer .form-wrap .g-title {
    width: 85px;
  }
  #footer .form-wrap .left-box,
#footer .form-wrap .right-box {
    padding: 0 5px;
    width: calc( (100% - 85px)/2 );
  }
  #footer .info-wrap .right-box {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  #footer a:hover {
    color: #0055c4;
  }
  #footer a.fb:hover {
    color: #0078d7;
  }
  #footer a.ig:hover {
    color: #e1306c;
  }
  #footer .info-wrap .left-box .footer-info a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  #footer .form-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .form-wrap .left-box,
#footer .form-wrap .right-box {
    display: block;
    width: 100%;
  }
  #footer .form-wrap .g-title {
    width: auto;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    position: relative;
  }
  #footer .form-wrap .g-title .en, #footer .form-wrap .g-title .ch {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: block;
  }
  #footer .form-wrap .g-title .ch {
    margin-top: 10px;
  }
  #footer .form-wrap .g-title::after {
    display: none;
  }
  #footer .info-wrap .left-box,
#footer .info-wrap .right-box {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  #footer .info-wrap .left-box .footer-info {
    text-align: left;
  }
  #footer .info-wrap .right-box .ul-list > li {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-bottom: 65px;
  }
  #footer .form-wrap {
    padding: 50px 0;
  }
}
/* FORM - BOX */
.form-box {
  display: block;
  position: relative;
  margin: 0 auto 20px auto;
  padding: 0 0 0 105px;
  color: #222;
}

.form-sex {
  position: relative;
}
.form-sex .input-style {
  width: calc( 100% - 140px );
}
.form-sex .form-gp {
  width: 130px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -2px;
}
.form-sex .form-gp .radio-style {
  height: 55px;
  line-height: 55px;
  margin: 0 2px;
  width: calc(50% - 8px);
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0;
  text-align: center;
  border: 0;
}

@media (max-width: 991px) {
  .form-box {
    margin-bottom: 10px;
    padding: 0 0 0 130px;
  }
}
@media (max-width: 767px) {
  .form-box {
    padding: 0;
  }

  .form-sex .input-style {
    width: calc( 100% - 115px );
  }
  .form-sex .form-gp {
    width: 110px;
  }
  .form-sex .form-gp .radio-style {
    height: 45px;
    line-height: 45px;
  }
}
/* CODE */
.form-box.code {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.form-box.code .input-style {
  vertical-align: middle;
  width: calc( 100% - 184px - 184px );
}
.form-box.code .codeimg {
  vertical-align: middle;
  bottom: 0px;
  right: 0;
  height: 55px;
  width: 100px;
  overflow: hidden;
  display: inline-block;
}
.form-box.code .codeimg img {
  width: 100%;
}
.form-box.code .g-btn {
  float: right;
  vertical-align: middle;
}

@media (max-width: 1480px) {
  .form-box.code .input-style {
    width: calc( 100% - 104px - 104px );
  }
  .form-box.code .g-btn {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .form-box.code .codeimg {
    height: 46px;
  }
  .form-box.code .codeimg img {
    height: 46px;
  }
  .form-box.code .codeimg::after {
    height: 46px;
  }
}
/* LABEL */
.label-style {
  font-size: 1rem;
  padding: 15px 10px;
  line-height: 1.5;
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  width: 105px;
  text-align: justify;
  color: #fff;
}

@media (max-width: 767px) {
  .label-style {
    position: relative;
    padding: 8px 5px;
  }
}
/* TEXT */
.input-style {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 55px;
  padding: 0 15px;
  width: 100%;
  border-radius: 0;
}
.input-style:focus {
  border: 1px solid #0055c4;
}

@media (max-width: 767px) {
  .input-style {
    height: 45px;
  }
}
/* TEXTAREA */
.textarea-style {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 120px;
  padding: 10px 15px;
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-transition: border 0.15s, height 0.15s;
  transition: border 0.15s, height 0.15s;
}
.textarea-style:focus {
  border: 1px solid #0055c4;
}

/* SELECT */
.select-style {
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: url(../images/select_arrow.png) calc( 100% - 10px ) 20px no-repeat #fff;
  outline: none;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
}
.select-style:focus {
  border: 1px solid #0055c4;
}

@media (max-width: 767px) {
  .select-style {
    height: 45px;
    line-height: 45px;
  }
}
/* RADIO */
.radio-style {
  margin: 0 5px;
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  white-space: nowrap;
}
.radio-style em {
  font-style: normal;
}
.radio-style input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radio-style input + span {
  display: inline-block;
  vertical-align: baseline;
  border: 3px solid #fff;
  background: #fff;
  width: 20px;
  height: 20px;
  margin: 0 10px -2px 0;
  border-radius: 50%;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.radio-style input:checked + span {
  background: #0055c4;
}
.radio-style:hover, .radio-style:active {
  cursor: pointer;
}
.radio-style:hover input + span, .radio-style:active input + span {
  border-color: #0055c4;
}

.list,
.wrap {
  font-size: 0;
}
.list .box,
.list .left-box,
.list .right-box,
.wrap .box,
.wrap .left-box,
.wrap .right-box {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
.list .left-box,
.list .right-box,
.wrap .left-box,
.wrap .right-box {
  width: 50%;
}
.list .box .pic-box,
.list .item .pic-box,
.wrap .box .pic-box,
.wrap .item .pic-box {
  position: relative;
  overflow: hidden;
}
.list .box .pic-box img,
.list .item .pic-box img,
.wrap .box .pic-box img,
.wrap .item .pic-box img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 1s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 1s ease;
  transition: transform 0.8s ease, opacity 1s ease, -webkit-transform 0.8s ease;
}
.list .box .txt-box,
.list .item .txt-box,
.wrap .box .txt-box,
.wrap .item .txt-box {
  padding: 1rem 0;
  color: #222222;
}
.list .box .txt-box .h3,
.list .box .txt-box .ti,
.list .item .txt-box .h3,
.list .item .txt-box .ti,
.wrap .box .txt-box .h3,
.wrap .box .txt-box .ti,
.wrap .item .txt-box .h3,
.wrap .item .txt-box .ti {
  margin: 0 0 1rem 0;
  font-size: 1.1875rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list .box .txt-box .des,
.list .box .txt-box .txt,
.list .item .txt-box .des,
.list .item .txt-box .txt,
.wrap .box .txt-box .des,
.wrap .box .txt-box .txt,
.wrap .item .txt-box .des,
.wrap .item .txt-box .txt {
  font-size: 1.0625rem;
  color: #555;
  overflow: hidden;
  line-height: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .list .box .txt-box .h3,
.list .box .txt-box .ti,
.list .item .txt-box .h3,
.list .item .txt-box .ti,
.wrap .box .txt-box .h3,
.wrap .box .txt-box .ti,
.wrap .item .txt-box .h3,
.wrap .item .txt-box .ti {
    font-size: 1.125rem;
  }
  .list .box .txt-box .txt,
.list .box .txt-box .des,
.list .item .txt-box .txt,
.list .item .txt-box .des,
.wrap .box .txt-box .txt,
.wrap .box .txt-box .des,
.wrap .item .txt-box .txt,
.wrap .item .txt-box .des {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 992px) {
  .list .box:hover .txt-box .h3,
.list .box:hover .txt-box .ti,
.list .item:hover .txt-box .h3,
.list .item:hover .txt-box .ti,
.wrap .box:hover .txt-box .h3,
.wrap .box:hover .txt-box .ti,
.wrap .item:hover .txt-box .h3,
.wrap .item:hover .txt-box .ti {
    color: #171c61;
  }
  .list .box .pic-box:hover img,
.list .item .pic-box:hover img,
.wrap .box .pic-box:hover img,
.wrap .item .pic-box:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 991px) {
  .list,
.wrap {
    text-align: left;
  }
  .list .box .txt-box .h3,
.list .box .txt-box .ti,
.list .item .txt-box .h3,
.list .item .txt-box .ti,
.wrap .box .txt-box .h3,
.wrap .box .txt-box .ti,
.wrap .item .txt-box .h3,
.wrap .item .txt-box .ti {
    font-size: 1.025rem;
  }
}
@media (max-width: 767px) {
  .list .box .txt-box,
.list .item .txt-box,
.wrap .box .txt-box,
.wrap .item .txt-box {
    padding: 0.8rem;
  }
  .list .box .txt-box .h3,
.list .box .txt-box .ti,
.list .item .txt-box .h3,
.list .item .txt-box .ti,
.wrap .box .txt-box .h3,
.wrap .box .txt-box .ti,
.wrap .item .txt-box .h3,
.wrap .item .txt-box .ti {
    font-size: 1.1rem;
    height: auto;
    margin-bottom: 5px;
  }
  .list .box .txt-box .des,
.list .box .txt-box .txt,
.list .item .txt-box .des,
.list .item .txt-box .txt,
.wrap .box .txt-box .des,
.wrap .box .txt-box .txt,
.wrap .item .txt-box .des,
.wrap .item .txt-box .txt {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.text-edit {
  line-height: 2;
  color: #666666;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}
.text-edit img {
  max-width: 100%;
  height: auto !important;
}

.system-info {
  text-align: center;
  margin: 0 auto;
  padding: 5vh 0;
  color: #2ca6e0;
  font-size: 1.0714rem;
  line-height: 2;
  letter-spacing: 1px;
}

.system-info {
  padding: 8vh 0;
}

.no-data i,
.system-info i {
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #2ca6e0;
}

.system-info .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 3rem;
  border-radius: 90px;
  text-align: center;
  border: 1px solid #2ca6e0;
  opacity: 0.5;
}

.system-info .icon i {
  color: #2ca6e0;
  margin: 0;
  line-height: 90px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .system-info {
    padding: 5vh 0;
  }
}
/* No Data */          
.msg-nodata {
  padding: 60px 0;
  margin: auto;
  text-align: center;
}
.msg-nodata.showrole {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.25s ease;
  transition: opacity 0.6s 0.25s ease;
}
.msg-nodata.scroll-view {
  opacity: 1;
}
.msg-nodata .img {
  width: 85px;
  height: 85px;
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  border: 3px solid #2ca6e0;
}
.msg-nodata .img.letter::before {
  content: "";
  height: 2.25rem;
  width: 2.25rem;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232ca6e0' d='M20,4H4C2.9,4,2.01,4.9,2.01,6L2,18c0,1.1,0.9,2,2,2h8l0-2H4V8l8,5l8-5v5h2V6C22,4.9,21.1,4,20,4z M12,11L4,6h16L12,11z M17.34,22l-3.54-3.54l1.41-1.41l2.12,2.12l4.24-4.24L23,16.34L17.34,22z' /%3E%3C/svg%3E");
}
.msg-nodata .img.check::before {
  content: "";
  height: 2.625rem;
  width: 2.625rem;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232ca6e0' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' /%3E%3C/svg%3E");
}
.msg-nodata .img::before {
  content: "!";
  font-style: normal;
  font-weight: 900;
  font-size: 2.25rem;
  color: #2ca6e0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.msg-nodata .text {
  text-align: center;
  font-size: 1.125rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  margin: 20px auto 30px;
}
.msg-nodata .text .t-cut {
  display: block;
}
.msg-nodata .text strong {
  display: block;
  font-size: 2.5em;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 auto 10px;
}
.msg-nodata .btns {
  text-align: center;
}
.msg-nodata .btns a {
  display: inline-block;
  border: 1px solid #9dd1ea;
  background: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  color: #7cb9d6;
  font-weight: 600;
  padding: 0 20px;
  line-height: 50px;
  min-width: 180px;
  border-radius: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.msg-nodata .btns a:hover {
  background: #2ca6e0;
  color: #fff;
  border-color: #2ca6e0;
}
.msg-nodata.showrole .img {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.msg-nodata.showrole .text {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
}
.msg-nodata.showrole .btns {
  opacity: 0;
  -webkit-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
  -webkit-transition: opacity 0.3s 0.22s, -webkit-transform 0.3s 0.22s;
  transition: opacity 0.3s 0.22s, -webkit-transform 0.3s 0.22s;
  transition: opacity 0.3s 0.22s, transform 0.3s 0.22s;
  transition: opacity 0.3s 0.22s, transform 0.3s 0.22s, -webkit-transform 0.3s 0.22s;
}
.msg-nodata.scroll-view .img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.msg-nodata.scroll-view .text, .msg-nodata.scroll-view .btns {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 1199px) {
  .msg-nodata {
    padding: 50px 0;
  }
  .msg-nodata .text {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .msg-nodata .text strong {
    font-size: 2.25rem;
  }
}
@media (max-width: 599px) {
  .msg-nodata .text {
    font-size: 1rem;
  }
  .msg-nodata .text strong {
    font-size: 1.875rem;
  }
  .msg-nodata .text .t-cut {
    display: inline;
  }
}
@media (max-width: 499px) {
  .msg-nodata .text strong {
    font-size: 1.388rem;
  }
}
.social-wrap {
  position: fixed;
  right: 0;
  width: 80px;
  top: 50%;
  display: inline-block;
  color: #2ca6e0;
  z-index: 87;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.social-wrap ul {
  display: inline-block;
}
.social-wrap ul li {
  width: 80px;
}
.social-wrap ul li a {
  text-align: center;
  display: block;
  color: #fff;
  width: 80px;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #0055c4;
}
.social-wrap ul li.fb-pos {
  border-top: 1px solid  #3b7fd8;
}
.social-wrap ul li .fb {
  font-size: 0;
  height: 80px;
  line-height: 80px;
}
.social-wrap ul li .fb::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 23px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' stroke='none' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
.social-wrap ul li .line {
  padding: 2rem 25px;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
}
.social-wrap ul li .line::before {
  content: '';
  display: inline-block;
  margin-bottom: 3px;
  width: 25px;
  height: 25px;
  background-image: url(../images/icon_line.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.social-wrap .go-top {
  z-index: 990;
  width: 80px;
  height: 80px;
  padding: 33px;
  background: #000;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 0;
  opacity: 0;
}
.social-wrap .go-top span {
  display: block;
  width: 15px;
  height: 15px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-wrap .go-top.scroll-view {
  opacity: 1;
}

@media (min-width: 992px) {
  .social-wrap ul li a.fb:hover {
    background: #171c61;
  }
  .social-wrap ul li a.line:hover {
    background-color: #171c61;
  }
  .social-wrap .go-top:hover {
    background: #2168c5;
  }
}
@media (max-width: 1199px) {
  .social-wrap {
    width: 50px;
  }
  .social-wrap ul {
    display: inline-block;
  }
  .social-wrap ul li {
    width: 50px;
  }
  .social-wrap ul li a {
    width: 50px;
    font-size: 0.8rem;
  }
  .social-wrap ul li .fb {
    line-height: 50px;
    height: 50px;
  }
  .social-wrap ul li .fb::before {
    width: 13px;
    height: 18px;
  }
  .social-wrap ul li .line {
    padding: 20px 10px;
  }
  .social-wrap .go-top {
    width: 50px;
    height: 50px;
    padding: 20px;
  }
  .social-wrap .go-top span {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .social-wrap {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: auto;
    height: 50px;
    background: #0055c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .social-wrap ul {
    width: calc(100% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .social-wrap ul li {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
  .social-wrap ul li.fb-pos {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border-top: 0
  }
  .social-wrap ul li a.line:before{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px 0 0
  }
  .social-wrap ul li a {
    width: auto;
    white-space: nowrap;
  }
  .social-wrap ul li a.fb {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .social-wrap ul li a.line {
    text-align: center;
    letter-spacing: 0.05em;
    padding: 0;
    line-height: 50px;
  }

  .go-top {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    background-color: #333;
  }
}
/* Title */
.g-title {
  margin-bottom: 2rem;
  color: #0055c4;
}
.g-title .en {
  display: block;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.1;
  color: #171c61;
}
.g-title .ch {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.1;
  color: #0055c4;
  text-shadow: 0 0 1px rgba(0, 85, 196, 0.3);
}
.g-title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #2ca6e0;
  margin-left: 10px;
  vertical-align: middle;
}
.g-title.no-line::after {
  display: none;
}

@media (max-width: 1199px) {
  .g-title .en {
    font-size: 3rem;
  }
  .g-title .ch {
    font-size: 1.111rem;
  }
}
@media (max-width: 991px) {
  .g-title .en {
    font-size: 2.25rem;
  }
  .g-title .ch {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .g-title {
    margin-bottom: 1rem;
  }
  .g-title .en {
    font-size: 1.65rem;
    line-height: 1;
  }
  .g-title .ch {
    display: block;
    margin-top: 10px;
  }
  .g-title::after {
    display: none;
  }
}
@media (max-width: 499px) {
  .g-title .en {
    font-size: 1.5rem;
  }
}
/* Button */
.g-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 55px;
  line-height: 53px;
  width: 180px;
  padding: 0;
  border: 1px solid transparent;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  color: #fff;
  text-align: center;
  font-size: 0.8889rem;
  background: transparent;
}
.g-btn.dark {
  background: #171c61;
}
.g-btn.blue {
  background: #0055c4;
}
.g-btn.white {
  background: #fff;
  color: #0055c4;
  border: 1px solid #0055c4;
}
.g-btn.light {
  color: #fff;
  background: #2ca6e0;
}
.g-btn.trnasparent {
  background: trnasparent;
  color: #fff;
  border: 1px solid #fff;
}

@media (min-width: 992px) {
  .g-btn:hover {
    color: #fff;
    background: #0055c4;
    border: 1px solid #0055c4;
  }
  .g-btn:hover.blue {
    background: #171c61;
  }
  .g-btn:hover.white {
    background: #0055c4;
    border: 1px solid #0055c4;
  }
  .g-btn:hover.light {
    color: #fff;
    border-color: #43bdf7;
    background: #43bdf7;
  }
  .g-btn:hover.trnasparent {
    background: #171c61;
    border: 1px solid #171c61;
  }
}
@media (max-width: 767px) {
  .g-btn {
    line-height: 46px;
    height: 48px;
  }
}
.btn-back {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 55px;
  line-height: 53px;
  width: 180px;
  max-width: 50%;
  padding: 0;
  border: 0;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #171c61;
  color: #e8e8e8;
  text-align: center;
  font-size: 0.7778rem;
  color: #fff;
}
.btn-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.btn-back .back {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-filter: url(#filter);
          filter: url(#filter);
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 0;
  left: -50%;
  top: -50%;
}
.btn-back + svg {
  width: 0;
  height: 0;
}

@media (min-width: 992px) {
  .btn-back:hover .txt {
    color: #fff;
  }
  .btn-back:hover .back {
    width: 150%;
    height: 200%;
    background: rgba(200, 200, 200, 0.1);
  }
}
.btn-wrap {
  margin: 2rem auto;
}

.btn-wrap-center {
  text-align: center;
  margin: 2rem 0;
}

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

.more {
  color: #171c61;
  position: relative;
  z-index: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  height: 30px;
  text-align: left;
  line-height: 30px;
  border-bottom: 1px solid #171c61;
  -webkit-transition: letter-spacing 0.3s ease, color 0.3s ease;
  transition: letter-spacing 0.3s ease, color 0.3s ease;
}
.more::after {
  content: "";
  width: 0px;
  height: 1px;
  background: #171c61;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  -webkit-transition: width 0.5s ease, color 0.3s ease 0.4s;
  transition: width 0.5s ease, color 0.3s ease 0.4s;
}

@media (min-width: 992px) {
  .more:hover {
    letter-spacing: 1px;
  }
  .more:hover::after {
    width: 100%;
    background: #0055c4;
  }
}
/* Hover */
@media (min-width: 992px) {
  .hover-style {
    position: relative;
    z-index: 0;
  }
  .hover-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    opacity: 0;
  }
  .hover-style::after {
    content: "VIEW >";
    text-align: center;
    width: 90px;
    position: absolute;
    font-size: 0.875rem;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #2ca6e0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    z-index: 3;
    height: 30px;
    line-height: 30px;
  }

  .hover-style:hover:before {
    opacity: 1;
    background-size: 60% auto;
  }

  .hover-style:hover:after {
    opacity: 1;
  }
}
/* 數量共用 */
.qty-wrap {
  font-size: 1rem;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  color: #444;
  background: #fff;
  width: 160px;
}

.qty-wrap .qty-minus,
.qty-wrap .qty-plus {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #222;
  -webkit-transition: background ease 0.5s, color ease 0.5s;
  transition: background ease 0.5s, color ease 0.5s;
  background: #fff;
}

.qty-wrap input {
  height: 40px;
  border: 0;
  text-align: center;
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
  background: transparent;
  padding: 0 5px;
}

.qty-wrap .qty-minus {
  float: left;
  border-right: 1px solid #ddd;
}

.qty-wrap .qty-plus {
  float: right;
  border-left: 1px solid #ddd;
}

.qty-wrap .qty-minus span,
.qty-wrap .qty-plus span {
  display: block;
  width: 10px;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
}

.qty-wrap .qty-plus span:after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #666;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 49%;
}

@media (min-width: 992px) {
  .qty-wrap .qty-minus:hover,
.qty-wrap .qty-plus:hover {
    background: #fff;
  }
}
@media (max-width: 991px) {
  .qty-wrap,
.qty-wrap input,
.qty-wrap .qty-minus,
.qty-wrap .qty-plus {
    height: 40px;
    line-height: 40px;
  }

  .qty-wrap {
    width: 120px;
  }

  .qty-wrap .qty-minus,
.qty-wrap .qty-plus {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .qty-wrap,
.qty-wrap input,
.qty-wrap .qty-minus,
.qty-wrap .qty-plus {
    height: 35px;
    line-height: 35px;
  }

  .qty-wrap {
    width: 105px;
  }

  .qty-wrap .qty-minus,
.qty-wrap .qty-plus {
    width: 35px;
  }
}
/* share to community */
.p-share-box {
  position: relative;
}
.p-share-box::before {
  content: "SHARE:";
  overflow: visible;
  display: inline-block;
  white-space: nowrap;
  padding: 5px 0 5px 25px;
  margin-right: 5px;
  vertical-align: middle;
  color: #888;
  font-size: 0.77rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Arial", sans-serif;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23888' stroke='none' d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92-1.31-2.92-2.92-2.92z'/%3E%3C/svg%3E") no-repeat 0 2px/18px;
}
.p-share-box.link--style::before {
  content: "LINKS:";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23888' stroke='none' d='M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z'/%3E%3C/svg%3E") no-repeat 0 2px/18px;
}
.p-share-box .clink {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  color: inherit;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 0;
  border-radius: 50px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.p-share-box .clink::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.p-share-box .clink.fb::before {
  width: 13px;
  height: 19px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23666' stroke='none' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
.p-share-box .clink.line::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23666'%3E%3Cpath d='M185,88.1c0-38-38-69-85-69s-85,31-85,69c0,34,30,63,71,68c3,0,6,2,7,4c1,2,1,5,0,8c0,0-1,6-1,7c0,2-2,8,7,5 c9-4,49-29,67-49l0,0C179,117.1,185,103.1,185,88.1z M71,107.1c0,1-1,2-2,2H47l0,0h-1l0,0l0,0v-1l0,0v-36c0-1,1-2,2-2h6c1,0,2,1,2,2 v28h14c1,0,2,1,2,2L71,107.1L71,107.1z M85,107.1c0,1-1,2-2,2h-6c-1,0-2-1-2-2v-35c0-1,1-2,2-2h6c1,0,2,1,2,2V107.1z M124,107.1 c0,1-1,2-2,2h-6l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l-16-22v21c0,1-1,2-2,2h-6c-1,0-2-1-2-2v-36c0-1,1-2,2-2h6l0,0l0,0l0,0l0,0 l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l16,22v-20c0-1,1-2,2-2h6c1,0,2,1,2,2V107.1L124,107.1z M155,77.1 c0,1-1,2-2,2h-15v6h15c1,0,2,1,2,2v6c0,1-1,2-2,2h-15v5h15c1,0,2,1,2,2v6c0,1-1,2-2,2h-22l0,0h-1l0,0l0,0v-1l0,0v-37l0,0v-1l0,0l0,0 h1l0,0h22c1,0,2,1,2,2V77.1z'/%3E%3C/svg%3E") no-repeat 0 100%/contain;
}
.p-share-box .clink.copy::before {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm-1 4H8c-1.1 0-1.99.9-1.99 2L6 21c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V11l-6-6zM8 21V7h6v5h5v9H8z'/%3E%3C/svg%3E") no-repeat 0 100%/contain;
}
.p-share-box .clink.home::before {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z'/%3E%3C/svg%3E") no-repeat 0 100%/contain;
}

.pc .p-share-box .clink.fb:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.pc .p-share-box .clink.fb:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' stroke='none' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
}
.pc .p-share-box .clink.line:hover {
  background-color: #00c300;
  border-color: #00c300;
}
.pc .p-share-box .clink.line:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23fff'%3E%3Cpath d='M185,88.1c0-38-38-69-85-69s-85,31-85,69c0,34,30,63,71,68c3,0,6,2,7,4c1,2,1,5,0,8c0,0-1,6-1,7c0,2-2,8,7,5 c9-4,49-29,67-49l0,0C179,117.1,185,103.1,185,88.1z M71,107.1c0,1-1,2-2,2H47l0,0h-1l0,0l0,0v-1l0,0v-36c0-1,1-2,2-2h6c1,0,2,1,2,2 v28h14c1,0,2,1,2,2L71,107.1L71,107.1z M85,107.1c0,1-1,2-2,2h-6c-1,0-2-1-2-2v-35c0-1,1-2,2-2h6c1,0,2,1,2,2V107.1z M124,107.1 c0,1-1,2-2,2h-6l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l-16-22v21c0,1-1,2-2,2h-6c-1,0-2-1-2-2v-36c0-1,1-2,2-2h6l0,0l0,0l0,0l0,0 l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l16,22v-20c0-1,1-2,2-2h6c1,0,2,1,2,2V107.1L124,107.1z M155,77.1 c0,1-1,2-2,2h-15v6h15c1,0,2,1,2,2v6c0,1-1,2-2,2h-15v5h15c1,0,2,1,2,2v6c0,1-1,2-2,2h-22l0,0h-1l0,0l0,0v-1l0,0v-37l0,0v-1l0,0l0,0 h1l0,0h22c1,0,2,1,2,2V77.1z'/%3E%3C/svg%3E");
}
.pc .p-share-box .clink.copy:hover {
  background-color: #2ca6e0;
  border-color: #2ca6e0;
}
.pc .p-share-box .clink.copy:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm-1 4H8c-1.1 0-1.99.9-1.99 2L6 21c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V11l-6-6zM8 21V7h6v5h5v9H8z'/%3E%3C/svg%3E");
}
.pc .p-share-box .clink.home:hover {
  background-color: #2ca6e0;
  border-color: #2ca6e0;
}
.pc .p-share-box .clink.home:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z'/%3E%3C/svg%3E");
}

@media (max-width: 839px) {
  .p-share-box .clink {
    width: 30px;
    height: 30px;
  }
  .p-share-box .clink.fb::before {
    width: 11px;
    height: 16px;
  }
  .p-share-box .clink.line::before {
    width: 20px;
    height: 20px;
  }
  .p-share-box .clink.copy::before {
    width: 18px;
    height: 18px;
  }
}
/* Copy String */  
.js-copyurl {
  position: relative;
  cursor: copy;
}

.copy-done {
  left: 50%;
  white-space: nowrap;
  top: 0;
  z-index: 10;
  line-height: 1;
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  padding: 6px;
  display: inline-block;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
}

/* PLUGIN: Slick Controller */
.slick-dots {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 1rem 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  outline: none;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  font-size: 0;
  line-height: 0;
  background: #b5b6b6;
  border: 0;
  -webkit-transition: background-color 0.25s, width 0.25s;
  transition: background-color 0.25s, width 0.25s;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background: #0055c4;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
  top: 50%;
  border: none;
  margin-top: -22.5px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.slick-prev {
  left: 0px;
}

.slick-prev:before {
  left: 50%;
  margin-left: -4px;
  border-left: 3px solid #dedad4;
  border-top: 3px solid #dedad4;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.slick-prev:not(.slick-disabled):hover:before,
.slick-prev:not(.slick-disabled):active:before {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}

.slick-next {
  right: 0;
}

.slick-next:before {
  right: 50%;
  margin-right: -4px;
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  border-right: 3px solid #dedad4;
  border-bottom: 3px solid #dedad4;
}

.slick-next:not(.slick-disabled):hover:before,
.slick-next:not(.slick-disabled):active:before {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #0055c4;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before {
  font-size: 40px;
  color: #0055c4;
}

@media (max-width: 1199px) {
  .slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: rgba(0, 0, 0, 0.6);
  }

  .slick-prev:before,
.slick-next:before {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    border-width: 2px;
  }

  .slick-prev:before {
    margin-left: -3px;
  }

  .slick-next:before {
    margin-right: -3px;
  }
}
@media (min-width: 992px) {
  .slick-lightbox .slick-lightbox-inner .slick-lightbox-close:hover {
    background: #0055c4;
    border: 1px solid #0055c4;
  }

  .slick-lightbox .slick-lightbox-inner .slick-lightbox-close:hover:before {
    color: #2ca6e0;
  }
}
/* PLUGIN: INFINITE */
/* scroller-status ------------------------- */
.page-load-status {
  display: none;
  margin: 0 auto;
  font-size: 0.8235rem;
  letter-spacing: 2px;
  text-align: center;
}

.btn-loadmore {
  border: 0;
  height: 100px;
  margin: 1rem auto 3rem;
  font-size: 0.8235rem;
  letter-spacing: 1px;
  position: relative;
  display: block;
  color: #171c61;
  background: transparent;
  -webkit-transition: letter-spacing 0.3s ease;
  transition: letter-spacing 0.3s ease;
}
.btn-loadmore::before {
  content: "";
  height: 40px;
  display: block;
  background: #171c61;
  margin: 0px auto;
  position: absolute;
  left: 50%;
  top: 60px;
  width: 2px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border-radius: 2px;
  margin-left: -1px;
}
.btn-loadmore::after {
  content: "";
  top: 94px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 0px 2px 2px 0;
  border-color: #171c61;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
  position: absolute;
  left: 50%;
  border-radius: 2px;
}
.btn-loadmore .circle {
  left: 50%;
  top: 80px;
  opacity: 1;
  margin-left: -22.5px;
}

@media (min-width: 992px) {
  .btn-loadmore:hover {
    letter-spacing: 2px;
  }
  .btn-loadmore:hover:hover:before {
    height: 50px;
  }
  .btn-loadmore:hover:hover:after {
    top: 104px;
  }
  .btn-loadmore:hover .circle {
    opacity: 0.3;
    -webkit-animation: aw-move 0.5s ease-in-out alternate infinite;
            animation: aw-move 0.5s ease-in-out alternate infinite;
  }
}
@media (max-width: 767px) {
  .btn-loadmore {
    padding-bottom: 40px;
  }
}
/* loader-effect ------------------------- */
.loader-eff {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-eff > div {
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.5em;
  background: #171c61;
  opacity: 0.8;
  position: absolute;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.loader-eff > div:nth-child(1),
.loader-eff > div:nth-child(2) {
  left: 0;
}

.loader-eff > div:nth-child(3) {
  left: 1.5em;
}

.loader-eff > div:nth-child(4) {
  left: 3em;
}

.loader-eff > div:nth-child(1) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
}

.loader-eff > div:nth-child(2),
.loader-eff > div:nth-child(3) {
  -webkit-animation-name: slide;
          animation-name: slide;
}

.loader-eff > div:nth-child(4) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
  animation-direction: reverse;
}

@-webkit-keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}
@keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}
/* --- PLUGIN: Infinite Scroll --- */
.ifs-loader-eff {
  width: 100px;
  height: 5px;
  text-align: center;
  margin: 80px auto;
}
.ifs-loader-eff > div {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2ca6e0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  -webkit-animation: ani_ifs_loader 0.7s linear infinite;
          animation: ani_ifs_loader 0.7s linear infinite;
}
.ifs-loader-eff > div:nth-child(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.ifs-loader-eff > div:nth-child(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.ifs-status {
  color: #016eaf;
  display: none;
  font-size: 1rem;
  position: relative;
  max-width: 200px;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  font-family: "Rubik", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  -webkit-animation: ani_fadeIn 0.5s both;
          animation: ani_fadeIn 0.5s both;
}

.ifs-loadmore {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 50px auto;
  padding: 0 0 35px;
  z-index: 50;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #016eaf;
  font-size: 0.875rem;
}
.ifs-loadmore::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: #016eaf;
  position: absolute;
  width: 17px;
  height: 17px;
  margin-left: -8px;
  left: 50%;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: ani_ifs_loadmore_arrow 1s both ease infinite;
          animation: ani_ifs_loadmore_arrow 1s both ease infinite;
}

@-webkit-keyframes ani_ifs_loader {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-130%) scale(1.15);
            transform: translateY(-130%) scale(1.15);
  }
}

@keyframes ani_ifs_loader {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-130%) scale(1.15);
            transform: translateY(-130%) scale(1.15);
  }
}
@-webkit-keyframes ani_ifs_loadmore_arrow {
  0%, 90%, 100% {
    bottom: 0;
  }
  45% {
    bottom: 10px;
  }
}
@keyframes ani_ifs_loadmore_arrow {
  0%, 90%, 100% {
    bottom: 0;
  }
  45% {
    bottom: 10px;
  }
}
/* PLUGIN: MagnificPopup Default Popup */
.mfp-container {
  cursor: auto !important;
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: auto !important;
}

.mfp-zoom .mfp-container {
  opacity: 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, -webkit-transform 0.3s ease-in-out;
}
.mfp-zoom.mfp-ready .mfp-container {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom.mfp-removing .mfp-container {
  opacity: 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.mfp-zoom-out-cur .mfp-container {
  padding: 0;
}
.mfp-zoom-out-cur .mfp-container .mfp-close, .mfp-zoom-out-cur .mfp-container button.mfp-close {
  display: none !important;
}

.mfp-wrap .mfp-close, .mfp-wrap button.mfp-close {
  cursor: pointer !important;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  display: inline-block;
  opacity: 1;
  position: absolute;
  font-size: 0;
  background: #0055c4;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.mfp-wrap .mfp-close::before, .mfp-wrap .mfp-close::after, .mfp-wrap button.mfp-close::before, .mfp-wrap button.mfp-close::after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  background: #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.mfp-wrap .mfp-close::before, .mfp-wrap button.mfp-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-wrap .mfp-close::after, .mfp-wrap button.mfp-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mfp-wrap .mfp-close:hover, .mfp-wrap button.mfp-close:hover {
  background: #2ca6e0;
}
.mfp-wrap .mfp-close:hover::before, .mfp-wrap .mfp-close:hover::after, .mfp-wrap button.mfp-close:hover::before, .mfp-wrap button.mfp-close:hover::after {
  background: #fff;
}
.mfp-wrap .mfp-figure {
  line-height: 0;
}
.mfp-wrap .mfp-figure .mfp-close, .mfp-wrap .mfp-figure button.mfp-close {
  right: 20px;
  top: 20px;
  position: fixed;
}
.mfp-wrap .mfp-figure img {
  max-width: none !important;
  max-height: none !important;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.mfp-video.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.mfp-video .mfp-content {
  max-width: 1000px !important;
  background: #fff;
  color: #222;
  margin: 0 auto;
  padding: 80px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  max-width: 1400px !important;
  padding: 0;
}

.mfp-video .mfp-container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .mfp-video .mfp-content {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .mfp-video .mfp-content {
    padding: 40px;
  }
}
@media (max-width: 499px) {
  .mfp-video .mfp-content {
    padding: 30px 20px;
  }
}
/* Privacy */
.privacy-wrap {
  padding: 50px;
  line-height: 2;
}

.popup-privacy.mfp-bg {
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
}

.popup-privacy .mfp-container {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, -webkit-transform 0.3s ease-in-out;
}

.popup-privacy.mfp-ready .mfp-container {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.popup-privacy.mfp-removing .mfp-container {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.popup-privacy .mfp-content {
  max-width: 850px !important;
  min-height: 60px;
  background: #fff;
  color: #222;
  margin: 0 auto;
  max-height: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.popup-privacy .mfp-content .g-title .en {
  font-size: 2rem;
}
.popup-privacy .mfp-content .g-title .ch {
  font-size: 1rem;
}

.popup-privacy .mfp-container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .privacy-wrap {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .privacy-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .popup-privacy .mfp-content .g-title .en {
    font-size: 1.65rem;
  }
  .popup-privacy .mfp-content .g-title .ch {
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .privacy-wrap {
    max-height: 100vh;
    padding: 30px 20px;
  }
}