@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
.scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger::before, .slideMenuTrigger::after, .slideMenuTrigger, .moduleMask, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.formBox .formList {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 gap: 20px;
}
.formBox .formColumn {
 padding: 15px 0;
 border-bottom: 1px solid #d9d9d9;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.formBox .formColumn.form-6 {
 width: calc(50% - 10px);
}
@media (max-width: 840px) {
 .formBox .formColumn.form-6 {
  width: 100%;
 }
}
.formBox .formColumn.form-12 {
 width: 100%;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
}
.formBox .formColumn input {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 min-width: 0;
 font-size: 15px;
 font-weight: 500;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.75px;
}
.formBox .formColumn .columnSelect {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
}
.formBox .formColumn.select::after {
 content: "";
 display: inline-block;
 width: 8px;
 height: 8px;
 border-left: 1px solid #898989;
 border-bottom: 1px solid #898989;
 position: absolute;
 top: 50%;
 right: 20px;
 -webkit-transform: translateY(-50%) rotate(-45deg);
         transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 481px) {
 .formBox .formColumn.haveCheckBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: none;
 }
 .formBox .formColumn.haveCheckBox > .columnTitle {
  padding-bottom: 15px;
 }
 .formBox .formColumn.haveCheckBox .columnInput {
  margin-bottom: 15px;
 }
 .formBox .formColumn.haveCheckBox .columnCheckBox {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #d9d9d9;
 }
}
.formBox .formColumn.error {
 border-color: #d80212;
}
.formBox .formColumn.error .columnTitle {
 color: #d80212;
}
.formBox .formColumn.error .columnCheckBox {
 border-color: #d80212;
}
.formBox .columnTitle {
 font-size: 15px;
 font-weight: 500;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #000;
 letter-spacing: 0.75px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 padding-right: 10px;
 line-height: 25px;
 white-space: nowrap;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.formBox .columnTitle::after {
 content: "";
 width: 1px;
 height: 15px;
 background-color: #898989;
 margin: 0 10px;
}
.formBox .columnArea {
 width: 100%;
 min-height: 80px;
}
.formBox .columnSelect {
 -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
 border: none;
 background-color: transparent;
 padding: 5px;
 font-size: 15px;
 font-weight: 500;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.75px;
}
.formBox .columnSelect option {
 font-size: 15px;
 font-weight: 500;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.75px;
}
.formBox .columnCheckBox {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
}
.formBox .columnCheckBox .columnCheckLabel {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 cursor: pointer;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 padding: 0 5px;
 white-space: nowrap;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
 width: 15px;
 height: 15px;
 -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
 border-radius: 0;
 background: transparent;
 border: none;
 cursor: pointer;
 display: inline-block;
 margin: 0;
 outline: 0;
 position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
 content: "";
 width: 100%;
 height: 100%;
 background-color: #fff;
 border-radius: 50%;
 border: 1px solid #d9d9d9;
 display: inline-block;
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 1;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
 content: "";
 width: 40%;
 height: 40%;
 background-color: #d80212;
 border-radius: 50%;
 display: inline-block;
 opacity: 0;
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 2;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
 opacity: 1;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
 display: inline-block;
 font-size: 15px;
 line-height: 1;
 letter-spacing: 0.02rem;
 margin-left: 4px;
}
.formBox .textareaTitle {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin-bottom: 10px;
}
.formBox .textareaTitle .placeholder {
 font-size: 15px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.75px;
}
@media (max-width: 481px) {
 .formBox .textareaTitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
 }
}

@-webkit-keyframes btnAni {
 20% {
  background-color: rgba(216, 2, 18, 0.3);
 }
 100% {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background-color: transparent;
 }
}

@keyframes btnAni {
 20% {
  background-color: rgba(216, 2, 18, 0.3);
 }
 100% {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background-color: transparent;
 }
}
@-webkit-keyframes imgLoading {
 0% {
  background-position: 100% 50%;
 }
 100% {
  background-position: 0% 50%;
 }
}
@keyframes imgLoading {
 0% {
  background-position: 100% 50%;
 }
 100% {
  background-position: 0% 50%;
 }
}
@-webkit-keyframes slideLeftAnimation {
 0% {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
 }
}
@keyframes slideLeftAnimation {
 0% {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
 }
}
@-webkit-keyframes slideDownAnimation {
 0% {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
}
@keyframes slideDownAnimation {
 0% {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
}
@-webkit-keyframes slideUpAnimation {
 0% {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
}
@keyframes slideUpAnimation {
 0% {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
}
@-webkit-keyframes rotate {
 to {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
 }
}
@keyframes rotate {
 to {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
 }
}
@-webkit-keyframes aniSlideLeft {
 0% {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
 }
 100% {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
 }
}
@keyframes aniSlideLeft {
 0% {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
 }
 100% {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
 }
}
@-webkit-keyframes aniSlideDown {
 0% {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
 }
 100% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
 }
}
@keyframes aniSlideDown {
 0% {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
 }
 100% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
 }
}
@-webkit-keyframes bannerScrollAnimation {
 0% {
  height: 0;
 }
 50% {
  height: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
 100% {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
 }
}
@keyframes bannerScrollAnimation {
 0% {
  height: 0;
 }
 50% {
  height: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
 100% {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
 }
}
@-webkit-keyframes scrollHorizontal {
 100% {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
 }
}
@keyframes scrollHorizontal {
 100% {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
 }
}
@-webkit-keyframes scrollVertical {
 100% {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
 }
}
@keyframes scrollVertical {
 100% {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
 }
}
@-webkit-keyframes loadingAni {
 0% {
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
@keyframes loadingAni {
 0% {
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
@-webkit-keyframes bounce {
 0% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
 45% {
  -webkit-transform: translateY(10px) scaleY(0.8);
          transform: translateY(10px) scaleY(0.8);
 }
 50% {
  -webkit-transform: translateY(10px) scaleY(1);
          transform: translateY(10px) scaleY(1);
 }
 100% {
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
 }
}
@keyframes bounce {
 0% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
 45% {
  -webkit-transform: translateY(10px) scaleY(0.8);
          transform: translateY(10px) scaleY(0.8);
 }
 50% {
  -webkit-transform: translateY(10px) scaleY(1);
          transform: translateY(10px) scaleY(1);
 }
 100% {
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
 }
}
@-webkit-keyframes arrowRotate {
 100% {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
 }
}
@keyframes arrowRotate {
 100% {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
 }
}
@-webkit-keyframes lightShift {
 0% {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
 }
 55% {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
 }
 100% {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
 }
}
@keyframes lightShift {
 0% {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
 }
 55% {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
 }
 100% {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
 }
}
@-webkit-keyframes shadowMove {
 0% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
 55% {
  -webkit-transform: translateY(-14%);
          transform: translateY(-14%);
 }
 100% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
}
@keyframes shadowMove {
 0% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
 55% {
  -webkit-transform: translateY(-14%);
          transform: translateY(-14%);
 }
 100% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
}
* {
 position: relative;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}

::-webkit-scrollbar {
 display: none;
}

body {
 background-color: #fff;
 font-size: 15px;
 font-family: "Noto Serif TC", serif, "Source Han Serif", serif;
}
@media (max-width: 1180px) {
 body {
  font-size: 14px;
  overflow: auto;
 }
}
@media (max-width: 768px) {
 body {
  font-size: 14px;
 }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
 overflow: hidden;
}
body.errorPage .mainArea {
 width: 100%;
 height: calc(100vh - 300px);
 min-height: 500px;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}
body.errorPage .mainArea .top {
 max-width: 380px;
 color: #d80212;
 font-size: 28px;
 font-weight: 500;
 line-height: 1.5;
 margin: 0 auto;
}
@media (max-width: 768px) {
 body.errorPage .mainArea {
  height: 50vh;
  min-height: 350px;
 }
 body.errorPage .mainArea .top {
  font-size: 24px;
 }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media (max-width: 640px) {
 body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
  padding-bottom: 56.25%;
 }
}
body:not(.WebSiteHome) .outerWrap {
 padding-top: 120px;
}
@media (max-width: 1180px) {
 body:not(.WebSiteHome) .outerWrap {
  padding-top: 80px;
 }
}
body:not(.WebSiteHome) .titleBox {
 text-align: center;
}
body:not(.WebSiteHome) .titleBox .decoTitle {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
body:not(.WebSiteHome) .titleBox::before {
 content: attr(data-text);
 font-size: 130px;
 font-weight: bold;
 font-family: "Cormorant", serif, "Noto Serif", serif;
 color: #eaeaea;
 letter-spacing: 6.5px;
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
 top: -25px;
 display: inline-block;
 white-space: nowrap;
 line-height: 1;
}
@media (max-width: 1180px) {
 body:not(.WebSiteHome) .titleBox::before {
  font-size: 100px;
  top: -20px;
 }
}
@media (max-width: 768px) {
 body:not(.WebSiteHome) .titleBox::before {
  font-size: 80px;
  top: -15px;
 }
}
@media (max-width: 460px) {
 body:not(.WebSiteHome) .titleBox::before {
  font-size: 72px;
  top: -10px;
 }
}

address {
 font-style: normal;
}

a {
 color: #000;
 cursor: pointer;
}
@media (min-width: 1201px) {
 a:hover {
  color: #d80212;
 }
}

input[type=text],
input[type=password],
textarea,
button {
 -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
 background-color: transparent;
 border: none;
 border-radius: 0;
 font-size: 16px;
 font-family: "Cormorant", serif, "Noto Serif", serif;
 outline: none;
 padding: 0;
 margin: 0;
}

button {
 cursor: pointer;
}

select {
 cursor: pointer;
}

textarea {
 resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
 /* chromes and blink button */
 cursor: pointer;
}

.Img img {
 height: auto;
}

div.titan {
 display: none;
}

[class*=col-] {
 float: left;
}

.col-1 {
 width: 100%;
}
.col-2 {
 width: 50%;
}
.col-3 {
 width: 33.33%;
}
.col-4 {
 width: 25%;
}
.col-5 {
 width: 20%;
}
@media (max-width: 480px) {
 .col-1, .col-2, .col-3, .col-4, .col-5 {
  float: none;
  width: 100%;
 }
}

/* 共用的樣式 */
.titleBox {
 margin-bottom: 40px;
 position: relative;
 text-align: left;
}
.titleBox .decoTitle {
 font-size: 60px;
 font-weight: bold;
 font-family: "Cormorant", serif, "Noto Serif", serif;
 color: #000;
 letter-spacing: 0px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 word-break: break-word;
}
.titleBox .decoTitle::after {
 content: "";
 width: 80px;
 height: 1px;
 background-color: #000;
 margin-top: 15px;
}
@media (max-width: 1180px) {
 .titleBox .decoTitle {
  font-size: 52px;
 }
}
@media (max-width: 768px) {
 .titleBox .decoTitle {
  font-size: 48px;
 }
}
@media (max-width: 400px) {
 .titleBox .decoTitle {
  font-size: 36px;
 }
}
.titleBox .title {
 font-size: 28px;
 font-weight: bold;
 font-family: "Noto Serif TC", serif, "Source Han Serif", serif;
 color: #000;
 letter-spacing: 1.4px;
 margin-top: 24px;
}
@media (max-width: 1180px) {
 .titleBox .title {
  font-size: 24px;
  margin-top: 20px;
 }
}
@media (max-width: 768px) {
 .titleBox .title {
  font-size: 22px;
  margin-top: 16px;
 }
}
.titleBox .subtitleEn {
 font-size: 32px;
 font-weight: 700;
 font-family: "Cormorant", serif, "Noto Serif", serif;
 color: #000;
 letter-spacing: 0px;
}
@media (max-width: 1180px) {
 .titleBox .subtitleEn {
  font-size: 30px;
 }
}
@media (max-width: 768px) {
 .titleBox .subtitleEn {
  font-size: 28px;
 }
}
.titleBox .subtitle {
 font-size: 18px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.9px;
}
@media (max-width: 768px) {
 .titleBox .subtitle {
  font-size: 17px;
 }
}
.titleBox .text {
 font-size: 15px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.75px;
 line-height: 1.66;
}
@media (max-width: 440px) {
 .titleBox {
  margin-bottom: 20px;
 }
}

.btnBox {
 margin-top: 20px;
 display: inline-block;
}
.btnBox.flex {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 gap: 20px;
}
.btnBox.flex.left {
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
}
.btnBox.flex.right {
 -webkit-box-pack: end;
     -ms-flex-pack: end;
         justify-content: flex-end;
}
.btnBox.flex .btn {
 min-width: auto;
 max-width: 200px;
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
}
.btnBox.single {
 display: inline-block;
}
.btnBox .btn {
 min-width: 180px;
 display: inline-block;
 font-size: 16px;
 font-weight: bold;
 line-height: 20px;
 font-family: "Cormorant", serif, "Noto Serif", serif;
 text-align: left;
 z-index: 1;
 padding: 12px 0;
}
.btnBox .btn.bgMain {
 color: #000;
 border-bottom: 2px solid #000;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.btnBox .btn.bgMain::after {
 content: "\f105";
 color: #898989;
 font-size: 18px;
 font-family: FontAwesome;
 font-weight: 400;
 width: 30px;
 height: 30px;
 border-radius: 50%;
 border: 1px solid #898989;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 padding-left: 2px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.btnBox .btn.bgMain::before {
 content: "";
 width: 0;
 height: 2px;
 background-color: #d80212;
 position: absolute;
 left: 0;
 bottom: -2px;
 -webkit-transition: all 0.8s;
 transition: all 0.8s;
}
@media (min-width: 1201px) {
 .btnBox .btn.bgMain:hover {
  color: #d80212;
 }
 .btnBox .btn.bgMain:hover::after {
  border-color: #d80212;
  color: #fff;
  background-color: #d80212;
 }
 .btnBox .btn.bgMain:hover::before {
  width: 100%;
 }
}
.btnBox .btn.colorMain {
 color: #fff;
 border-bottom: 2px solid #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 padding: 5px 0;
 font-size: 15px;
}
.btnBox .btn.colorMain::after {
 content: "\f105";
 color: #d9d9d9;
 font-size: 18px;
 font-family: FontAwesome;
 font-weight: 400;
 width: 25px;
 height: 25px;
 border-radius: 50%;
 border: 1px solid #d9d9d9;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 padding-left: 2px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.btnBox .btn.colorMain::before {
 content: "";
 width: 0;
 height: 2px;
 background-color: #d80212;
 position: absolute;
 left: 0;
 bottom: -2px;
 -webkit-transition: all 0.8s;
 transition: all 0.8s;
}
@media (min-width: 1201px) {
 .btnBox .btn.colorMain:hover {
  color: #d80212;
 }
 .btnBox .btn.colorMain:hover::after {
  border-color: #d80212;
  color: #fff;
  background-color: #d80212;
 }
 .btnBox .btn.colorMain:hover::before {
  width: 100%;
 }
}

.ball {
 width: 100px;
 height: 100px;
 position: absolute;
}
.ball::after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 border-radius: 50%;
}
.ball::before {
 content: "";
 width: 100%;
 height: 100%;
 border-radius: 50%;
 position: absolute;
 bottom: -20%;
 right: -20%;
 z-index: -1;
 background-color: rgba(145, 152, 170, 0.45);
 -webkit-filter: blur(8px);
         filter: blur(8px);
}
.ball.rotate::after {
 -webkit-animation: lightShift 12s linear infinite;
         animation: lightShift 12s linear infinite;
}
.ball.rotate::before {
 -webkit-animation: shadowMove 12s linear infinite;
         animation: shadowMove 12s linear infinite;
}
.ball.redBall::after {
 background: radial-gradient(circle at 30% 30%, #FF7E8D 0%, #DB182D 43%, #63000B 100%);
}
.ball.blueBall::after {
 background: radial-gradient(circle at 30% 30%, #7EB2FF 0%, #186CDB 43%, #000563 100%);
}
.ball.greenBall::after {
 background: radial-gradient(circle at 30% 30%, #9ADC89 0%, #22B827 43%, #084600 100%);
}

.js-gsapReveal .gsap-formRight {
 opacity: 0;
 -webkit-transform: translateX(100px);
         transform: translateX(100px);
}
.js-gsapReveal .gsap-formLeft {
 opacity: 0;
 -webkit-transform: translateX(-100px);
         transform: translateX(-100px);
}
.js-gsapReveal .gsap-formTop {
 opacity: 0;
 -webkit-transform: translateY(-100px);
         transform: translateY(-100px);
}
.js-gsapReveal.show .gsap-formTop, .js-gsapReveal.show .gsap-formLeft, .js-gsapReveal.show .gsap-formRight {
 opacity: 1;
 -webkit-transform: translate(0, 0);
         transform: translate(0, 0);
 -webkit-transition: all 1s;
 transition: all 1s;
}

.js-gsapOwnReveal {
 opacity: 0;
 -webkit-transition: all 1s;
 transition: all 1s;
 -webkit-transform: translateY(-80px);
         transform: translateY(-80px);
}
.js-gsapOwnReveal.show {
 opacity: 1;
 -webkit-transform: translate(0, 0);
         transform: translate(0, 0);
}

/* 共用的樣式 END */
.outerWrap {
 max-width: 1920px;
 margin: 0 auto;
 padding-top: 85px;
 position: relative;
 overflow: hidden;
 background-image: url(../images/bg.png);
}

.wrap {
 width: 100%;
 max-width: 1400px;
 margin: 0 auto;
 padding-left: 50px;
 padding-right: 50px;
}
@media (max-width: 1180px) {
 .wrap {
  padding-left: 30px;
  padding-right: 30px;
 }
}
@media (max-width: 768px) {
 .wrap {
  padding-left: 20px;
  padding-right: 20px;
 }
}

/*module*/
.moduleBox {
 position: fixed;
 left: 0;
 top: 0;
 z-index: 1005;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 width: 100%;
 height: 100%;
 padding-left: 20px;
 padding-right: 20px;
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 -webkit-transition-property: top, opacity, visibility;
 transition-property: top, opacity, visibility;
 -webkit-transition-duration: 0.5s;
         transition-duration: 0.5s;
 -webkit-transition-timing-function: ease-in-out;
         transition-timing-function: ease-in-out;
 /*提醒使用cookie彈窗*/
}
.moduleBox.show {
 opacity: 1;
 visibility: visible;
}
.moduleBox.show .moduleWrap {
 opacity: 1;
 -webkit-transform: translateY(0);
         transform: translateY(0);
 pointer-events: auto;
}
.moduleBox .moduleWrap {
 position: relative;
 width: 100%;
 max-width: 960px;
 background-color: #fff;
 pointer-events: none;
 padding-top: 60px;
 opacity: 0;
 -webkit-transform: translateY(30px);
         transform: translateY(30px);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.moduleBox .moduleTitle {
 color: #000;
 font-weight: 400;
 font-size: 24px;
 letter-spacing: 0.05em;
 padding-bottom: 10px;
 text-align: center;
}
.moduleBox .moduleContent {
 width: 100%;
 padding-left: 30px;
 padding-right: 30px;
 padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
 box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
 background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
 background: #d80212;
}
.moduleBox .moduleClose {
 width: 50px;
 height: 50px;
 background: none;
 background-color: #d80212;
 border: none;
 cursor: pointer;
 position: absolute;
 right: 0;
 top: 0;
 z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
 content: "";
 position: absolute;
 left: 50%;
 top: 50%;
 margin-left: -15px;
 margin-top: -0.5px;
 width: 30px;
 height: 1px;
 background-color: #fff;
}
.moduleBox .moduleClose::before {
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
@media (min-width: 1201px) {
 .moduleBox .moduleClose:hover {
  background-color: #000;
 }
}
.moduleBox.privacy .moduleWrap {
 max-width: 700px;
 padding-top: 50px;
 position: relative;
 z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
 font-size: 20px;
 font-weight: 600;
 padding-bottom: 15px;
 text-align: left;
}
@media (max-width: 640px) {
 .moduleBox.privacy .moduleTitle {
  font-size: 18px;
  padding-bottom: 10px;
 }
}
.moduleBox.privacy .moduleContent {
 max-height: calc(90vh - 50px);
 overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
 margin-top: 25px;
}
.moduleBox.privacy .text {
 font-size: 15px;
 line-height: 1.35;
}
@media (max-width: 640px) {
 .moduleBox.privacy .text {
  font-size: 14px;
 }
}
.moduleBox.privacy .btnBox {
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
 padding: 10px 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
 display: inline-block;
 font-size: 15px;
 font-weight: 500;
 position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
 content: "";
 width: 0;
 height: 1px;
 background-color: #d80212;
 position: absolute;
 bottom: -3px;
 left: 50%;
}
@media (min-width: 1201px) {
 .moduleBox.privacy .btnBox .btn.textLink:hover::before {
  width: 100%;
  left: 0;
 }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
 padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 margin-bottom: 15px;
 position: relative;
}
.moduleBox.privacy .customList .topBox::before {
 content: "";
 width: 9px;
 height: 9px;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 pointer-events: none;
 position: absolute;
 top: 50%;
 right: 0;
 z-index: 1;
 -webkit-transform: translateY(-80%) rotate(-45deg);
         transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
 -webkit-transform: translateY(-100%) rotate(45deg);
         transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
 width: 100%;
 cursor: pointer;
 font-size: 16px;
 font-weight: 500;
 line-height: 1;
 padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
 font-size: 15px;
 line-height: 1;
 position: absolute;
 top: 50%;
 right: 20px;
 z-index: 2;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
 color: #d80212;
 font-size: 15px;
 font-weight: 500;
 display: inline-block;
 line-height: 1.35;
 padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
 cursor: pointer;
 display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
 cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
 -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
 border: none;
 outline: none;
 opacity: 0;
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
 background-color: #fd3947;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
 background-color: #f10214;
 -webkit-transform: translate(75%, -50%);
         transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
 width: 38px;
 height: 14px;
 border-radius: 30px;
 background-color: #d9d9d9;
 display: block;
 margin-left: auto;
 position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
 content: "";
 width: 21px;
 height: 21px;
 border-radius: 50%;
 background-color: #b5b5b5;
 position: absolute;
 top: 50%;
 left: 0;
 z-index: 1;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
@media (min-width: 1201px) {
 .moduleBox.privacy .customList .topBox:hover .subtitle {
  color: #d80212;
 }
}
@media (max-width: 640px) {
 .moduleBox.privacy .customList .topBox {
  margin-bottom: 5px;
 }
}
.moduleBox.privacy .customList .text {
 background-color: #e1e1e1;
 padding: 18px 15px;
}
@media (max-width: 640px) {
 .moduleBox.privacy .customList .text {
  padding: 15px 12px;
 }
}
.moduleBox.cookie .moduleWrap {
 max-width: 480px;
}
.moduleBox.cookie .text {
 font-size: 14px;
 letter-spacing: 0.5px;
 line-height: 1.6;
}

.moduleMask {
 position: fixed;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 z-index: 1003;
 background-color: rgba(0, 0, 0, 0.7);
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
}
.moduleMask.show {
 opacity: 1;
 visibility: visible;
 pointer-events: auto;
}

/*loading*/
.loadingArea {
 width: 100%;
 height: 100dvh;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 pointer-events: none;
 position: fixed;
 left: 0;
 top: 0;
 z-index: 999;
 opacity: 1;
 background-color: rgb(245, 245, 245);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.loadingArea::before {
 content: "";
 width: 100%;
 height: 100dvh;
 background-color: #f5f5f5;
 position: absolute;
 left: 0;
 top: 0;
 -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0) 1%, rgb(0, 0, 0) 0%);
         mask-image: radial-gradient(circle, rgba(0, 0, 0, 0) 1%, rgb(0, 0, 0) 0%);
 z-index: 1;
 -webkit-transition: all 3s 0.5s;
 transition: all 3s 0.5s;
}
.loadingArea .loadLogo {
 opacity: 0;
 width: 260px;
 z-index: 2;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.loadingArea .loadLogo img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.loadingArea.show {
 pointer-events: auto;
}
.loadingArea.show .loadLogo {
 -webkit-animation: loadingAni 3s forwards ease-in-out;
         animation: loadingAni 3s forwards ease-in-out;
}
.loadingArea.hide {
 background-color: rgba(245, 245, 245, 0);
}
.loadingArea.hide::before {
 -webkit-transform: scale(100);
         transform: scale(100);
}

.ballArea {
 width: 100%;
 height: calc(100vh - 85px);
 pointer-events: none;
 overflow: hidden;
 position: absolute;
 left: 0;
 top: 85px;
 z-index: 1000;
}
.ballArea .ball {
 opacity: 0;
}
.ballArea .redBall {
 width: 190px;
 height: 190px;
 top: 15%;
 right: 15%;
}
.ballArea .blueBall {
 width: 140px;
 height: 140px;
 bottom: 20%;
 right: 28%;
}
.ballArea .greenBall {
 width: 75px;
 height: 75px;
 bottom: 32%;
 left: 45%;
}
.ballArea.hide {
 z-index: 1;
}
@media (max-width: 1180px) {
 .ballArea .redBall {
  width: 150px;
  height: 150px;
  right: 5px;
 }
 .ballArea .blueBall {
  width: 80px;
  height: 80px;
  right: 20%;
 }
 .ballArea .greenBall {
  width: 35px;
  height: 35px;
  left: 50%;
  bottom: 40%;
 }
}
@media (max-width: 840px) {
 .ballArea .redBall {
  width: 120px;
  height: 120px;
  top: 5%;
 }
}
@media (max-width: 400px) {
 .ballArea .blueBall {
  display: none;
 }
}

/* 彈窗 & 其他功能 */
.topFunctionBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
     -ms-flex-pack: end;
         justify-content: flex-end;
 width: 100%;
 background-color: #F7F7F7;
}
@media (max-width: 1180px) {
 .topFunctionBox {
  display: none;
 }
}
.topFunctionBox .wrap {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
     -ms-flex-pack: end;
         justify-content: flex-end;
 padding-bottom: 5px;
 padding-top: 5px;
}
.topFunctionBox .wrap > a {
 font-size: 14px;
 letter-spacing: 0.5px;
}
.topFunctionBox .wrap > a:before {
 content: "‧";
 display: inline-block;
 vertical-align: top;
 margin: 0 5px;
}
.topFunctionBox .loginBox {
 position: relative;
 z-index: 1;
}
.topFunctionBox .loginBox > a {
 display: inline-block;
 font-size: 14px;
 letter-spacing: 0.5px;
}
.topFunctionBox .loginBox > a:before {
 content: "‧";
 display: inline-block;
 vertical-align: top;
 margin: 0 5px;
}
.topFunctionBox .loginBox .submenu {
 position: absolute;
 left: 50%;
 margin-left: -80px;
 top: 130%;
 width: 160px;
 padding-top: 10px;
 opacity: 0;
 pointer-events: none;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
 display: block;
 text-align: center;
 padding: 10px;
 background-color: #fff;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
 border-bottom: 1px solid #eee;
}
@media (min-width: 1201px) {
 .topFunctionBox .loginBox:hover .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
 }
}
.topFunctionBox .searchBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.topFunctionBox .searchBox input[type=text] {
 width: 100%;
 height: 45px;
 padding: 0 15px;
 border: none;
 background-color: #fafafa;
}
.topFunctionBox .searchBox button {
 -ms-flex-negative: 0;
     flex-shrink: 0;
 display: block;
 width: 45px;
 height: 45px;
 line-height: 45px;
 font-size: 16px;
 color: #fff;
 text-align: center;
 background-color: #d80212;
}

/*header*/
header {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 z-index: 51;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 /*menu*/
}
header.scroll {
 background-color: #fff;
 background-image: url(../images/bg.png);
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
         box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
header.scroll .wrap {
 padding: 15px 80px;
}
@media (max-width: 1180px) {
 header.scroll .wrap {
  padding: 15px 30px;
 }
}
header .wrap {
 max-width: 100%;
 padding: 35px 80px 0 80px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media (max-width: 1180px) {
 header .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
 }
}
header .leftBox, header .rightBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
header .logo {
 padding-right: 15px;
 width: 160px;
}
header .logo a {
 display: block;
 width: 100%;
}
header .logo img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
header .slogan {
 font-size: 18px;
 font-weight: 600;
 font-family: "Noto Serif TC", serif, "Source Han Serif", serif;
 color: #000;
 letter-spacing: 1.8px;
 padding: 0 15px;
 border-left: 1px solid #000;
}
header .menuBox {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
     -ms-flex-pack: end;
         justify-content: flex-end;
}
@media (max-width: 1180px) {
 header .menuBox {
  display: none;
 }
}
header .menu > .menuItem {
 position: relative;
 display: inline-block;
 margin: 0 20px;
}
header .menu > .menuItem a {
 color: #515151;
 display: block;
 font-size: 18px;
 line-height: 20px;
 padding: 15px;
}
header .menu > .menuItem a.current {
 color: #d80212;
}
@media (min-width: 1201px) {
 header .menu > .menuItem a:hover {
  color: #d80212;
 }
}
header .menu .submenu {
 width: 150px;
 display: none;
 position: absolute;
 top: 100%;
 left: 50%;
 z-index: 99;
 text-align: center;
 -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
 background-color: #fff;
}
header .menu .submenu .submenuItem {
 width: 100%;
 display: block;
 position: relative;
 padding: 0;
}
header .menu .submenu .submenuItem:not(:last-child) a {
 border-bottom: 1px solid #d9d9d9;
}
header .menu .submenu a {
 color: #000;
 display: block;
 padding: 10px;
}
header .menu .submenu a.current {
 color: #fff;
 background-color: #d80212;
}
@media (min-width: 1201px) {
 header .menu .submenu a:hover {
  font-weight: 600;
  background-color: #898989;
  color: #fff;
 }
}
@media (max-width: 1500px) {
 header .wrap {
  padding: 35px 50px 0 50px;
 }
 header .menu > .menuItem {
  margin: 0 5px;
 }
}
@media (max-width: 1180px) {
 header {
  background-color: #fff;
  background-image: url(../images/bg.png);
 }
 header .wrap {
  padding: 15px 30px;
 }
 header .languageBox {
  display: none;
 }
}
@media (max-width: 640px) {
 header .slogan {
  display: none;
 }
}

.languageBox .languageCurrent {
 padding: 10px 30px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 font-size: 16px;
 font-weight: 600;
 font-family: "Noto Serif TC", serif, "Source Han Serif", serif;
 color: #fff;
 letter-spacing: 0px;
 line-height: 1.5;
 border-radius: 50px;
 background-color: #d80212;
 white-space: nowrap;
 cursor: pointer;
}
.languageBox .languageCurrent svg {
 width: 20px;
 height: 20px;
 color: #fff;
 margin-right: 10px;
}
.languageBox .languageCurrent::after {
 content: "";
 display: inline-block;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
 width: 8px;
 height: 8px;
 border-left: 1px solid #fff;
 border-bottom: 1px solid #fff;
 margin-left: 10px;
 margin-top: -4px;
}
.languageBox .languageList {
 display: none;
 width: 90%;
 position: absolute;
 top: 110%;
 left: 50%;
 -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
 background-color: #fff;
 border: 1px solid #898989;
}
.languageBox .languageList a {
 padding: 5px;
 font-size: 15px;
 display: block;
 text-align: center;
 letter-spacing: 3px;
}
.languageBox .languageList a.current {
 color: #fff;
 background-color: #d80212;
}
@media (min-width: 1201px) {
 .languageBox .languageList a:hover {
  font-weight: 700;
  background-color: #898989;
  color: #fff;
 }
}
.languageBox .languageList li:not(:last-child) {
 border-bottom: 1px solid #898989;
}

/*slideMenu*/
.slideMenuTrigger {
 width: 40px;
 height: 30px;
 cursor: pointer;
 margin-left: 20px;
 display: none;
}
.slideMenuTrigger .line {
 width: 100%;
 height: 2px;
 background-color: #000;
 display: inline-block;
 z-index: 1;
 -webkit-transition: background-color 0.3s 0.3s ease-in-out;
 transition: background-color 0.3s 0.3s ease-in-out;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}
.slideMenuTrigger::before, .slideMenuTrigger::after {
 content: "";
 width: 100%;
 height: 2px;
 background-color: #000;
 display: inline-block;
 position: absolute;
 z-index: 1;
 -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
 transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
 transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
 transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger::before {
 top: 0;
 left: 0;
}
.slideMenuTrigger::after {
 bottom: 0;
 right: 0;
}
.slideMenuTrigger.close {
 margin-left: 0;
}
.slideMenuTrigger.close .line {
 background-color: transparent;
}
.slideMenuTrigger.close::before {
 top: 0;
 left: 0;
 -webkit-transform: translateY(0) rotate(45deg);
         transform: translateY(0) rotate(45deg);
 -webkit-transform-origin: left;
         transform-origin: left;
}
.slideMenuTrigger.close::after {
 bottom: 0;
 right: 0;
 -webkit-transform: translateY(0) rotate(-45deg);
         transform: translateY(0) rotate(-45deg);
 -webkit-transform-origin: left;
         transform-origin: left;
}
@media (max-width: 1180px) {
 .slideMenuTrigger {
  display: block;
 }
}

.slideMenuArea {
 width: 100%;
 max-width: 500px;
 height: 100vh;
 background-color: #eee;
 background-image: url(../images/bg.png);
 opacity: 0;
 overflow-x: hidden;
 pointer-events: none;
 position: fixed;
 top: 0;
 right: 0;
 z-index: 99;
 -webkit-transform: translateX(100%);
         transform: translateX(100%);
 -webkit-transition: all 0.6s ease-in-out;
 transition: all 0.6s ease-in-out;
 -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
 box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
 background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
 background: #d80212;
}
.slideMenuArea.show {
 opacity: 1;
 pointer-events: auto;
 -webkit-transform: translateX(0);
         transform: translateX(0);
}
.slideMenuArea.show .topBox {
 -webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
         animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .menuBox {
 -webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
         animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .languageBox {
 -webkit-animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
         animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .socialBox {
 -webkit-animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
         animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea .topBox {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 padding: 15px 0;
}
.slideMenuArea .topBox .slideMenuLogo {
 width: 135px;
}
.slideMenuArea .topBox .slideMenuLogo img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.slideMenuArea .content {
 width: 100%;
 height: calc(100vh - 80px);
 padding-bottom: 40px;
 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: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.slideMenuArea .menuBox {
 width: 100%;
 padding: 20px 0;
}
.slideMenuArea .menuBox .nav > .menuItem {
 position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
 cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
 content: "";
 display: inline-block;
 width: 10px;
 height: 10px;
 border-left: 1px solid #515151;
 border-bottom: 1px solid #515151;
 z-index: 1;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
 -webkit-transform: rotate(-135deg);
         transform: rotate(-135deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
 -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
         animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
 color: #000;
 display: block;
 font-size: 18px;
 font-weight: 500;
 line-height: 1;
 letter-spacing: 0px;
 padding: 15px 0;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
 color: #d80212;
}
@media (min-width: 1201px) {
 .slideMenuArea .menuBox .nav > .menuItem a:hover {
  color: #d80212;
 }
}
.slideMenuArea .menuBox .nav > .menuItem > span a {
 border-bottom: 1px solid #000;
}
.slideMenuArea .menuBox .nav .submenu {
 width: 100%;
 display: none;
 padding: 0 0px 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
 padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
 color: #898989;
 font-size: 15px;
 font-weight: 500;
 padding: 10px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
 color: #d80212;
}
@media (min-width: 1201px) {
 .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
  color: #d80212;
 }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
 -webkit-transform: translate(-50%, 0) rotate(0deg);
         transform: translate(-50%, 0) rotate(0deg);
}
.slideMenuArea .languageBox {
 max-width: 140px;
 margin: 40px auto;
}
.slideMenuArea .socialBox {
 margin-top: 25px;
}
.slideMenuArea .socialBox .socialList {
 -ms-flex-pack: distribute;
     justify-content: space-around;
}
@media (min-width: 1181px) {
 .slideMenuArea.show {
  opacity: 0;
  pointer-events: none;
 }
}

.slideMenuMask {
 position: fixed;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 z-index: 98;
 background-color: rgba(0, 0, 0, 0.7);
 opacity: 0;
 pointer-events: none;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.slideMenuMask.show {
 opacity: 1;
 pointer-events: auto;
}
@media (min-width: 1181px) {
 .slideMenuMask.show {
  opacity: 0;
  pointer-events: none;
 }
}

/*banner*/
.bannerArea {
 clear: both;
 overflow: hidden;
 position: relative;
 z-index: 1;
}
.bannerArea .wrap {
 max-width: 100%;
 padding: 0;
}
.bannerArea .bannerItem {
 position: relative;
}
.bannerArea .bannerItem .Txt {
 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: 0 20px;
 z-index: 2;
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}
.bannerArea .bannerItem .Img {
 position: relative;
 z-index: 1;
}
.bannerArea .bannerItem .Img img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
@media (max-width: 640px) {
 .bannerArea .bannerItem .Img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 }
}
.bannerArea .bannerLink {
 display: block;
 z-index: 3;
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}

/*contactArea*/
.contactArea {
 border-top: 1px solid #d9d9d9;
 padding-top: 100px;
 padding-bottom: 70px;
}
.contactArea .wrap {
 max-width: 100%;
 margin: 0;
 padding: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.contactArea .leftBox {
 padding-left: 100px;
 padding-right: 20px;
 width: 840px;
}
.contactArea .rightBox {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 max-width: 780px;
}
.contactArea .rightBox img {
 width: 100%;
}
.contactArea .titleBox {
 margin-bottom: 40px;
}
.contactArea .greenBall {
 width: 50px;
 height: 50px;
 top: 0;
 right: 30%;
}
@media (max-width: 1400px) {
 .contactArea .wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
 }
 .contactArea .leftBox {
  padding: 40px;
 }
 .contactArea .rightBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
 }
}
@media (max-width: 1200px) {
 .contactArea {
  padding: 100px 0;
 }
 .contactArea .leftBox {
  width: 100%;
 }
 .contactArea .rightBox {
  display: none;
 }
}
@media (max-width: 840px) {
 .contactArea {
  padding: 60px 0;
 }
}

/*footer*/
footer {
 border-top: 1px solid #d9d9d9;
 padding-top: 70px;
}
footer .footerMenu {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 min-height: 340px;
}
footer .footerMenu .menuItem {
 width: 16.6666666667%;
}
footer .footerMenu .menuItem > span a {
 font-size: 20px;
 font-weight: 600;
 font-family: "Noto Serif TC", serif, "Source Han Serif", serif;
 color: #515151;
 letter-spacing: 0px;
}
footer .footerMenu .menuItem .submenu {
 margin-top: 24px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 12px;
}
footer .footerMenu .menuItem .submenu .submenuItem a {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0px;
}
footer .introBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: end;
     -ms-flex-align: end;
         align-items: flex-end;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 padding-bottom: 35px;
 gap: 20px;
}
footer .introBox .side_contactInfo {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
}
footer .introBox .goTop {
 font-size: 16px;
 font-weight: bold;
 font-family: "Cormorant", serif, "Noto Serif", serif;
 color: #515151;
 letter-spacing: 0px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 15px;
 cursor: pointer;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
footer .introBox .goTop::after {
 content: "";
 display: inline-block;
 width: 10px;
 height: 10px;
 border-left: 1px solid #898989;
 border-bottom: 1px solid #898989;
 -webkit-transform: rotate(135deg);
         transform: rotate(135deg);
 margin-top: 3px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
footer .introBox .goTop::before {
 content: "";
 width: 0;
 height: 2px;
 background-color: #d80212;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 position: absolute;
 left: 0;
 bottom: -2px;
}
@media (min-width: 1201px) {
 footer .introBox .goTop:hover {
  color: #d80212;
 }
 footer .introBox .goTop:hover::after {
  border-color: #d80212;
 }
 footer .introBox .goTop:hover::before {
  width: 105%;
 }
}
footer .bottom {
 padding: 36px 0;
 border-top: 1px solid #d9d9d9;
}
footer .bottom .wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media (max-width: 1180px) {
 footer {
  padding-top: 40px;
 }
 footer .footerMenu {
  display: none;
 }
 footer .introBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
 }
 footer .introBox .side_contactInfo {
  width: 100%;
 }
 footer .infoList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 20px 0;
 }
 footer .infoList li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 50%;
  padding-right: 20px;
 }
 footer .infoList li.address, footer .infoList li.mail {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 50%;
 }
 footer .bottom {
  padding: 20px 0;
 }
 footer .bottom .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
 }
 footer .bottom .copyrightBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
 }
 footer .bottom .copyrightBox .copyright {
  text-align: center;
 }
}
@media (max-width: 640px) {
 footer .infoList li {
  min-width: 100%;
  padding-right: 0;
 }
 footer .infoList li.address, footer .infoList li.mail {
  min-width: 100%;
 }
}

.infoList {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 20px;
}
.infoList li {
 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-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
}
.infoList li .title {
 font-size: 18px;
 font-weight: bold;
 font-family: "Cormorant", serif, "Noto Serif", serif;
 color: #000;
 letter-spacing: 0px;
 margin-bottom: 15px;
}
.infoList li a, .infoList li span {
 display: inline-block;
 font-size: 15px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.75px;
}
.infoList li a::before {
 content: "";
 width: 0;
 height: 2px;
 background-color: #d80212;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 position: absolute;
 left: 0;
 bottom: -3px;
}
@media (min-width: 1201px) {
 .infoList li a:hover {
  color: #d80212;
 }
 .infoList li a:hover::before {
  width: 100%;
 }
}
.infoList li.address, .infoList li.mail {
 -webkit-box-flex: 2;
     -ms-flex: 2;
         flex: 2;
}

.copyrightBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.copyrightBox p, .copyrightBox a, .copyrightBox span {
 font-size: 12px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0px;
}
@media (min-width: 1201px) {
 .copyrightBox a:hover {
  color: #d80212;
 }
}

.socialList {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 20px;
}
.socialList li svg {
 width: 20px;
 height: 20px;
 color: #898989;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.socialList li i {
 font-size: 20px;
}
@media (min-width: 1201px) {
 .socialList li a:hover svg {
  color: #d80212;
 }
}

.privacyArea {
 width: 100%;
 max-width: 800px;
 background-color: rgba(0, 0, 0, 0.8);
 -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
         box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
 padding: 20px 0;
 position: fixed;
 bottom: 0;
 left: 0;
 z-index: 50;
 -webkit-transform: translateY(100%);
         transform: translateY(100%);
}
.privacyArea.show {
 -webkit-transform: translateY(0%);
         transform: translateY(0%);
}
.privacyArea.check {
 opacity: 0;
 -webkit-transform: translateY(100%);
         transform: translateY(100%);
}
.privacyArea .wrap {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
.privacyArea .text {
 width: 100%;
 color: #fff;
 font-size: 12px;
 line-height: 1.5;
 letter-spacing: 0.5px;
 text-align: center;
}
.privacyArea .text a {
 color: #d80212;
 display: inline-block;
 margin-top: 8px;
 text-decoration: underline;
}
@media (min-width: 1201px) {
 .privacyArea .text a:hover {
  color: #d80212;
 }
}
.privacyArea .btnBox {
 width: 100%;
 max-width: 360px;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 margin-top: 15px;
}
@media (max-width: 480px) {
 .privacyArea .btnBox {
  max-width: 100%;
 }
}

/*後台預覽模式 系統預設，非必要請勿刪除*/
.adminPreviewArea {
 max-width: 320px;
 border: 4px solid #ffe2e2;
 border-radius: 5px;
 background: #fdc9c9;
 color: #000;
 padding: 20px;
 position: fixed;
 top: 15px;
 right: 0;
 z-index: 99999;
}
.adminPreviewArea button {
 text-decoration: underline;
}

/*後台登入模式 系統預設，非必要請勿刪除*/
.adminLoginArea {
 width: 100%;
 background-color: rgba(180, 0, 0, 0.85);
 color: #fff;
 font-size: 15px;
 line-height: 1;
 letter-spacing: 0.5px;
 padding-bottom: env(safe-area-inset-bottom);
 position: fixed;
 bottom: 0;
 left: 0;
 z-index: 99999;
 text-align: center;
}
.adminLoginArea p {
 padding: 20px 15px;
}

/*********內頁**********/
.mainArea {
 padding-bottom: 30px;
}
@media (max-width: 768px) {
 .mainArea {
  padding-top: 30px;
 }
}
.mainArea .contentBox {
 clear: both;
}

.indexPage {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.indexPage .leftBox {
 width: 25%;
 max-width: 325px;
 padding-right: 40px;
}
.indexPage .rightBox {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
}
@media (max-width: 1180px) {
 .indexPage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 }
 .indexPage .leftBox {
  width: 100%;
  max-width: none;
  padding-right: 0;
  margin-bottom: 40px;
 }
 .indexPage .leftBox .classBoxColumn {
  margin-bottom: 0;
 }
}
@media (max-width: 840px) {
 .indexPage .leftBox {
  margin-bottom: 20px;
 }
}

/*bread*/
.bread {
 margin-bottom: 40px;
 padding: 30px 0;
}
.bread .wrap {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}
.bread .wrap a,
.bread .wrap span {
 display: inline-block;
 font-size: 15px;
 letter-spacing: 0.5px;
}
.bread .wrap a {
 color: #000;
}
@media (min-width: 1201px) {
 .bread .wrap a:hover {
  color: #d80212;
 }
}
.bread .wrap span {
 color: #898989;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
 position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
 padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
 content: "";
 width: 7px;
 height: 7px;
 border-right: 1px solid #898989;
 border-bottom: 1px solid #898989;
 position: absolute;
 top: 50%;
 left: 7px;
 z-index: 1;
 -webkit-transform: translateY(-50%) rotate(-45deg);
         transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
 .bread {
  display: none;
 }
}

/*文章標題*/
.articleTitle {
 color: #000;
 font-size: 24px;
 font-weight: 500;
 margin-bottom: 20px;
 padding: 12px 0;
 display: inline-block;
}
.articleTitle::before {
 content: "";
 content: "";
 width: 25%;
 height: 1px;
 background-color: #000;
 position: absolute;
 bottom: 0;
 left: 0;
}

/*側邊標題字*/
.sectionTitle {
 border-bottom: 1px solid #d6d6d6;
 color: #232323;
 font-size: 22px;
 font-weight: 500;
 margin-bottom: 20px;
 padding: 12px 0;
}
.sectionTitle strong {
 display: block;
 position: relative;
 font-weight: 400;
}
.sectionTitle a {
 display: block;
 width: 100%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

table.breakpoint > tbody > tr > td.expand {
 background: url("../images/plus.png") no-repeat 5px center;
 cursor: pointer;
 padding-left: 40px;
}

.classNote {
 padding: 20px 0;
}
.classNote.thankInfo {
 margin-bottom: 25px;
 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.classNote img {
 max-width: 100%;
}

/*類別*/
.classBox {
 position: relative;
 z-index: 4;
}
.classBox .classCurrent {
 border-bottom: 2px solid #000;
 color: #000;
 cursor: pointer;
 font-size: 16px;
 letter-spacing: 1px;
 padding: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 20px;
}
.classBox .classCurrent::after {
 content: "\f107";
 color: #000;
 font-size: 20px;
 font-family: FontAwesome;
 line-height: 1;
}
@media (min-width: 1181px) {
 .classBox .classCurrent {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
 }
}
.classBox a,
.classBox span {
 cursor: pointer;
}

.classBoxRow {
 margin-top: 20px;
 margin-bottom: 50px;
}
@media (min-width: 1181px) {
 .classBoxRow .classLink {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 36px;
 }
 .classBoxRow .classLink a,
 .classBoxRow .classLink span {
  color: #515151;
  font-weight: 600;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 10px 10px;
  font-size: 18px;
  letter-spacing: 0.02rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 }
 .classBoxRow .classLink a::before,
 .classBoxRow .classLink span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d80212;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 5px;
 }
 .classBoxRow .classLink a.current,
 .classBoxRow .classLink span.current {
  color: #d80212;
  border-bottom: 1px solid #d80212;
 }
 .classBoxRow .classLink a.current::before,
 .classBoxRow .classLink span.current::before {
  opacity: 1;
 }
}
@media (min-width: 1181px) and (min-width: 1201px) {
 .classBoxRow .classLink a:hover,
 .classBoxRow .classLink span:hover {
  color: #d80212;
  border-bottom: 1px solid #d80212;
 }
 .classBoxRow .classLink a:hover::before,
 .classBoxRow .classLink span:hover::before {
  opacity: 1;
  -webkit-animation: bounce 1s infinite ease-in-out;
          animation: bounce 1s infinite ease-in-out;
 }
}

.classBoxColumn {
 margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
 content: "";
 width: 13px;
 height: 1px;
 background-color: #2f2f2f;
 display: block;
 position: absolute;
 top: 50%;
 right: 15px;
 z-index: 1;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
 -webkit-transform: translateY(-50%) rotate(90deg);
         transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
 background-color: #d80212;
 color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
 background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
 -webkit-transform: translateY(-50%) rotate(0);
         transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
 -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
         animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
 padding-left: 25px;
 background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
 background-color: rgba(216, 2, 18, 0.75);
 color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
 background-color: rgba(216, 2, 18, 0.75);
 color: #fff;
}
@media (min-width: 1201px) {
 .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
 .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
  background-color: rgba(216, 2, 18, 0.75);
 }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
 padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
 background-color: rgba(216, 2, 18, 0.5);
 color: #fff;
}
@media (min-width: 1201px) {
 .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
  background-color: rgba(216, 2, 18, 0.5);
 }
}
@media (min-width: 1181px) {
 .classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
 }
 .classBoxColumn .classLink .linkHasItems.open + ul > li a,
 .classBoxColumn .classLink .linkHasItems.open + ul > li span {
  padding-left: 25px;
 }
 .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
  padding-left: 35px;
 }
}
@media (min-width: 1181px) {
 .classBoxColumn .classLink > li {
  padding: 10px 0;
  border-bottom: 1px solid #898989;
 }
 .classBoxColumn .classLink a,
 .classBoxColumn .classLink span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif TC", serif, "Source Han Serif", serif;
  color: #515151;
  letter-spacing: 0.9px;
 }
 .classBoxColumn .classLink a::before,
 .classBoxColumn .classLink span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d80212;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
 }
 .classBoxColumn .classLink a::after,
 .classBoxColumn .classLink span::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #d80212;
  position: absolute;
  left: 0;
  bottom: -11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 }
 .classBoxColumn .classLink a.current,
 .classBoxColumn .classLink span.current {
  color: #d80212;
 }
 .classBoxColumn .classLink a.current::before,
 .classBoxColumn .classLink span.current::before {
  opacity: 1;
 }
 .classBoxColumn .classLink a.current::after,
 .classBoxColumn .classLink span.current::after {
  width: 100%;
 }
}
@media (min-width: 1181px) and (min-width: 1201px) {
 .classBoxColumn .classLink a:hover,
 .classBoxColumn .classLink span:hover {
  color: #d80212;
 }
 .classBoxColumn .classLink a:hover::before,
 .classBoxColumn .classLink span:hover::before {
  opacity: 1;
 }
 .classBoxColumn .classLink a:hover::after,
 .classBoxColumn .classLink span:hover::after {
  width: 100%;
 }
}

@media (max-width: 1180px) {
 .classBoxRow .classLink, .classBoxColumn .classLink {
  width: 100%;
  max-height: 90vh;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
 }
 .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
 }
 .classBoxRow .classLink > li > a.current,
 .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
 .classBoxColumn .classLink > li span.current {
  color: #fff;
 }
 .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
  display: none;
 }
 .classBoxRow .classLink a,
 .classBoxRow .classLink span, .classBoxColumn .classLink a,
 .classBoxColumn .classLink span {
  color: #000;
  background-color: #fff;
  display: block;
  padding: 14px 15px;
  position: relative;
 }
 .classBoxRow .classLink a.current,
 .classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
 .classBoxColumn .classLink span.current {
  background-color: #d80212;
  color: #fff;
 }
}

/*頁碼*/
.pageBox .pageList {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 border-top: 1px solid #cecece;
 padding: 40px 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
.pageBox .pageList a {
 border: 1px solid #c2c2c2;
 color: #666;
 display: block;
 font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
 content: "";
 width: 10px;
 height: 10px;
 border-left: 1px solid #9e9e9e;
 border-bottom: 1px solid #9e9e9e;
 display: block;
 position: absolute;
}
.pageBox .pageList a.prevBtn::before {
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
 -webkit-transform: rotate(-135deg);
         transform: rotate(-135deg);
}
@media (min-width: 1201px) {
 .pageBox .pageList a:hover {
  border: 1px solid #d80212;
  background-color: #d80212;
  color: #fff;
 }
 .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
 }
}
.pageBox .pageList.number {
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}
.pageBox .pageList.number.oval a {
 width: 50px;
}
.pageBox .pageList.number a {
 width: 30px;
 height: 30px;
 font-weight: 400;
 line-height: 28px;
 position: relative;
 text-align: center;
 margin: 5px;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
 margin: auto;
 top: 0;
 bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
 left: 5px;
 right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
 left: 0;
 right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
 width: auto;
 height: auto;
 border: none;
 padding: 5px 10px;
 margin: 0;
}
@media (min-width: 1201px) {
 .pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
  background-color: transparent;
  color: #d80212;
 }
}
.pageBox .pageList.number a.current {
 border: 1px solid #d80212;
 background-color: #d80212;
 color: #fff;
}
@media (min-width: 1201px) {
 .pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
 }
}
@media (max-width: 1180px) {
 .pageBox .pageList.number .pageNumberBtnBox {
  display: none;
 }
}
.pageBox .pageList.number .pageNumberSelect {
 width: 30px;
 height: 30px;
 font-weight: 400;
 line-height: 28px;
 position: relative;
 text-align: center;
 margin: 5px;
 -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
 border: 1px solid #c2c2c2;
 color: #666;
 display: block;
 font-size: 15px;
}
@media (min-width: 1180px) {
 .pageBox .pageList.number .pageNumberSelect {
  display: none;
 }
}
.pageBox .pageList.prevnext li.prev {
 margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
 margin-left: auto;
}
.pageBox .pageList.prevnext a {
 width: 180px;
 height: 45px;
 font-weight: 300;
 line-height: 43px;
 padding: 0 20px;
 position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
 top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
 text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
 left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
 margin-left: auto;
 text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
 right: 15px;
}
@media (max-width: 768px) {
 .pageBox .pageList.prevnext a {
  width: 125px;
  padding: 0 15px;
 }
}
@media (max-width: 640px) {
 .pageBox .pageList.prevnext li {
  width: calc(50% - 15px);
 }
 .pageBox .pageList.prevnext a {
  width: 100%;
 }
}
@media (max-width: 480px) {
 .pageBox .pageList.prevnext li {
  width: calc(50% - 10px);
 }
}
.pageBox .pageList.prevnext.circle a {
 width: 45px;
 padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
 display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
 left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
 right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
 border-radius: 50%;
 overflow: hidden;
}
.pageBox .pageList.oval a {
 border-radius: 30px;
 overflow: hidden;
}

/*標籤*/
.tagBox {
 padding: 20px 0;
}
.tagBox b {
 display: inline-block;
 margin-right: 10px;
}
.tagBox ul {
 display: inline-block;
}
.tagBox li {
 display: inline-block;
 margin-bottom: 5px;
}
.tagBox a {
 position: relative;
 display: block;
 margin: 0 3px;
 padding: 5px 10px;
 border: 1px solid #d80212;
 font-size: 13px;
 color: #d80212;
}
@media (min-width: 1201px) {
 .tagBox a:hover {
  color: #fff;
  background-color: #d80212;
 }
}
.tagBox a.current {
 color: #fff;
 background-color: #d80212;
}
.tagBox a.current:before {
 content: "\f00d";
 margin-right: 5px;
 font-family: FontAwesome;
 font-size: 12px;
}

/*頁籤*/
.tab {
 border-top: 1px solid #d6d6d6;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-top: 40px;
}
.tab .tabItem {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
}
.tab a {
 height: 100%;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 color: #000;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 padding: 15px 10px;
 position: relative;
 text-align: center;
 word-break: break-word;
 z-index: 2;
}
.tab a.current {
 background-color: #d80212;
 color: #fff;
}

/*頁籤內容*/
.tabContent {
 margin-top: -1px;
 padding: 20px 5px;
 border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
 display: none;
}

/*相簿*/
@media (max-width: 1500px) {
 .albumListNavBox {
  padding: 0 20px;
 }
}

.albumBox {
 width: 50%;
 margin-right: 30px;
}
@media (max-width: 767px) {
 .albumBox {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
 }
}
.albumBox .albumList .albumItem {
 cursor: pointer;
}
.albumBox .albumList .albumItem img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
 height: 320px;
}
.albumBox .albumListMain .albumItem img {
 width: 100%;
 height: 100%;
 display: block;
 -o-object-fit: contain;
    object-fit: contain;
}
.albumBox .albumListNav {
 margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
 padding: 0 5px;
}

/*側邊_menu*/
.side_menu {
 margin-bottom: 50px;
}
.side_menu li {
 border-bottom: 1px solid #e1e1e1;
 position: relative;
}
.side_menu li > a {
 display: block;
 font-size: 14px;
 padding: 10px 15px;
}
.side_menu li > a.current {
 background-color: #8c8c8c;
 color: #fff;
}
.side_menu li > a b {
 color: #808080;
 font-size: 13px;
 font-weight: 400;
 margin-left: 10px;
}
.side_menu dl {
 padding-left: 25px;
}
.side_menu dl a {
 display: block;
 padding: 10px 15px;
 font-size: 14px;
}
.side_menu dl a.current {
 color: #000;
 text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
 margin-top: 30px;
 margin-bottom: 30px;
 margin-right: -10px;
}
.side_album li {
 float: left;
 width: 33.33%;
 padding: 0 10px 10px 0;
}
.side_album a {
 display: block;
 -webkit-box-shadow: 2px 2px 5px #c3c3c3;
         box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}

/*對應&相關*/
.sideDataArea {
 margin: 30px 0;
}
.sideDataArea.news .Txt {
 padding-bottom: 32px;
}
.sideDataArea.news .Txt .dateBox {
 margin-bottom: 20px;
}
.sideDataArea.news .Txt .dateBox .year {
 font-size: 16px;
 font-weight: bold;
 font-family: "Cormorant", serif, "Noto Serif", serif;
 color: #515151;
 letter-spacing: 0px;
}
.sideDataArea.news .Txt .dateBox .date {
 width: 50px;
 font-size: 26px;
 font-weight: 600;
 font-family: "Cormorant", serif, "Noto Serif", serif;
 color: #515151;
 letter-spacing: 0px;
}
.sideDataArea.news .Txt .dateBox .date .day {
 text-align: right;
}
.sideDataArea.news .Txt .dateBox .date::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
 width: 1px;
 height: 100%;
 background-color: #d9d9d9;
 -webkit-transform: translate(-50%, -50%) rotate(45deg);
         transform: translate(-50%, -50%) rotate(45deg);
}
.sideDataArea.news .Txt .title {
 font-size: 18px;
 font-weight: bold;
 font-family: "Noto Serif TC", serif, "Source Han Serif", serif;
 color: #000;
 letter-spacing: 1.8px;
 margin-bottom: 10px;
 height: 26px;
 overflow: hidden;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.sideDataArea.news .Txt .text {
 font-size: 15px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.75px;
 line-height: 1.66;
 overflow: hidden;
}
.sideDataArea.projects .Txt .title {
 font-size: 26px;
 font-weight: bold;
 font-family: "Noto Serif TC", serif, "Source Han Serif", serif;
 color: #000;
 letter-spacing: 1.3px;
 margin-bottom: 12px;
}
.sideDataArea.projects .Txt .subtitle {
 font-size: 18px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #d80212;
 letter-spacing: 0.9px;
 height: 26px;
 overflow: hidden;
 margin-bottom: 20px;
}
.sideDataArea.projects .Txt .text {
 font-size: 15px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.75px;
 line-height: 1.66;
 height: 100px;
 max-height: 100px;
 overflow: hidden;
 padding-top: 20px;
}
.sideDataArea.projects .Txt .text::before {
 content: "";
 display: block;
 width: 45px;
 height: 1px;
 background-color: #d9d9d9;
 position: absolute;
 left: 0;
 top: 0;
}
.sideDataArea.projects .Txt .btnBox {
 margin-top: 20px;
}
.sideDataArea.renewal .Txt {
 padding: 15px 0;
}
.sideDataArea.renewal .Txt .dateBox {
 font-size: 16px;
 font-weight: bold;
 font-family: "Cormorant", serif, "Noto Serif", serif;
 color: #d80212;
 letter-spacing: 0.8px;
}
.sideDataArea.renewal .Txt .title {
 font-size: 18px;
 font-weight: bold;
 font-family: "Noto Serif TC", serif, "Source Han Serif", serif;
 color: #000;
 letter-spacing: 0.9px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 margin: 16px 0;
}
.sideDataArea.renewal .Txt .title a {
 font-size: 18px;
 font-weight: bold;
 font-family: "Noto Serif TC", serif, "Source Han Serif", serif;
 color: #000;
 letter-spacing: 0.9px;
}
@media (min-width: 1201px) {
 .sideDataArea.renewal .Txt .title:hover {
  color: #d80212;
 }
 .sideDataArea.renewal .Txt .title:hover a {
  color: #d80212;
 }
}
.sideDataArea.renewal .Txt .itemTitle {
 vertical-align: baseline;
}
.sideDataArea.renewal .Txt .itemTitle::after {
 content: "";
 display: inline-block;
 width: 1px;
 height: 12px;
 background-color: #898989;
 margin: 0 5px;
}
.sideDataArea.renewal .Txt .implement {
 font-size: 15px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.75px;
 line-height: 1.66;
}
.sideDataArea.renewal .Txt .text {
 font-size: 15px;
 font-weight: 400;
 font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", sans-serif;
 color: #898989;
 letter-spacing: 0.75px;
 line-height: 1.66;
 max-height: 75px;
 overflow: hidden;
}
.sideDataArea .sideDataList {
 margin: 0 -15px;
}
.sideDataArea .sideDataItem {
 padding: 0 15px;
}
.sideDataArea .Img {
 overflow: hidden;
}
.sideDataArea .Img img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
@media (min-width: 1201px) {
 .sideDataArea .Img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
 }
}
.sideDataArea .Txt {
 padding: 15px;
}
.sideDataArea .Txt .newsInfoBox {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 color: #898989;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 font-size: 15px;
 margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
 margin-left: 11px;
 padding-left: 11px;
 position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
 content: "";
 width: 1px;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.1);
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
}
.sideDataArea .Txt .title {
 max-height: 65px;
 font-size: 24px;
 font-weight: 500;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.sideDataArea .Txt .text {
 max-height: 60px;
 color: #898989;
 font-size: 15px;
 padding-top: 10px;
}
@media (max-width: 1180px) {
 .sideDataArea .Txt .text {
  font-size: 14px;
 }
}
@media (max-width: 1200px) {
 .sideDataArea .slick-arrow {
  display: none;
 }
 .sideDataArea .sideDataList {
  margin: 0 -10px;
 }
 .sideDataArea .sideDataItem {
  padding: 0 10px;
 }
 .sideDataArea .Txt .newsInfoBox .classTitle + .date {
  margin-left: 8px;
  padding-left: 8px;
 }
}
@media (max-width: 640px) {
 .sideDataArea .sideDataList {
  margin: 0;
 }
 .sideDataArea .sideDataItem {
  padding: 0;
 }
}

/*社群分享*/
.sideShare {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-top: 15px;
}
.sideShare .shareList {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.sideShare .shareList .shareTitle {
 display: inline-block;
 font-size: 13px;
 font-weight: 400;
 color: #666;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
 color: #666;
 display: inline-block;
 font-size: 16px;
 line-height: 1;
 padding: 5px 6px;
 text-align: center;
}
@media (min-width: 1201px) {
 .sideShare .shareList .shareItem a:hover,
 .sideShare .shareList .shareItem button:hover {
  opacity: 0.8;
 }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
 width: 16px;
 height: 16px;
 display: inline-block;
 margin-top: -3px;
 vertical-align: middle;
 fill: #666;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
 width: 14px;
 height: 14px;
}

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
 background-color: #000;
 overflow: hidden;
}
.imh_opacity img {
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
@media (min-width: 1201px) {
 .imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
 }
}

/*圖片Hover效果1: 放大淡出Detail*/
.imh_detail {
 background-color: #000;
 overflow: hidden;
 position: relative;
}
.imh_detail img {
 -webkit-transition: all 0.3s linear;
 transition: all 0.3s linear;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.imh_detail a:before {
 content: "Details+";
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 99;
 margin-left: -45px;
 margin-top: -80px;
 display: block;
 padding: 10px 20px;
 font-size: 13px;
 color: #fff;
 border: 2px solid #fff;
 opacity: 0;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
@media (min-width: 1201px) {
 .imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
 }
 .imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
 }
}

/*圖片Hover效果1: 放大淡出zoom*/
.imh_zoom {
 background-color: #000;
 overflow: hidden;
 position: relative;
}
.imh_zoom img {
 -webkit-transition: all 0.3s linear;
 transition: all 0.3s linear;
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
 content: "\f002";
 display: block;
 position: absolute;
 left: 50%;
 top: -30px;
 margin-top: -20px;
 margin-left: -20px;
 z-index: 99;
 width: 40px;
 height: 40px;
 line-height: 40px;
 border-radius: 50%;
 font-size: 18px;
 color: #fff;
 font-family: FontAwesome;
 text-align: center;
 background-color: #000;
 -webkit-transition: all 0.4s ease;
 transition: all 0.4s ease;
}
@media (min-width: 1201px) {
 .imh_zoom:hover a:before {
  top: 50%;
 }
 .imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
 }
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background-color: #bfbfbf;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 cursor: pointer;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
 z-index: 2;
}
.slick-slider .slick-arrow:focus,
.controlBox .slick-arrow:focus {
 background-color: #bfbfbf;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
 content: "";
 display: inline-block;
 width: 8px;
 height: 8px;
 border-left: 1px solid #fff;
 border-bottom: 1px solid #fff;
}
.slick-slider .slick-arrow::after,
.controlBox .slick-arrow::after {
 content: "";
 width: 140%;
 height: 140%;
 border-radius: 50%;
 border: 2px dotted #d80212;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
 opacity: 0;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 pointer-events: none;
}
.slick-slider .slick-arrow.slick-prev,
.controlBox .slick-arrow.slick-prev {
 left: -50px;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
 margin-right: -3px;
}
@media (max-width: 1500px) {
 .slick-slider .slick-arrow.slick-prev,
 .controlBox .slick-arrow.slick-prev {
  left: -20px;
 }
}
.slick-slider .slick-arrow.slick-next,
.controlBox .slick-arrow.slick-next {
 right: -50px;
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
 -webkit-transform: rotate(-135deg);
         transform: rotate(-135deg);
 margin-left: -3px;
}
@media (max-width: 1500px) {
 .slick-slider .slick-arrow.slick-next,
 .controlBox .slick-arrow.slick-next {
  right: -20px;
 }
}
@media (min-width: 1201px) {
 .slick-slider .slick-arrow:hover,
 .controlBox .slick-arrow:hover {
  background-color: #d80212;
 }
 .slick-slider .slick-arrow:hover::after,
 .controlBox .slick-arrow:hover::after {
  opacity: 1;
  -webkit-animation: arrowRotate 5s infinite linear;
          animation: arrowRotate 5s infinite linear;
 }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
 width: 16px;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
 margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
 margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
 width: 16px;
 height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
 background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
 width: 10px;
 height: 10px;
 border-radius: 50%;
 overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
 width: 100%;
 height: 100%;
 border: none;
 color: transparent;
 display: block;
 padding: 0;
 position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
 content: "";
 width: 100%;
 height: 100%;
 background-color: #d9d9d9;
 border: none;
 border-radius: 50%;
 color: transparent;
 font-size: 0;
 opacity: 1;
 position: absolute;
 top: 0;
 left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
 background-color: #d80212;
 opacity: 1;
}
@media (min-width: 1201px) {
 .slick-slider .slick-dots li:hover button::before,
 .controlBox .slick-dots li:hover button::before {
  background-color: #d80212;
  opacity: 1;
 }
}

.slickClsList:not(.slick-slider) {
 overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
 display: none;
}

.Img {
 position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
 -webkit-animation: imgLoading 0.9s ease infinite;
         animation: imgLoading 0.9s ease infinite;
 background-size: 400% 100%;
 background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
 background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
 opacity: 0 !important;
 -webkit-transition: all 1.2s ease !important;
 transition: all 1.2s ease !important;
}

.lg-outer.lg-thumb-open .lg .lg-img-wrap {
 padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
 padding-top: 47px;
 padding-bottom: 38px;
}

.scrollHint {
 width: 120px;
 height: 100px;
 background-color: rgba(0, 0, 0, 0.5);
 position: absolute;
 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-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
 z-index: 5;
}
.scrollHint.hide {
 opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
 -webkit-animation: scrollHorizontal 1.25s ease-out infinite;
         animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
 -webkit-animation: scrollVertical 1.25s ease-out infinite;
         animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
 position: relative;
 content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/></svg>');
 width: 32px;
 height: 32px;
 -webkit-filter: invert(1);
         filter: invert(1);
 z-index: 2;
}
.scrollHint .scrollText {
 margin-top: 10px;
 color: #fff;
}

.toastMessageBox {
 position: fixed;
 z-index: 1005;
}
.toastMessageBox.top {
 top: 40px;
}
@media (max-width: 640px) {
 .toastMessageBox.top {
  top: 10px;
 }
}
.toastMessageBox.right {
 right: 40px;
}
@media (max-width: 640px) {
 .toastMessageBox.right {
  right: 10px;
 }
}
.toastMessageBox.bottom {
 bottom: 40px;
}
@media (max-width: 640px) {
 .toastMessageBox.bottom {
  bottom: 10px;
 }
}
.toastMessageBox.left {
 left: 40px;
}
@media (max-width: 640px) {
 .toastMessageBox.left {
  left: 10px;
 }
}
.toastMessageBox .toastMessage {
 cursor: pointer;
 color: #fff;
 display: block;
 margin: 10px;
 padding: 10px 20px;
 border-radius: 5px;
 opacity: 0;
 -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
 -webkit-transition: all 0.3s linear;
 transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
 opacity: 1;
 -webkit-transform: translateY(0);
         transform: translateY(0);
}
.toastMessageBox .toastMessageText {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.toastMessageBox .toastMessageText i {
 font-size: 24px;
 margin-right: 10px;
}