@charset "UTF-8";
.cookie-preferences {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cookie-preferences .cookie-pref-btns a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bannerArea {
  padding-top: 124px;
}
@media (max-width: 1200px) {
  .bannerArea {
    padding-top: 22px;
  }
}
.bannerArea .wrap {
  max-width: 1813px;
}
.bannerArea li {
  position: relative;
  overflow: hidden;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .bannerArea li {
    padding: 0 0 0 32px;
  }
}
.bannerArea .Txt {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 0 80px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 0;
}
@media (max-width: 1800px) {
  .bannerArea .Txt {
    margin-left: 14px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .Txt {
    padding: 42px 0;
  }
}
.bannerArea .title {
  color: #fff;
  font-size: 140px;
  font-weight: 700;
  font-family: "Oswald";
  line-height: 1.1;
  letter-spacing: 32px;
}
@media (max-width: 1800px) {
  .bannerArea .title {
    font-size: 94px;
    letter-spacing: 21px;
  }
}
@media (max-width: 1440px) {
  .bannerArea .title {
    font-size: 78px;
    letter-spacing: 17.5px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .title {
    font-size: 51px;
    letter-spacing: 11px;
  }
}
@media (max-width: 479px) {
  .bannerArea .title {
    font-size: 31px;
  }
}
.bannerArea .text {
  display: inline-block;
  color: #161616;
  background-color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 7.5px;
  padding: 12.5px 62px 12.5px 29px;
  margin: 63px 9px 14px;
}
@media (max-width: 1800px) {
  .bannerArea .text {
    font-size: 21px;
    letter-spacing: 4.5px;
  }
}
@media (max-width: 1440px) {
  .bannerArea .text {
    font-size: 17px;
    letter-spacing: 3.7px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .text {
    padding: 5.5px 27.5px 5.5px 13px;
    margin: 27px 9px 14px;
  }
}
@media (max-width: 479px) {
  .bannerArea .text {
    font-size: 13px;
  }
}

.contactBtn {
  right: 56px;
}
@media (max-width: 1800px) {
  .contactBtn {
    right: 20px;
  }
}
@media (max-width: 1200px) {
  .contactBtn {
    right: 0;
  }
}

.mainArea {
  overflow: hidden;
  background: url(../images/bg/bg_6.png) no-repeat bottom left/contain;
}
@media (max-width: 768px) {
  .mainArea {
    background: url(../images/bg/bg_6_m.png) no-repeat bottom left/contain;
  }
}
.mainArea .wrap {
  max-width: 1733px;
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .mainArea .wrap {
    padding-top: 80px;
  }
}

.contentBox {
  background-color: #fff;
  padding: 50px;
}
@media (max-width: 1023px) {
  .contentBox {
    padding: 50px 30px;
  }
}

.textEditor {
  margin-top: 0;
}
.textEditor .album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}
.textEditor .album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.textEditor .album a {
  display: block;
}
.textEditor .album a img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .textEditor .album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}

/*Cookie 偏好設定*/
.cookie-preferences {
  margin: 40px 0 0;
  padding: 24px;
  border: 1px solid #a33e2a;
}
@media (max-width: 1023px) {
  .cookie-preferences {
    padding: 20px;
  }
}
.cookie-preferences h2 {
  color: #a33e2a;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  .cookie-preferences h2 {
    font-size: 19px;
  }
}
.cookie-preferences p {
  line-height: 1.7;
  margin: 0 0 12px;
}
.cookie-preferences .cookie-pref-status {
  font-weight: 700;
  margin-bottom: 16px;
}
.cookie-preferences .cookie-pref-btns a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  background-color: #a33e2a;
  border: 1px solid #a33e2a;
  padding: 8px 24px;
  margin: 0 10px 10px 0;
}
@media (min-width: 1201px) {
  .cookie-preferences .cookie-pref-btns a:hover {
    color: #a33e2a;
    background-color: #fff;
  }
}
.cookie-preferences .cookie-pref-btns .btn_decline {
  color: #a33e2a;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .cookie-preferences .cookie-pref-btns .btn_decline:hover {
    color: #fff;
    background-color: #a33e2a;
  }
}
/*# sourceMappingURL=privacy.css.map */