@charset "utf-8";
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
q,
s,
small,
strike,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  font-family: Arial, "微軟正黑體" !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  width: auto;
  height: auto;
}
a {
  color: #fff;
  text-decoration: none;
}
span {
  display: inline-block;
}
div,
p,
a,
li,
td {
  -webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
}
.for-mobile {
  display: none;
}
@media all and (max-width: 800px) {
  .for-mobile {
    display: block;
  }
}
.for-desktop {
  display: block;
}
@media all and (max-width: 800px) {
  .for-desktop {
    display: none;
  }
}
/*消除iphone電話號碼顏色異常*/
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
/*取消IE的input右側clear按鈕*/
::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/*取消Chrome自動填入input淡黃色背景色*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.elementor-section.elementor-section-height-full.elementor-element-087dc2b > .elementor-container {
  height: auto!important;
}
.elementor-section.elementor-section-height-full.elementor-element-087dc2b {
  height: auto!important;
}
.wk-menu-box {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 102vh;
  max-height: 960px;
  overflow: hidden;
}
.wk-menu-box .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wk-menu-box .bg-box ul {
  width: 100%;
  height: 100%;
}
.wk-menu-box .bg-box ul li {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
}
.wk-menu-box .bg-box ul li .slick-list,
.wk-menu-box .bg-box ul li .slick-track {
  height: 100%;
}
.wk-menu-box .bg-box ul li .slick-track {
  width: 100%;
}
.wk-menu-box .bg-box ul li .bg {
  width: 100vw;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wk-menu-box .bg-box ul li.active {
  opacity: 1;
  visibility: visible;
}
.wk-menu-box .bg-box ul li:nth-child(1) .bg1-1 {
  background-image: url(../images/menu/bg2-1.jpg);
}
.wk-menu-box .bg-box ul li:nth-child(1) .bg1-2 {
  background-image: url(../images/menu/bg2-2.jpg);
}
.wk-menu-box .bg-box ul li:nth-child(1) .bg1-3 {
  background-image: url(../images/menu/bg2-3.jpg);
}
.wk-menu-box .bg-box ul li:nth-child(2) .bg2-1 {
  background-image: url(../images/menu/bg4-1.jpg);
}
.wk-menu-box .bg-box ul li:nth-child(2) .bg2-2 {
  background-image: url(../images/menu/bg4-2.jpg);
}
.wk-menu-box .bg-box ul li:nth-child(2) .bg2-3 {
  background-image: url(../images/menu/bg4-3.jpg);
}
.wk-menu-box .black-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 102vh;
  background-color: #000;
  opacity: 0.3;
}
.wk-menu-box .clock-box {
  position: relative;
  width: 550px;
  height: 550px;
  transform: translate(-50%, -60%);
  top: 50%;
  left: 50%;
}
@media all and (max-width: 1600px) {
  .wk-menu-box .clock-box {
    width: 450px;
    height: 450px;
    transform: translate(-50%, -65%);
  }
}
@media all and (max-width: 1440px) {
  .wk-menu-box .clock-box {
    width: 400px;
    height: 400px;
    transform: translate(-50%, -65%);
  }
}
@media all and (max-width: 1024px) {
  .wk-menu-box .clock-box {
    width: 45%;
    height: 45vw;
  }
}
@media all and (max-width: 768px) {
  .wk-menu-box .clock-box {
    width: 55%;
    height: 55vw;
  }
}
@media all and (max-width: 550px) {
  .wk-menu-box .clock-box {
    width: 70%;
    height: 70vw;
  }
}
@media all and (max-width: 420px) {
  .wk-menu-box .clock-box {
    width: 85%;
    height: 85vw;
  }
}
.wk-menu-box .clock-box .bg-circle {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/menu/circle.png');
  animation: circleRotate 120s linear 0s infinite forwards;
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wk-menu-box .clock-box .bg-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/menu/dot.png');
}
.wk-menu-box .clock-box .bg-range {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.wk-menu-box .clock-box .bg-range .range {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.wk-menu-box .clock-box .bg-range .range svg {
  width: 100%;
  height: 100%;
  stroke-dasharray: 3000px;
  stroke-dashoffset: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
}
.wk-menu-box .clock-box .bg-range .range1 svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}
.wk-menu-box .clock-box .bg-range .range1.active svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.wk-menu-box .clock-box .bg-range .range2 svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}
.wk-menu-box .clock-box .bg-range .range2.active svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.wk-menu-box .clock-box .bg-range .range3 svg {
  stroke-dasharray: 2700;
  stroke-dashoffset: -2700;
}
.wk-menu-box .clock-box .bg-range .range3.active svg {
  stroke-dasharray: 2700;
  stroke-dashoffset: 0;
}
.wk-menu-box .clock-box .bg-range .range4 svg {
  stroke-dasharray: 1500;
  stroke-dashoffset: -1500;
}
.wk-menu-box .clock-box .bg-range .range4.active svg {
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
}
.wk-menu-box .clock-box .text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.wk-menu-box .clock-box .text-box .w-logo {
  margin-bottom: 10px;
}
.wk-menu-box .clock-box .text-box .w-logo svg {
  width: 89px;
  height: 40px;
}
@media all and (max-width: 1440px) {
  .wk-menu-box .clock-box .text-box .w-logo svg {
    height: 30px;
  }
}
@media all and (max-width: 1024px) {
  .wk-menu-box .clock-box .text-box .w-logo svg {
    height: 25px;
  }
}
.wk-menu-box .clock-box .text-box .text1 {
  display: block;
  font-family: "Roboto", Sans-serif;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 5px;
  opacity: 0.5;
  font-size: 22px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wk-menu-box .clock-box .text-box .text1:hover {
  opacity: 1;
  font-size: 26px;
  border-bottom: solid 1px #fff;
}
@media all and (max-width: 1600px) {
  .wk-menu-box .clock-box .text-box .text1 {
    font-size: 18px;
  }
  .wk-menu-box .clock-box .text-box .text1:hover {
    font-size: 22px;
  }
}
@media all and (max-width: 1440px) {
  .wk-menu-box .clock-box .text-box .text1 {
    font-size: 16px;
  }
  .wk-menu-box .clock-box .text-box .text1:hover {
    font-size: 20px;
  }
}
@media all and (max-width: 1024px) {
  .wk-menu-box .clock-box .text-box .text1 {
    font-size: 16px;
  }
  .wk-menu-box .clock-box .text-box .text1:hover {
    font-size: 22px;
  }
}
@media all and (max-width: 550px) {
  .wk-menu-box .clock-box .text-box .text1 {
    font-size: 16px;
  }
  .wk-menu-box .clock-box .text-box .text1:hover {
    font-size: 18px;
  }
}
.wk-menu-box .clock-box .text-box .text1.active {
  opacity: 1;
  font-size: 28px;
  border-bottom: solid 1px #fff;
}
@media all and (max-width: 1600px) {
  .wk-menu-box .clock-box .text-box .text1.active {
    font-size: 22px;
  }
}
@media all and (max-width: 1440px) {
  .wk-menu-box .clock-box .text-box .text1.active {
    font-size: 20px;
  }
}
@media all and (max-width: 1024px) {
  .wk-menu-box .clock-box .text-box .text1.active {
    font-size: 22px;
  }
}
@media all and (max-width: 550px) {
  .wk-menu-box .clock-box .text-box .text1.active {
    font-size: 18px;
  }
}
.wk-menu-box .clock-box .text-box .text2 {
  display: block;
  font-size: 24px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  color: #fff;
}
.wk-menu-box .clock-box .text-box .more {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 3%;
}
.wk-menu-box .clock-box .text-box .more a {
  display: block;
  padding: 9px 26px;
  border: solid 1px #fff;
  border-radius: 30px;
  color: #593d3d;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wk-menu-box .clock-box .text-box .more a:hover {
  color: #fff;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .wk-menu-box .clock-box .text-box .more a {
    padding: 5px 26px;
  }
}
.wk-menu-box .clock-box .btn-box {
  pointer-events: none;
}
.wk-menu-box .clock-box .btn-box .btn {
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5%;
  padding-bottom: 16%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/menu/btn.png');
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wk-menu-box .clock-box .btn-box .btn:hover {
  opacity: 1;
  filter: drop-shadow(2px 4px 6px #ffffff);
}
.wk-menu-box .clock-box .btn-box .btn .circle {
  opacity: 0;
  position: absolute;
  top: -1.2vw;
  left: -0.1vw;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: solid 1px rgb(255, 255, 255,0.8);
  box-shadow: inset 0 0 10px rgb(255, 255, 255,1), 0 0 10px rgb(255, 255, 255,1);
  transform: scale(0);
  animation: circleScale 2s linear 0s infinite forwards;
}
@media all and (max-width: 1024px) {
  .wk-menu-box .clock-box .btn-box .btn .circle {
    width: 3vw;
    height: 3vw;
  }
}
@keyframes circleScale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.wk-menu-box .clock-box .btn-box .btn.active {
  opacity: 1;
  filter: drop-shadow(2px 4px 6px #ffffff);
}
.wk-menu-box .clock-box .btn-box .btn1 {
  transform: translate(-52%, -315%);
}
.wk-menu-box .clock-box .btn-box .btn2 {
  transform: translate(790%, -50.5%) rotate(90deg);
}
.wk-menu-box .clock-box .btn-box .btn2 .circle {
  animation-delay: 0.3s;
}
.wk-menu-box .clock-box .btn-box .btn3 {
  transform: translate(-49%, 211%) rotate(180deg);
}
.wk-menu-box .clock-box .btn-box .btn3 .circle {
  animation-delay: 0.6s;
}
.wk-menu-box .clock-box .btn-box .btn4 {
  transform: translate(-883%, -48.5%) rotate(270deg);
}
.wk-menu-box .clock-box .btn-box .btn4 .circle {
  animation-delay: 0.9s;
}
.wk-menu-box .clock-box .fork-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  -ms-transition: 2s;
  transition: 2s;
}
.wk-menu-box .clock-box .fork-box .fork {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -1840%) rotate(270deg);
  width: 19%;
  padding-bottom: 3%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/menu/fork.png');
}
.wk-menu-box .clock-box .time-period-box {
  width: 100vw;
  transform: translate(calc(-50% + 275px), 0%);
  margin-top: 40px;
  text-align: center;
}
@media all and (max-width: 1600px) {
  .wk-menu-box .clock-box .time-period-box {
    transform: translate(calc(-50% + 225px), 0%);
  }
}
@media all and (max-width: 1440px) {
  .wk-menu-box .clock-box .time-period-box {
    transform: translate(calc(-50% + 200px), 0%);
  }
}
@media all and (max-width: 1024px) {
  .wk-menu-box .clock-box .time-period-box {
    margin-top: 40px;
    transform: translate(calc(-50% + 22.5%), 0%);
  }
}
@media all and (max-width: 768px) {
  .wk-menu-box .clock-box .time-period-box {
    transform: translate(calc(-50% + 27.5%), 0%);
  }
}
@media all and (max-width: 550px) {
  .wk-menu-box .clock-box .time-period-box {
    margin-top: 50px;
    transform: translate(calc(-50% + 35%), 0%);
  }
}
@media all and (max-width: 420px) {
  .wk-menu-box .clock-box .time-period-box {
    margin-top: 50px;
    transform: translate(calc(-50% + 42.5%), 0%);
  }
}
.wk-menu-box .clock-box .time-period-box div {
  display: inline-block;
}
.wk-menu-box .clock-box .time-period-box .time-period {
  display: block;
  width: 80%;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  background-color: rgb(241, 205, 152,0.7);
}
@media all and (max-width: 1024px) {
  .wk-menu-box .clock-box .time-period-box .time-period {
    max-width: 610px;
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .wk-menu-box .clock-box .time-period-box .time-period {
    max-width: 510px;
    font-size: 14px;
  }
}
@media all and (max-width: 630px) {
  .wk-menu-box .clock-box .time-period-box .time-period {
    font-size: 14px;
  }
}
.wk-menu-box .clock-box .time-period-box .icon-left {
  width: 77px;
  height: 22px;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/menu/time-left.svg');
}
@media all and (max-width: 768px) {
  .wk-menu-box .clock-box .time-period-box .icon-left {
    width: 45px;
  }
}
@media all and (max-width: 630px) {
  .wk-menu-box .clock-box .time-period-box .icon-left {
    width: 30px;
  }
}
@media all and (max-width: 530px) {
  .wk-menu-box .clock-box .time-period-box .icon-left {
    display: none;
  }
}
.wk-menu-box .clock-box .time-period-box .icon-right {
  width: 77px;
  height: 22px;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/menu/time-right.svg');
}
@media all and (max-width: 768px) {
  .wk-menu-box .clock-box .time-period-box .icon-right {
    width: 45px;
  }
}
@media all and (max-width: 630px) {
  .wk-menu-box .clock-box .time-period-box .icon-right {
    width: 30px;
  }
}
@media all and (max-width: 530px) {
  .wk-menu-box .clock-box .time-period-box .icon-right {
    display: none;
  }
}
.wk-menu-box .clock-box .time-period-box .text {
  margin: 0 10px;
  vertical-align: middle;
}
@media all and (max-width: 550px) {
  .wk-menu-box .clock-box .time-period-box .text {
    margin: 0 2px;
    line-height: 1.5;
  }
}
.wk-menu-box .dec-top {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 7%;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/menu/dec-top.png);
}
.wk-menu-box .dec-bottom {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding-bottom: 7%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url(../images/menu/dec-bottom.png);
}
