@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("../fonts/font-awesome.min.css");
@import url("../js/slick/slick.css");
@import url("../js/fancybox/fancyBox.css");
@import url("bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Knewave&display=swap");
@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: 1000;
}
.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;
}
.waves {
  height: 15vh;
  margin-bottom: -7px;
  max-height: 150px;
  min-height: 100px;
  position: relative;
  width: 100%;
}
.waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.waves .parallax > use:first-child {
  animation-delay: -2s;
  animation-duration: 7s;
}
.waves .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.waves .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.waves .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  to {
    transform: translate3d(85px, 0, 0);
  }
}
a[href]:hover {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
body,
html {
  font-weight: 400;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  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: #333;
  height: 100%;
  height: 100vh;
  letter-spacing: 0.125em;
  overflow: hidden;
  overflow-x: hidden !important;
  overflow-y: auto;
  width: 100%;
  width: 100vw;
}
#fullpage .section .boxContainer,
#fullpage .section[data-anchor="home"] > .textBox,
nav.navbar .boxContainer,
nav.navbar.theme1 .navTop .navMask {
  margin: auto;
  max-width: 90%;
  width: 1240px;
}
@media (max-width: 1140px) {
  #fullpage .section .boxContainer,
  #fullpage .section[data-anchor="home"] > .textBox,
  nav.navbar .boxContainer,
  nav.navbar.theme1 .navTop .navMask {
    max-width: 940px;
  }
}
@media (max-width: 1000px) {
  #fullpage .section .boxContainer,
  #fullpage .section[data-anchor="home"] > .textBox,
  nav.navbar .boxContainer,
  nav.navbar.theme1 .navTop .navMask {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 640px) {
  #fullpage .section .boxContainer,
  #fullpage .section[data-anchor="home"] > .textBox,
  nav.navbar .boxContainer,
  nav.navbar.theme1 .navTop .navMask {
    max-width: 90%;
  }
}
#fullpage .section[data-anchor="photo"] .bodyContainer .items:hover:before,
#fullpage
  .section[data-anchor="recommend"]
  .bodyContainer
  .slick-slider
  .items:hover:before,
#fullpage .section[data-anchor="work"] .fallBox .items:hover:before,
#fullpage .section[data-anchor="work"] .slick-slider .items:hover:before {
  background: rgba(51, 51, 51, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.floatContainer .items,
.social .socialItem {
  fill: #fff;
  color: #fff;
}
.floatContainer .items[href*="lin.ee"] .icons,
.floatContainer .items[href*="line.me"] .icons,
.social .socialItem[href*="lin.ee"] .icons,
.social .socialItem[href*="line.me"] .icons {
  background: #00b800;
}
.floatContainer .items[href*="instagram"] .icons,
.social .socialItem[href*="instagram"] .icons {
  background: #fc4b67;
}
.floatContainer .items[href*="instagram"] .icons span,
.social .socialItem[href*="instagram"] .icons span {
  transform: translateX(1px);
}
.floatContainer .items[href*="facebook"] .icons,
.social .socialItem[href*="facebook"] .icons {
  background: #3e66b1;
}
#fullpage .section[data-anchor="photo"] .bodyContainer .items,
#fullpage .section[data-anchor="recommend"] .bodyContainer .slick-slider .items,
#fullpage .section[data-anchor="work"] .fallBox .items,
#fullpage .section[data-anchor="work"] .slick-slider .items {
  cursor: pointer;
  position: relative;
}
#fullpage .section[data-anchor="photo"] .bodyContainer .items .icons,
#fullpage
  .section[data-anchor="recommend"]
  .bodyContainer
  .slick-slider
  .items
  .icons,
#fullpage .section[data-anchor="work"] .fallBox .items .icons,
#fullpage .section[data-anchor="work"] .slick-slider .items .icons {
  align-items: center;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-size: 30px;
  height: 60px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.6s;
  width: 60px;
}
#fullpage .section[data-anchor="photo"] .bodyContainer .items:hover,
#fullpage
  .section[data-anchor="recommend"]
  .bodyContainer
  .slick-slider
  .items:hover,
#fullpage .section[data-anchor="work"] .fallBox .items:hover,
#fullpage .section[data-anchor="work"] .slick-slider .items:hover {
  opacity: 1;
}
#fullpage .section[data-anchor="photo"] .bodyContainer .items:hover:before,
#fullpage
  .section[data-anchor="recommend"]
  .bodyContainer
  .slick-slider
  .items:hover:before,
#fullpage .section[data-anchor="work"] .fallBox .items:hover:before,
#fullpage .section[data-anchor="work"] .slick-slider .items:hover:before {
  background: rgba(0, 0, 0, 0.1);
}
#fullpage .section[data-anchor="photo"] .bodyContainer .items:hover .icons,
#fullpage
  .section[data-anchor="recommend"]
  .bodyContainer
  .slick-slider
  .items:hover
  .icons,
#fullpage .section[data-anchor="work"] .fallBox .items:hover .icons,
#fullpage .section[data-anchor="work"] .slick-slider .items:hover .icons {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.slick-slider {
  position: relative;
}
.slick-slider .slide-arrow {
  align-items: center;
  background: none;
  background: #fff;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 10px;
  opacity: 0.9;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.slick-slider .slide-arrow.next-arrow {
  left: auto;
  right: 20px;
}
.slick-slider .slide-arrow svg {
  height: 30px;
  width: 30px;
}
.slick-slider .slide-arrow:hover {
  opacity: 1;
}
.slick-slider .slick-dots {
  bottom: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  list-style-type: none;
  margin: 0 -3px;
  padding-left: 0;
  position: absolute;
  width: 100%;
}
.slick-slider .slick-dots li {
  margin: 0 3px 5px;
}
.slick-slider .slick-dots li.slick-active .betdiamond {
  background: #333;
}
.slick-slider .slick-dots .betdiamond {
  background: #333;
  border-radius: 4px;
  display: block;
  height: 4px;
  width: 4px;
}
@media (max-width: 640px) {
  .slick-slider .slide-arrow.prev-arrow {
    left: 0;
  }
  .slick-slider .slide-arrow.next-arrow {
    right: 0;
  }
}
.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: #333;
  border-radius: 40px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 5px 0;
  min-height: 40px;
  min-width: 40px;
  overflow: hidden;
  width: 40px;
}
.floatContainer .items:active,
.floatContainer .items:focus,
.floatContainer .items:hover {
  opacity: 1;
  text-decoration: none;
}
.floatContainer .items .icons {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.floatContainer .items svg {
  fill: #fff;
  height: 20px;
  width: 20px;
}
.floatContainer .scrollTop svg {
  height: 80%;
  width: 80%;
}
.floatContainer .scrollTop svg g {
  stroke: #fff;
}
.social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 7px -2px 0;
}
.social .socialItem {
  margin: 3px 2px;
  overflow: hidden;
  text-decoration: none;
}
.social .socialItem .icons {
  align-items: center;
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.social .socialItem .icons svg {
  height: 16px;
  width: 16px;
}
.social .socialItem .text {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
}
.social .socialItem:active,
.social .socialItem:hover {
  opacity: 1;
  outline: none;
  text-decoration: none;
}
nav.navbar {
  height: auto;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 1000;
  z-index: 900;
}
nav.navbar.focus {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
nav.navbar .boxContainer {
  align-items: center;
  display: flex;
}
nav.navbar .boxContainer .site-title {
  margin: 0;
}
nav.navbar .boxContainer .navbar-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
nav.navbar .boxContainer .navbar-header .logo {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: normal;
}
nav.navbar .boxContainer .navbar-header .logo img {
  display: block;
  height: 60px;
  margin-right: 10px;
}
nav.navbar .boxContainer .navbar-header .logo span {
  letter-spacing: 2px;
}
nav.navbar .boxContainer .navBurger {
  border: 1px solid #ddd;
  height: 34px;
  padding: 9px 10px;
  position: relative;
  width: 44px;
}
nav.navbar .boxContainer .navBurger .sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: none;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
nav.navbar .boxContainer .navBurger .icon-bar {
  background-color: #888;
  border-radius: 1px;
  display: block;
  height: 2px;
  position: absolute;
  transition: 0.3s;
  width: 22px;
}
nav.navbar .boxContainer .navBurger .icon-bar:nth-child(2) {
  opacity: 0;
}
nav.navbar .boxContainer .navBurger .icon-bar:nth-child(3) {
  transform: rotate(45deg);
}
nav.navbar .boxContainer .navBurger .icon-bar:nth-child(4) {
  transform: rotate(-45deg);
}
nav.navbar .boxContainer .navBurger.collapsed .icon-bar {
  display: block !important;
  opacity: 1;
  position: static;
  transform: rotate(0deg);
}
nav.navbar .boxContainer .navBurger.collapsed .icon-bar + .icon-bar {
  margin-top: 4px;
}
nav.navbar .boxContainer .navbar-menu ul#menu {
  display: flex;
  flex-direction: row;
  margin: 0 -10px;
}
nav.navbar .boxContainer .navbar-menu ul#menu .menu-item {
  cursor: pointer;
  margin: 0 10px;
}
nav.navbar .boxContainer .navbar-menu ul#menu .menu-item a {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  text-decoration: none;
}
nav.navbar .boxContainer .navbar-menu ul#menu .menu-item.active a,
nav.navbar .boxContainer .navbar-menu ul#menu .menu-item:hover a {
  color: #333;
  opacity: 1;
}
@media (min-width: 1001px) {
  nav.navbar {
    padding-bottom: 20px;
  }
  nav.navbar .boxContainer {
    flex-direction: column;
  }
  nav.navbar .boxContainer .navbar-header .navBurger {
    display: none;
  }
  nav.navbar .boxContainer .navbar-menu {
    display: flex !important;
  }
}
@media (max-width: 1000px) {
  nav.navbar .boxContainer .navbar-header {
    width: 100%;
  }
  nav.navbar .boxContainer .navbar-header .logo {
    font-size: 15px;
  }
  nav.navbar .boxContainer .navbar-menu {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    top: 90px;
    width: 100%;
  }
  nav.navbar .boxContainer .navbar-menu ul#menu {
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
    width: inherit;
  }
  nav.navbar .boxContainer .navbar-menu ul#menu li.menu-item {
    margin: 10px 0;
  }
}
nav.navbar.theme1 {
  background: #fff;
  padding-bottom: 0;
}
nav.navbar.theme1 .boxContainer {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0;
}
nav.navbar.theme1 .navTop {
  background: rgba(51, 51, 51, 0.05);
  width: 100%;
}
nav.navbar.theme1 .navTop .navMask {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
nav.navbar.theme1 .navTop .navRow a {
  color: #333;
  font-size: 13px;
}
nav.navbar.theme1 .navTop .navRow a + a {
  margin-left: 5px;
}
nav.navbar.theme1 .navTop .navRow .icons {
  margin-right: 5px;
}
nav.navbar.theme1 .navTop .navRow .social {
  margin-top: 0;
}
nav.navbar.theme1 .navTop .navRow .social .icons {
  font-size: 13px;
  height: 20px;
  margin-right: 0;
  width: 20px;
}
nav.navbar.theme1 .navTop .navRow .social .icons svg {
  height: 12px;
  width: 12px;
}
@media (min-width: 641px) {
  nav.navbar.theme1 .boxContainer .site-title .logo {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  nav.navbar.theme1 .navTop {
    display: none;
  }
  nav.navbar.theme1 .boxContainer .navbar-menu {
    top: 64px;
  }
}
nav.navbar.theme2 {
  padding: 0;
}
nav.navbar.theme2.focus {
  box-shadow: unset;
}
nav.navbar.theme2 .boxContainer {
  width: 100%;
}
nav.navbar.theme2 .boxContainer .navbar-header {
  height: auto !important;
}
nav.navbar.theme2 .boxContainer .navbar-header .site-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 20px;
  position: absolute;
  right: -240px;
  top: 0;
  transition: 0.3s;
  width: 240px;
  z-index: 1;
}
nav.navbar.theme2 .boxContainer .navbar-header .site-title .logo {
  height: 76px;
  margin-right: 0;
  padding: 0;
  width: calc(100% - 54px);
}
nav.navbar.theme2 .boxContainer .navbar-header .site-title .logo img {
  display: none;
}
nav.navbar.theme2 .boxContainer .navbar-header .site-title .logo span {
  color: #fff;
  display: block;
  max-height: 60px;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}
nav.navbar.theme2 .boxContainer .navbar-header.show .site-title {
  right: 0;
}
nav.navbar.theme2 .boxContainer .navbar-header .navBurger {
  background: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  border-radius: 2px;
  display: block;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  top: 20px;
  z-index: 99;
}
nav.navbar.theme2 .boxContainer .navbar-header .navBurger .icon-bar {
  background: #fff;
}
nav.navbar.theme2 .boxContainer .navbar-menu {
  position: fixed;
  right: 0;
  top: 0;
}
nav.navbar.theme2 .boxContainer .navbar-menu:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 60%, transparent);
  content: "";
  display: block;
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: -100vw;
  top: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
  width: 100vw;
}
nav.navbar.theme2 .boxContainer .navbar-menu ul#menu {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 90px 0 80px;
  position: absolute;
  right: -250px;
  top: 0;
  transition: 0.3s;
  width: 250px;
}
nav.navbar.theme2 .boxContainer .navbar-menu ul#menu .menu-item {
  padding: 10px 12px;
}
nav.navbar.theme2 .boxContainer .navbar-menu.show:before {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.3)
  );
  opacity: 1;
  right: 0;
}
nav.navbar.theme2 .boxContainer .navbar-menu.show ul#menu {
  right: 0;
}
nav.navbar.theme3 {
  padding-bottom: 0;
}
nav.navbar.theme3 .boxContainer .navbar-menu #menu .menu-item a {
  display: block;
  padding: 20px 5px;
}
@media (max-width: 640px) {
  nav.navbar.theme3 .boxContainer {
    padding: 10px 0;
    width: 100%;
  }
  nav.navbar.theme3 .boxContainer .navBurger {
    z-index: 2;
  }
  nav.navbar.theme3 .boxContainer .navbar-menu {
    height: 100%;
    top: 0;
  }
  nav.navbar.theme3 .boxContainer .navbar-menu #menu {
    margin: 0;
    padding-top: 50px;
  }
  nav.navbar.theme3 .boxContainer .navbar-menu #menu .menu-item {
    border-bottom: 1px solid #b3b3b3;
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  nav.navbar.theme3 .boxContainer .navbar-menu #menu .menu-item a {
    padding: 10px 5px;
  }
}
.bgBox {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
  z-index: 1;
}
@media (max-width: 640px) {
  .bgBox {
    width: 180%;
  }
}
.btn.customBtn {
  background: #333;
  border: none;
  border-radius: 2px;
  color: #fff;
  height: 30px;
  letter-spacing: 0.19px;
  line-height: 30px;
  min-width: 114px;
  padding: 0 5px;
}
.btn.customBtn,
.footer {
  font-size: 15px;
  text-align: center;
}
.footer {
  background: #1a1a1a;
  padding: 14px 0;
  position: relative;
  z-index: 2;
}
.footer,
.footer a {
  color: #fff;
  letter-spacing: 1.9px;
  text-decoration: none;
}
.scrollArrowDown {
  display: inline-block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.scrollArrowDown:after,
.scrollArrowDown:before {
  animation: scrolldown 1.2s ease-in-out 0.15s infinite;
  border-color: #775a51;
  border-style: solid;
  border-width: 0 0.1em 0.1em 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 20px;
  margin: 0 auto;
  opacity: 1;
  transform: rotate(45deg);
  width: 20px;
}
.scrollArrowDown:after {
  animation: scrolldown 1.2s ease-in-out infinite;
  position: relative;
  top: -6px;
}
@-webkit-keyframes scrolldown {
  0% {
    opacity: 0.7;
    transform: translateY(20%) rotate(45deg);
  }
  50% {
    opacity: 0.2;
    transform: translateY(0) rotate(45deg);
  }
  to {
    opacity: 0.7;
    transform: translateY(20%) rotate(45deg);
  }
}
@-moz-keyframes scrolldown {
  0% {
    opacity: 0.7;
    transform: translateY(20%) rotate(45deg);
  }
  50% {
    opacity: 0.2;
    transform: translateY(0) rotate(45deg);
  }
  to {
    opacity: 0.7;
    transform: translateY(20%) rotate(45deg);
  }
}
@-o-keyframes scrolldown {
  0% {
    opacity: 0.7;
    transform: translateY(20%) rotate(45deg);
  }
  50% {
    opacity: 0.2;
    transform: translateY(0) rotate(45deg);
  }
  to {
    opacity: 0.7;
    transform: translateY(20%) rotate(45deg);
  }
}
@keyframes scrolldown {
  0% {
    opacity: 0.7;
    transform: translateY(20%) rotate(45deg);
  }
  50% {
    opacity: 0.2;
    transform: translateY(0) rotate(45deg);
  }
  to {
    opacity: 0.7;
    transform: translateY(20%) rotate(45deg);
  }
}
body {
  background: #f8e1ff;
}
nav.navbar {
  background: rgba(93, 75, 143, 0.2) !important;
}
nav.navbar .boxContainer .navbar-menu ul#menu .menu-item a {
  color: #31284c;
}
nav.navbar .boxContainer .navbar-menu ul#menu .menu-item.active a,
nav.navbar .boxContainer .navbar-menu ul#menu .menu-item:hover a {
  color: #000;
}
@media (max-width: 640px) {
  nav.navbar .boxContainer .navbar-menu ul#menu .menu-item {
    border-color: #f8e1ff;
  }
}
.floatContainer .items,
.floatContainer .scrollTop {
  background: #5d4b8f;
}
.footer {
  background: #47396e;
}
.btn.customBtn {
  background: #5d4b8f;
}
#fullpage {
  background: #f8e1ff;
  position: relative;
  z-index: 2;
}
#fullpage .section {
  padding: 50px 0;
}
#fullpage .section .boxContainer {
  position: relative;
}
#fullpage .section .boxContainer .pageTitle {
  font-weight: 700;
  text-align: center;
}
#fullpage .section .boxContainer .pageTitle h3 {
  color: #5d4b8f;
  font-size: 30px;
  letter-spacing: 0.38px;
  margin-bottom: 0;
  margin-top: 0;
}
#fullpage .section .boxContainer .pageTitle small {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.19px;
}
#fullpage .section .boxContainer .bodyContainer,
#fullpage .section .boxContainer > .pageTitle {
  padding-top: 25px;
}
#fullpage .section .boxContainer .bodyContainer {
  padding-bottom: 25px;
}
#fullpage .section .boxContainer .decorate {
  position: absolute;
}
#fullpage .section .boxContainer .boxText {
  align-items: center;
  background: #5d4b8f;
  border: 7px solid #fff;
  color: #fff;
  display: flex;
  font-size: 40px;
  font-weight: 700;
  height: 150px;
  left: -5%;
  line-height: 48px;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: -2.5%;
  width: 150px;
  z-index: 1;
}
#fullpage .section .keyword {
  display: block;
  font-size: 12px;
}
#fullpage .section .keyword,
#fullpage .section .keyword a {
  color: #727272;
  text-decoration: none;
}
#fullpage .section .boxContainer .pageTitle {
  align-items: center;
  background: url(../images/about_bg.webp) no-repeat;
  background-size: cover;
  display: flex;
  height: 113px;
  justify-content: center;
  padding: 0;
  width: 200px;
}
#fullpage .section .boxContainer .pageTitle h3 {
  font-size: 280%;
  font-weight: 400;
}
#fullpage .section .boxContainer .pageTitle small {
  color: #8d9297;
  display: none;
}
#fullpage .section .decorate {
  max-width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}
#fullpage .section[data-anchor="home"] {
  background: url(../images/slide_bg.webp) no-repeat;
  background-size: cover;
  padding: 0;
}
#fullpage .section[data-anchor="home"] .scrollArrowDown {
  bottom: 100px;
}
#fullpage .section[data-anchor="home"] .scrollArrowDown:after,
#fullpage .section[data-anchor="home"] .scrollArrowDown:before {
  border-color: #5d4b8f;
}
#fullpage .section[data-anchor="home"] > .textBox {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
#fullpage .section[data-anchor="home"] > .textBox h3 {
  color: #fff;
  font-size: 50px;
  margin: 0;
}
#fullpage .section[data-anchor="home"] > .textBox p {
  color: #fff;
}
#fullpage .section[data-anchor="home"] > .textBox .social {
  transform: scale(1.5);
  transform-origin: left bottom;
}
#fullpage .section[data-anchor="home"] .slick-slider,
#fullpage .section[data-anchor="home"] .slick-slider .photo,
#fullpage .section[data-anchor="home"] .slick-slider .slick-list,
#fullpage .section[data-anchor="home"] .slick-slider .slick-slide,
#fullpage .section[data-anchor="home"] .slick-slider .slick-slide.items,
#fullpage .section[data-anchor="home"] .slick-slider .slick-track {
  height: 100%;
}
#fullpage .section[data-anchor="home"] .slick-slider .slick-dots {
  bottom: 10px;
  z-index: 2;
}
#fullpage .section[data-anchor="home"] .slick-slider .slick-dots li a {
  background: #fff;
  height: 8px;
  width: 8px;
}
#fullpage
  .section[data-anchor="home"]
  .slick-slider
  .slick-dots
  li.slick-active
  a {
  background: #5d4b8f;
}
#fullpage .section[data-anchor="home"] .slick-slider .items {
  align-items: center;
  display: flex !important;
  justify-content: center;
}
#fullpage .section[data-anchor="home"] .slick-slider .items:before {
  background: rgba(0, 0, 0, 0.15);
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#fullpage .section[data-anchor="home"] .slick-slider .items .photo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
#fullpage .section[data-anchor="home"] .slick-slider .items .photo img {
  object-fit: cover;
  width: 300px;
}
@media (max-width: 640px) {
  #fullpage .section[data-anchor="home"] {
    background-image: url(../images/slide_m_bg.webp);
  }
  #fullpage .section[data-anchor="home"] .textBox h3 {
    font-size: 40px;
    text-align: left;
  }
  #fullpage .section[data-anchor="home"] .textBox h3 span {
    display: block;
  }
  #fullpage .section[data-anchor="home"] .slick-slider .items .photo {
    width: 100%;
  }
}
#fullpage .section[data-anchor="about"] {
  background-color: #fff;
}
#fullpage .section[data-anchor="about"] .bodyContainer {
  align-items: center;
  display: flex;
  position: relative;
}
#fullpage .section[data-anchor="about"] .bodyContainer .photo {
  width: 50%;
}
#fullpage .section[data-anchor="about"] .bodyContainer .photo + .detail {
  margin-left: 30px;
}
#fullpage .section[data-anchor="about"] .bodyContainer .photo .items {
  text-align: center;
}
#fullpage .section[data-anchor="about"] .bodyContainer .photo .items .imgMask {
  display: inline-block;
  position: relative;
}
#fullpage
  .section[data-anchor="about"]
  .bodyContainer
  .photo
  .items
  .imgMask
  img {
  background: #f8e1ff;
  border-radius: 20px;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
#fullpage .section[data-anchor="about"] .bodyContainer .detail {
  line-height: 1.8;
  width: 50%;
}
#fullpage .section[data-anchor="about"] .bodyContainer .detail + .photo {
  margin-left: 30px;
}
#fullpage .section[data-anchor="about"] .bodyContainer .detail .btn {
  margin-top: 15px;
}
#fullpage .section[data-anchor="about"] .bodyContainer .detail b {
  color: #31284c;
}
#fullpage .section[data-anchor="about"] .bodyContainer .detail {
  color: #5d4b8f;
  text-align: center;
}
#fullpage .section[data-anchor="about"] .bodyContainer .decorate {
  right: -150px;
  top: -180px;
}
#fullpage .section[data-anchor="about"] .bodyContainer + .bodyContainer {
  background: #f8e1ff;
  border-radius: 20px;
  padding: 50px;
}
#fullpage
  .section[data-anchor="about"]
  .bodyContainer
  + .bodyContainer
  .decorate {
  left: -150px;
  right: auto;
  top: -80px;
  transform: rotateY(180deg);
}
@media (min-width: 641px) {
  #fullpage .section[data-anchor="about"] .pageTitle {
    margin-left: 50%;
  }
  #fullpage
    .section[data-anchor="about"]
    .bodyContainer
    + .bodyContainer
    .detail {
    width: 60%;
  }
  #fullpage
    .section[data-anchor="about"]
    .bodyContainer
    + .bodyContainer
    .photo {
    width: 40%;
  }
}
@media (max-width: 640px) {
  #fullpage .section[data-anchor="about"] .bodyContainer {
    flex-direction: column;
  }
  #fullpage .section[data-anchor="about"] .bodyContainer .detail,
  #fullpage .section[data-anchor="about"] .bodyContainer .photo {
    width: 100%;
  }
  #fullpage .section[data-anchor="about"] .bodyContainer .photo {
    margin-bottom: 20px;
  }
  #fullpage .section[data-anchor="about"] .bodyContainer .photo + .detail {
    margin: 0;
  }
  #fullpage .section[data-anchor="about"] .bodyContainer .detail {
    font-size: 14px;
  }
  #fullpage .section[data-anchor="about"] .bodyContainer .detail + .photo {
    margin: 20px 0 0;
  }
  #fullpage .section[data-anchor="about"] .bodyContainer + .bodyContainer {
    padding: 25px;
  }
}
#fullpage .section[data-anchor="service"] {
  background: #fff;
}
#fullpage .section[data-anchor="service"] .decorate {
  left: 50%;
  max-width: unset;
  top: -80px;
  transform: translateX(-50%);
  width: 130%;
}
#fullpage .section[data-anchor="service"] .decorate img:first-child {
  transform: rotateY(180deg);
}
@media (max-width: 640px) {
  #fullpage .section[data-anchor="service"] .decorate {
    width: 150%;
  }
  #fullpage .section[data-anchor="service"] .decorate img {
    width: 150px;
  }
}
#fullpage .section[data-anchor="service"] .bodyContainer {
  display: flex;
  flex-wrap: wrap;
}
#fullpage .section[data-anchor="service"] .bodyContainer .items {
  align-items: stretch;
  background: hsla(0, 0%, 100%, 0.8);
  display: flex;
  flex-direction: column;
  width: 100%;
}
#fullpage .section[data-anchor="service"] .bodyContainer .items .photo {
  background: #eae8fe;
  box-sizing: content-box;
  display: block;
  height: 250px;
  width: 100%;
}
#fullpage .section[data-anchor="service"] .bodyContainer .items .photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#fullpage .section[data-anchor="service"] .bodyContainer .items .detail {
  font-size: 16px;
  padding-bottom: 25px;
  text-align: center;
  transition: 0.5s;
  width: 100%;
}
#fullpage .section[data-anchor="service"] .bodyContainer .items .detail,
#fullpage .section[data-anchor="service"] .bodyContainer .items .detail .title {
  color: #31284c;
}
#fullpage .section[data-anchor="service"] .bodyContainer .items .detail .title {
  font-size: 22px;
  font-weight: 500;
  padding: 25px 0 10px;
  text-align: center;
}
#fullpage
  .section[data-anchor="service"]
  .bodyContainer
  .items
  .detail
  .content {
  color: #333;
  margin: auto;
  text-align: center;
  width: 96%;
}
#fullpage .section[data-anchor="service"] .bodyContainer .items {
  background: none;
}
#fullpage .section[data-anchor="service"] .bodyContainer .items .photo {
  background: none;
  height: auto;
}
#fullpage .section[data-anchor="service"] .bodyContainer .items .photo img {
  height: auto;
}
#fullpage .section[data-anchor="service"] .bodyContainer .items .detail {
  left: 8%;
  padding-bottom: 0;
  position: absolute;
  top: 74%;
  width: 84%;
}
#fullpage
  .section[data-anchor="service"]
  .bodyContainer
  .items
  .detail
  .content {
  color: #5d4b8f;
}
#fullpage .section[data-anchor="service"] .bodyContainer .footLink {
  border: 1px solid #5d4b8f;
  border-radius: 2px;
  bottom: -40px;
  color: #5d4b8f;
  display: block;
  padding: 8px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#fullpage .section[data-anchor="service"] .bodyContainer .footLink:hover {
  background: #5d4b8f;
  color: #fff;
}
@media (min-width: 641px) {
  #fullpage .section[data-anchor="service"] .bodyContainer .items {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(25% - 22.5px);
  }
  #fullpage
    .section[data-anchor="service"]
    .bodyContainer
    .items:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  #fullpage .section[data-anchor="service"] .bodyContainer .slick-arrow {
    background: rgba(93, 75, 143, 0.9);
  }
  #fullpage .section[data-anchor="service"] .bodyContainer .slick-arrow svg {
    fill: #fff;
  }
  #fullpage
    .section[data-anchor="service"]
    .bodyContainer
    .slick-arrow.prev-arrow {
    left: -4%;
  }
  #fullpage
    .section[data-anchor="service"]
    .bodyContainer
    .slick-arrow.next-arrow {
    right: -4%;
  }
  #fullpage .section[data-anchor="service"] .bodyContainer .items + .items {
    margin-top: 80px;
  }
  #fullpage .section[data-anchor="service"] .bodyContainer .items .detail {
    top: 76%;
  }
}
#fullpage .section[data-anchor="photo"] {
  background: #fff;
  width: 100%;
}
#fullpage .section[data-anchor="photo"] .boxContainer {
  max-width: 100%;
  width: 100%;
}
#fullpage .section[data-anchor="photo"] .bodyContainer {
  width: 100%;
}
#fullpage .section[data-anchor="photo"] .bodyContainer .slick-slide > div {
  display: flex;
}
#fullpage .section[data-anchor="photo"] .bodyContainer .items img {
  display: block;
  height: 300px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 640px) {
  #fullpage .section[data-anchor="photo"] .bodyContainer .items img {
    height: 200px;
  }
}
#fullpage .section[data-anchor="work"] {
  background: #fff;
}
#fullpage .section[data-anchor="work"] .falls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px -3px 0;
}
#fullpage .section[data-anchor="work"] .falls a {
  background: #5d4b8f;
  color: #fff;
  display: block;
  letter-spacing: 1px;
  margin: 3px;
  padding: 5px 10px;
}
#fullpage .section[data-anchor="work"] .falls a.active {
  background: #31284c;
}
#fullpage .section[data-anchor="work"] .slick-slider .slick-slide > div {
  display: flex;
}
#fullpage .section[data-anchor="work"] .slick-slider .items img {
  display: block;
  height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
#fullpage .section[data-anchor="work"] .fallBox {
  column-count: 4;
  column-gap: 10px;
}
#fullpage .section[data-anchor="work"] .fallBox .items {
  border-radius: 5px;
  break-inside: avoid;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 640px) {
  #fullpage .section[data-anchor="work"] .fallBox {
    column-count: 2;
  }
}
#fullpage
  .section[data-anchor="recommend"]
  .bodyContainer
  .slick-slider
  .items
  img {
  display: block;
  height: 350px;
  object-fit: cover;
  width: 100%;
}
#fullpage
  .section[data-anchor="recommend"]
  .bodyContainer
  .slick-slider
  .items:hover:before {
  background: none;
}
@media (max-width: 640px) {
  #fullpage
    .section[data-anchor="recommend"]
    .bodyContainer
    .slick-slider
    .items
    img {
    height: auto;
  }
}
#fullpage .section[data-anchor="recommend"] .boxDetail {
  column-count: 3;
  column-gap: 15px;
  margin-top: 20px;
}
#fullpage .section[data-anchor="recommend"] .boxDetail .items {
  background: #fff;
  border: 1px solid #5d4b8f;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #5d4b8f;
  break-inside: avoid;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
#fullpage .section[data-anchor="recommend"] .boxDetail .items .rows {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#fullpage .section[data-anchor="recommend"] .boxDetail .items .rows .name {
  color: #5d4b8f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
#fullpage .section[data-anchor="recommend"] .boxDetail .items .rows .star {
  color: #5d4b8f;
}
@media (max-width: 640px) {
  #fullpage .section[data-anchor="recommend"] .boxDetail {
    column-count: 1;
    margin-top: 30px;
  }
}
#fullpage .section[data-anchor="ig"] .bodyContainer {
  column-count: 3;
  column-gap: 10px;
}
#fullpage .section[data-anchor="ig"] .bodyContainer iframe {
  background: #fff;
  border-radius: 5px;
  break-inside: avoid;
  display: grid !important;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 640px) {
  #fullpage .section[data-anchor="ig"] .bodyContainer {
    column-count: 1;
  }
}
#fullpage .section[data-anchor="contact"] {
  margin-bottom: 0;
  padding: 30px 0;
}
#fullpage .section[data-anchor="contact"] .pageTitle h3 {
  color: #5d4b8f;
}
#fullpage .section[data-anchor="contact"] .boxContainer iframe {
  display: block;
  height: 350px;
  width: 100%;
}
#fullpage .section[data-anchor="contact"] .boxContainer .bodyContainer {
  display: flex;
  justify-content: space-between;
}
#fullpage .section[data-anchor="contact"] .boxContainer .bodyContainer .detail {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  width: 330px;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .detail
  .cIcons {
  align-items: center;
  color: #333;
  display: flex;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .detail
  .cIcons
  .text {
  padding-left: 10px;
  width: calc(100% - 50px);
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .detail
  .cIcons
  .icons {
  align-items: center;
  background: #5d4b8f;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .detail
  .cIcons
  .icons
  span {
  font-size: 20px;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .detail
  .cIcons
  + .cIcons {
  margin-top: 10px;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .detail
  .cIcons:hover {
  text-decoration: dotted;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .detail
  .social
  .socialItem
  .icons {
  border-radius: 40px;
  height: 40px;
  width: 40px;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .detail
  .social
  .socialItem
  .text {
  color: #333;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .slick-slider,
#fullpage .section[data-anchor="contact"] .boxContainer .bodyContainer iframe {
  width: calc(100% - 330px);
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .slick-slider
  + .detail,
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  iframe
  + .detail {
  margin-left: 30px;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .slick-slider
  .slick-list {
  margin: 0 -10px;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .slick-slider
  .slick-slide {
  margin: 0 10px;
}
#fullpage
  .section[data-anchor="contact"]
  .boxContainer
  .bodyContainer
  .slick-slider
  img {
  display: block;
  height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
#fullpage .section[data-anchor="contact"] .boxContainer .icons {
  border-radius: 44% 56% 52% 48%/52% 38% 62% 48% !important;
}
@media (max-width: 1200px) {
  #fullpage
    .section[data-anchor="contact"]
    .boxContainer
    .bodyContainer
    .slick-slider
    img {
    height: 240px;
  }
}
@media (max-width: 640px) {
  #fullpage .section[data-anchor="contact"] .boxContainer .bodyContainer {
    flex-direction: column;
  }
  #fullpage
    .section[data-anchor="contact"]
    .boxContainer
    .bodyContainer
    > :first-child {
    margin-top: 0 !important;
  }
  #fullpage
    .section[data-anchor="contact"]
    .boxContainer
    .bodyContainer
    .detail {
    width: 100%;
  }
  #fullpage
    .section[data-anchor="contact"]
    .boxContainer
    .bodyContainer
    .slick-slider,
  #fullpage
    .section[data-anchor="contact"]
    .boxContainer
    .bodyContainer
    iframe {
    margin-top: 30px;
    width: 100%;
  }
  #fullpage
    .section[data-anchor="contact"]
    .boxContainer
    .bodyContainer
    .slick-slider
    + .detail,
  #fullpage
    .section[data-anchor="contact"]
    .boxContainer
    .bodyContainer
    iframe
    + .detail {
    margin-left: 0;
    margin-top: 30px;
  }
}
#fullpage .section[data-anchor="flow"] {
  background: url(../images/slide_3.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#fullpage .section[data-anchor="flow"]:before {
  background: rgba(0, 0, 0, 0.65);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#fullpage .section[data-anchor="flow"] .pageTitle h3,
#fullpage .section[data-anchor="flow"] .pageTitle small {
  color: #fff;
}
#fullpage .section[data-anchor="flow"] .listBox .items {
  display: block;
  padding: 10px 0;
  width: 100%;
}
#fullpage .section[data-anchor="flow"] .listBox .items .detail {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 641px) {
  #fullpage .section[data-anchor="flow"] .bodyContainer {
    align-items: center;
    display: flex;
  }
  #fullpage .section[data-anchor="flow"] .bodyContainer > .photo {
    width: 40%;
  }
  #fullpage .section[data-anchor="flow"] .bodyContainer .listBox {
    padding-left: 10%;
    width: 60%;
  }
}
#fullpage .section[data-anchor="price"] {
  background: #fff;
}
#fullpage .section[data-anchor="price"] .priceContainer {
  display: flex;
  flex-wrap: wrap;
}
#fullpage .section[data-anchor="price"] .priceContainer .items {
  background: #f8e1ff;
  margin-bottom: 10px;
  padding: 30px 23px;
  position: relative;
  text-align: center;
  width: calc(33.33333% - 10px);
}
#fullpage .section[data-anchor="price"] .priceContainer .items:after,
#fullpage .section[data-anchor="price"] .priceContainer .items:before {
  background: #5d4b8f;
  content: "";
  display: block;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  width: 1px;
}
#fullpage .section[data-anchor="price"] .priceContainer .items:before {
  left: 10px;
}
#fullpage .section[data-anchor="price"] .priceContainer .items:after {
  right: 10px;
}
#fullpage .section[data-anchor="price"] .priceContainer .items .title {
  font-size: 25px;
  font-weight: 500;
}
#fullpage .section[data-anchor="price"] .priceContainer .items .listBox {
  margin-top: 15px;
}
#fullpage
  .section[data-anchor="price"]
  .priceContainer
  .items
  .listBox
  .listItem {
  display: flex;
  justify-content: space-between;
  padding: 5px 3px;
  text-align: left;
}
#fullpage
  .section[data-anchor="price"]
  .priceContainer
  .items
  .listBox
  .listItem
  > div {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
}
#fullpage
  .section[data-anchor="price"]
  .priceContainer
  .items
  .listBox
  .listItem
  h3 {
  color: #5d4b8f;
  line-height: 1.38;
}
#fullpage
  .section[data-anchor="price"]
  .priceContainer
  .items
  .listBox
  .listItem:nth-child(odd) {
  background: #f2c8ff;
}
@media (min-width: 641px) {
  #fullpage .section[data-anchor="price"] .priceContainer .items {
    margin-right: 10px;
  }
  #fullpage .section[data-anchor="price"] .priceContainer .items:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  #fullpage .section[data-anchor="price"] .priceContainer .items {
    width: 100%;
  }
}
