h1, h2, h3, h4, h5, h6, a, span, p, input, i, b {
  font-family: Microsoft JhengHei !important;
}
.w100 {
  width: 100%;
}
.no-padding {
  padding: 0;
}
.flex-center-H {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center-V {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.txt-gold {
  color: #b68e47;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
}
.flex-bottom {
  display: flex;
  align-items: flex-end;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.no-padding {
  padding: 0;
}
/*背景樣式*/
.bg-style {
  background: #fff;
  background-position: center;
}
.bg-style2 {
  background: -webkit-linear-gradient(left, #bc457c, #941c7a);
  background: -o-linear-gradient(right, #bc457c, #941c7a);
  background: -moz-linear-gradient(right, #bc457c, #941c7a);
  background: linear-gradient(to right, #bc457c, #941c7a);
}
.bg-style3 {
  background: url("../images/life-bg.jpg");
	background-size: cover;
  background-position: top right;
	background-repeat: no-repeat;
}

.bg-style4 {
  background: url("../images/space-bg.jpg");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;

}

.bg-style5 {
  background: #624e42;
  background-position: center;
}
.footbg{
	background-image: url("../images/cover-bg.jpg");
	background-position: center bottom;
}
/*大標題*/
.titleBox {
  color: #e2aa85;
  text-align: center;
  padding-bottom: 50px;
}
.titleBox h2 {
  font-size: 3rem;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.titleBox h2 span {
  font-size: 3.6rem;
}
.titleBox b {
  font-size: 2rem;
  font-weight: 300;
}

/*樣式2*/
.titleBox2 {
  color: #e2aa85;
  text-align: center;
  padding-bottom: 50px;
}
.titleBox2 h2 {
  font-size: 2rem;
  font-weight: bold;
  /*font-style:italic;*/
  text-transform: uppercase;
  letter-spacing: 2px;
}
.titleBox2 h2 span {
  font-size: 3.6rem;
  display: block;
  line-height: 1.2;
}
.titleBox2 b {
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 2px;
  font-weight: 300;
}
.titleBox2 b span {
  font-size: 2.6rem;
}
.titleBox2 p {
  font-size: 1.5rem;
  font-weight: 300;
  color: #555;
}
/*樣式3*/
.titleBox3 {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}
.titleBox3 h2 {
  font-size: 3rem;
  /*font-style:italic;*/
  text-transform: uppercase;
  letter-spacing: 2px;
}
.titleBox3 h2 span {
  font-size: 3.6rem;
}
.titleBox3 b {
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 2px;
  font-weight: 300;
}

/*樣式4*/
.titleBox4{
	color: #e2aa85;
	text-align: center;
    text-decoration: underline;
    text-decoration-color: #cdc640;
	box-shadow: 0 5px #cdc640;
/*	border-bottom:1px #cdc640 solid; padding-bottom:5px;*/

  }

.photoBox4{
    text-decoration: overline;
    text-decoration-color: #cdc640;
	box-shadow: 0 5px #cdc640;
/*	border-bottom:1px #cdc640 solid; padding-bottom:5px;*/

  }
/* 左右文章區塊 */
.PageItem {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
div.PageItem:nth-child(odd) {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.PageItem .Txt {
  padding: 50px;
}
/*標題*/
.TxtBox h3 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 3px;
  padding: 20px 0;
  color: #e2aa85;
}
/*標籤*/
.TxtBox span {
  display: inline-block;
  text-align: left;
  font-weight: 900;
  font-size: 45px;
}
.TxtBox span:after {
  content: "";
  background: linear-gradient(to right, #016ec8, #63a408);
  display: flex;
  width: initial;
  height: 4px;
}
/*內文*/
.TxtBox p {
  font-size: 1.6rem;
  text-align: justify;
  color: #5c5a5b;
}
.TxtBox p.info {
  font-size: 1.2rem;
  text-align: center;
  color: #5c5a5b;
}
/*圖片標簽*/
.Img .ImgInfo {
  position: absolute;
  bottom: 0;
  left: : 0;
  color: #000;
  background: #eec861;
  padding: 10px 35px 0;
  display: block;
}
/*生活方式圖片info*/
#lifestyle .imginfo h3 {
  font-size: 1.2rem;
  padding-top: 20px;
  color: #555;
}
#lifestyle .imginfo i {
  color: #666;
}
/*VRAREA*/
p.vrArea {
  text-align: center;
  font-size: 1.3rem;
}
p.vrArea span a {
  color: #fff;
  background: #00000082;
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px;
}
p.vrArea span a:hover {
  background: #fff;
  color: #000;
}
/*lightbox 解說文字*/
span.slick-lightbox-slick-caption {
  display: block;
  padding: 10px;
  font-size: 1.3rem;
}
/*slider dots*/
.slick-dots li.slick-active button:before {
  background: linear-gradient(to right, #d26ca9, #830284);
}
/*footer資訊列*/
footer .titleBox {
  color: #e2aa85;
  text-align: center;
  padding-bottom: 50px;
}
footer .titleBox h2 {
  padding-top: 150px;
  font-size: 5rem;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .titleBox h2:after {
  content: '';
  display: block;
  margin: 30px auto 20px;
  width: 50px;
  height: 5px;
  background-color: yellow;
}
#reserve .titleBox {
  text-align: left;
  padding: 50px 0 10px;
}
#reserve .titleBox h3 {
  display: inline-flex;
  text-align: left;
  color: #e2aa85;
  font-size: 2rem;
}
#reserve .titleBox h3:before {
  content: '';
  display: inline-block;
  align-items: center;
  width: 20px;
  height: 36px;
  background-color: #e2aa85;
  margin-right: 10px;
}
#reserve .titleBox p {
  font-size: 1.2rem;
  color: #555;
}
footer .info {
  font-size: 2.5rem;
}
.footer_icon {
  padding: 10px;
}
.footer_icon a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer_icon img {
  width: 100%;
  padding: 5px;
}
.footer_icon a {
  background: #e2aa85;
  text-decoration: none;
  width: 100%;
  color: #fff;
}
.footer_icon a:hover {
  background: #941c7a;
}
.event_btn {
  position: fixed;
  text-align: center;
  line-height: 100px !important;
  font-size: 100px;
  right: 12px;
  bottom: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  z-index: 99999 !important;
  height: 80px;
  width: 80px;
  background-color: #025b62 !important;
  overflow: hidden;
  padding-top: 12px;
}
@media(max-width: 480px) {
  /*大標題*/
  .titleBox h2, .titleBox2 h2 {
    font-size: 2rem;
  }
  .titleBox h2 span, .titleBox2 h2 span {
    font-size: 2.6rem;
  }
  .titleBox b {
    font-size: 1.5rem;
  }
  /*左右文區塊樣式*/
  .PageItem .Txt {
    padding: 30px 20px 20px;
  }
  .TxtBox h3 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .TxtBox span {
    font-size: 1rem;
  }
  .TxtBox p {
    font-size: 1rem;
  }
  .Img .ImgInfo {
    right: 0;
    padding: 5px 5px 0;
    /*height: 32px*/
  }
  .Img .ImgInfo p {
    font-size: 14px;
    margin: 0 !important;
  }

  /*FOOTER */
  footer .titleBox h2 {
    font-size: 3rem;
  }
}

.write {
  border-right-style: solid;
  border-left-style: solid;
  color: #FFFFFF;
  margin: 10pt;
}



/** go to top **/
.toTop-arrow {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 100px;
  opacity: 0.6;
  background: #000;
  cursor: pointer;
  position: fixed;
  right: 1.5rem;
  bottom: 7.5rem;
  display: none;
  z-index: 999999999;
}
.toTop-arrow::before, .toTop-arrow::after {
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: #006b79;
  position: absolute;
  content: "";
}
.toTop-arrow::before {
  transform: rotate(-45deg) translate(0, -50%);
  left: 0.4rem;
}
.toTop-arrow::after {
  transform: rotate(45deg) translate(0, -50%);
  right: 0.4rem;
}
.toTop-arrow:focus {
  outline: none;
}

/** Endgo to top **/
.btn-form {
  color: #006b79;
  background-color: #fff;
  border-radius: 100px;
}
.btn-form :hover {
  color: #e2aa85;
  background-color: #333;
  border-color: #333;
}