@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600&display=swap");

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Noto Serif TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  background: #000;
  background-size: cover;
  width: 100%;
  height: auto;
  color: #fff;
  overflow-x: hidden;
}

* {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

button,
button:focus {
  outline: none;
  border: 0;
}

/* a:hover, */
button:hover {
  filter: brightness(120%);
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.btn-on,
.goh_submit {
  -moz-transition: all cubic-bezier(1, -0.01, 0, 1.07) 0.45s 0.1.2s;
  -webkit-transition: all cubic-bezier(1, -0.01, 0, 1.07) 0.45s 0.1.2s;
  transition: all cubic-bezier(1, -0.01, 0, 1.07) 0.45s 0.1.2s;
}

/* header */
header,
section {
  position: relative;
  text-align: center;
}

#header {
  position: relative;
  height: 1027px;
  margin-top: 50px;
  z-index: 100;
  background: url(../images/head_bg.png) no-repeat 50% 0;
  background-size: cover;
  text-align: center;
}

.titleBox {
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  left: 0;
  right: 0;
}

.titleBox .logo {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}

.reserve {
  display: inline-block;
  margin: 5px 0 0;
}

/* sidebar */
.fixedBox {
  position: fixed;
  width: 243px;
  height: 431px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: transparent url(../images/reg_sidebar.png) no-repeat 0 0;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: 0.8s right;
}

.btn-on {
  position: absolute;
  top: -40px;
  left: 200px;
  width: 39px;
  height: 39px;
  background: transparent url(../images/reg_open.png) no-repeat center center;
  background-size: contain;
  transition: 0.8s;
}

.fixedBox .iconBox a:not(.qrCodeBtn):hover img,
.fixedBox .iconBoxList a:hover img {
  filter: brightness(120%);
}

.fixedBox.off .btn-on {
  left: -39px;
  transform: rotate(180deg);
}

.fixedBox.off {
  right: -243px;
}

.iconBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.iconBox li {
  margin: 0 0 15px;
}

.iconBoxList {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}

.iconBoxList li {
  margin: 0 3px;
}

#gotop {
  display: block;
  position: fixed;
  bottom: 2vh;
  right: 2vw;
  width: 61px;
  height: 61px;
  background: url("../images/gotop.png") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  z-index: 9;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#gotop.hide {
  opacity: 0;
}

.title {
  position: relative;
}

.txt {
  margin: 30px 0;
  position: relative;
  z-index: 3;
}

#tab-1 {
  background: url(../images/bg_1.png) no-repeat 50% 0;
  background-size: cover;
  height: 1700px;
  margin-top: -200px;
}

#tab-1 .container-custom {
  padding-top: 200px;
}

#tab-1 .title {
  max-width: 286px;
  margin: 0 auto;
}

#tab-1 .row {
  flex-direction: row-reverse;
}

#tab-1 .row>.col-md-6:nth-of-type(2) {
  padding-top: 110px;
}

#tab-2 .title,
#tab-3 .title,
#tab-4 .title {
  max-width: 191px;
  margin: 0 auto;
}

#tab-2 {
  background: url(../images/bg_2.png) no-repeat 50% 0;
  background-size: cover;
  height: 1449px;
  margin-top: -550px;
}

#tab-2 .container-custom {
  padding-top: 100px;
}

#tab-2::before {
  background: url(../images/mm-1.png) no-repeat 0 0;
  width: 1217px;
  height: 1027px;
  content: "";
  position: absolute;
  left: -500px;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

#tab-3 {
  background: url(../images/bg_3.png) no-repeat 50% 0;
  background-size: cover;
  height: 1343px;
  margin-top: -200px;
  z-index: 3;
}

#tab-3 .container-custom {
  padding-top: 100px;
}

#tab-3::before {
  background: url(../images/mm-2.png) no-repeat 0 0;
  width: 1242px;
  height: 1049px;
  content: "";
  position: absolute;
  right: -400px;
  bottom: -150px;
  pointer-events: none;
}

#tab-3 .award_item {
  margin: 0 0 10px;
}

#tab-3 .item {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
}

/* tab-4 */

#tab-4 {
  background: url(../images/bg_4.png) no-repeat 50% 0;
  background-size: cover;
  height: 1397px;
  margin-top: -215px;
  z-index: 3;
}

#tab-4 .container-custom {
  padding-top: 150px;
}

/* tab-2 form */

.radio input[type="radio"] {
  display: none;
}

.radio input[type="radio"]+*::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 0.3rem;
  border-style: solid;
  border-width: 1px;
  border-color: #a88752;
  background-color: #fff;
  border-radius: 25px;
}

.radio input[type="radio"]:checked+*::before {
  background: radial-gradient(#a88752 0%,
      #a88752 40%,
      transparent 50%,
      transparent);
  border-color: #a88752;
}

.radio input[type="radio"]:checked+* {
  color: #a88752;
}

input[type="checkbox"] {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 0.3rem;
  /* border-radius: 50%; */
  border: 1px solid #9a8353;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: unset;
  box-shadow: none;
  font-size: 20px;
  text-align: center;
  line-height: 0.5em;
  background: #ffffff;
  position: relative;
  border-radius: 25px;
}

input[type="checkbox"]:after {
  content: "";
  position: relative;
}

input[type="checkbox"]:checked:after {
  content: "✔";
  color: #a88752;
  /* filter: drop-shadow(1px 0 0 white); */
  font-size: 30px;
}

.form-control {
  color: #000;
  background-color: #fff;
  border: 1px solid #a88752;
  border-radius: 0.1rem;
  font-size: 1rem;
}

.form-control::placeholder {
  color: #000;
}

label.btn {
  margin: 0px 27% 0 7%;
}

.register {
  position: relative;
  width: 1216px;
  height: 699px;
  background: url("../images/frame.png") no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#tab-2 .goh_form {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  border: 1px solid #a88752;
  padding: 50px;
  margin: auto;
  /* width: 68%; */
  font-family: "Noto Serif TC", "微軟正黑體";
}

#tab-2 .goh_form label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

#tab-2 .goh_form p {
  margin-bottom: 0;
}

#tab-2 .form-group .steps {
  padding-right: 30px;
  padding-left: 45px;
}

#reservation_form>div:nth-child(5) .steps {
  visibility: hidden;
}

#tab-2 .form-group {
  width: 100%;
  margin-bottom: 5px;
}

#tab-2 p.warning {
  cursor: pointer;
  color: #c51717;
  text-decoration: underline;
  font-size: 16px;
}

#tab-2 p.warning:hover {
  text-decoration: none;
}

#tab-2 .form-group .row {
  width: 100%;
  margin: 0;
  padding: 15px;
  flex-wrap: nowrap;
}

#tab-2 .form-group div {
  display: flex;
  padding-left: 10px;
  align-items: center;
}

#tab-2 .form-group1 .radio {
  padding-left: 55px;
}

#tab-2 .form-group2 .row .row {
  padding: 15px 0px;
}

#tab-2 .form-group .txt {
  margin: 0;
}

.checkbox {
  float: left;
  margin-left: -15px;
}

.checkbox p {
  width: calc(100% - 25px);
  text-align: left;
}

#tab-2 .goh_submit {
  background: url("../images/submit_btn.png") no-repeat 0 0;
  background-size: contain;
  width: 349px;
  height: 108px;
  padding: 0;
  border: none;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -240px;
}

.goh_submit:hover,
.goh_submit:focus,
.goh_submit:active,
.icon a:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

/* tab-2 form */

/*tab-3  award */
.award {
  position: relative;
}

.get:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 111px;
  width: 100%;
  height: 100%;
  background: url(../images/get.png) no-repeat 50%;
  background-size: contain;
  z-index: 2;
}

.get:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/getBg.png) no-repeat 50%;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 801px;
  top: 2px;
  overflow: hidden;
  z-index: 1;
}

/*tab-3 award */

.notic {
  z-index: 1;
  margin: 100px 0 0;
}

.btn-notic {
  display: block;
  width: 359px;
  height: 87px;
  margin: auto;
  background: url("../images/notic_btn.png") center center no-repeat;
  background-size: contain;
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.pop .popArea {
  z-index: 1070;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 850px;
  width: 100%;
  text-align: center;
}

.pop .btnclose {
  position: absolute;
  right: 50px;
  top: 35px;
  display: block;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pop .btnclose:hover {
  /* transform: rotateZ(180deg); */
}

.pop .btnclose button {
  display: block;
  text-indent: -99999em;
  width: 19px;
  height: 18px;
  background: transparent url(../images/close.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}

.pop .success_pop ul {
  flex-direction: row;
  display: flex;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  width: 100%;
  justify-content: center;
}

.pop .success_pop ul li {
  margin: 0 10px;
}

.overlay {
  z-index: 1050;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pop_bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

@media screen and (max-width: 1600px) {
  #tab-1::before {
    right: -256px;
  }

  #tab-2::before {
    left: -520px;
  }

  #tab-3::before {
    right: -500px;
  }
}

@media screen and (max-width: 1440px) {}

@media (min-width: 1200px) {
  .container-custom {
    max-width: 1197px;
  }
}

@media screen and (max-width: 1200px) {

  #tab-1::before,
  #tab-2::before,
  #tab-3::before {
    display: none;
  }

  #header {
    height: 100vh;
  }

  #tab-1 {
    height: 166.173vw;
  }

  #tab-2,
  #tab-3 {
    height: 150.66vw;
  }

  #tab-4 {
    height: 135.173vw;
  }

  .register {
    background: transparent;
    width: 100%;
    height: auto;
  }

  #tab-2 .form-group .steps {
    padding-left: 0;
  }

  #tab-2 .goh_submit {
    bottom: -170px;
  }

  .get:after {
    width: 95%;
  }

  .form-group1 {
    top: 22%;
  }

  .goh_form {
    width: 100%;
    background-size: contain;
  }

  .pop .btnclose {
    right: 80px;
  }

  .notic_pop img {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {

  #tab-1,
  #tab-2,
  #tab-3 {
    height: 147vh;
  }

  #tab-4 {
    height: 100vh;
  }

  #tab-1 .row>.col-md-6:nth-of-type(2) {
    padding-top: 50px;
  }

  #tab-2 .goh_submit {
    bottom: -145px;
  }

  #tab-2 .form-group .steps {
    width: 100%;
    padding: 0 0 15px;
  }

  #tab-2 .form-group .row,
  #tab-2 .form-group2 .row .row {
    flex-wrap: wrap;
    padding: 10px;
  }

  #tab-2 .form-group div,
  #tab-2 .form-group .phone div.row {
    padding-left: 0;
  }

  .titleBox img {
    max-width: 80%;
  }

  .titleBox .logo {
    width: 86%;
  }

  .titleBox .logo::before {
    height: 62.23vw;
    top: -10.807vw;
  }

  #tab-2 .goh_form {
    font-size: 14px;
  }

  #tab-2 .form-group1 .radio {
    padding-left: 25px;
  }

  .get:before {
    width: 15%;
  }

  .get:after {
    width: 100%;
  }

  /* tab-1 form */

  .form-control {
    font-size: 14px;
  }

  .pop .success_pop ul {
    bottom: 6.81vw;
  }

  .pop .success_pop ul li {
    width: 17.96vw;
  }

  .pop .btnclose {
    right: 60px;
    top: 60px;
  }
}

@media screen and (max-width: 576px) {

  #header {
    background-position-x: 54%;
  }

  #tab-1 {
    height: 188vh;
  }

  #tab-3 {
    height: 100vh;
  }

  #tab-4 {
    height: 90vh;
  }

  .fb {
    right: 25%;
    bottom: 12%;
  }

  .goh_submit {
    width: 40vw;
    bottom: 0;
  }

  .pop .btnclose button {
    width: 14vw;
  }

  .fixedBox {
    width: 100px;
    height: 180px;
    padding: 20px;
  }

  .iconBox li {
    margin: 0 0 5px;
  }

  .btn-on {
    left: 60px;
  }

  .fixedBox.off {
    right: -100px;
  }

  #tab-1 .title {
    width: 45%;
  }

  #tab-2 .title,
  #tab-3 .title {
    width: 30%;
  }

  #tab-2 .goh_submit,
  .btn-notic {
    width: 220px;
  }
}

@media screen and (max-width: 390px) {

  #header {
    height: 100vh;
  }

  #tab-1 {
    height: 215vh;
  }

  #tab-2 {
    height: 174vh;
  }

  #tab-3 {
    height: 105vh;
  }

  #tab-4 {
    height: 97vh;
  }

  .form-group1 {
    top: 24%;
    right: unset;
    width: 95vw;
  }

  .get:before {
    height: 28vw;
  }

  .pop .btnclose {
    right: 40px;
    top: 20px;
  }
}

@media screen and (max-width: 375px) {

  #tab-1 {
    height: 241vh;
  }

  #tab-2 {
    height: 196vh;
  }

  #tab-3 {
    height: 122vh;
  }

  #tab-4 {
    height: 109vh;
  }
}

/* A52型號 */
@media screen and (max-width: 576px) and (min-height: 900px) {}