@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;
}
.wk-chef-box {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-height: 960px;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 768px) {
  .wk-chef-box {
    max-height: 1024px;
  }
}
.wk-chef-box .dec-top {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, #f5f4f2, rgb(255,255,255,0));
}
.wk-chef-box .scane-bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/chef/chef-bg.jpg');
}
.wk-chef-box .scroll-box {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-height: 960px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wk-chef-box .scroll-box {
    max-height: 1024px;
  }
}
.wk-chef-box .scroll-box > ul {
  width: 300vw;
  height: 100vh;
  overflow: hidden;
}
.wk-chef-box .scroll-box > ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 300vw;
  height: 100vh;
  font-family: "Noto Sans TC", Sans-serif;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.wk-chef-box .scroll-box > ul li.scane1 {
  background-image: url('../images/chef/chef-5.png');
  transition: all 2.8s cubic-bezier(0.24, 0.22, 0.04, 1.15);
}
@media (max-width: 768px) {
  .wk-chef-box .scroll-box > ul li.scane1 {
    background-image: url('../images/chef/chef-5-m.png');
  }
}
.wk-chef-box .scroll-box > ul li.scane2 {
  transition: all 1.3s cubic-bezier(0.24, 0.22, 0.25, 0.9);
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box {
  position: relative;
  width: 33.333%;
  height: 100%;
  float: left;
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box .inner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-17%, -75%);
  width: 45%;
  max-width: 800px;
}
@media (max-width: 1600px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .inner-box {
    transform: translate(-17%, -65%);
  }
}
@media (max-width: 1450px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .inner-box {
    transform: translate(-17%, -55%);
  }
}
@media (max-width: 1280px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .inner-box {
    transform: translate(-17%, -45%);
  }
}
@media (max-width: 768px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .inner-box {
    width: 75%;
    transform: translate(-50%, -100%);
  }
}
@media (max-width: 600px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .inner-box {
    width: 75%;
    transform: translate(-50%, -120%);
  }
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box .dec {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #d3c4b2;
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box .position {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .position {
    display: block;
    text-align: center;
  }
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box .position span:nth-child(2) {
  font-size: 16px;
  letter-spacing: 1px;
  color: #AD9578;
  margin: 0 5px;
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box .name-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .name-box {
    display: block;
    text-align: center;
  }
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box .name-box .name {
  font-size: 22px;
  letter-spacing: 1px;
  color: #2B1C1C;
}
@media (max-width: 600px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .name-box .name {
    margin-bottom: 10px;
  }
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box .name-box .sub-text {
  font-size: 17px;
  color: #2B1C1C;
}
@media (max-width: 1280px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .name-box .sub-text {
    font-size: 15px;
  }
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box .line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #d3c4b1;
  margin-bottom: 15px;
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box .line .dec {
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .line {
    display: none;
  }
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box .text {
  font-size: 15px;
  color: #2B1C1C;
}
@media (max-width: 1280px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box .text {
    display: none;
    font-size: 12px;
    line-height: 18px;
  }
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box2 .inner-box {
  transform: translate(-75%, -75%);
}
@media (max-width: 1600px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box2 .inner-box {
    transform: translate(-75%, -65%);
  }
}
@media (max-width: 1450px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box2 .inner-box {
    transform: translate(-75%, -55%);
  }
}
@media (max-width: 1280px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box2 .inner-box {
    transform: translate(-75%, -45%);
  }
}
@media (max-width: 768px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box2 .inner-box {
    width: 75%;
    transform: translate(-50%, -100%);
  }
}
@media (max-width: 600px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box2 .inner-box {
    width: 75%;
    transform: translate(-50%, -120%);
  }
}
.wk-chef-box .scroll-box > ul li.scane2 .text-box3 .inner-box {
  transform: translate(-17%, -75%);
}
@media (max-width: 1600px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box3 .inner-box {
    transform: translate(-17%, -65%);
  }
}
@media (max-width: 1450px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box3 .inner-box {
    transform: translate(-17%, -55%);
  }
}
@media (max-width: 1280px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box3 .inner-box {
    transform: translate(-17%, -45%);
  }
}
@media (max-width: 768px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box3 .inner-box {
    width: 75%;
    transform: translate(-50%, -100%);
  }
}
@media (max-width: 600px) {
  .wk-chef-box .scroll-box > ul li.scane2 .text-box3 .inner-box {
    width: 75%;
    transform: translate(-50%, -120%);
  }
}
.wk-chef-box .scroll-box > ul li.scane3 {
  background-image: url('../images/chef/chef-3.png');
  transition: all 2.3s cubic-bezier(0.24, 0.22, 0.04, 1.15);
}
@media (max-width: 768px) {
  .wk-chef-box .scroll-box > ul li.scane3 {
    background-image: url('../images/chef/chef-3-m.png');
  }
}
.wk-chef-box .scroll-box > ul li.scane4 {
  background-image: url('../images/chef/chef-2.png');
  transition: all 1.6s cubic-bezier(0.24, 0.22, 0.21, 0.96);
}
@media (max-width: 1200px) {
  .wk-chef-box .scroll-box > ul li.scane4 {
    background-image: url('../images/chef/chef-2-pad.png');
  }
}
@media (max-width: 768px) {
  .wk-chef-box .scroll-box > ul li.scane4 {
    background-image: url('../images/chef/chef-2-m.png');
  }
}
@media (max-width: 600px) {
  .wk-chef-box .scroll-box > ul li.scane4 {
    background-image: url('../images/chef/chef-2-m2.png');
  }
}
.wk-chef-box .scroll-box > ul li.scane5 {
  top: auto;
  bottom: -20px;
  background-position: bottom left;
  background-image: url('../images/chef/chef-1.png');
  transition: all 2.2s cubic-bezier(0.21, 0.4, 0.25, 1);
}
@media (max-width: 768px) {
  .wk-chef-box .scroll-box > ul li.scane5 {
    bottom: 0;
    background-image: url('../images/chef/chef-1-m.png');
  }
}
.wk-chef-box .scroll-box > ul.active1 > li {
  transform: translateX(0vw);
}
.wk-chef-box .scroll-box > ul.active2 > li {
  transform: translateX(-100vw);
}
.wk-chef-box .scroll-box > ul.active3 > li {
  transform: translateX(-200vw);
}
.wk-chef-box .btn-box {
  width: 763px;
  height: 763px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
}
@media (max-width: 768px) {
  .wk-chef-box .btn-box {
    width: 500px;
    height: 500px;
    background-size: contain;
  }
}
.wk-chef-box .btn-box .btn {
  cursor: pointer;
  position: absolute;
  width: 100px;
  text-align: center;
  font-size: 18px;
  color: #E9A89C;
  line-height: 1.5;
  -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-chef-box .btn-box .btn i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E9A89C;
  display: block;
  margin: 0 auto 2vw auto;
  -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-chef-box .btn-box .btn:hover {
  color: #000;
}
.wk-chef-box .btn-box .btn:hover i {
  background-color: #000;
}
.wk-chef-box .btn-box .btn.active {
  color: #000;
}
.wk-chef-box .btn-box .btn.active i {
  background-color: #000;
}
.wk-chef-box .btn-box .btn1 {
  bottom: -6%;
  left: 50%;
  transform: rotate(40deg) translate(-220%, 165%);
}
.wk-chef-box .btn-box .btn2 {
  top: 97%;
  left: 50%;
  transform: rotate(0deg) translate(-60%, 0%);
}
.wk-chef-box .btn-box .btn3 {
  bottom: -6%;
  left: 50%;
  transform: rotate(-40deg) translate(140%, 80%);
}
.wk-chef-box .btn-box.active1 {
  transform: translate(-50%, -78%) rotate(-35deg);
  background-image: url('../images//chef/chef-c1.png');
}
.wk-chef-box .btn-box.active2 {
  transform: translate(-50%, -78%) rotate(0deg);
  background-image: url('../images//chef/chef-c2.png');
}
.wk-chef-box .btn-box.active3 {
  transform: translate(-50%, -78%) rotate(35deg);
  background-image: url('../images//chef/chef-c3.png');
}
.wk-chef-box .prev-btn {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -50px;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/chef/chef-btn-left.svg');
}
@media (max-width: 768px) {
  .wk-chef-box .prev-btn {
    height: 70px;
  }
}
@media (max-width: 600px) {
  .wk-chef-box .prev-btn {
    width: 17px;
    height: 50px;
    left: 10px;
  }
}
.wk-chef-box .next-btn {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -50px;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/chef/chef-btn-right.svg');
}
@media (max-width: 768px) {
  .wk-chef-box .next-btn {
    height: 70px;
  }
}
@media (max-width: 600px) {
  .wk-chef-box .next-btn {
    width: 17px;
    height: 50px;
    right: 10px;
  }
}
