@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css2?family=Material+Icons");
@import url("../js/slick/slick.css");
@import url("../js/fancybox/fancyBox.css");
@import url("bootstrap.min.css");
@font-face {
  font-family: Noto Sans TC, PingFang TC, 微軟正黑體;
  src: local("Noto Sans TC");
  unicode-range: u+4e00-9fff;
}
@font-face {
  font-family: Helvetica;
  src: local("Helvetica");
  unicode-range: u+00-024f;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  box-shadow: unset;
  box-sizing: border-box;
  font-family: Arial, Noto Sans TC, 微軟正黑體;
  font-size: 100%;
  outline: none;
  text-decoration: none;
  vertical-align: baseline;
}
img {
  max-width: 100%;
}
a {
  word-break: break-all;
}
a[href]:hover {
  opacity: 0.7;
}
.material-icons {
  font-family: Material Icons !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.clearMargin {
  margin: 0;
}
.clearMargin[important] {
  margin: 0 !important;
}
.marginAuto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.marginAuto[important] {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.clear {
  clear: both;
}
.full-width {
  width: 100%;
}
.full-width[important] {
  width: 100% !important;
}
h1 {
  font-size: 32px;
}
h1,
h2 {
  font-weight: 600;
  margin: 12px 0;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h3,
h4 {
  font-weight: 600;
  margin: 12px 0;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h5,
h6 {
  font-weight: 600;
  margin: 12px 0;
}
h6 {
  font-size: 12px;
}
b {
  padding: 0 5px;
}
.fontStyle-italic {
  font-style: italic !important;
}
.fontStyle-initial {
  font-style: normal !important;
}
.weight100 {
  font-weight: 100 !important;
}
.weight200 {
  font-weight: 200 !important;
}
.weight300 {
  font-weight: 300 !important;
}
.weight400 {
  font-weight: 400 !important;
}
.weight500 {
  font-weight: 500 !important;
}
.weight600 {
  font-weight: 600 !important;
}
.weight700 {
  font-weight: 700 !important;
}
.weight800 {
  font-weight: 800 !important;
}
.weight900 {
  font-weight: 900 !important;
}
.fontSize12 {
  font-size: 12px !important;
}
@media (max-width: 640px) {
  .fontSize12 {
    font-size: 8px !important;
  }
}
.fontSize13 {
  font-size: 13px !important;
}
@media (max-width: 640px) {
  .fontSize13 {
    font-size: 9px !important;
  }
}
.fontSize14 {
  font-size: 14px !important;
}
@media (max-width: 640px) {
  .fontSize14 {
    font-size: 10px !important;
  }
}
.fontSize15 {
  font-size: 15px !important;
}
@media (max-width: 640px) {
  .fontSize15 {
    font-size: 11px !important;
  }
}
.fontSize16 {
  font-size: 16px !important;
}
@media (max-width: 640px) {
  .fontSize16 {
    font-size: 12px !important;
  }
}
.fontSize17 {
  font-size: 17px !important;
}
@media (max-width: 640px) {
  .fontSize17 {
    font-size: 13px !important;
  }
}
.fontSize18 {
  font-size: 18px !important;
}
@media (max-width: 640px) {
  .fontSize18 {
    font-size: 14px !important;
  }
}
.fontSize19 {
  font-size: 19px !important;
}
@media (max-width: 640px) {
  .fontSize19 {
    font-size: 15px !important;
  }
}
.fontSize20 {
  font-size: 20px !important;
}
@media (max-width: 640px) {
  .fontSize20 {
    font-size: 16px !important;
  }
}
.fontSize21 {
  font-size: 21px !important;
}
@media (max-width: 640px) {
  .fontSize21 {
    font-size: 17px !important;
  }
}
.fontSize22 {
  font-size: 22px !important;
}
@media (max-width: 640px) {
  .fontSize22 {
    font-size: 18px !important;
  }
}
.fontSize23 {
  font-size: 23px !important;
}
@media (max-width: 640px) {
  .fontSize23 {
    font-size: 19px !important;
  }
}
.fontSize24 {
  font-size: 24px !important;
}
@media (max-width: 640px) {
  .fontSize24 {
    font-size: 20px !important;
  }
}
.fontSize25 {
  font-size: 25px !important;
}
@media (max-width: 640px) {
  .fontSize25 {
    font-size: 21px !important;
  }
}
.fontSize26 {
  font-size: 26px !important;
}
@media (max-width: 640px) {
  .fontSize26 {
    font-size: 22px !important;
  }
}
.fontSize27 {
  font-size: 27px !important;
}
@media (max-width: 640px) {
  .fontSize27 {
    font-size: 23px !important;
  }
}
.fontSize28 {
  font-size: 28px !important;
}
@media (max-width: 640px) {
  .fontSize28 {
    font-size: 24px !important;
  }
}
.fontSize29 {
  font-size: 29px !important;
}
@media (max-width: 640px) {
  .fontSize29 {
    font-size: 25px !important;
  }
}
.fontSize30 {
  font-size: 30px !important;
}
@media (max-width: 640px) {
  .fontSize30 {
    font-size: 26px !important;
  }
}
.fontSize31 {
  font-size: 31px !important;
}
@media (max-width: 640px) {
  .fontSize31 {
    font-size: 27px !important;
  }
}
.fontSize32 {
  font-size: 32px !important;
}
@media (max-width: 640px) {
  .fontSize32 {
    font-size: 28px !important;
  }
}
.fontSize33 {
  font-size: 33px !important;
}
@media (max-width: 640px) {
  .fontSize33 {
    font-size: 29px !important;
  }
}
.fontSize34 {
  font-size: 34px !important;
}
@media (max-width: 640px) {
  .fontSize34 {
    font-size: 30px !important;
  }
}
.fontSize35 {
  font-size: 35px !important;
}
@media (max-width: 640px) {
  .fontSize35 {
    font-size: 31px !important;
  }
}
.fontSize36 {
  font-size: 36px !important;
}
@media (max-width: 640px) {
  .fontSize36 {
    font-size: 32px !important;
  }
}
.fontSize37 {
  font-size: 37px !important;
}
@media (max-width: 640px) {
  .fontSize37 {
    font-size: 33px !important;
  }
}
.fontSize38 {
  font-size: 38px !important;
}
@media (max-width: 640px) {
  .fontSize38 {
    font-size: 34px !important;
  }
}
.fontSize39 {
  font-size: 39px !important;
}
@media (max-width: 640px) {
  .fontSize39 {
    font-size: 35px !important;
  }
}
.fontSize40 {
  font-size: 40px !important;
}
@media (max-width: 640px) {
  .fontSize40 {
    font-size: 36px !important;
  }
}
.fontSize41 {
  font-size: 41px !important;
}
@media (max-width: 640px) {
  .fontSize41 {
    font-size: 21px !important;
  }
}
.fontSize42 {
  font-size: 42px !important;
}
@media (max-width: 640px) {
  .fontSize42 {
    font-size: 22px !important;
  }
}
.fontSize43 {
  font-size: 43px !important;
}
@media (max-width: 640px) {
  .fontSize43 {
    font-size: 23px !important;
  }
}
.fontSize44 {
  font-size: 44px !important;
}
@media (max-width: 640px) {
  .fontSize44 {
    font-size: 24px !important;
  }
}
.fontSize45 {
  font-size: 45px !important;
}
@media (max-width: 640px) {
  .fontSize45 {
    font-size: 25px !important;
  }
}
.fontSize46 {
  font-size: 46px !important;
}
@media (max-width: 640px) {
  .fontSize46 {
    font-size: 26px !important;
  }
}
.fontSize47 {
  font-size: 47px !important;
}
@media (max-width: 640px) {
  .fontSize47 {
    font-size: 27px !important;
  }
}
.fontSize48 {
  font-size: 48px !important;
}
@media (max-width: 640px) {
  .fontSize48 {
    font-size: 28px !important;
  }
}
.fontSize49 {
  font-size: 49px !important;
}
@media (max-width: 640px) {
  .fontSize49 {
    font-size: 29px !important;
  }
}
.fontSize50 {
  font-size: 50px !important;
}
@media (max-width: 640px) {
  .fontSize50 {
    font-size: 30px !important;
  }
}
.fontSize51 {
  font-size: 51px !important;
}
@media (max-width: 640px) {
  .fontSize51 {
    font-size: 31px !important;
  }
}
.fontSize52 {
  font-size: 52px !important;
}
@media (max-width: 640px) {
  .fontSize52 {
    font-size: 32px !important;
  }
}
.fontSize53 {
  font-size: 53px !important;
}
@media (max-width: 640px) {
  .fontSize53 {
    font-size: 33px !important;
  }
}
.fontSize54 {
  font-size: 54px !important;
}
@media (max-width: 640px) {
  .fontSize54 {
    font-size: 34px !important;
  }
}
.fontSize55 {
  font-size: 55px !important;
}
@media (max-width: 640px) {
  .fontSize55 {
    font-size: 35px !important;
  }
}
.fontSize56 {
  font-size: 56px !important;
}
@media (max-width: 640px) {
  .fontSize56 {
    font-size: 36px !important;
  }
}
.fontSize57 {
  font-size: 57px !important;
}
@media (max-width: 640px) {
  .fontSize57 {
    font-size: 37px !important;
  }
}
.fontSize58 {
  font-size: 58px !important;
}
@media (max-width: 640px) {
  .fontSize58 {
    font-size: 38px !important;
  }
}
.fontSize59 {
  font-size: 59px !important;
}
@media (max-width: 640px) {
  .fontSize59 {
    font-size: 39px !important;
  }
}
.fontSize60 {
  font-size: 60px !important;
}
@media (max-width: 640px) {
  .fontSize60 {
    font-size: 40px !important;
  }
}
.fontSize61 {
  font-size: 61px !important;
}
@media (max-width: 640px) {
  .fontSize61 {
    font-size: 41px !important;
  }
}
.fontSize62 {
  font-size: 62px !important;
}
@media (max-width: 640px) {
  .fontSize62 {
    font-size: 42px !important;
  }
}
.outdent10 {
  display: block;
  margin-left: 10px;
  text-indent: -10px;
}
.outdent11 {
  display: block;
  margin-left: 11px;
  text-indent: -11px;
}
.outdent12 {
  display: block;
  margin-left: 12px;
  text-indent: -12px;
}
.outdent13 {
  display: block;
  margin-left: 13px;
  text-indent: -13px;
}
.outdent14 {
  display: block;
  margin-left: 14px;
  text-indent: -14px;
}
.outdent15 {
  display: block;
  margin-left: 15px;
  text-indent: -15px;
}
.outdent16 {
  display: block;
  margin-left: 16px;
  text-indent: -16px;
}
.outdent17 {
  display: block;
  margin-left: 17px;
  text-indent: -17px;
}
.outdent18 {
  display: block;
  margin-left: 18px;
  text-indent: -18px;
}
.outdent19 {
  display: block;
  margin-left: 19px;
  text-indent: -19px;
}
.outdent20 {
  display: block;
  margin-left: 20px;
  text-indent: -20px;
}
.outdent21 {
  display: block;
  margin-left: 21px;
  text-indent: -21px;
}
.outdent22 {
  display: block;
  margin-left: 22px;
  text-indent: -22px;
}
.outdent23 {
  display: block;
  margin-left: 23px;
  text-indent: -23px;
}
.outdent24 {
  display: block;
  margin-left: 24px;
  text-indent: -24px;
}
.outdent25 {
  display: block;
  margin-left: 25px;
  text-indent: -25px;
}
.outdent26 {
  display: block;
  margin-left: 26px;
  text-indent: -26px;
}
.outdent27 {
  display: block;
  margin-left: 27px;
  text-indent: -27px;
}
.outdent28 {
  display: block;
  margin-left: 28px;
  text-indent: -28px;
}
.outdent29 {
  display: block;
  margin-left: 29px;
  text-indent: -29px;
}
.outdent30 {
  display: block;
  margin-left: 30px;
  text-indent: -30px;
}
.outdent31 {
  display: block;
  margin-left: 31px;
  text-indent: -31px;
}
.outdent32 {
  display: block;
  margin-left: 32px;
  text-indent: -32px;
}
.outdent33 {
  display: block;
  margin-left: 33px;
  text-indent: -33px;
}
.outdent34 {
  display: block;
  margin-left: 34px;
  text-indent: -34px;
}
.outdent35 {
  display: block;
  margin-left: 35px;
  text-indent: -35px;
}
.outdent36 {
  display: block;
  margin-left: 36px;
  text-indent: -36px;
}
.outdent37 {
  display: block;
  margin-left: 37px;
  text-indent: -37px;
}
.outdent38 {
  display: block;
  margin-left: 38px;
  text-indent: -38px;
}
.outdent39 {
  display: block;
  margin-left: 39px;
  text-indent: -39px;
}
.outdent40 {
  display: block;
  margin-left: 40px;
  text-indent: -40px;
}
.outdent41 {
  display: block;
  margin-left: 41px;
  text-indent: -41px;
}
.outdent42 {
  display: block;
  margin-left: 42px;
  text-indent: -42px;
}
.outdent43 {
  display: block;
  margin-left: 43px;
  text-indent: -43px;
}
.outdent44 {
  display: block;
  margin-left: 44px;
  text-indent: -44px;
}
.outdent45 {
  display: block;
  margin-left: 45px;
  text-indent: -45px;
}
.outdent46 {
  display: block;
  margin-left: 46px;
  text-indent: -46px;
}
.outdent47 {
  display: block;
  margin-left: 47px;
  text-indent: -47px;
}
.outdent48 {
  display: block;
  margin-left: 48px;
  text-indent: -48px;
}
.outdent49 {
  display: block;
  margin-left: 49px;
  text-indent: -49px;
}
.outdent50 {
  display: block;
  margin-left: 50px;
  text-indent: -50px;
}
.loader-circle {
  -webkit-animation: loader-anim 1s linear infinite;
  animation: loader-anim 1s linear infinite;
  background: #999;
  background: -moz-linear-gradient(left, #999 30%, hsla(0, 0%, 60%, 0) 100%);
  background: -webkit-linear-gradient(left, #999 30%, hsla(0, 0%, 60%, 0));
  background: -o-linear-gradient(left, #999 30%, hsla(0, 0%, 60%, 0) 100%);
  background: -ms-linear-gradient(left, #999 30%, hsla(0, 0%, 60%, 0) 100%);
  background: linear-gradient(90deg, #999 30%, hsla(0, 0%, 60%, 0));
  border-radius: 50%;
  font-size: 10px;
  height: 40px;
  margin: 50px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  width: 40px;
}
.loader-circle:before {
  background: #999;
  border-radius: 100% 0 0 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.loader-circle:after {
  background: #f0f0f1;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 88%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 88%;
}
.page-loader {
  background: #f0f0f1;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.page-loader .wrap {
  bottom: 0;
  height: 102px;
  height: 140px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
.page-loader .wrap p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 auto 18px;
  position: relative;
  text-transform: uppercase;
}
.page-loader .wrap .loader-circle {
  margin: 15px auto;
}
@-webkit-keyframes loader-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes loader-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
[v-cloak] {
  opacity: 0;
}
.text-red {
  color: #8c0f15 !important;
}
.bg-red {
  background-color: #8c0f15;
}
.border-red {
  border-color: #8c0f15;
}
.text-black {
  color: #151716 !important;
}
.bg-black {
  background-color: #151716;
}
.border-black {
  border-color: #151716;
}
.text-mColor {
  color: #b02c7f !important;
}
.bg-mColor {
  background-color: #b02c7f;
}
.border-mColor {
  border-color: #b02c7f;
}
.text-sColor {
  color: #404d49 !important;
}
.bg-sColor {
  background-color: #404d49;
}
.border-sColor {
  border-color: #404d49;
}
.pageHeight,
body,
html {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
body,
html {
  font-weight: 400;
  outline: none;
}
html {
  -webkit-locale: "tw";
}
body {
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #151716;
  height: 100%;
  height: 100vh;
  letter-spacing: 0.125em;
  overflow: hidden;
  overflow-x: hidden !important;
  overflow-y: auto;
  width: 100%;
  width: 100vw;
}
.section .boxContainer,
nav.navbar .boxContainer {
  margin: auto;
  max-width: 1140px;
}
@media (max-width: 1140px) {
  .section .boxContainer,
  nav.navbar .boxContainer {
    max-width: 940px;
  }
}
@media (max-width: 1000px) {
  .section .boxContainer,
  nav.navbar .boxContainer {
    max-width: calc(100% - 30px);
  }
}
.slick-slider {
  position: relative;
}
.slick-slider .slide-arrow {
  background: none;
  border: none;
  cursor: pointer;
  left: 10px;
  opacity: 0.9;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slick-slider .slide-arrow.next-arrow {
  left: auto;
  right: 10px;
}
.slick-slider .slide-arrow svg {
  height: 30px;
  width: 30px;
}
.slick-slider .slide-arrow:hover {
  opacity: 1;
}
.slick-slider .slick-dots {
  bottom: -20px;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0 -3px;
  padding-left: 0;
  position: absolute;
  width: 100%;
}
.slick-slider .slick-dots li {
  margin: 0 3px;
}
.slick-slider .slick-dots li.slick-active .betdiamond {
  background: #b02c7f;
}
.slick-slider .slick-dots .betdiamond {
  background: #151716;
  border-radius: 8px;
  display: block;
  height: 8px;
  width: 8px;
}
@media (max-width: 640px) {
  .slick-slider .slide-arrow.prev-arrow {
    left: 0;
  }
  .slick-slider .slide-arrow.next-arrow {
    right: 0;
  }
}
nav.navbar {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  z-index: 1030;
}
nav.navbar .boxContainer {
  margin: auto;
  width: 100%;
}
nav.navbar .boxContainer,
nav.navbar .navbar-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
nav.navbar .navbar-header {
  flex-direction: row;
}
nav.navbar .navbar-header .logo {
  color: #b02c7f;
  font-size: 25px;
  font-weight: 700;
}
nav.navbar .navbar-header .logo img {
  max-width: 100px;
}
nav.navbar .navbar-header .navBurger {
  border: 1px solid #ddd;
  padding: 9px 10px;
}
nav.navbar .navbar-header .navBurger .sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
nav.navbar .navbar-header .navBurger .icon-bar {
  background-color: #888;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}
nav.navbar .navbar-header .navBurger .icon-bar + .icon-bar {
  margin-top: 4px;
}
nav.navbar .navbar-menu ul#menu {
  display: flex !important;
  flex-direction: row;
}
nav.navbar .navbar-menu ul#menu .menu-item {
  cursor: pointer;
}
nav.navbar .navbar-menu ul#menu .menu-item a {
  color: #151716;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  text-decoration: none;
}
nav.navbar .navbar-menu ul#menu .menu-item.active a,
nav.navbar .navbar-menu ul#menu .menu-item:hover a {
  color: #b02c7f;
  opacity: 1;
}
@media (min-width: 1000px) {
  nav.navbar .navbar-header .navBurger {
    display: none;
  }
  nav.navbar .navbar-menu {
    display: block !important;
  }
  nav.navbar .navbar-menu ul#menu .menu-item a {
    font-size: 16px;
  }
  nav.navbar .navbar-menu ul#menu .menu-item + * {
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  nav.navbar {
    padding: 0;
  }
  nav.navbar .navbar-header {
    width: 100%;
  }
  nav.navbar .navbar-header .logo {
    font-size: 20px;
  }
  nav.navbar .navbar-menu {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
  }
  nav.navbar .navbar-menu:not(.show) {
    display: none;
  }
  nav.navbar .navbar-menu ul#menu {
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
    width: inherit;
  }
  nav.navbar .navbar-menu ul#menu li {
    margin: 10px 0;
  }
}
.footer {
  background: #b02c7f;
  color: #fff;
  font-size: 18px;
  padding: 30px 0;
  text-align: center;
}
#fullpage {
  margin-top: 80px;
}
#fullpage #fp-nav ul,
#fullpage .fp-slidesNav ul {
  text-align: center;
}
@media (max-width: 1000px) {
  #fullpage {
    margin-top: 64px;
  }
}
.section:not([data-anchor="home"]) {
  height: auto !important;
}
.section[data-anchor="home"] {
  max-height: calc(100vh - 80px);
}
.section[data-anchor="home"] .fp-controlArrow {
  display: none;
}
.section[data-anchor="home"] .slide {
  position: relative;
}
.section[data-anchor="home"] .slide:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section[data-anchor="home"] .slide .text {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px #000;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section[data-anchor="home"] .slick-slider,
.section[data-anchor="home"] .slick-slider .slick-list,
.section[data-anchor="home"] .slick-slider .slick-list .slick-track,
.section[data-anchor="home"] .slick-slider .slick-slide .items,
.section[data-anchor="home"] .slick-slider .slick-slide > div {
  height: 100%;
}
.section[data-anchor="home"] .slick-slider .slick-slide .items {
  align-items: center;
  display: inline-flex !important;
  flex-direction: row-reverse;
  justify-content: center;
}
.section[data-anchor="home"] .slick-slider .slick-slide .items .photo {
  border-radius: 5px;
  height: 80%;
  position: relative;
  width: 60%;
}
.section[data-anchor="home"] .slick-slider .slick-slide .items .photo:before {
  background: url(../images/wave01.png) repeat-x;
  bottom: 0;
  content: "";
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
}
.section[data-anchor="home"] .slick-slider .slick-slide .items .photo img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.section[data-anchor="home"] .slick-slider .slick-slide .items .text {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 80%;
  justify-content: center;
  max-width: 40%;
}
.section[data-anchor="home"] .slick-slider .slick-slide .items .text img {
  width: 60%;
}
.section[data-anchor="home"] .slick-slider .slick-slide .items .text span {
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 30px;
  text-align: center;
}
.section[data-anchor="classIntro"] .table {
  margin-top: 5px;
}
.section[data-anchor="classIntro"] .table,
.section[data-anchor="classIntro"] .table a,
.section[data-anchor="classIntro"] .table p,
.section[data-anchor="classIntro"] .table strong {
  color: #151716;
  letter-spacing: 0.12rem;
}
.section[data-anchor="classIntro"] .table.table1 {
  min-width: 600px;
}
.section[data-anchor="classIntro"] .table.table2 {
  min-width: 900px;
}
.section[data-anchor="classIntro"] .table p {
  margin-bottom: 8px;
}
.section[data-anchor="classIntro"] .table th {
  color: #404d49;
  vertical-align: middle;
}
.section[data-anchor="classIntro"] .classPhoto {
  display: block;
  margin: auto;
  width: 600px;
}
.section[data-anchor="teacher"] .slick-slide .img-thumbnail {
  border-radius: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
  width: 300px;
}
.section[data-anchor="teacher"] .slick-slide .img-thumbnail + div {
  max-width: 500px;
}
.section[data-anchor="teacher"] .slick-slide .item .d-flex {
  align-items: center;
  justify-content: center;
}
.section[data-anchor="reseve"]:before {
  background: url(../images/bg.jpg) top;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.section[data-anchor="reseve"] .boxContainer {
  position: relative;
  z-index: 2;
}
.section[data-anchor="reseve"] .boxContainer img {
  height: 100px;
  object-fit: cover;
  width: 100px;
}
.section[data-anchor="photo"] img {
  height: 500px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.section[data-anchor="photo"] .slick-slider .slick-dots {
  bottom: 30px;
}
.section[data-anchor="photo"] .slideBox {
  position: relative;
}
.section[data-anchor="photo"] .slideBox .fp-controlArrow {
  border: unset;
  height: 40px;
  width: 20px;
}
.section[data-anchor="location"] .items {
  text-align: center;
}
.section .boxContainer {
  line-height: normal;
  padding: 50px 0;
}
.section .boxContainer .sectionTitle {
  color: #151716;
  font-size: 2.571rem;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.section .boxContainer .sectionTitle:after {
  background: #b02c7f;
  content: "";
  display: block;
  height: 2px;
  margin: 5px auto 0;
  width: 100px;
}
.section .boxContainer .baseTitle {
  color: #b02c7f;
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  position: relative;
}
.section .boxContainer .baseTitle:before {
  background: #b02c7f;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 3px;
}
.section .boxContainer h1,
.section .boxContainer h2,
.section .boxContainer h3,
.section .boxContainer h4,
.section .boxContainer h5 {
  line-height: normal;
}
.section .boxContainer .rowBox {
  display: flex;
  flex-direction: row;
  margin: 0 -2%;
}
.section .boxContainer .rowBox .rows {
  flex: 33%;
  margin: 0 2%;
  text-align: center;
}
.section .boxContainer .rowBox .rows .photo {
  border-radius: 2px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.section .boxContainer .rowBox .rows .rowBody {
  color: #151716;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}
.section .boxContainer .rowBox .rows .rowBody .rowTitle {
  color: #151716;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px;
}
@media (min-width: 1000px) {
  .section[data-anchor="home"] .slick-slider .slick-slide .items .text span {
    padding: 20px 10px 0;
  }
  .section[data-anchor="teacher"] .slick-slider {
    margin: 100px 0;
  }
}
@media (max-width: 1000px) {
  .section[data-anchor="home"] {
    max-height: calc(100vh - 64px);
  }
  .section[data-anchor="photo"] .boxContainer {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .section[data-anchor="home"] .slick-slider .slick-slide .items {
    flex-direction: column-reverse;
  }
  .section[data-anchor="home"] .slick-slider .slick-slide .items .photo {
    height: 50vh;
    width: 100%;
  }
  .section[data-anchor="home"] .slick-slider .slick-slide .items .photo img {
    height: inherit;
  }
  .section[data-anchor="home"] .slick-slider .slick-slide .items .text {
    max-width: 90%;
    position: relative;
    width: 100%;
  }
  .section[data-anchor="home"] .slick-slider .slick-slide .items .text img {
    width: 200px;
    z-index: 1;
  }
  .section[data-anchor="about"] h3 span {
    display: block;
  }
  .section[data-anchor="teacher"] .slick-slide .img-thumbnail + div {
    padding: 0 30px;
  }
  .section[data-anchor="reseve"] .d-flex > div {
    margin-bottom: 20px;
    width: 50%;
  }
  .section .boxContainer .rowBox {
    flex-direction: column;
  }
  .section .boxContainer .rowBox .rows {
    flex: 100%;
  }
  .section .boxContainer .rowBox .rows + .rows {
    margin-top: 50px;
  }
  .section[data-anchor="teacher"] .slick-slide .item {
    position: relative;
  }
  .section[data-anchor="teacher"] .slick-slide .item > div {
    align-items: unset !important;
  }
  .section[data-anchor="teacher"] .slick-slide .item .img-thumbnail {
    height: 150px;
    width: 150px;
  }
  .section[data-anchor="teacher"]
    .slick-slide
    .item
    .img-thumbnail
    + div
    > div:first-child {
    left: 200px;
    position: absolute;
    top: 32px;
  }
  .section[data-anchor="teacher"]
    .slick-slide
    .item
    .img-thumbnail
    + div
    > div:first-child
    h2 {
    font-size: 20px;
    letter-spacing: normal;
    line-height: 2rem;
  }
  .section[data-anchor="teacher"]
    .slick-slide
    .item
    .img-thumbnail
    + div
    > div:first-child
    h2
    small {
    font-size: 12px;
  }
}
.floatContainer {
  bottom: 2.5%;
  position: fixed;
  right: 0.5%;
  z-index: 99;
}
.floatContainer.floatSocial,
.floatContainer.floatSocial .socialMask {
  display: flex;
  flex-direction: column;
}
.floatContainer.floatSocial .socialMask {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.floatContainer .items,
.floatContainer .scrollTop {
  align-items: center;
  background: #404d49;
  border-radius: 40px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 5px 0;
  min-height: 40px;
  min-width: 40px;
  width: 40px;
}
.floatContainer .items:active,
.floatContainer .items:focus,
.floatContainer .items:hover {
  opacity: 1;
  text-decoration: none;
}
.floatContainer .items .icons {
  color: #fff;
  font-size: 20px;
}
.floatContainer .items svg.icons {
  fill: #fff;
  height: 20px;
  width: 20px;
}
.floatContainer .scrollTop svg {
  height: 60%;
  width: 60%;
}
.floatContainer .scrollTop svg path {
  fill: #fff;
}
@media (min-width: 640px) {
  .section[data-anchor="classIntro"] .boxContainer .md-table {
    display: none;
  }
}
@media (max-width: 640px) {
  .section[data-anchor="classIntro"] .boxContainer .destop-table {
    display: none;
  }
}
@media (max-width: 400px) {
  .section[data-anchor="classIntro"] .boxContainer .md-table {
    font-size: 14px;
  }
}

.section[data-anchor="reseve"] .nav-link {
    display: block;
    padding: .5rem 1rem;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: transparent;
    border-bottom: #b02c7f solid 1.5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.section[data-anchor="reseve"] .nav-pills .nav-link.active, .section[data-anchor="reseve"] .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #b02c7f;
}