@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@font-face {
  .material-icons {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
  }
}

body {
  font-family: 'Noto Sans TC', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-family: 'Noto Sans TC', sans-serif;
}

a, a:hover, a:active, a:visited {
  color: #000000;
  text-decoration: none;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: 0;
}

a.active {
  color: #00b2e3;
}

img {
  width: 100%;
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.pc {
  display: block;
}

@media (max-width: 800px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}

@media (max-width: 800px) {
  .mob {
    display: block;
  }
}

.btn {
  position: relative;
  background: transparent;
  overflow: hidden;
}

.btn a, .btn span {
  width: 95%;
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-size: 16px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

.btn::after {
  content: "";
  width: 10%;
  height: 1px;
  background: #000;
  position: absolute;
  z-index: 1;
  left: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn:hover {
  cursor: pointer;
}

.btn:hover::after {
  -webkit-animation: btn-line 1.2s cubic-bezier(0.6, 0, 0.2, 1) infinite 0s both;
          animation: btn-line 1.2s cubic-bezier(0.6, 0, 0.2, 1) infinite 0s both;
}

@-webkit-keyframes btn-line {
  0% {
    width: 0%;
    left: 90%;
  }
  50% {
    width: 100%;
    left: 100%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

@keyframes btn-line {
  0% {
    width: 0%;
    left: 90%;
  }
  50% {
    width: 100%;
    left: 100%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

input, button, textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border: 0;
  padding: 10px 20px;
  position: relative;
}

.popup {
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.popup .popup_content {
  text-align: center;
  background-color: #fff;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.popup .popup_content.popup_img {
  width: 600px;
  height: 600px;
  padding: 50px;
}

@media (max-width: 600px) {
  .popup .popup_content.popup_img {
    width: 100vw;
    height: 100vw;
    padding: 10vw;
  }
}

.popup .popup_content.popup_mov, .popup .popup_content iframe {
  width: 1080px;
  height: 608px;
  outline: 10px solid #fff;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .popup .popup_content.popup_mov, .popup .popup_content iframe {
    width: 800px;
    height: 450px;
  }
}

@media (max-width: 1000px) {
  .popup .popup_content.popup_mov, .popup .popup_content iframe {
    width: 640px;
    height: 362px;
  }
}

@media (max-width: 660px) {
  .popup .popup_content.popup_mov, .popup .popup_content iframe {
    width: 400px;
    height: 226px;
  }
}

@media (max-width: 420px) {
  .popup .popup_content.popup_mov, .popup .popup_content iframe {
    width: 320px;
    height: 180px;
  }
}

@media (max-width: 400px) {
  .popup .popup_content.popup_mov, .popup .popup_content iframe {
    width: 280px;
    height: 157px;
  }
}

.popup .popup_content.popup_code {
  width: 500px;
  height: 500px;
  padding: 20px;
}

@media (max-width: 600px) {
  .popup .popup_content.popup_code {
    width: 100vw;
    height: 100vw;
    padding: 10vw;
  }
}

.popup .popup_content.popup_message {
  width: 320px;
  height: 60px;
  line-height: 60px;
}

.popup .popup_content .close {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  right: 6px;
  top: 6px;
  text-align: center;
}

.popup .popup_content .close i {
  font-size: 32px;
  line-height: 40px;
}

.popup .popup_content .close:hover {
  cursor: pointer;
}

.popup.is_acted {
  opacity: 1;
  visibility: visible;
}

.slick-slide, .slick-slide * {
  outline: none !important;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  z-index: 9;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: rgba(255, 255, 255, 0);
}

@media (max-width: 800px) {
  .header {
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .header {
    padding-bottom: 0;
  }
}

.header.scroll_bg {
  background: white;
}

.header.bgopen_black {
  background: -webkit-gradient(linear, left bottom, right top, from(#e7f9ff), to(#d8f5ff));
  background: linear-gradient(to right top, #e7f9ff, #d8f5ff);
}

.header.bgopen_white {
  background-color: rgba(255, 255, 255, 0.5);
}

.header.bgopen {
  background: #006284;
}

.header .logo, .header .logo_cover {
  height: 47px;
  display: block;
  float: left;
  margin-top: 30px;
  margin-left: 40px;
  position: relative;
  z-index: 5;
}

@media (max-width: 800px) {
  .header .logo, .header .logo_cover {
    width: 300px;
    height: auto;
    margin-top: 20px;
    margin-left: calc(40/800*100%);
  }
}

@media (max-width: 600px) {
  .header .logo, .header .logo_cover {
    width: 240px;
  }
}

@media (max-width: 480px) {
  .header .logo, .header .logo_cover {
    width: 160px;
    margin-top: 0;
    padding: 5% 0;
  }
}

.header .logo .ori, .header .logo_cover .ori {
  width: 212px;
  display: block;
  mix-blend-mode: difference;
}

@media (max-width: 800px) {
  .header .logo .ori, .header .logo_cover .ori {
    width: 100%;
  }
}

.header .logo .cover, .header .logo_cover .cover {
  width: 156px;
  display: none;
}

@media (max-width: 800px) {
  .header .logo .cover, .header .logo_cover .cover {
    width: calc(156/212*100%);
  }
}

.header .logo .black, .header .logo_cover .black {
  display: none;
}

.header .logo_cover {
  display: none;
}

.header .menu-btn {
  display: none;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 20px;
  margin-top: 30px;
  margin-right: 40px;
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 100px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .header .menu-icon {
    margin-top: 22px;
    margin-right: calc(40/800*100%);
  }
}

@media (max-width: 480px) {
  .header .menu-icon {
    padding: 4% 10px;
  }
}

.header .menu-icon .navicon {
  width: 26px;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

@media (max-width: 800px) {
  .header .menu-icon .navicon {
    width: 40px;
    height: 3px;
  }
}

@media (max-width: 600px) {
  .header .menu-icon .navicon {
    width: 28px;
  }
}

@media (max-width: 480px) {
  .header .menu-icon .navicon {
    width: 24px;
  }
}

.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
  content: '';
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.header .menu-icon .navicon:before {
  top: 4px;
}

.header .menu-icon .navicon:after {
  top: -4px;
}

@media (max-width: 800px) {
  .header .menu-icon .navicon:before {
    top: 12px;
  }
  .header .menu-icon .navicon:after {
    top: -8px;
  }
}

@media (max-width: 600px) {
  .header .menu-icon .navicon:before {
    top: 6px;
  }
  .header .menu-icon .navicon:after {
    top: -8px;
  }
}

@media (max-width: 480px) {
  .header .menu-icon .navicon:before {
    top: 2px;
  }
  .header .menu-icon .navicon:after {
    top: -8px;
  }
}

.header .menu-icon .navicon.black:before, .header .menu-icon .navicon.black:after {
  background: #000;
}

.header .social, .header .social_cover {
  float: right;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

@media (max-width: 800px) {
  .header .social, .header .social_cover {
    margin-top: 20px;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .header .social, .header .social_cover {
    margin-top: 0;
    padding: 4% 0;
  }
}

.header .social li, .header .social_cover li {
  float: left;
  margin-left: 15px;
  position: relative;
}

.header .social li a, .header .social_cover li a {
  padding: 10px;
  position: relative;
  z-index: 5;
}

.header .social li a.search, .header .social_cover li a.search {
  display: none;
}

.header .social li a.search.is_acted, .header .social_cover li a.search.is_acted {
  display: block;
}

.header .social li a.search_active, .header .social_cover li a.search_active {
  display: none;
}

.header .social li a.search_active.is_acted, .header .social_cover li a.search_active.is_acted {
  display: block;
}

.header .social li a.search_cover, .header .social_cover li a.search_cover {
  display: none;
}

.header .social li a.search_cover.is_acted, .header .social_cover li a.search_cover.is_acted {
  display: block;
}

.header .social li a.search_cover_active, .header .social_cover li a.search_cover_active {
  display: none;
}

.header .social li a.search_cover_active.is_acted, .header .social_cover li a.search_cover_active.is_acted {
  display: block;
}

.header .social li a img, .header .social_cover li a img {
  width: 20px;
  height: 20px;
}

.header .social li a img.ori, .header .social_cover li a img.ori {
  display: block;
}

.header .social li a img.cover, .header .social_cover li a img.cover {
  display: none;
}

.header .social li a img.black, .header .social_cover li a img.black {
  display: none;
}

@media (max-width: 800px) {
  .header .social li a img, .header .social_cover li a img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 600px) {
  .header .social li a img, .header .social_cover li a img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .header .social li a img, .header .social_cover li a img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 800px) {
  .header .social li, .header .social_cover li {
    display: none;
  }
  .header .social li:first-child, .header .social_cover li:first-child {
    display: block;
  }
}

.header .social_cover {
  display: none;
}

.header input.searchbar {
  width: 0px;
  height: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  position: absolute;
  z-index: 1;
  right: 220px;
  top: 30px;
  padding-right: 40px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .header input.searchbar {
    position: relative;
    right: unset;
    top: unset;
  }
}

.header input.searchbar:focus, .header input.searchbar:checked {
  outline: 0;
}

.header input.searchbar.is_acted {
  width: 250px;
  padding: 10px 40px 10px 20px;
}

@media (max-width: 800px) {
  .header input.searchbar.is_acted {
    width: 90vw;
    margin: 100px auto 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .header input.searchbar.is_acted {
    margin: 60px auto 20px;
  }
}

.header input.searchbar.black {
  color: #303439;
}

.header input.searchbar.black.is_acted {
  border: 1px solid #303439;
}

.header input.searchbar.white {
  color: #fff;
}

.header input.searchbar.white.is_acted {
  border: 1px solid #fff;
}

.header .cover_menu {
  width: 100%;
  min-height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: none;
}

@media (max-width: 800px) {
  .header .cover_menu {
    background-position: 90% 90%;
    background-size: 120% auto;
  }
}

.header .cover_menu .menu {
  width: 80%;
  height: 460px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  display: none;
}

@media (max-width: 800px) {
  .header .cover_menu .menu {
    height: auto;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    margin-top: 80px;
  }
}

.header .cover_menu .menu .box {
  width: 500px;
  float: left;
}

@media (max-width: 1260px) {
  .header .cover_menu .menu .box {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .header .cover_menu .menu .box {
    width: 100%;
  }
}

.header .cover_menu .menu .box li {
  width: 100%;
  float: left;
}

.header .cover_menu .menu .box li a {
  display: block;
  padding: 0 0 60px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 3px;
}

@media (max-width: 800px) {
  .header .cover_menu .menu .box li a {
    font-size: 14px;
    padding: 0 0 20px;
  }
}

.header .cover_menu .menu .box li a span {
  color: #fff;
  display: block;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

@media (max-width: 800px) {
  .header .cover_menu .menu .box li a span {
    font-size: 22px;
  }
}

.header .cover_menu .menu .box li a:hover {
  opacity: .4;
}

.header .cover_menu .social_mob {
  display: none;
}

@media (max-width: 800px) {
  .header .cover_menu .social_mob {
    display: block;
    text-align: center;
  }
  .header .cover_menu .social_mob li {
    display: inline-block;
    margin-right: 20px;
  }
  .header .cover_menu .social_mob li:last-child {
    margin-right: 0;
  }
  .header .cover_menu .social_mob li a {
    padding: 10px;
  }
  .header .cover_menu .social_mob li a img {
    width: 38px;
    height: 40px;
  }
}

@media (max-width: 560px) {
  .header .cover_menu .social_mob li a img {
    width: 26px;
    height: 26px;
  }
}

.header .cover_menu .copyright {
  width: 80%;
  position: absolute;
  right: 10%;
  bottom: 50px;
  display: none;
}

@media (max-width: 800px) {
  .header .cover_menu .copyright {
    width: 90%;
    position: relative;
    right: unset;
    bottom: unset;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
  }
}

.header .cover_menu .copyright::before {
  content: "";
  width: calc(100% - 380px);
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
}

@media (max-width: 800px) {
  .header .cover_menu .copyright::before {
    width: 100%;
    top: 0;
  }
}

.header .cover_menu .copyright p {
  float: right;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}

@media (max-width: 800px) {
  .header .cover_menu .copyright p {
    float: unset;
    font-size: 12px;
    line-height: 16px;
  }
}

.header.bg .menu-icon .navicon:before, .header.bg .menu-icon .navicon:after {
  content: '';
  background: #000;
}

.header.open {
  height: 100vh;
}

.header.open .cover_menu {
  display: block;
  background: url(../img/menu_bg.png) center center no-repeat #303439;
}

.header.open .cover_menu .menu, .header.open .cover_menu .copyright {
  display: block;
}

.header.open .social_black {
  display: none !important;
  width: 0 !important;
  overflow: hidden !important;
}

.header.open .social_cover {
  display: block;
}

.header.open #logo {
  display: none !important;
  width: 0 !important;
  overflow: hidden !important;
}

.header.open input.searchbar.black {
  color: #fff;
}

.header.open input.searchbar.black.is_acted {
  border: 1px solid #fff;
}

.header .menu-btn:checked ~ .cover_menu {
  display: block;
}

.header .menu-btn:checked ~ .menu-icon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.header .menu-btn:checked ~ #logo {
  opacity: 0;
  visibility: hidden;
}

.header .menu-btn:checked ~ .logo_cover {
  display: block;
}

.header .menu-btn:checked ~ .logo_cover .cover {
  display: block;
}

.header .menu-btn:checked ~ #logo {
  display: none;
}

.header .menu-btn:checked ~ .social_black li a .ori {
  display: none;
}

.header .menu-btn:checked ~ .social_black li a .cover {
  display: block;
}

.menu .menu-fix {
  visibility: visible !important;
}

footer {
  background: url(../img/footer_bg.png) right -50px no-repeat #161616;
  padding: 100px;
}

@media (max-width: 960px) {
  footer {
    padding: 100px 6 0px;
    position: relative;
    background-position: 120% 120%;
    background-size: 70% auto;
  }
}

@media (max-width: 800px) {
  footer {
    padding: 50px;
  }
}

@media (max-width: 600px) {
  footer {
    padding: 20px;
    padding-bottom: 50px;
  }
}

footer .contentBox {
  overflow: hidden;
}

footer .contentBox .logo {
  width: calc(320/1720*100%);
  float: left;
  margin-top: 100px;
}

footer .contentBox .logo img {
  width: 100%;
  max-width: 175px;
}

@media (max-width: 1200px) {
  footer .contentBox .logo {
    width: calc(520/1720*100%);
  }
}

@media (max-width: 960px) {
  footer .contentBox .logo {
    width: 100%;
    margin-top: 0;
  }
}

footer .contentBox .navItem {
  width: calc(540/1720*100%);
  float: left;
  overflow: hidden;
}

@media (max-width: 960px) {
  footer .contentBox .navItem {
    width: calc(540/960*100%);
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  footer .contentBox .navItem {
    width: calc(240/600*100%);
  }
}

footer .contentBox .navItem ul {
  width: 50%;
  float: left;
}

@media (max-width: 800px) {
  footer .contentBox .navItem ul {
    width: 100%;
  }
}

footer .contentBox .navItem ul li a {
  display: block;
  padding: 0 0 45px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}

@media (max-width: 600px) {
  footer .contentBox .navItem ul li a {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  footer .contentBox .navItem ul li a {
    font-size: 12px;
  }
}

footer .contentBox .navItem ul li a span {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

footer .contentBox .navItem ul li a:hover {
  opacity: .4;
}

footer .contentBox .companyInfo {
  float: left;
  overflow: hidden;
  margin-top: 90px;
}

@media (max-width: 600px) {
  footer .contentBox .companyInfo {
    width: calc(360/600*100%);
  }
}

@media (max-width: 1200px) {
  footer .contentBox .companyInfo {
    width: calc(620/1720*100%);
    margin-top: -5px;
  }
}

@media (max-width: 960px) {
  footer .contentBox .companyInfo {
    width: calc(420/960*100%);
    margin-top: 45px;
  }
}

@media (max-width: 600px) {
  footer .contentBox .companyInfo {
    width: calc(570/960*100%);
    margin-top: 70%;
  }
}

@media (max-width: 480px) {
  footer .contentBox .companyInfo {
    width: calc(570/960*100%);
    margin-top: 90%;
  }
}

footer .contentBox .companyInfo > div {
  float: left;
  color: #fff;
  margin-right: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

footer .contentBox .companyInfo > div:last-child {
  margin-right: 0;
}

footer .contentBox .companyInfo > div a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  footer .contentBox .companyInfo > div {
    width: 100%;
  }
}

@media (max-width: 960px) {
  footer .contentBox .companyInfo > div {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  footer .contentBox .companyInfo > div {
    font-size: 12px;
  }
}

footer .contentBox .companyInfo .tel {
  text-decoration: underline;
}

footer .socialBox {
  overflow: hidden;
}

@media (max-width: 960px) {
  footer .socialBox {
    height: 100px;
    position: relative;
    margin-top: 50px;
  }
}

footer .socialBox p {
  width: 380px;
  color: #fff;
  float: left;
  font-size: 18px;
}

@media (max-width: 960px) {
  footer .socialBox p {
    width: 100%;
    position: absolute;
    top: 50px;
  }
  footer .socialBox p::after {
    content: "";
    width: calc(100% - 320px);
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
  }
}

@media (max-width: 960px) and (max-width: 600px) {
  footer .socialBox p::after {
    display: none;
  }
}

@media (max-width: 600px) {
  footer .socialBox p {
    top: 70px;
  }
}

@media (max-width: 600px) {
  footer .socialBox p {
    font-size: 14px;
    float: unset;
    text-align: center;
  }
}

footer .socialBox ul {
  width: calc(100% - 380px);
  float: left;
}

@media (max-width: 960px) {
  footer .socialBox ul {
    width: 100%;
    position: absolute;
    top: 0;
  }
}

footer .socialBox ul li {
  display: inline-block;
  margin-right: 30px;
}

footer .socialBox ul li:last-child {
  margin-right: 0;
}

@media (max-width: 960px) {
  footer .socialBox ul li {
    width: calc((100% - 68px) / 3);
  }
}

footer .socialBox ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  footer .socialBox ul li a {
    text-align: center;
  }
}

@media (max-width: 600px) {
  footer .socialBox ul li a {
    font-size: 12px;
  }
}

footer .socialBox ul li a img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 600px) {
  footer .socialBox ul li a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

footer .copyright {
  width: calc(100% - 84px);
  height: 80px;
  line-height: 80px;
  position: relative;
  float: left;
  overflow: hidden;
  padding-bottom: 20px;
}

@media (max-width: 960px) {
  footer .copyright {
    width: 100%;
    height: auto;
    line-height: 1;
    text-align: center;
  }
}

footer .copyright::before {
  content: "";
  width: calc(100% - 480px);
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
}

@media (max-width: 960px) {
  footer .copyright::before {
    display: none;
  }
}

footer .copyright p, footer .copyright a {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

@media (max-width: 960px) {
  footer .copyright p, footer .copyright a {
    float: none;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
  }
}

footer .copyright p {
  float: right;
}

@media (max-width: 600px) {
  footer .copyright p {
    float: unset;
    margin: 0 auto;
  }
}

footer .goTop {
  width: 66px;
  height: 66px;
  float: right;
  border: 1px solid #fff;
  overflow: hidden;
}

footer .goTop:hover {
  cursor: pointer;
}

footer .goTop:hover img {
  -webkit-animation: gotop .3s linear;
          animation: gotop .3s linear;
}

@-webkit-keyframes gotop {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes gotop {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (max-width: 960px) {
  footer .goTop {
    position: absolute;
    top: 100px;
    right: 100px;
  }
}

@media (max-width: 800px) {
  footer .goTop {
    top: 40px;
    right: 40px;
  }
}

footer.simple {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #000;
  position: absolute;
  z-index: 10;
  bottom: 0;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  footer.simple {
    height: auto;
  }
}

footer.simple .copyright {
  width: 100%;
  height: 50px;
  padding-right: 50px;
}

@media (max-width: 960px) {
  footer.simple .copyright {
    height: auto;
    text-align: center;
    padding-right: 0;
  }
}

footer.simple .copyright::before {
  content: "";
  display: none;
}

@media (max-width: 960px) {
  footer.simple .copyright::before {
    display: none;
  }
}

footer.simple .copyright a {
  color: #fff;
  display: inline-block;
}

footer.simple .copyright p {
  line-height: 50px;
}

@media (max-width: 960px) {
  footer.simple .copyright p {
    line-height: 16px;
    padding: 5px 0;
  }
}

/* width */
::-webkit-scrollbar {
  width: 2px;
  display: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #006284;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#fullpage {
  overflow-x: hidden;
}

#fullpage.pc, #fullpage .slick-slide img.pc {
  display: block;
}

#fullpage.mob, #fullpage .slick-slide img.mob {
  display: none;
}

@media (orientation: portrait) and (max-width: 960px) {
  #fullpage.pc, #fullpage .slick-slide img.pc {
    display: none;
  }
  #fullpage.mob, #fullpage .slick-slide img.mob {
    display: block;
  }
}

#fullpage .section {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

#fullpage .bg {
  height: 100vh;
  min-height: 10vh;
  padding: 0;
  position: fixed;
  z-index: -1;
}

#fullpage .bg.pc {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#fullpage .bg.mob {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100vh;
}

#fullpage #section1, #fullpage #section10, #fullpage #section11 {
  padding: 0;
}

#section1 .item {
  position: relative;
}

#section1 .item.slick-dotted.slick-slider {
  margin-bottom: 0;
}

#section1 .item .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#section1 .item .slick-dots li {
  width: 50px;
  height: 10px;
}

#section1 .item .slick-dots li button {
  width: 50px;
  height: 10px;
  padding: 0;
}

#section1 .item .slick-dots li button:before {
  content: '';
  width: 50px;
  height: 3px;
  background: #000;
  opacity: .5;
}

#section1 .item .slick-dots li.slick-active button:before {
  opacity: 1;
}

#section1 .img {
  width: 100%;
  background-position: center center !important;
}

#section10 {
  background-size: cover;
}

#section11 {
  position: relative;
}

.scrollBar {
  width: 1px;
  height: 400px;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scrollBar .topBar {
  width: 1px;
  height: calc(400px / 11);
  position: absolute;
  top: 0px;
  background: #006284;
}

.line {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 70px;
}

.project_social {
  width: 280px;
  height: 60px;
  position: fixed;
  z-index: 10;
  right: 10px;
  top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  .project_social {
    width: 100%;
    height: 40px;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

.project_social ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  .project_social ul {
    background-color: #ffffff;
  }
}

.project_social ul li {
  width: 60px;
  height: 100%;
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 100px;
  padding-top: 10px;
  margin-left: 10px;
}

.project_social ul li:hover {
  cursor: pointer;
  opacity: 1;
  background-color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  .project_social ul li {
    width: 25%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }
}

.project_social ul li a {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  .project_social ul li a {
    width: 100%;
    display: block;
    border-right: 1px solid #c7c7c7;
    padding: 0;
    margin-top: 10px;
    color: #000;
    text-shadow: none;
  }
}

.project_social ul li a i {
  display: block;
  font-size: 16px;
  vertical-align: middle;
  margin-bottom: 5px;
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.project_social ul li:hover a {
  color: #000000;
  text-shadow: none;
}

.project_social ul li:hover a i {
  color: #000000;
  text-shadow: none;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  .project_social ul li:last-child a {
    border-right: 0;
  }
  .project_social ul li a i {
    display: none;
    text-shadow: none;
  }
}

section {
  width: 100%;
  position: relative;
}

section ul {
  text-align: left;
  list-style: disc;
  margin-left: 20px;
}

section ol {
  text-align: left;
  list-style: decimal;
  margin-left: 20px;
}

section .project_kv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

section .project_kv .scroll {
  width: 20px;
  height: 192px;
  position: absolute;
  left: 50px;
  bottom: 0;
}

@media (max-width: 960px) {
  section .project_kv .scroll {
    height: 160px;
    left: 30px;
  }
}

@media (max-width: 960px) {
  section .project_kv .scroll {
    display: none;
  }
}

section .project_kv .scroll p {
  color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}

@media (max-width: 960px) {
  section .project_kv .scroll p {
    font-size: 14px;
  }
}

section .project_kv .scroll .scroll_content {
  width: 1px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 12px;
}

@media (max-width: 960px) {
  section .project_kv .scroll .scroll_content {
    height: 100px;
  }
}

section .project_kv .scroll .scroll_content:before {
  content: "";
  width: 1px;
  height: 72px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scroll 1s infinite ease-in;
          animation: scroll 1s infinite ease-in;
}

@media (max-width: 960px) {
  section .project_kv .scroll .scroll_content:before {
    height: 60px;
  }
}

@-webkit-keyframes scroll {
  0% {
    height: 0px;
    top: 0px;
  }
  50% {
    height: 80%;
    top: 60%;
  }
  100% {
    height: 0px;
    top: 100%;
  }
}

@keyframes scroll {
  0% {
    height: 0px;
    top: 0px;
  }
  50% {
    height: 80%;
    top: 60%;
  }
  100% {
    height: 0px;
    top: 100%;
  }
}

section .project_kv .group {
  width: 100%;
  position: relative;
}

section .hr {
  border-bottom: 1px solid #b9b9b9;
}

section .project_view {
  height: calc(860/1080*100%);
}

section .project_view.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1460px) {
  section .project_view.container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  section .project_view.container {
    max-width: 900px;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_view {
    height: calc(900/1135*100%);
  }
}

section .project_view .title .type {
  text-transform: uppercase;
}

section .project_view .title .type.large {
  font-family: 'Playfair Display', serif;
  font-size: 100px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_view .title .type.large {
    margin-left: 0;
    font-size: 80px;
    line-height: 60px;
  }
}

@media (max-width: 600px) {
  section .project_view .title .type.large {
    font-size: 32px;
    line-height: 30px;
  }
}

section .project_view .title .type.small {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

section .project_view .title .type.chinese {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  section .project_view .title .type.chinese {
    font-size: 4vw;
    line-height: 6vw;
  }
}

section .project_view iframe {
  width: calc(1300/1400*100%);
  height: calc(920/1080*100%);
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_view iframe {
    width: 100%;
    height: calc(1000/1135*100%);
  }
}

section .project_inside.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1460px) {
  section .project_inside.container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  section .project_inside.container {
    max-width: 900px;
  }
}

section .project_inside .title .type {
  text-transform: uppercase;
}

section .project_inside .title .type.large {
  font-family: 'Noto Serif TC', serif;
  font-size: 100px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_inside .title .type.large {
    margin-left: 0;
    font-size: 80px;
    line-height: 60px;
  }
}

@media (max-width: 600px) {
  section .project_inside .title .type.large {
    font-size: 12vw;
    line-height: 10vw;
  }
}

section .project_inside .title .type.small {
  font-family: 'Bodoni Moda', serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

section .project_inside .title .type.chinese {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  section .project_inside .title .type.chinese {
    font-size: 4vw;
    line-height: 6vw;
  }
}

section .project_inside iframe, section .project_inside video {
  width: calc(1300/1400*100%);
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_inside iframe, section .project_inside video {
    width: 100%;
  }
}

section .project_inside .info {
  width: calc( 1300/1400*100%);
  margin: 0 auto;
}

section .project_inside .info h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 1460px) {
  section .project_inside .info h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_inside .info h4 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  section .project_inside .info h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  section .project_inside .info h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

section .project_inside .info p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
  margin-top: 3px;
  text-align: justify;
  letter-spacing: 1px;
}

@media (max-width: 1460px) {
  section .project_inside .info p {
    margin-top: 4px;
    font-size: 16px;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_inside .info p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 600px) {
  section .project_inside .info p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 600px) {
  section .project_inside .info p {
    font-size: 14px;
    line-height: 20px;
  }
}

section .project_info {
  padding-bottom: 50px;
}

@media (max-width: 1460px) {
  section .project_info {
    padding-bottom: 0;
  }
}

section .project_info.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1460px) {
  section .project_info.container {
    max-width: 1120px;
  }
}

@media (max-width: 1200px) {
  section .project_info.container {
    max-width: 900px;
  }
}

section .project_info .title {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_info .title {
    width: 90%;
    margin: 0 auto;
  }
}

section .project_info .title .type {
  text-transform: uppercase;
  text-align: left;
}

section .project_info .title .type.small {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
}

@media (max-width: 800px) {
  section .project_info .title .type.small {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 600px) {
  section .project_info .title .type.small {
    font-size: 4vw;
    line-height: 6vw;
  }
}

section .project_info .title .type.large {
  font-family: 'Playfair Display', serif;
  font-size: 100px;
  line-height: 72px;
  height: 90px;
  margin-left: calc(50/1400*100%);
  display: inline-block;
  float: left;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_info .title .type.large {
    margin-left: 0;
    font-size: 80px;
    line-height: 60px;
  }
}

@media (max-width: 600px) {
  section .project_info .title .type.large {
    font-size: 12vw;
    line-height: 10vw;
  }
}

section .project_info .title .type.chinese {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 24px;
  font-weight: 100;
  display: inline-block;
  float: left;
  margin-left: 10px;
}

@media (max-width: 600px) {
  section .project_info .title .type.chinese {
    font-size: 4vw;
    line-height: 6vw;
  }
}

section .project_info .photo {
  width: calc( 1300/1400*100%);
  margin: -47px auto 0;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_info .photo {
    width: 100%;
  }
}

@media (max-width: 600px) {
  section .project_info .photo {
    margin: -8vh auto 0;
  }
}

section .project_info .photo .list, section .project_info .photo .list_small {
  position: relative;
}

section .project_info .photo .list span, section .project_info .photo .list_small span {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

section .project_info .info {
  width: calc( 1300/1400*100%);
  margin: 0 auto;
}

section .project_info .info h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 1460px) {
  section .project_info .info h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_info .info h4 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  section .project_info .info h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  section .project_info .info h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

section .project_info .info p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
  margin-top: 3px;
  text-align: justify;
  letter-spacing: 1px;
}

@media (max-width: 1460px) {
  section .project_info .info p {
    margin-top: 4px;
    font-size: 16px;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_info .info p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 600px) {
  section .project_info .info p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 600px) {
  section .project_info .info p {
    font-size: 14px;
    line-height: 20px;
  }
}

section .project_info.project_info2 {
  position: relative;
  padding-bottom: 0;
}

section .project_info.project_info2 .photo .slider_nav2 {
  width: calc(800/1300*100%);
  margin-top: 30px;
}

@media (max-width: 960px) {
  section .project_info.project_info2 .photo .slider_nav2 {
    width: 102%;
  }
}

section .project_info.project_info2 .photo .slider_nav2 .slick-slide {
  width: calc((100% - 32px) / 3);
  float: left;
  margin-right: 16px;
}

section .project_info.project_info2 .photo .slider_nav2 .slick-slide:last-child {
  margin-right: 0;
}

section .project_info.project_info2 .info {
  width: calc(440/1300*100%);
  position: absolute;
  right: 50px;
  bottom: 0px;
}

@media (max-width: 1460px) {
  section .project_info.project_info2 .info {
    width: calc( 480/1400*100%);
    right: 50px;
  }
}

@media (max-width: 960px) {
  section .project_info.project_info2 .info {
    width: calc( 1300/1400*100%);
    margin: 0 auto;
    position: static;
    right: unset;
    bottom: unset;
  }
}

section .project_info.project_info2 .info h4 {
  height: 36px;
  overflow: hidden;
  text-align: left;
}

@media (max-width: 1460px) {
  section .project_info.project_info2 .info h4 {
    height: 32px;
  }
}

@media (max-width: 800px) {
  section .project_info.project_info2 .info h4 {
    height: 24px;
    overflow: visible;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

section .project_info.project_info2 .info p {
  height: 88px;
  overflow-y: scroll;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  section .project_info.project_info2 .info p {
    height: auto;
  }
}

section .project_info.project_info3 .photo .slider_photo3 .slick-slide {
  margin-right: 16px;
}

section .project_info.project_info3 .photo .slider_photo3 .list {
  float: left;
  margin-right: 20px;
}

section .project_info.project_info3 .photo .slider_photo3 .list:last-child {
  margin-right: 0;
}

section .project_info.project_info1 .photo .list, section .project_info.project_info2 .photo .list {
  overflow: hidden;
}

section .project_info.project_info3 .photo .list {
  overflow: hidden;
}

section .project_intro {
  padding: 180px 0;
}

@media (max-width: 1400px) {
  section .project_intro {
    padding: 80px 0;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_intro {
    padding: 50px 0;
  }
}

@media (max-width: 600px) {
  section .project_intro {
    padding: 20px 0;
  }
}

@media (max-width: 400px) {
  section .project_intro {
    padding: 0;
  }
}

section .project_intro .title .type {
  text-transform: uppercase;
}

section .project_intro .title .type.small {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

section .project_intro .title .type.chinese {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

section .project_intro .introBox {
  width: 100%;
  max-width: 1400px;
  margin: 80px auto;
  padding: 0 50px;
  overflow: hidden;
}

@media (max-width: 1400px) {
  section .project_intro .introBox {
    margin: 50px auto;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_intro .introBox {
    margin: 20px auto 0;
    padding: 0 2%;
  }
}

@media (max-width: 600px) {
  section .project_intro .introBox {
    margin: 10px auto 0;
  }
}

section .project_intro .introBox .logo {
  width: calc(500/1300*100%);
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 960px) {
  section .project_intro .introBox .logo {
    width: 400px;
    float: unset;
    margin: 0 auto;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_intro .introBox .logo {
    width: 40%;
  }
}

section .project_intro .introBox ul {
  width: calc(680/1300*100%);
  display: inline-block;
  vertical-align: middle;
  margin-left: calc(110/1300*100%);
}

@media (max-width: 960px) {
  section .project_intro .introBox ul {
    width: 620px;
    float: unset;
    margin: 100px auto;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_intro .introBox ul {
    width: 90%;
    margin: 50px auto;
  }
}

@media (max-width: 600px) {
  section .project_intro .introBox ul {
    margin: 20px auto;
  }
}

section .project_intro .introBox ul li {
  overflow: hidden;
  border-bottom: 1px solid #000;
}

section .project_intro .introBox ul li:last-child {
  border-bottom: 0;
}

section .project_intro .introBox ul li span {
  font-size: 18px;
  line-height: 48px;
  display: block;
  float: left;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_intro .introBox ul li span {
    line-height: 30px;
    min-height: 30px;
  }
}

@media (max-width: 600px) {
  section .project_intro .introBox ul li span {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  section .project_intro .introBox ul li span {
    line-height: 26px;
    min-height: auto;
  }
}

section .project_intro .introBox ul li span:nth-child(1) {
  width: 80px;
  font-weight: 400;
  margin-right: 50px;
  text-align: left;
}

@media (max-width: 800px) {
  section .project_intro .introBox ul li span:nth-child(1) {
    width: auto;
    margin-right: 20px;
  }
}

section .project_intro .introBox ul li span:nth-child(2) {
  width: calc(100% - 130px);
  font-weight: 100;
  text-align: left;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_intro .introBox ul li span:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  section .project_intro .introBox ul li span:nth-child(2) {
    margin-bottom: 0;
  }
}

section .project_map {
  overflow: hidden;
}

section .project_map .title .type {
  text-transform: uppercase;
}

section .project_map .title .type.small {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

section .project_map .title .type.chinese {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

section .project_map .map {
  width: 50%;
  float: left;
}

@media (max-width: 960px) {
  section .project_map .map {
    display: none;
  }
}

section .project_map .map iframe {
  width: 100%;
  height: 900px;
  display: block;
  padding-bottom: 50px;
}

@media (max-width: 960px) {
  section .project_map .map iframe {
    height: 400px;
  }
}

section .project_map .booking {
  width: 50%;
  float: right;
  padding-top: 100px;
}

@media (max-width: 1400px) {
  section .project_map .booking {
    padding-top: 100px;
  }
  section .project_map .booking .title {
    padding-left: 30px;
  }
  section .project_map .booking .title .type {
    text-align: left;
  }
}

@media (max-width: 960px) {
  section .project_map .booking {
    width: 100%;
    padding-top: 0;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_map .booking {
    padding-top: 40px;
  }
}

section .project_map .booking .desc {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
  margin-top: 40px;
}

@media (max-width: 1400px) {
  section .project_map .booking .desc {
    margin-top: 10px;
    text-align: left;
    padding-left: 30px;
  }
}

@media (max-width: 960px) {
  section .project_map .booking .desc {
    margin-top: 20px;
  }
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  section .project_map .booking .desc {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  section .project_map .booking .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}

section .project_map .booking .desc span {
  display: block;
  color: #676767;
}

@media (max-width: 1400px) {
  section .project_map .booking .desc span {
    display: inline-block;
  }
}

section .project_map .booking .project_contact {
  position: relative;
  z-index: 5;
}

section .project_map .booking .project_contact .contactForm {
  width: 640px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  section .project_map .booking .project_contact .contactForm {
    width: 90%;
  }
}

section .project_map .booking .project_contact .contactForm.container {
  width: 90%;
  max-width: 1500px;
  margin: 60px auto 0;
  padding: 50px;
}

@media (max-width: 1400px) {
  section .project_map .booking .project_contact .contactForm.container {
    max-width: 1000px;
  }
}

@media (max-width: 600px) {
  section .project_map .booking .project_contact .contactForm.container {
    margin-top: 30px;
  }
}

section .project_map .booking .project_contact .contactForm .formBox {
  overflow: hidden;
  padding: 30px;
}

@media (max-width: 1400px) {
  section .project_map .booking .project_contact .contactForm .formBox {
    padding: 0;
  }
}

@media (max-width: 800px) {
  section .project_map .booking .project_contact .contactForm .formBox {
    padding: 10px 2%;
  }
}

section .project_map .booking .project_contact .contactForm .formBox input, section .project_map .booking .project_contact .contactForm .formBox button, section .project_map .booking .project_contact .contactForm .formBox textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border: 0;
  padding: 10px;
  position: relative;
}

section .project_map .booking .project_contact .contactForm .formBox .group {
  width: 100%;
  float: left;
}

section .project_map .booking .project_contact .contactForm .formBox .group:nth-child(2) {
  margin-right: 0;
}

@media (max-width: 1200px) {
  section .project_map .booking .project_contact .contactForm .formBox .group:nth-child(2) {
    margin: 0 auto;
  }
}

section .project_map .booking .project_contact .contactForm .formBox .group .item {
  width: 100%;
  border-bottom: 1px solid #9c9c9c;
  margin-top: 10px;
  overflow: hidden;
}

section .project_map .booking .project_contact .contactForm .formBox .group .item:first-child {
  margin-top: 0;
}

section .project_map .booking .project_contact .contactForm .formBox .group .item.noline {
  border-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 600px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item {
    margin-top: 0;
  }
}

section .project_map .booking .project_contact .contactForm .formBox .group .item label {
  width: 120px;
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

@media (max-width: 600px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item label {
    font-size: 14px;
  }
}

section .project_map .booking .project_contact .contactForm .formBox .group .item label.checktxt {
  width: calc( 100% - 180px);
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item label.checktxt {
    width: calc( 100% - 40px);
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item label.checktxt {
    line-height: 40px;
    margin-top: 2px;
    height: 40px;
  }
}

@media (max-width: 600px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item label.checktxt {
    font-size: 12px;
    height: 40px;
    line-height: 20px;
  }
}

section .project_map .booking .project_contact .contactForm .formBox .group .item label.checktxt a {
  font-size: 14px;
  color: #424242;
  margin-left: 5px;
  display: inline-block;
}

@media (max-width: 600px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item label.checktxt a {
    font-size: 12px;
  }
}

section .project_map .booking .project_contact .contactForm .formBox .group .item input[type="text"] {
  width: calc(100% - 120px);
  height: 40px;
  line-height: 40px;
  float: right;
  background-color: transparent;
  font-size: 20px;
}

@media (max-width: 600px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item input[type="text"] {
    font-size: 14px;
  }
}

section .project_map .booking .project_contact .contactForm .formBox .group .item input[type="text"]:focus {
  outline: 0;
}

section .project_map .booking .project_contact .contactForm .formBox .group .item input[type="checkbox"] {
  width: 24px;
  height: 24px;
  float: left;
  border: 1px solid #000;
  margin-top: 25px;
  margin-right: 10px;
}

@media (max-width: 960px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item input[type="checkbox"] {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item input[type="checkbox"] {
    margin-top: 0;
  }
}

section .project_map .booking .project_contact .contactForm .formBox .group .item input[type="checkbox"]:focus {
  outline: 0;
}

section .project_map .booking .project_contact .contactForm .formBox .group .item input[type="checkbox"]:checked {
  background: url(../img/check.svg) center center no-repeat;
}

section .project_map .booking .project_contact .contactForm .formBox .group .item textarea {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  height: 96px;
  resize: none;
}

@media (max-width: 1400px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item textarea {
    height: 72px;
  }
}

@media (max-width: 800px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item textarea {
    height: 60px;
  }
}

@media (max-width: 600px) {
  section .project_map .booking .project_contact .contactForm .formBox .group .item textarea {
    height: 40px;
    font-size: 14px;
  }
}

section .project_map .booking .project_contact .contactForm .formBox .group .item textarea:checked, section .project_map .booking .project_contact .contactForm .formBox .group .item textarea:focus {
  outline: 0;
}

section .project_map .booking .project_contact .contactForm .formBox button {
  width: 140px;
  float: left;
  height: 50px;
  border: 1px solid #000;
  background: #fff;
  color: #424242;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1200px) {
  section .project_map .booking .project_contact .contactForm .formBox button {
    float: unset;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 960px) {
  section .project_map .booking .project_contact .contactForm .formBox button {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  section .project_map .booking .project_contact .contactForm .formBox button {
    margin-top: 0px;
    width: 120px;
    font-size: 18px;
    height: 40px;
    padding: 0;
  }
}

section .project_map .booking .project_contact .contactForm .formBox button:hover {
  cursor: pointer;
}

section .project_map .booking .notice {
  width: 300px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 20px;
}

@media (max-width: 600px) {
  section .project_map .booking .notice {
    margin-bottom: 50px;
  }
}

section .project_map .booking .notice img {
  width: 150px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

section .project_map .booking .notice:hover {
  opacity: .6;
}

#section1 {
  height: 100vh;
  position: relative;
}

#section1 .title {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#section1 .title.pc {
  display: block;
}

#section1 .title.mob {
  display: none;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  #section1 .title {
    width: 100%;
    height: 100%;
  }
  #section1 .title.pc {
    display: none;
  }
  #section1 .title.mob {
    display: block;
  }
}

.popup {
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.popup .popup_content {
  text-align: center;
  background-color: #fff;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.popup .popup_content.popup_img {
  width: 600px;
  padding: 50px;
}

.popup .popup_content.popup_img .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 6px;
  text-align: center;
}

.popup .popup_content.popup_img .close i {
  font-size: 32px;
  line-height: 40px;
}

.popup .popup_content.popup_message {
  width: 320px;
  height: 360px;
  line-height: 60px;
  padding: 20px;
}

.popup.is_acted {
  opacity: 1;
  visibility: visible;
}

.project_info1 .slick-dots li, .project_info2 .slick-dots li, .project_info3 .slick-dots li {
  width: 50px;
  height: 10px;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  .project_info1 .slick-dots li, .project_info2 .slick-dots li, .project_info3 .slick-dots li {
    width: 30px;
  }
}

@media (max-width: 540px) {
  .project_info1 .slick-dots li, .project_info2 .slick-dots li, .project_info3 .slick-dots li {
    width: 15px;
    margin: 0 3px;
  }
}

.project_info1 .slick-dots li button, .project_info2 .slick-dots li button, .project_info3 .slick-dots li button {
  width: 50px;
  height: 10px;
  padding: 0;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  .project_info1 .slick-dots li button, .project_info2 .slick-dots li button, .project_info3 .slick-dots li button {
    width: 30px;
  }
}

@media (max-width: 540px) {
  .project_info1 .slick-dots li button, .project_info2 .slick-dots li button, .project_info3 .slick-dots li button {
    width: 15px;
  }
}

.project_info1 .slick-dots li button:before, .project_info2 .slick-dots li button:before, .project_info3 .slick-dots li button:before {
  content: '';
  width: 50px;
  height: 3px;
  background: #000;
  opacity: .5;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  .project_info1 .slick-dots li button:before, .project_info2 .slick-dots li button:before, .project_info3 .slick-dots li button:before {
    width: 30px;
  }
}

@media (max-width: 540px) {
  .project_info1 .slick-dots li button:before, .project_info2 .slick-dots li button:before, .project_info3 .slick-dots li button:before {
    width: 15px;
  }
}

.project_info1 .slick-dots li.slick-active button:before, .project_info2 .slick-dots li.slick-active button:before, .project_info3 .slick-dots li.slick-active button:before {
  opacity: 1;
}

#fp-nav ul li .fp-tooltip {
  color: #000;
}

.slick-slide > div > div {
  margin-bottom: -5px !important;
}

#fp-nav.fp-right {
  right: 30px;
}

@media (orientation: portrait) and (max-width: 960px), (max-width: 800px) {
  #fp-nav.fp-right {
    right: 5px;
  }
}

#fp-nav.fp-right ul li {
  display: block;
  width: 1px;
  height: 30px;
  margin: 0;
  position: relative;
}

#fp-nav.fp-right ul li a span {
  border-radius: unset;
  position: absolute;
  z-index: 1;
  height: 30px;
  width: 1px;
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  left: 50%;
  top: 50%;
  margin: 0px 0 0 -2px;
  display: block;
}

#fp-nav.fp-right ul li a span.fp-sr-only {
  display: none;
}

#fp-nav.fp-right ul li a.active span {
  background: #006284;
}

#fp-nav.fp-right ul li:hover a span {
  border-radius: unset;
  position: absolute;
  z-index: 1;
  height: 30px;
  width: 1px;
  border: 0;
  left: 50%;
  top: 50%;
  margin: 0px 0 0 -2px;
  display: block;
}

#fp-nav.fp-right ul li:hover a span.fp-sr-only {
  display: none;
}

#fp-nav.fp-right ul li:hover .fp-tooltip {
  display: none;
}
/*# sourceMappingURL=project_single.css.map */