body {
  background: #f2e5d159;
}
.progress {
  position: fixed;
  z-index: 11111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #999999;
}
.progress-inner {
  position: absolute;
  left: -webkit-calc(50% - 75px);
  left: -moz-calc(50% - 75px);
  left: calc(50% - 75px);
  top: -webkit-calc(50% - 123px);
  top: -moz-calc(50% - 123px);
  top: calc(50% - 123px);
  width: 150px;
  height: 150px;
}
.progress-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff743e;
}
.progress-text {
  color: #fbae17;
  font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
  font-size: 2em;
  font-weight: 700;
  position: absolute;
  z-index: 9999999;
  width: 250px;
  text-align: center;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.progress-logo {
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.progress-complete .progress-bar {
  background-color: #ffffff;
}
.loading-border {
  width: 80%;
  max-width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -80%);
  -moz-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  -o-transform: translate(0, -80%);
  transform: translate(0, -80%);
}
.loading-border img {
  width: 100%;
}
.loading-paperairplane {
  width: 114px;
  position: relative;
  -webkit-animation: paperFly 1.5s linear forwards infinite;
  -moz-animation: paperFly 1.5s linear forwards infinite;
  -o-animation: paperFly 1.5s linear forwards infinite;
  animation: paperFly 1.5s linear forwards infinite;
  margin: 0 auto;
}
.loading-paperairplane img {
  width: 114px;
  margin: 0 auto;
}
@-webkit-keyframes paperFly {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 20px;
  }
}
@-moz-keyframes paperFly {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 20px;
  }
}
@-o-keyframes paperFly {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 20px;
  }
}
@keyframes paperFly {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 20px;
  }
}
section.step {
  background: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 40px;
}
.step h2 {
  text-align: center;
  color: #4d4d4d;
}
.step h2 span {
  border-bottom: 1px solid #4d4d4d;
  font-size: 30px;
  font-weight: 700;
}
.step ul.step-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 30px;
}
.step ul.step-ul li {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 35px 30px;
  max-width: 283px;
  margin: 0px 15px;
}
.step small {
  display: block;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.step small span {
  font-size: 24px;
}
.step h3 {
  margin: 10px 0px;
  color: #ff6f38;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.step p {
  font-size: 18px;
  font-weight: 500;
  color: #202020;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .step ul.step-ul {
    display: block;
  }
  .step ul.step-ul li {
    margin: 15px auto;
  }
}
.search {
  width: 482px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}
.search i {
  position: absolute;
  top: 15px;
  left: 16px;
  font-size: 24px;
}
.search #address {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 24px !important;
  color: #202020 !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
  padding-left: 40px !important;
}
.search #address option {
  font-size: 24px !important;
}
.search-lightbox {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 101;
  display: none;
  overflow-y: scroll;
}
.address-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #fff), color-stop(95%, #ff6f38));
  background: -webkit-linear-gradient(top, #fff 95%, #ff6f38 95%);
  background: -moz-linear-gradient(top, #fff 95%, #ff6f38 95%);
  background: -o-linear-gradient(top, #fff 95%, #ff6f38 95%);
  background: linear-gradient(to bottom, #fff 95%, #ff6f38 95%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 39%;
  margin: 0 auto;
  margin-top: 10%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  padding: 30px;
  position: relative;
}
.close {
  position: absolute;
  top: 8px;
  right: 26px;
  font-size: 30px;
  cursor: pointer;
}
.address-content .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.address-content .flex li {
  margin: 10px 10px;
}
.address-content h4 {
  font-size: 20px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 10px;
}
.address-content p {
  line-height: 1.5;
}
.address-content a {
  font-size: 20px;
}
.address-content a:hover {
  border-bottom: 1px solid #000;
}
@media (max-width: 991px) {
  .search {
    width: 90%;
  }
  .search #address {
    font-size: 16px !important;
  }
  .search #address option {
    font-size: 16px !important;
  }
  .search i {
    font-size: 16px;
  }
  .address-content {
    width: 85%;
    padding: 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, #fff), color-stop(98%, #ff6f38));
    background: -webkit-linear-gradient(top, #fff 98%, #ff6f38 98%);
    background: -moz-linear-gradient(top, #fff 98%, #ff6f38 98%);
    background: -o-linear-gradient(top, #fff 98%, #ff6f38 98%);
    background: linear-gradient(to bottom, #fff 98%, #ff6f38 98%);
  }
  .search-ul p,
  .search-ul a {
    font-size: 16px !important;
  }
}
section.star-product {
  background: #ffe8e1;
  padding-top: 30px;
  padding-bottom: 40px;
}
.star-product h2 {
  text-align: center;
  color: #4d4d4d;
}
.star-product h2 span {
  border-bottom: 1px solid #4d4d4d;
  font-size: 30px;
  font-weight: 700;
}
.star-product ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.star-product li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  width: 600px;
  margin: 0 10px;
}
.star-product .p-text {
  padding: 30px 20px 0px;
}
.star-product h3 {
  color: #ff6035;
  font-weight: 700;
  font-size: 28px;
}
.star-product a {
  color: #ff6035;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ff6035;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0.3em 0.5em;
  margin-top: 0.5em;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.star-product a:hover {
  background: #ff6035;
  color: #fff;
}
.star-product p {
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  margin-top: 1em;
  line-height: 1.5;
}
.star-product img {
  width: 262px;
}
@media (max-width: 991px) {
  .star-product .p-text {
    font-size: 1vw;
    padding-bottom: 20px;
  }
  .star-product ul {
    display: block;
  }
  .star-product li {
    width: 90%;
    margin: 10px auto;
    display: block;
  }
  .star-product img {
    width: 100%;
  }
  .star-product p {
    font-size: 4.5em;
  }
}
section.turn_note {
  padding-top: 55px;
  background-color: #f2e5d159;
}
@media (max-width: 991px) {
  section.turn_note {
    padding-top: 34px;
  }
}
section.turn_note .note_content {
  width: 880px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.turn_note .note_content {
    width: 100%;
  }
}
section.turn_note .note_content h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #303030;
}
@media (max-width: 991px) {
  section.turn_note .note_content h2 {
    font-size: 22px;
  }
}
section.turn_note .note_content ol {
  list-style: decimal;
  padding: 20px 50px 80px;
  margin: 0;
}
@media (max-width: 991px) {
  section.turn_note .note_content ol {
    padding: 10px 30px 80px 50px;
  }
}
section.turn_note .note_content ol li {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #171717;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  section.turn_note .note_content ol li {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
  }
}
.turn_activity {
  position: relative;
  overflow: hidden;
}
.oblique_bg {
  display: block;
  width: 270px;
  height: 100%;
  background-color: #ffe8e1;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
  position: absolute;
  top: 0px;
  left: 20%;
  z-index: -1;
}
.ribbon {
  position: absolute;
  top: -30%;
}
.ribbon1 {
  width: 345px;
  -webkit-transition: all 0.5s 0.7s ease-out;
  -moz-transition: all 0.5s 0.7s ease-out;
  -o-transition: all 0.5s 0.7s ease-out;
  transition: all 0.5s 0.7s ease-out;
}
.ribbon2 {
  width: 350px;
  left: 30%;
  -webkit-transition: all 0.5s 0.5s ease-out;
  -moz-transition: all 0.5s 0.5s ease-out;
  -o-transition: all 0.5s 0.5s ease-out;
  transition: all 0.5s 0.5s ease-out;
}
.ribbon3 {
  width: 445px;
  right: 0px;
  -webkit-transition: all 0.5s 0.9s ease-out;
  -moz-transition: all 0.5s 0.9s ease-out;
  -o-transition: all 0.5s 0.9s ease-out;
  transition: all 0.5s 0.9s ease-out;
}
.ribbon-active {
  top: 0px;
}
.wheeltot {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s 0s ease-out;
  -moz-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.wheeltot .go {
  width: 68px;
  position: absolute;
  top: -webkit-calc(50% - 32px);
  top: -moz-calc(50% - 32px);
  top: calc(50% - 32px);
  left: -webkit-calc(50% - 32px);
  left: -moz-calc(50% - 32px);
  left: calc(50% - 32px);
  -webkit-animation: btnGo 0.5s linear forwards infinite;
  -moz-animation: btnGo 0.5s linear forwards infinite;
  -o-animation: btnGo 0.5s linear forwards infinite;
  animation: btnGo 0.5s linear forwards infinite;
  cursor: pointer;
}
@media (max-width: 991px) {
  .wheeltot .go {
    width: 45px;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    left: -webkit-calc(50% - 22px);
    left: -moz-calc(50% - 22px);
    left: calc(50% - 22px);
  }
}
.wheel {
  width: 557px;
}
.arrow {
  width: 67px;
  position: absolute;
  top: -10px;
  left: 44%;
}
.move {
  -webkit-animation: spin 0.2s infinite forwards;
  -o-animation: spin 0.2s infinite forwards;
  -moz-animation: spin 0.2s infinite forwards;
  animation: spin 0.2s infinite forwards;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes btnGo {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes btnGo {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes btnGo {
  0% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes btnGo {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes right_move {
  0% {
    -webkit-transform: translateX(-557px);
    -ms-transform: translateX(-557px);
    transform: translateX(-557px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes right_move {
  0% {
    -webkit-transform: translateX(-557px);
    -ms-transform: translateX(-557px);
    -moz-transform: translateX(-557px);
    transform: translateX(-557px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes right_move {
  0% {
    -webkit-transform: translateX(-557px);
    -ms-transform: translateX(-557px);
    -o-transform: translateX(-557px);
    transform: translateX(-557px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes right_move {
  0% {
    -webkit-transform: translateX(-557px);
    -ms-transform: translateX(-557px);
    -moz-transform: translateX(-557px);
    -o-transform: translateX(-557px);
    transform: translateX(-557px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 5%;
  opacity: 0;
  -webkit-transition: all 0.6s 1.4s ease-out;
  -moz-transition: all 0.6s 1.4s ease-out;
  -o-transition: all 0.6s 1.4s ease-out;
  transition: all 0.6s 1.4s ease-out;
}
.main-active {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: moveX;
  -moz-animation-name: moveX;
  -o-animation-name: moveX;
  animation-name: moveX;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-delay: 1.4s;
  opacity: 1;
}
.main_text_hide {
  display: none;
}
@-webkit-keyframes textsm {
}
@-moz-keyframes textsm {
}
@-o-keyframes textsm {
}
@keyframes textsm {
}
@-webkit-keyframes moveX {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  50% {
    -webkit-transform: translateX(-3px) scale(1.5);
    transform: translateX(-3px) scale(1.5);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@-moz-keyframes moveX {
  0% {
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  50% {
    -moz-transform: translateX(-3px) scale(1.5);
    transform: translateX(-3px) scale(1.5);
  }
  100% {
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@-o-keyframes moveX {
  0% {
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  50% {
    -o-transform: translateX(-3px) scale(1.5);
    transform: translateX(-3px) scale(1.5);
  }
  100% {
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@keyframes moveX {
  0% {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  50% {
    -webkit-transform: translateX(-3px) scale(1.5);
    -moz-transform: translateX(-3px) scale(1.5);
    -o-transform: translateX(-3px) scale(1.5);
    transform: translateX(-3px) scale(1.5);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
.main_text {
  color: #2d2d2d;
  margin-left: 55px;
  width: 300px;
  -webkit-transition: all 0.6s 0s ease-out;
  -o-transition: all 0.6s 0s ease-out;
  -moz-transition: all 0.6s 0s ease-out;
  transition: all 0.6s 0s ease-out;
}
.main_text h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
.main_text p {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #4d4d4d;
  padding: 0;
  margin-bottom: 0;
}
.main_text img {
  width: 293px;
  margin: 0 auto 42px;
}
.turn_btn {
  text-align: center;
  margin-top: 5%;
}
.turn_btn button {
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 220px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .turn_btn button {
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}
.start_btn {
  display: none;
}
@-webkit-keyframes jumpX {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  50% {
    -webkit-transform: translateX(-3px) scale(1.1);
    transform: translateX(-3px) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@-moz-keyframes jumpX {
  0% {
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  50% {
    -moz-transform: translateX(-3px) scale(1.1);
    transform: translateX(-3px) scale(1.1);
  }
  100% {
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@-o-keyframes jumpX {
  0% {
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  50% {
    -o-transform: translateX(-3px) scale(1.1);
    transform: translateX(-3px) scale(1.1);
  }
  100% {
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@keyframes jumpX {
  0% {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  50% {
    -webkit-transform: translateX(-3px) scale(1.1);
    -moz-transform: translateX(-3px) scale(1.1);
    -o-transform: translateX(-3px) scale(1.1);
    transform: translateX(-3px) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
#signin-wrap {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding-top: 10% !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.tab-wrap {
  -webkit-box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 100px;
  }
  .wheeltot {
    margin-top: 25px;
    text-align: center;
  }
  .ribbon1 {
    width: 36%;
    -webkit-transition: all 0.5s 0.5s ease-out;
    -moz-transition: all 0.5s 0.5s ease-out;
    -o-transition: all 0.5s 0.5s ease-out;
    transition: all 0.5s 0.5s ease-out;
  }
  .ribbon2 {
    display: none;
  }
  .ribbon3 {
    width: 40%;
    -webkit-transition: all 0.5s 0.7s ease-out;
    -moz-transition: all 0.5s 0.7s ease-out;
    -o-transition: all 0.5s 0.7s ease-out;
    transition: all 0.5s 0.7s ease-out;
  }
  .main_text img {
    width: 74%;
    max-width: 217px;
  }
  .wheel {
    width: 90%;
    max-width: 338px;
    margin: 0 auto;
  }
  .arrow {
    width: 10%;
    left: 45%;
  }
  .main_text {
    margin: 0% 5%;
    font-size: 1vw;
    width: auto;
    text-align: center;
  }
  .main_text h3 {
    font-size: 5em;
  }
  .main_text p {
    font-size: 16px;
  }
  .oblique_bg {
    left: -10%;
  }
  .turn_note ol {
    padding: 20px 10px;
  }
}
.prize {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  text-align: center;
  display: none;
  overflow-y: auto;
}
.prize.active {
  display: block;
}
.prize .prize_content {
  display: inline-block;
  margin-top: 6vh;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
  -webkit-box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  background: #fff;
  padding: 0 70px;
}
@media (max-width: 991px) {
  .prize .prize_content {
    width: 90%;
    display: inline-block;
    margin-top: 20px;
    padding: 0 15px;
  }
}
.prize .prize_content img {
  width: initial;
  margin-right: 64px;
}
@media (max-width: 991px) {
  .prize .prize_content img {
    max-width: 100px;
    margin-right: 12px;
  }
}
.prize .prize_n {
  border-bottom: 1px solid #d6d6d6;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .prize .prize_n {
    padding-top: 0;
  }
}
.prize .prize_n p {
  font-size: 18px;
  text-align: center;
  color: #9b785d;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .prize .prize_n p {
    font-size: 14px;
  }
}
.prize .prize_t {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0 30px;
  -webkit-border-radius: 37px 37px 0px 0px;
  -moz-border-radius: 37px 37px 0px 0px;
  border-radius: 37px 37px 0px 0px;
}
@media (max-width: 991px) {
  .prize .prize_t {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.prize .prize_t .prize_text {
  text-align: center;
  padding-top: 14px;
}
.prize .prize_t .prize_text h4 {
  font-size: 40px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .prize .prize_t .prize_text h4 {
    font-size: 20px;
  }
}
.prize .prize_t .prize_text h3 {
  font-size: 45px;
  font-weight: bold;
  color: #9b785d;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .prize .prize_t .prize_text h3 {
    font-size: 22px;
  }
}
.prize .prize_t .prize_text p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 2px 20px;
  background-color: #fbae17;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .prize .prize_t .prize_text p {
    font-size: 14px;
    padding: 2px 11px;
  }
}
.prize .prize_b {
  padding: 1em 0 2em;
}
@media (max-width: 991px) {
  .prize .prize_b {
    padding: 5em 0 2em;
  }
}
.prize .prize_b p {
  font-size: 18px;
  text-align: center;
  color: #363636;
}
@media (max-width: 991px) {
  .prize .prize_b p {
    font-size: 14px;
  }
}
.prize .prize_b a {
  padding: 9px 60px 10px 60px;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .prize .prize_b a {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.prize form {
  padding: 42px 0 60px;
  border-top: 1px solid #d6d6d6;
}
@media (max-width: 991px) {
  .prize form {
    padding: 25px 0 20px;
  }
}
.prize form h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #414141;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .prize form h3 {
    font-size: 16px;
  }
}
.prize form input {
  width: 75%;
  height: 47px;
  line-height: 46px;
  margin: 0 auto 15px;
  background-color: #eeeeee;
  font-size: 18px;
  color: #2c2c2c;
  padding: 0 10px;
  border: 0;
}
@media (max-width: 991px) {
  .prize form input {
    width: 90%;
    font-size: 16px;
  }
}
.bodyover {
  position: fixed;
  width: 100%;
}
@media (max-width: 991px) {
  .prize_content {
    margin: 10% 5% 0%;
    width: 90%;
  }
  .prize_t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prize_text {
    font-size: 1vw;
  }
  .prize_text h2 {
    font-size: 4em;
  }
  .prize_text span {
    font-size: 5em;
  }
  .prize_content img {
    width: 90%;
  }
  .prize_b {
    font-size: 1vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prize_b a {
    margin: 0.5em 0px;
    width: 64%;
  }
}
@media (max-width: 500px) {
  .prize_text h2 {
    font-size: 8em;
  }
  .prize_text span {
    font-size: 10em;
  }
  .prize_content img {
    width: 100%;
  }
  .prize_t {
    padding: 3em 3em 1em;
  }
}
.data-up {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  text-align: center;
  padding-top: 3%;
  display: none;
  overflow-y: scroll;
}
.data-up-content {
  width: 35%;
  margin: 0 auto;
  margin-top: 10%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #ff6f38), color-stop(3%, #fff));
  background: -webkit-linear-gradient(top, #ff6f38 3%, #fff 3%);
  background: -moz-linear-gradient(top, #ff6f38 3%, #fff 3%);
  background: -o-linear-gradient(top, #ff6f38 3%, #fff 3%);
  background: linear-gradient(to bottom, #ff6f38 3%, #fff 3%);
  -webkit-box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.5);
  padding: 40px 30px 30px;
  position: relative;
}
.data-up h2 {
  color: #ff743f;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.data-up ul {
  width: 65%;
  margin: 0 auto;
}
.data-up .inp input {
  width: 100%;
  border: 0px;
  background-color: #eeeeee;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 400;
  margin: 8px 0px;
}
.data-up small {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #ff6f38;
  text-align: left;
  line-height: 1.3;
}
.file-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 8px 0px;
  width: 108%;
}
input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.file-upload_btn {
  display: inline-block;
  padding: 15px 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  background: #ff6f38;
  color: #fff;
}
.file_name {
  background-color: #eeeeee;
  padding: 15px 10px;
  width: 80%;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.up_btn {
  margin-top: 20px;
}
.data-up p {
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
}
.flexd {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
}
.flexd .flexd-m {
  display: none;
}
@media (max-width: 991px) {
  .flexd {
    left: 0px;
    right: 0px;
    bottom: 10px;
  }
  .flexd .flexd-pc {
    display: none;
  }
  .flexd .flexd-m {
    display: block;
    width: 68%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .data-up-content {
    width: 75%;
    padding: 40px 10px 30px;
  }
  .data-up ul {
    width: 100%;
  }
  .data-up .inp input {
    width: 90%;
  }
  .file-li {
    width: 98%;
  }
  .data-up h2 {
    font-size: 22px;
  }
  .data-up .inp input {
    padding: 10px 10px;
  }
  .file_name {
    width: 70%;
    padding: 10px;
    font-size: 16px;
  }
  .file-upload_btn {
    padding: 10px;
  }
  .data-up p {
    font-size: 16px;
  }
}
section.events .section-wrap {
  background-color: #fbae17;
  padding-top: 10px;
  padding-bottom: 90px;
}
section.events .container h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.events .container h2 {
    font-size: 22px;
  }
}
section.events .container ul {
  width: 980px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.events .container ul {
    width: 100%;
  }
}
section.events .container ul li {
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  background: url(/2021special/opening/images/0625/icon-circle-arrow-right.png) no-repeat -webkit-calc(100% - 20px) center;
  background: url(/2021special/opening/images/0625/icon-circle-arrow-right.png) no-repeat -moz-calc(100% - 20px) center;
  background: url(/2021special/opening/images/0625/icon-circle-arrow-right.png) no-repeat calc(100% - 20px) center;
  background-color: #fff;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  border-radius: 49px;
  padding: 32px 20px 20px 46px;
}
@media (max-width: 991px) {
  section.events .container ul li {
    width: 100%;
    margin: 0 9px 20px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    padding: 20px 20px 20px 20px;
    -moz-background-size: 46px;
    -o-background-size: 46px;
    background-size: 46px;
  }
}
section.events .container ul li a {
  display: block;
  text-decoration: none;
}
section.events .container ul li a h5 {
  font-size: 16px;
  color: #9b785d;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  section.events .container ul li a h5 {
    font-size: 14px;
  }
}
section.events .container ul li a h5 span {
  font-size: 22px;
}
@media (max-width: 991px) {
  section.events .container ul li a h5 span {
    font-size: 20px;
  }
}
section.events .container ul li a h4 {
  font-size: 30px;
  font-weight: 500;
  color: #9b785d;
  margin-bottom: 6px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  section.events .container ul li a h4 {
    font-size: 21px;
  }
}
section.events .container ul li a h4 img {
  position: absolute;
  top: -42px;
  right: -94px;
}
@media (max-width: 991px) {
  section.events .container ul li a h4 img {
    top: -36px;
    right: -79px;
    width: 66px;
  }
}
section.events .container ul li a p {
  width: -webkit-calc(100% - 112px);
  width: -moz-calc(100% - 112px);
  width: calc(100% - 112px);
  min-height: 44px;
  line-height: 22px;
  font-size: 16px;
  color: #202020;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.events .container ul li a p {
    width: -webkit-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: calc(100% - 52px);
    font-size: 14px;
  }
}
#kv {
  padding-top: 80px;
}
@media (max-width: 991px) {
  #kv .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#kv .container .d-flex {
  width: 970px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #kv .container .d-flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#kv .container .d-flex .pic {
  padding-top: 8px;
}
@media (max-width: 991px) {
  #kv .container .d-flex .pic {
    padding-top: 10px;
  }
}
#kv .container .d-flex .pic img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #kv .container .d-flex .pic img {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    max-width: 584px;
  }
}
#kv .container .d-flex .info {
  margin-left: 45px;
  text-align: center;
}
#kv .container .d-flex .info h4 {
  font-size: 32px;
  font-weight: 600;
  color: #9b785d;
  margin: 10px 0;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  #kv .container .d-flex .info {
    margin: 0;
  }
}
#kv .container .d-flex .info > img {
  max-width: 281px;
  margin: 0 50px;
}
@media (max-width: 991px) {
  #kv .container .d-flex .info > img {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    max-width: 200px;
  }
}
@media (max-width: 414px) {
  #kv .container .d-flex .info > img {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
}
#kv .container .d-flex .info > p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #5f5f5f;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #kv .container .d-flex .info > p {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    max-width: 414px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 414px) {
  #kv .container .d-flex .info > p {
    font-size: 14px;
    margin: 0 auto 30px;
  }
}
#kv .container .d-flex .info > a {
  font-size: 19px;
  font-weight: 500;
  color: #ffaa00;
  padding: 4px 30px 5px 30px;
}
@media (max-width: 991px) {
  #kv .container .d-flex .info > a {
    font-size: 22px;
  }
}
#section-news .container {
  padding-top: 95px;
}
@media (max-width: 991px) {
  #section-news .container {
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
  }
}
#section-news .container .logo {
  display: block;
  margin: 0 auto;
}
@media (max-width: 414px) {
  #section-news .container .logo {
    width: 190px;
  }
}
#section-news .container > .info {
  width: 1000px;
  margin: 0 auto 100px;
  background: url(/2021special/opening/images/0625/2019-bg.png) no-repeat right 8px;
}
@media (max-width: 991px) {
  #section-news .container > .info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    background-image: url(/2021special/opening/images/0625/2019-bg-m.png);
    background-position-x: center;
    background-position-y: bottom;
    margin-bottom: 60px;
  }
}
@media (max-width: 414px) {
  #section-news .container > .info {
    background-image: url(/2021special/opening/images/0625/2019-bg-m.png);
    -moz-background-size: 399px;
    -o-background-size: 399px;
    background-size: 399px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  #section-news .container > .info .pic {
    width: 100%;
  }
}
#section-news .container > .info .pic img {
  display: block;
  max-width: 402px;
}
@media (max-width: 991px) {
  #section-news .container > .info .pic img {
    width: -webkit-calc(90% - 40px);
    width: -moz-calc(90% - 40px);
    width: calc(90% - 40px);
    max-width: initial;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  #section-news .container > .info .pic img {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 402px;
  }
}
#section-news .container > .info .text {
  width: 354px;
  padding-top: 166px;
  margin-left: 72px;
}
@media (max-width: 991px) {
  #section-news .container > .info .text {
    padding: 0 0 180px;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  #section-news .container > .info .text {
    width: 200px;
    padding: 0 0 82px;
  }
}
#section-news .container > .info .text p {
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
  color: #100f0e;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #section-news .container > .info .text p {
    margin-bottom: 24px;
  }
}
@media (max-width: 414px) {
  #section-news .container > .info .text p {
    font-size: 12px;
  }
}
#section-news .container ul.news {
  width: 1000px;
  margin: 0 auto 100px;
}
@media (max-width: 991px) {
  #section-news .container ul.news {
    width: 100%;
    padding: 0px 25px;
  }
}
#section-news .container ul.news li {
  height: 325px;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 991px) {
  #section-news .container ul.news li {
    height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#section-news .container ul.news li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #section-news .container ul.news li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#section-news .container ul.news li.event-start:before {
  width: 89px;
  height: 88px;
  display: block;
  content: "";
  background: url(/2021special/opening/images/0625/event-start-bubble.png) no-repeat center;
  position: absolute;
  top: -18px;
  left: -37px;
  z-index: 1;
}
@media (max-width: 991px) {
  #section-news .container ul.news li.event-start:before {
    width: 71px;
    height: 72px;
    top: -18px;
    left: -21px;
    -moz-background-size: 71px;
    -o-background-size: 71px;
    background-size: 71px;
  }
}
#section-news .container ul.news li.event-end:before {
  width: 89px;
  height: 88px;
  display: block;
  content: "";
  background: url(/2021special/opening/images/0625/event-end-bubble.png) no-repeat center;
  position: absolute;
  top: -18px;
  left: -37px;
  z-index: 1;
}
@media (max-width: 991px) {
  #section-news .container ul.news li.event-end:before {
    width: 71px;
    height: 72px;
    top: -18px;
    left: -21px;
    -moz-background-size: 71px;
    -o-background-size: 71px;
    background-size: 71px;
  }
}
#section-news .container ul.news li a {
  display: block;
  text-decoration: none;
}
#section-news .container ul.news li .pic {
  width: 359px;
  height: 325px;
  background-color: #f2e5d1;
  -webkit-border-radius: 55px 0 0 55px;
  -moz-border-radius: 55px 0 0 55px;
  border-radius: 55px 0 0 55px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #section-news .container ul.news li .pic {
    height: initial;
    width: 100%;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
  }
}
#section-news .container ul.news li .pic img {
  display: block;
  width: 100%;
}
#section-news .container ul.news li .info {
  width: -webkit-calc(100% - 359px);
  width: -moz-calc(100% - 359px);
  width: calc(100% - 359px);
  padding: 43px 52px 0 62px;
  background-color: #ffffff;
  -webkit-border-radius: 0 55px 55px 0;
  -moz-border-radius: 0 55px 55px 0;
  border-radius: 0 55px 55px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  #section-news .container ul.news li .info {
    width: 100%;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    padding: 30px 24px 40px 24px;
  }
}
#section-news .container ul.news li .info h6 {
  font-size: 18px;
  text-align: left;
  color: #4d4d4d;
}
@media (max-width: 414px) {
  #section-news .container ul.news li .info h6 {
    font-size: 14px;
  }
}
#section-news .container ul.news li .info h3 {
  font-size: 36px;
  font-weight: 500;
  color: #9b785d;
  margin-bottom: 12px;
}
@media (max-width: 414px) {
  #section-news .container ul.news li .info h3 {
    font-size: 20px;
  }
}
#section-news .container ul.news li .info p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  color: #4d4d4d;
  margin-bottom: 0;
}
@media (max-width: 414px) {
  #section-news .container ul.news li .info p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
#section-news .container ul.news li .info p.ps {
  font-size: 14px;
}
@media (max-width: 414px) {
  #section-news .container ul.news li .info p.ps {
    font-size: 12px;
  }
}
#section-news .container ul.news li:nth-of-type(even).event-start:before {
  left: initial;
  right: -37px;
}
@media (max-width: 991px) {
  #section-news .container ul.news li:nth-of-type(even).event-start:before {
    right: -21px;
  }
}
#section-news .container ul.news li:nth-of-type(even).event-end:before {
  left: initial;
  right: -37px;
}
@media (max-width: 991px) {
  #section-news .container ul.news li:nth-of-type(even).event-end:before {
    right: -21px;
  }
}
#section-news .container ul.news li:nth-of-type(even) .pic {
  -webkit-border-radius: 0 55px 55px 0;
  -moz-border-radius: 0 55px 55px 0;
  border-radius: 0 55px 55px 0;
}
@media (max-width: 991px) {
  #section-news .container ul.news li:nth-of-type(even) .pic {
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
  }
}
#section-news .container ul.news li:nth-of-type(even) .info {
  -webkit-border-radius: 55px 0 0 55px;
  -moz-border-radius: 55px 0 0 55px;
  border-radius: 55px 0 0 55px;
}
@media (max-width: 991px) {
  #section-news .container ul.news li:nth-of-type(even) .info {
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
  }
}
footer .waves-wrap {
  background-color: #f2e5d159;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
