@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,400,500,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,400,500,900&display=swap&subset=chinese-traditional");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: #000;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

select, input {
  -webkit-appearance: none;
  outline: none;
  border: none;
}

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

@font-face {
  font-family: "bmwType";
  src: local("?"), url("../font/bmwtypewebli_all.woff") format("woff"), url("../font/BMWTypeNextLatinTT-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
header {
  height: 100px;
  width: 80%;
  max-width: 1270px;
  padding: 0 2em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  header {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  header {
    font-size: 16px;
    width: 90%;
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    font-size: 14px;
    width: 100%;
    padding: 0 1.5em;
    height: 65px;
    justify-content: space-between;
  }
}

.hide {
  opacity: 0;
  transition: 0.3s;
}

header .logo {
  width: 3.85em;
}
header .logo.hide {
  opacity: 0;
}
@media screen and (max-width: 992px) {
  header .logo {
    width: 2.29em;
  }
}

nav {
  background: url("../img/header/header-bg.png") no-repeat;
  background-position-x: right;
  font-size: 20px;
}
@media screen and (max-width: 1599px) {
  nav {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  nav {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  nav {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  nav {
    background: url("../img/header/header-bg_mo.png") no-repeat;
    background-size: contain;
    font-size: 10px;
  }
}

.nav-M {
  padding: 4em 1.5em;
  box-sizing: border-box;
  position: absolute;
  height: 100vh;
  width: 100%;
  right: 0;
  top: 0px;
  z-index: 49;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transform: translateX(100%);
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .nav-M {
    display: block;
  }
}

.aniNav {
  opacity: 1;
  transform: translateX(0%);
  transition: 0.3s;
}

.nav-M ul {
  max-width: 1170px;
  margin: auto;
  padding: 1em 2em;
  box-sizing: border-box;
  text-align: right;
  width: 69.5%;
}
@media screen and (max-width: 768px) {
  .nav-M ul {
    padding: 2rem 3rem 0 3rem;
    width: 95%;
    height: 100%;
  }
}

.nav-M li {
  position: relative;
  display: block;
  margin: 1.75em 0;
  letter-spacing: 2px;
  color: #fafcff;
  background: url("../img/header/menu-icon.png") no-repeat;
  width: 22%;
  margin-left: auto;
  background-size: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nav-M li {
    width: 50%;
  }
}
.nav-M li:hover {
  background-size: contain;
  transition: 0.3s;
}
.nav-M li:last-child {
  font-size: 0.85em;
  margin-top: 5em;
  opacity: 0;
}
.nav-M li a {
  color: #fafcff;
  display: block;
  width: 100%;
  font-size: 1.35em;
  opacity: 0.5;
  transition: 0.3s;
}
.nav-M li a:hover {
  opacity: 1;
  transition: 0.3s;
}
.nav-M li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  pointer-events: none;
}

header .btn-menu {
  display: flex;
  height: 2.5em;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1em;
  cursor: pointer;
}
header .btn-menu span {
  display: block;
  height: 0.15em;
  width: 2em;
  background-color: #000000;
  margin: 0.25em 0;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  header .btn-menu span {
    height: 2px;
    width: 1.8em;
  }
}

header .btn-menu.aniBtnMenu {
  position: relative;
}
header .btn-menu.aniBtnMenu::before {
  content: "";
  width: 1px;
  height: 18rem;
  background-color: #fafcff;
  opacity: 0.5;
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  header .btn-menu.aniBtnMenu::before {
    bottom: -19rem;
  }
}

header .aniBtnMenu span {
  transition: 0.4s;
  background-color: #fff;
}
header .aniBtnMenu span:first-child {
  transform: rotate(-45deg) translate(-0.9em, 0.9em);
}
header .aniBtnMenu span:nth-child(2) {
  opacity: 0;
}
header .aniBtnMenu span:nth-child(3) {
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  header .aniBtnMenu span:nth-child(3) {
    transform: rotate(45deg);
  }
}

footer {
  background-color: #292c36;
  position: relative;
  z-index: 2;
  opacity: 0;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 80px;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  footer {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  footer {
    font-size: 16px;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 840px) {
  footer {
    font-size: 14px;
    display: block;
    padding: 30px 0px;
  }
}

footer .copyright-container {
  width: 30%;
}
@media screen and (max-width: 840px) {
  footer .copyright-container {
    width: 100%;
  }
}
footer .btn-container {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 840px) {
  footer .btn-container {
    width: 100%;
    display: block;
  }
}
footer a, footer p {
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 2px;
}
footer a {
  text-align: center;
}
footer p {
  text-align: left;
}
@media screen and (max-width: 840px) {
  footer p {
    text-align: center;
  }
}

footer .btn-1,
footer .btn-2 {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 840px) {
  footer .btn-1,
  footer .btn-2 {
    justify-content: center;
    margin: 20px auto;
    width: 100%;
  }
}

footer .btn-1 a {
  display: inline-block;
  height: 35px;
  width: 35px;
  margin: auto 5px;
}
@media only screen and (max-width: 768px) {
  footer .btn-1 a {
    width: 30px;
    height: 30px;
  }
}
footer .btn-1 a:first-child {
  background: url("../img/footer/icon-fb.png") center/100%;
}
footer .btn-1 a:nth-child(2) {
  background: url("../img/footer/icon-ig.png") center/100%;
}
footer .btn-1 a:nth-child(3) {
  background: url("../img/footer/icon-yt.png") center/100%;
}
footer .btn-1 a:nth-child(4) {
  background: url("../img/footer/icon-line.png") center/100%;
}

footer .btn-2 a {
  margin: auto 0.75em;
  position: relative;
}
footer .btn-2 a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.75em;
  left: auto;
  margin: auto;
  background-color: #fff;
  height: 100%;
  width: 1.5px;
}
@media only screen and (max-width: 768px) {
  footer .btn-2 a:not(:last-child)::before {
    right: -10px;
  }
}

@font-face {
  font-family: "bmwType";
  src: local("?"), url("../font/bmwtypewebli_all.woff") format("woff"), url("../font/BMWTypeNextLatinTT-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html, body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-family: "bmwType", "文鼎UD晶熙黑体PE1XG30_M", "microsoft jhenghei", "Noto Sans TC", Helvetica, Noto Sans, sans-serif;
}
@media screen and (max-width: 1599px) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  html, body {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 10px;
  }
}

header::before {
  background-color: #6f6f6f;
}
header .btn-menu span {
  background-color: #ffffff;
}

header .nav-PC ul a {
  color: #6f6f6f;
}
header .nav-PC ul a:hover {
  color: #b8b6b8;
}

.wrap {
  max-width: 1600px;
  margin: auto;
}

.wrap::-webkit-scrollbar {
  display: none;
}

.wrap::-webkit-scrollbar {
  -ms-overflow-style: none;
}

.wrap::-webkit-scrollbar {
  overflow: -moz-scrollbars-none;
}

.wrap .kv {
  position: relative;
  z-index: 10;
}
.wrap .kv > img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .wrap .kv > img {
    content: url("../img/index/kv_mo.jpg");
  }
}

.kv {
  position: relative;
  opacity: 0;
}
.kv .kv-title {
  position: absolute;
  left: 12.5rem;
  top: 9rem;
  width: 22.85rem;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .kv .kv-title {
    left: 4.25rem;
    top: 9.25rem;
  }
}
.kv .kv-txt {
  color: #ffffff;
  position: absolute;
  top: 7.5rem;
  opacity: 0;
}
.kv .kv-txt h2 {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .kv .kv-txt h2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.kv .kv-txt p {
  font-size: 0.8rem;
  line-height: 1.35rem;
}
@media screen and (max-width: 768px) {
  .kv .kv-txt p {
    font-size: 1rem;
    line-height: 1.85rem;
  }
}

.section {
  opacity: 0;
}
.section .bg-pc, .section .bg-mo {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .section .bg-pc {
    display: none;
  }
}
.section .bg-mo {
  display: none;
}
@media screen and (max-width: 768px) {
  .section .bg-mo {
    display: block;
  }
}
.section .container {
  max-width: 1270px;
}
.section .container h2 {
  font-size: 1.7rem;
  color: #000000;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section .container h2 {
    font-size: 2.75rem;
    margin-bottom: 2rem;
  }
}
.section .container h2::before, .section .container h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .section .container h2::before, .section .container h2::after {
    content: none;
  }
}
.section .container h2::before {
  left: 0.5rem;
}
.section .container h2::after {
  right: 0.5rem;
}

.section-1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.section-1 .bg-pc-1 {
  left: 0;
  top: 4rem;
}
.section-1 .bg-pc-2 {
  right: 0;
  bottom: 3.5rem;
}
.section-1 .bg-mo-1 {
  top: 7.5rem;
  left: 0;
}
.section-1 .bg-mo-2 {
  right: 0;
  bottom: 63rem;
}
.section-1 .bg-mo-3 {
  left: 0;
  bottom: 16.5rem;
}

.section-1 .container {
  margin: auto;
}
.section-1 .container h2 {
  margin-bottom: 2rem;
}
.section-1 .container h2::before, .section-1 .container h2::after {
  width: calc(50% - 6.5rem);
}

.section-1 .item-container {
  display: flex;
  justify-content: center;
  margin: auto;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-1 .item-container {
    flex-wrap: wrap;
  }
}
.section-1 .item-container .item {
  margin: 0 0.5rem;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section-1 .item-container .item {
    margin: 1rem 0 4.5rem 0;
    width: 88%;
  }
}
.section-1 .item-container .item:hover {
  transform: translateY(-10px);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section-1 .item-container .item:hover {
    transform: translateY(0px);
  }
}
.section-1 .item-container .item-pic {
  display: block;
  margin-bottom: 2rem;
}
.section-1 .item-container .item-txt {
  text-align: center;
}
.section-1 .item-container .item-txt h3 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .section-1 .item-container .item-txt h3 {
    font-size: 2.78rem;
    margin-bottom: 1.8rem;
  }
}
.section-1 .item-container .item-txt p {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #596979;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .section-1 .item-container .item-txt p {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }
}
.section-1 .item-container .btn-more {
  width: 13.9rem;
  line-height: 3.1rem;
  border-radius: 0.4rem;
  margin: auto;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  background-image: linear-gradient(to right, #2e88da, #11a1e5);
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-1 .item-container .btn-more {
    width: 22.25rem;
    font-size: 1.8rem;
    line-height: 5.0125rem;
  }
}
.section-1 .item-container .btn-more::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 2px;
  border-left: transparent;
  border-bottom: transparent;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .section-1 .item-container .btn-more::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.section-1 .item-container .btn-more:hover::after {
  right: 1.3rem;
  transition: 0.3s;
}

.section-2 {
  position: relative;
  padding: 3.75rem 0;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .section-2 {
    padding: 8rem 1rem;
  }
}
.section-2 .bg-pc-1 {
  right: 0;
  top: 0;
}
.section-2 .bg-pc-2 {
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .section-2 .bg-pc-2 {
    display: none;
  }
}
.section-2 .bg-mo-1 {
  top: 0rem;
  left: 0;
}
.section-2 .container {
  margin: auto;
  position: relative;
  z-index: 10;
}
.section-2 .container h2::before, .section-2 .container h2::after {
  width: calc(50% - 9rem);
}
.section-2 .container p {
  font-size: 1.3rem;
  color: #606060;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section-2 .container p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.section-2 .item-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-2 .item-container {
    flex-wrap: wrap;
  }
}
.section-2 .item-container .item {
  background-color: #ffffff;
  margin: 0 0.8rem;
  padding: 2rem 0;
  width: 17.5em;
  box-shadow: 0 0 15px #ccc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-2 .item-container .item {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 2rem 0.8rem;
    padding: 2.5rem 2rem 4rem 1rem;
  }
}
.section-2 .item-container .item .pic {
  width: 85%;
  margin: auto;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section-2 .item-container .item .pic {
    width: 80%;
    margin: 0;
    margin-right: 1rem;
  }
}
.section-2 .item-container .item .txt {
  width: 100%;
}
.section-2 .item-container .item .txt h4 {
  color: #061a37;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .section-2 .item-container .item .txt h4 {
    font-size: 1.9rem;
    text-align: left;
  }
}
.section-2 .item-container .item .txt p {
  color: #899199;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 768px) {
  .section-2 .item-container .item .txt p {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 0;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section-2 .item-container .item .txt p .pc {
    display: none;
  }
}
.section-2 .item-container .item a {
  cursor: pointer;
  align-self: flex-end;
  font-size: 0.85rem;
  color: #3087d9;
  position: absolute;
  right: 2.5rem;
  bottom: 1rem;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .section-2 .item-container .item a {
    bottom: 2rem;
    font-size: 1.45rem;
  }
}
.section-2 .item-container .item a::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-style: solid;
  border-width: 1px;
  border-left: transparent;
  border-bottom: transparent;
  position: absolute;
  right: -1rem;
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .section-2 .item-container .item a::after {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.section-2 .item-container .item a:hover::after {
  right: -1.3rem;
  transition: 0.3s;
}

.wrap .light-box-container {
  background-color: rgba(35, 39, 46, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  display: flex;
}
.wrap .light-box-container.hide {
  display: none;
}

.wrap .light-box-container .light-box {
  background: url("../img/index/lightbox-bg.png") center/cover no-repeat;
  margin: auto;
  width: 30rem;
  height: 18em;
  padding: 1rem 1rem 2.5rem 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .wrap .light-box-container .light-box {
    width: 80%;
  }
}

.light-box-container .light-box .btn-close {
  display: flex;
  justify-content: flex-end;
}
.light-box-container .light-box .btn-close a {
  display: inline-block;
  text-align: right;
  transform: rotate(45deg);
  cursor: pointer;
}
.light-box-container .light-box .btn-close span {
  background-color: #aaa;
  display: inline-block;
  height: 20px;
  width: 1px;
  margin: 0 1rem;
  position: relative;
}
.light-box-container .light-box .btn-close span::before {
  content: "";
  background-color: #aaa;
  height: 20px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(90deg);
}

.wrap .light-box-container .light-box > p {
  font-size: 1.4rem;
  text-align: center;
  margin: 5px auto 2rem auto;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #aaa;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .wrap .light-box-container .light-box > p {
    margin-bottom: 15px;
  }
}

.wrap .light-box-container .info-container p {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.3rem;
}
.wrap .light-box-container .info-container p:nth-of-type(1) {
  color: #000000;
}
.wrap .light-box-container .info-container p:nth-of-type(2) {
  color: #494747;
}

.wrap .loading {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg-loading.png") repeat-x;
  background-size: contain;
}
.wrap .loading::before, .wrap .loading::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  .wrap .loading::before, .wrap .loading::after {
    top: 50%;
    height: 1px;
  }
}
.wrap .loading::before {
  background-color: #fff;
  width: 100%;
}
.wrap .loading::after {
  background-color: #abb0b9;
  width: 0%;
}
.wrap .loading .pattern {
  width: 90px;
  margin-bottom: 2rem;
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrap .loading .pattern {
    width: 50px;
    margin-bottom: 8rem;
  }
}

.wrap .aniLoading::after {
  width: 100%;
  transition: 2s;
  transition-delay: 1s;
}/*# sourceMappingURL=index.css.map */