@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;
  }
}

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

@media (max-width: 1600px) {
  section .theme .container {
    width: 90%;
  }
}

section .theme .top_topic {
  height: 350px;
  background: -webkit-gradient(linear, left bottom, right top, from(#e7f9ff), to(#d8f5ff));
  background: linear-gradient(to right top, #e7f9ff, #d8f5ff);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 160px 0 0;
  position: relative;
}

@media (max-width: 800px) {
  section .theme .top_topic {
    height: 245px;
    padding-top: 90px;
  }
  section .theme .top_topic:after {
    content: "";
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}

@media (max-width: 660px) {
  section .theme .top_topic {
    height: 200px;
  }
}

section .theme .top_topic .topicBox {
  width: 100%;
  height: 200px;
  background: url(../img/news/title_bg.svg) right 110% no-repeat;
  background-size: contain;
}

@media (max-width: 800px) {
  section .theme .top_topic .topicBox {
    height: 160px;
    float: unset;
    position: relative;
    z-index: 2;
    background-position: left bottom;
    padding-top: 80px;
    background-size: auto 100%;
  }
}

@media (max-width: 660px) {
  section .theme .top_topic .topicBox {
    height: 100px;
    background-size: auto 100%;
    padding-top: 40px;
  }
}

section .theme .top_topic .topicBox .title {
  font-size: 18px;
  color: #006284;
}

@media (max-width: 800px) {
  section .theme .top_topic .topicBox .title {
    position: relative;
    font-size: 3.6vw;
    font-weight: 300;
  }
}

section .theme .top_topic .topicBox .title span {
  font-size: 110px;
  color: #000;
  font-family: 'Playfair Display', serif;
  font-weight: 200;
  margin-right: 20px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  section .theme .top_topic .topicBox .title span {
    font-size: 92px;
  }
}

@media (max-width: 1120px) {
  section .theme .top_topic .topicBox .title span {
    font-size: 74px;
  }
}

@media (max-width: 800px) {
  section .theme .top_topic .topicBox .title span {
    height: 110px;
    line-height: 110px;
    font-size: 10.4vw;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
  }
}

@media (max-width: 600px) {
  section .theme .top_topic .topicBox .title span {
    height: 90px;
    line-height: 90px;
  }
}

@media (max-width: 520px) {
  section .theme .top_topic .topicBox .title span {
    height: 66px;
    line-height: 66px;
  }
}

section .theme .top_topic.single .topicBox {
  float: unset;
}

section .theme .top_topic.single .topicBox .title {
  text-align: center;
  color: #006284;
}

section .theme .top_topic.single .topicBox .title span {
  display: block;
  color: #000;
}

@media (max-width: 600px) {
  section .theme .top_topic.single .topicBox .title span {
    display: inline-block;
    width: 100%;
  }
}

section .theme .category {
  margin-top: 50px;
}

@media (max-width: 1120px) {
  section .theme .category {
    margin-top: 20px;
  }
}

@media (max-width: 800px) {
  section .theme .category {
    width: 90%;
    margin: 60px auto 0;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 520px) {
  section .theme .category {
    margin-top: 40px;
  }
}

section .theme .category .title {
  width: 60px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

@media (max-width: 800px) {
  section .theme .category .title {
    font-size: 16px;
  }
}

section .theme .category ul {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
}

section .theme .category ul li {
  display: inline-block;
  margin-right: 20px;
  color: #000;
}

@media (max-width: 800px) {
  section .theme .category ul li {
    font-size: 3.2vw;
  }
}

@media (max-width: 520px) {
  section .theme .category ul li {
    margin-right: 12px;
  }
}

section .theme .category ul li.active {
  color: #006284;
  text-decoration: underline;
}

section .theme .category ul li:hover {
  cursor: pointer;
}

section .theme .newsBox {
  margin-top: 50px;
}

section .theme .newsBox ul {
  overflow: hidden;
}

section .theme .newsBox ul li {
  width: calc( (100% - 150px) / 4);
  margin-right: 50px;
  margin-bottom: 86px;
  float: left;
}

section .theme .newsBox ul li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1200px) {
  section .theme .newsBox ul li {
    width: calc( (100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) {
  section .theme .newsBox ul li {
    width: calc( (100% - 30px) / 2);
  }
  section .theme .newsBox ul li:nth-child(4n) {
    margin-right: 30px;
  }
  section .theme .newsBox ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  section .theme .newsBox ul li {
    width: 100%;
  }
  section .theme .newsBox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

section .theme .newsBox ul li .titleBox {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 800px) {
  section .theme .newsBox ul li .titleBox {
    font-size: 18px;
  }
}

section .theme .newsBox ul li .dateBox {
  font-size: 18px;
  margin-top: 5px;
  color: #006284;
}

@media (max-width: 800px) {
  section .theme .newsBox ul li .dateBox {
    font-size: 14px;
  }
}

section .theme .newsBox ul li .imgBox {
  height: 0;
  padding-bottom: 62%;
  overflow: hidden;
}

section .theme .newsBox ul li .imgBox img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

section .theme .newsBox ul li:hover {
  cursor: pointer;
}

section .theme .newsBox ul li:hover .imgBox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section .theme .newsBox .btn {
  width: 520px;
  margin: 50px auto 86px;
}

@media (max-width: 800px) {
  section .theme .newsBox .btn {
    width: calc(520/800*100%);
  }
}

section .theme .newsContent {
  max-width: 1300px;
  margin: 50px auto 0;
}

section .theme .newsContent .topBox {
  margin-bottom: 40px;
  overflow: hidden;
}

section .theme .newsContent .topBox .dateBox {
  font-size: 16px;
  line-height: 24px;
  color: #006284;
}

section .theme .newsContent .topBox .titleBox {
  width: calc(100% - 100px);
  font-size: 30px;
  line-height: 36px;
  float: left;
}

@media (max-width: 600px) {
  section .theme .newsContent .topBox .titleBox {
    width: 100%;
    margin-bottom: 20px;
  }
}

section .theme .newsContent .topBox .categoryBox {
  width: 100px;
  font-size: 18px;
  float: right;
  text-align: right;
  color: #006284;
  text-decoration: underline;
}

@media (max-width: 600px) {
  section .theme .newsContent .topBox .categoryBox {
    width: 100%;
  }
}

section .theme .newsContent .topBox .categoryBox a {
  text-decoration: underline;
  color: #006284;
}

section .theme .newsContent .contentBox .imgBox {
  margin-bottom: 90px;
}

section .theme .newsContent .contentBox .imgBox ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section .theme .newsContent .contentBox .imgBox ul li {
  width: 50%;
  margin-bottom: 20px;
  padding: 10px;
}

@media (max-width: 800px) {
  section .theme .newsContent .contentBox .imgBox ul li {
    width: 100%;
  }
}

section .theme .newsContent .contentBox .imgBox ul li img, section .theme .newsContent .contentBox .imgBox ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}

section .theme .newsContent .contentBox p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 26px;
}

section .theme .newsContent .contentBox p a {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  color: #006284;
}

section .theme .newsContent .btn {
  width: 520px;
  margin: 0 auto 86px;
}

@media (max-width: 800px) {
  section .theme .newsContent .btn {
    width: calc(520/800*100%);
  }
}
/*# sourceMappingURL=news.css.map */