/* .page {
    display: flex;
    position: relative;
}

.vendorBlock {
    position: absolute;
    left: calc(50% - 323px);
    top: 350px;
} */
/*header*/

/****活動用****/
.blackbarnew {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}

.yeslogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: left;
}

.yeslogo i {
  margin-right: 8px;
  float: left;
}

.yeslogo i img {
  width: 10px;
  margin-top: -3px;
}

.yesgogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: right;
}

.yesyes {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 4px;
}
/****活動用END****/

/*header menu*/
.headerschool {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 30px;
  z-index: 999;
  border-bottom: 0px solid #00a0e9;

  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.headerschool h1 {
  float: left;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 64px;
  color: #0091fe;
}

.headerschool img {
  width: 40px;
  margin-right: 6px;
  margin-left: 24px;
  vertical-align: middle;
  float: left;
  margin-top: 8px;
}

.menu {
  overflow: hidden;
  float: right;
}

.menu > li {
  float: left;
  list-style: none;
}

.menu > li div {
  line-height: 66px;
  height: 60px;
  color: #666;
  padding: 0 32px;
  font-size: 18px;
  transition: all 0.3s;
  border-bottom: 2px solid #fff;
}

.menu > li div:hover {
  color: #0091fe;
}

.menu_ok {
  color: #0091fe !important;
  border-bottom: 2px solid #0091fe !important;
}

@media screen and (max-width: 980px) {
  .headerschool img {
    margin-left: 20px;
  }

  .menu > li div {
    padding: 0 24px;
  }

  .menu > li span {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .headerschool img {
    display: none;
  }

  .headerschool {
    height: 44px;
  }

  .headerschool h1 {
    font-size: 22px;
    margin-left: 16px;
    display: none;
  }

  .menu {
    width: 100%;
    padding: 0;
  }

  .menu > li {
    width: calc(100% / 4);
    /* width: calc(100% / 5); */
    border-right: 0px solid #eee;
  }

  .menu > li:last-child {
    border-right: 0px solid #eee;
  }

  .menu > li div {
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    height: 44px;
    padding: 0 0px;
  }

  .menu > li span {
    display: none;
  }
}
/*header menu END*/

/*header*/
button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
a:hover {
  text-decoration: none !important;
}
.page {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 90px;
}
.title {
  width: fit-content;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  animation-name: title;
  animation-duration: 0.8s;
  z-index: 5;
}
@keyframes title {
  0% {
    top: -50%;
  }
  50% {
    top: 3%;
  }
  70% {
    top: -3%;
  }
  100% {
    top: 0;
  }
}
.marquee {
  width: 76%;
  height: 36px;
  position: absolute;
  bottom: -2px;
  left: 12%;
  font-weight: bold;
  background: #ffc61e;
  color: #dd181c;
  border-radius: 50px;
  line-height: 30px;
  border: 3px solid #ffedb8;
}
.marquee a {
  color: #dd181c;
}
.vendorBlock {
  position: absolute;
  left: calc(50% - 474px);
  top: 350px;
}
.vendorArea {
  position: relative;
  width: 950px;
  height: 965px;
  z-index: 6;
  margin-top: 36px;
}
.vendor01:hover,
.vendor02:hover,
.vendor03:hover,
.vendor04:hover,
.vendor05:hover,
.vendor06:hover,
.vendor07:hover,
.vendor08:hover,
.vendor09:hover,
.vendor010:hover {
  -webkit-filter: brightness(1.2);
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  #vendor01_img:hover,
  #vendor02_img:hover,
  #vendor03_img:hover,
  #vendor04_img:hover,
  #vendor05_img:hover,
  #vendor06_img:hover,
  #vendor07_img:hover,
  #vendor08_img:hover,
  #vendor09_img:hover,
  #vendor010_img:hover {
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  #vendor01_img:hover {
    animation-name: vendorAnimation1;
  }
  #vendor02_img:hover {
    animation-name: vendorAnimation2;
  }
  #vendor03_img:hover {
    animation-name: vendorAnimation3;
  }
  #vendor04_img:hover {
    animation-name: vendorAnimation4;
  }
  #vendor05_img:hover {
    animation-name: vendorAnimation5;
  }
  #vendor06_img:hover {
    animation-name: vendorAnimation6;
  }
  #vendor07_img:hover {
    animation-name: vendorAnimation7;
  }
  #vendor08_img:hover {
    animation-name: vendorAnimation8;
  }
  #vendor09_img:hover {
    animation-name: vendorAnimation9;
  }
  #vendor010_img:hover {
    animation-name: vendorAnimation9a;
  }
}
/*web版hover 如更換主打攤位 請找相對應路徑更改*/
@keyframes vendorAnimation1 {
  0% {
    content: url(../images/vendor/A_S02.png);
  }
  100% {
    content: url(../images/vendor/A_S01.png);
  }
}
@keyframes vendorAnimation2 {
  0% {
    content: url(../images/vendor/B_S02.png);
  }
  100% {
    content: url(../images/vendor/B_S01.png);
  }
}
@keyframes vendorAnimation3 {
  0% {
    content: url(../images/vendor/C_S02.png);
  }
  100% {
    content: url(../images/vendor/C_S01.png);
  }
}
@keyframes vendorAnimation4 {
  0% {
    content: url(../images/vendor/D_S02.png);
  }
  100% {
    content: url(../images/vendor/D_S01.png);
  }
}
@keyframes vendorAnimation5 {
  0% {
    content: url(../images/vendor/E_L02.png);
  }
  100% {
    content: url(../images/vendor/E_L01.png);
  }
}
@keyframes vendorAnimation6 {
  0% {
    content: url(../images/vendor/F_S02.png);
  }
  100% {
    content: url(../images/vendor/F_S01.png);
  }
}
@keyframes vendorAnimation7 {
  0% {
    content: url(../images/vendor/G_S02.png);
  }
  100% {
    content: url(../images/vendor/G_S01.png);
  }
}
@keyframes vendorAnimation8 {
  0% {
    content: url(../images/vendor/H_S02.png);
  }
  100% {
    content: url(../images/vendor/H_S01.png);
  }
}
@keyframes vendorAnimation9 {
  0% {
    content: url(../images/vendor/J_S02.png);
  }
  100% {
    content: url(../images/vendor/J_S01.png);
  }
}
@keyframes vendorAnimation9a {
  0% {
    content: url(../images/vendor/I_S02.png);
  }
  100% {
    content: url(../images/vendor/I_S01.png);
  }
}
/*web版hover 如更換主打攤位 請找相對應路徑更改*/
.vendor01,
.vendor02,
.vendor03,
.vendor04,
.vendor05,
.vendor06,
.vendor07,
.vendor08,
.vendor09,
.vendor010 {
  position: absolute;
  z-index: 4;
  transition: all 0.3s;
}
.vendor01 {
  top: -3%;
  left: 45.5%;
}
.vendor02 {
  top: 7%;
  left: 20%;
}
.vendor03 {
  top: 25%;
  left: -8%;
}
.vendor04 {
  top: 14%;
  left: 79%;
}
.vendor05 {
  top: 24%;
  left: 31%;
}
.vendor06 {
  top: 57%;
  left: 7%;
}
.vendor07 {
  top: 44%;
  right: -1.5%;
}
.vendor08 {
  top: 61%;
  left: 63%;
}
.vendor09 {
  top: 73%;
  left: 33%;
}
.vendor010 {
  top: 73%;
  left: 33%;
}

/*pointCard*/
.pointCard {
  background-image: url(../images/card.png);
  background-size: 150px;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  position: fixed;
  bottom: 2%;
  right: 0.2%;
  z-index: 10;
  cursor: pointer;
}
.have_points {
  position: absolute;
  top: 34px;
  right: 14px;
  height: 25px;
  width: 25px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #cb223c;
  background: #ffc61e;
  border-radius: 20px;
  border: #cb223c solid 2px;
}
.pointCard_popup {
}
.pointCard-btn {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  font-size: 20px;
  background: #e40177;
  background-image: url(../images/popup/button.png);
  border-radius: 8px;
  transition: all 0.3s;
}

.pointCard-btn:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
  background-image: url(../images/popup/button.png);
}
@media screen and (max-width: 576px) {
  .pointCard {
    background-size: 120px;
    height: 120px;
    width: 120px;
  }
  .have_points {
    height: 20px;
    width: 20px;
    line-height: 15px;
    font-size: 10px;
  }
}
/*pointCard*/

/*move-object*/
.bluecar {
  position: absolute;
  top: 21%;
  right: 43%;
  animation-name: bluecar;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
}
@keyframes bluecar {
  0% {
    top: 21%;
    right: 42.5%;
  }
  100% {
    top: 64%;
    right: -7%;
  }
}

.whitecar {
  position: absolute;
  top: 69%;
  left: -5%;
  animation-name: whitecar;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
}
@keyframes whitecar {
  0% {
    top: 70%;
    left: -6%;
  }
  100% {
    top: 17%;
    left: 56%;
  }
}

.yellowcar {
  position: absolute;
  top: 75%;
  left: 11%;
  animation-name: yellowcar;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
}
@keyframes yellowcar {
  0% {
    top: 75%;
    left: 11%;
  }
  100% {
    top: 100%;
    left: 40%;
  }
}

.redship {
  position: absolute;
  top: 8%;
  left: 7%;
  animation-name: redship;
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  z-index: 1;
}
@keyframes redship {
  0% {
    top: 8%;
    left: 7%;
  }
  50% {
    top: 7.5%;
    left: 7.5%;
  }
  100% {
    top: 8.5%;
    left: 8%;
  }
}
.whiteship {
  position: absolute;
  top: 13%;
  left: 86%;
  animation-name: whiteship;
  animation-duration: 2.1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  z-index: 1;
}
@keyframes whiteship {
  0% {
    top: 13%;
    left: 87%;
  }
  50% {
    top: 12.5%;
    left: 86.5%;
  }
  100% {
    top: 13.5%;
    left: 86%;
  }
}
/*move-object*/

/*vendor popup*/
.modal-content {
  border-radius: 12px;
  overflow: hidden;
  background-color: #feffe2;
}
.vendorPopup {
  background-color: #ff2e55;
}
.modal-text {
  width: 100%;
  background-color: #fff;
  padding: 16px 8px;
  border-radius: 8px;
}
.modal-text h1 {
  font-size: 32px;
  color: #fc3556;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.modal-text p {
  font-size: 22px;
  color: #000;
  /* font-weight: bold; */
  text-align: center;
  margin: 0;
}
.modal-btn {
  margin-top: 20px;
}
.modal-btn > a > button {
  width: 100%;
  background-color: #ffe001;
  background-image: url(../images/popup/button1.png);
  background-size: cover;
  color: #b3031b;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 0;
  border-radius: 8px;
  border: none;
  outline: none;
  transition: all 0.3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 736px) {
  .modal-btn > a > button {
    font-size: 20px;
  }
}
.modal-btn > a > button:hover {
  -webkit-filter: brightness(1.1);
}

.company_btn {
  margin-top: 20px;
  flex-wrap: wrap;
}
.company_btn > a {
  border: 1px #eee solid;
  color: #000;
}
.company_btn > a:hover {
  color: #0091fe;
}

.close {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 2.5rem;
  color: #696969;
  text-shadow: unset;
  opacity: 0.8;
}
.touchMe {
  position: absolute;
  background-image: url(../images/touchme.png);
  height: 90px;
  width: 90px;
  background-size: 90px;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.touchMe_text {
  position: absolute;
  top: 0;
  right: -20%;
  font-size: 30px;
  text-align: end;
  color: #fff;
  display: none;
}
/*vendor popup*/

/*pointCard popup*/
.pointCard_text {
  text-align: center;
}
.pointCard_text h2 {
  font-weight: bold;
  color: #fc3556;
  font-size: 32px;
  margin-bottom: 12px;
}
.pointCard_text h4 {
  color: #661fbe;
  font-size: 22px;
}
/*pointCard popup*/

@media screen and (max-width: 769px) {
  .vendor01 {
    top: -3%;
    left: 45.5%;
  }
  .vendor02 {
    top: 7%;
    left: 20%;
  }
  .vendor03 {
    top: 25%;
    left: 0.5%;
  }
  .vendor04 {
    top: 14%;
    left: 73%;
  }
  .vendor05 {
    top: 22%;
    left: 31%;
  }
  .vendor06 {
    top: 55%;
    left: 11%;
  }
  .vendor07 {
    top: 44%;
    right: 9.5%;
  }
  .vendor08 {
    top: 68%;
    left: 61%;
  }
  .vendor09 {
    top: 70%;
    left: 31%;
  }
  .vendor010 {
    top: 70%;
    left: 31%;
  }

  .vendorArea {
    position: relative;
    width: 950px;
    height: 1024px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  /* .page {
          overflow-x: unset;
          overflow-y: hidden;
          display: flex;
          justify-content: end;
          position: relative;
      } */
  .page {
    overflow-y: hidden;
    display: flex;
    position: relative;
    margin-top: 73px;
    background-image: url(../images/bg_mob.jpg);
    background-size: 300%;
    background-position: center top;
    min-height: 736px;
  }
  .bg {
    width: 1105px;
    content: url(../images/bg_mob_png.png);
  }
  .marquee {
    width: 90%;
    height: 24px;
    position: absolute;
    bottom: -2px;
    left: 5%;
    font-weight: bold;
    background: #ffc61e;
    color: #dd181c;
    border-radius: 50px;
    line-height: 18px;
    border: 3px solid #ffedb8;
    font-size: 14px;
  }

  .marquee a {
    color: #dd181c;
  }

  .vendorBlock {
    position: absolute;
    top: 200px;
    left: 0;
  }
  .vendorArea {
    width: 736px;
    height: 668px;
  }
  .vendor01,
  .vendor02,
  .vendor03,
  .vendor04,
  .vendor05,
  .vendor06,
  .vendor07,
  .vendor08,
  .vendor09,
  .vendor010 {
    position: absolute;
    /* width: 15%; */
  }
  .vendor01 {
    width: 138px;
    top: -2.1%;
    left: 24.5%;
  }
  .vendor02 {
    width: 104px;
    top: 4%;
    left: 7%;
  }
  .vendor03 {
    width: 135px;
    top: 20%;
    left: -6%;
  }
  .vendor04 {
    width: 91px;
    top: 12%;
    right: 43.3%;
    left: unset;
  }
  .vendor05 {
    width: 231px;
    top: 17%;
    left: 13%;
  }
  .vendor06 {
    width: 93px;
    top: 41%;
    left: 0%;
  }
  .vendor07 {
    width: 91px;
    top: 40%;
    right: 43.5%;
  }
  .vendor08 {
    width: 91px;
    top: 55%;
    right: 77%;
    left: unset;
  }
  .vendor09 {
    top: 51%;
    left: 26%;
    width: 93px;
  }
  .vendor010 {
    top: 51%;
    left: 26%;
    width: 93px;
  }

  /*vendor popup*/
  .modal-text h1 {
    font-size: 26px;
  }

  .modal-text p {
    font-size: 18px;
  }

  .modal-btn {
    font-size: 22px;
  }
  /*vendor popup*/

  /*pointCard popup*/
  .pointCard_text h2 {
    font-weight: bold;
    color: #fc3556;
    font-size: 28px;
  }
  .pointCard_text h4 {
    color: #661fbe;
    font-size: 18px;
  }
  /*pointCard popup*/

  /*move object*/
  .bluecar {
    content: url(../images/move-object/bluecar_M.png);
  }
  .whitecar {
    content: url(../images/move-object/whitecar_M.png);
  }
  .yellowcar {
    content: url(../images/move-object/yellowcar_M.png);
  }
  /*move object*/
}
@media screen and (max-width: 376px) {
  .vendorArea {
    width: 666px;
  }
}
@media screen and (max-width: 376px) {
  .vendor08 {
    width: 93px;
    top: 55%;
    right: 76%;
    left: unset;
  }
}

@media screen and (max-width: 415px) {
  .page {
    min-height: 823px;
    background-size: 299%;
  }
  .vendorArea {
    width: 730px;
    height: 770px;
    margin-top: 30px;
  }
  .vendor07 {
    width: 91px;
    top: 38%;
    right: 45.5%;
  }
  .vendor05 {
    width: 231px;
    top: 17%;
    left: 14%;
  }
}

@media screen and (max-width: 376px) {
  .page {
    min-height: 736px;
    background-size: 291%;
  }
  .vendorArea {
    width: 660px;
    height: 660px;
    margin-top: 10px;
  }
  .vendor07 {
    width: 91px;
    top: 40%;
    right: 43.5%;
  }
  .vendor05 {
    width: 231px;
    top: 17%;
    left: 13%;
  }
}

@media screen and (max-width: 361px) {
  .page {
    background-size: 300%;
    min-height: 640px;
  }
  .vendorArea {
    width: 640px;
  }
}
@media screen and (max-width: 321px) {
  .vendorArea {
    transform: scale(0.84);
    left: -42px;
    top: -60px;
    z-index: 6;
  }
  .yellowcar {
    display: none;
  }
}

/*會員登入popup*/
.bgblack {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.bodyno {
  overflow: hidden;
}

.close02 {
  position: absolute;
  right: 20px;
  width: 40px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  .close02 {
    position: absolute;
    right: 0px;
    width: 40px;
    cursor: pointer;
  }
}

@keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
/*close popup end*/

.popup {
  width: 400px;
  min-height: 340px;
  position: absolute;
  top: 8%;
  z-index: 999;
  border-radius: 8px;
  background-color: #fffce4;
  padding-bottom: 30px; /*overflow: auto;*/
  overflow: hidden;
}

.popup h1 {
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  position: relative;
  background-color: #ff2e55;
}

.popup p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 20px;
  color: #4b0885;
  margin-top: -6px;
}

.popup h2 {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  padding: 14px 16px 0px;
  color: #f5253b;
  font-weight: bold;
  margin-bottom: 8px;
}

.popup h3 {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #a2202e;
  margin-bottom: 20px;
  padding: 0 16px;
}

.box2s {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  overflow: hidden;
}

.box2s li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px; /*padding: 0px 20px 6px;*/
}

.box2s li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 736px) {
  .popup {
    width: 300px; /*margin:-200px 0 0 -150px;*/
    padding-bottom: 16px;
  }

  .popup h2 {
    margin-bottom: 4px;
  }

  .popup h3 {
    font-size: 16px;
  }

  .box2s li {
    width: 100%;
    margin-bottom: 8px;
  }

  .box2s {
    position: static;
    width: calc(100%);
    padding: 0 16px;
    left: auto;
    bottom: auto;
  }
}

.goto {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #ff5062;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.goto:hover {
  background-color: #f5253b;
}
/*會員登入popup end*/

.text-center p {
  line-height: 1.5;
  font-size: 16px;
  color: #484848;
}
