@charset "UTF-8";
/* CSS Document */
.arrowBox .arrow, .albumBox .imgNavBox .imgNavList a .sign, .albumBox .imgNavBox .imgNavList a:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.textEditor, .openTime p, .Txt .intro, .classNote p {
  color: #313131;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 2.06;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.mainArea.ins {
  padding-bottom: 0;
}

.classNote {
  max-width: 760px;
  margin: auto;
  padding-bottom: 110px;
}
@media (max-width: 992px) {
  .classNote {
    padding-bottom: 50px;
  }
}

.facList li {
  padding: 65px 0;
}
.facList li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  padding: 0 20px;
  margin: auto;
}
.facList li a {
  display: block;
}
.facList li .Img {
  width: 700px;
  position: relative;
  line-height: 1;
  overflow: visible;
}
.facList li .Img img {
  width: 100%;
}
.facList li .place {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.facList li .Txt {
  width: calc(100% - 700px);
}
.facList li:nth-child(odd) {
  background-image: url(../images/bg/noise_bg2.jpg);
}
.facList li:nth-child(odd) .Txt {
  padding-left: 105px;
}
.facList li:nth-child(odd) .place {
  left: -30px;
}
.facList li:nth-child(even) .Txt {
  padding-right: 105px;
}
.facList li:nth-child(even) .Img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.facList li:nth-child(even) .place {
  right: -30px;
}
@media (max-width: 1440px) {
  .facList li:nth-child(odd) .Txt {
    padding-left: 60px;
  }
  .facList li:nth-child(even) .Txt {
    padding-right: 60px;
  }
}
@media (max-width: 1280px) {
  .facList li .Img,
.facList li .Txt {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .facList li {
    padding: 40px 0;
  }
  .facList li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .facList li .Img,
.facList li .Txt {
    width: 100%;
  }
  .facList li .Txt {
    margin-top: 30px;
  }
  .facList li .titleBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 15px;
  }
  .facList li .titleBar .title {
    padding-bottom: 0;
  }
  .facList li .place {
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .facList li:nth-child(odd) .Txt {
    padding-left: 0;
  }
  .facList li:nth-child(odd) .place {
    left: auto;
    right: 0;
  }
  .facList li:nth-child(even) .Txt {
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .facList li:nth-child(even) .place {
    right: 0;
  }
}
@media (max-width: 768px) {
  .facList li .Txt .title {
    font-size: 23px;
    letter-spacing: 3.45px;
  }
}

.Txt {
  position: relative;
}
.Txt .title {
  color: #000000;
  font-size: 28px;
  letter-spacing: 4.2px;
  font-weight: 500;
  font-family: "Noto Serif TC";
  padding-bottom: 30px;
}
.Txt .intro {
  color: #6c6c6c;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.inside_title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Serif TC";
  letter-spacing: 1.8px;
  padding-bottom: 5px;
}

.openTime .tipsTxt {
  color: #5b5b5b;
  font-size: 12px;
}
.openTime p {
  color: #5b5b5b;
}

.place {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  background-color: #535353;
  font-family: "Noto Serif TC";
  display: inline-block;
  line-height: 1;
  padding: 21px 10px;
  min-width: 60px;
  text-align: center;
}
@media (max-width: 375px) {
  .place {
    font-size: 16px;
    min-width: 50px;
    padding: 17px 10px;
  }
}

.textEditor {
  color: #5b5b5b;
}

/******內頁******/
.albumBox {
  position: relative;
}
.albumBox.noImg .Txt {
  margin-top: 20px;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
}
@media (min-width: 768px) {
  .albumBox.noImg .Txt {
    margin-bottom: 50px;
  }
}
.albumBox .shareBox {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.albumBox .shareBox.mb {
  display: none;
}
.albumBox .shareBox .inside_title {
  color: #313131;
}
.albumBox .shareBox .shareList {
  margin: 0;
}
.albumBox .shareBox .shareList li.copylink {
  display: none;
}
@media (max-width: 1750px) {
  .albumBox .shareBox.pc {
    display: none;
  }
  .albumBox .shareBox.mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .albumBox .shareBox .shareList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1751px) {
  .albumBox .shareBox {
    position: absolute;
    left: 38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -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;
  }
  .albumBox .shareBox .inside_title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-transform: uppercase;
    padding-bottom: 0;
  }
  .albumBox .shareBox .shareList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .albumBox .shareBox .shareList:before {
    content: "";
    background-color: #ffffff;
    width: 1px;
    height: 48px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .albumBox .shareBox .shareList li {
    padding: 6px 0;
  }
  .albumBox .shareBox .shareList li a {
    color: #ffffff;
  }
  .albumBox .shareBox .shareList li svg {
    fill: #ffffff;
  }
}
.albumBox .imgShowBox .imgShowList {
  margin-bottom: 0 !important;
}
.albumBox .imgShowBox .imgShowList > li:not(:first-child) {
  display: none;
}
.albumBox .imgShowBox .imgShowList li a {
  display: block;
}
.albumBox .imgShowBox .imgShowList li a img {
  height: 940px;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumBox .imgNavBox {
  position: absolute;
  left: 780px;
  bottom: 107px;
  max-width: 885px;
}
.albumBox .imgNavBox .arrowBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 27px;
}
.albumBox .imgNavBox .imgNavList {
  margin: 0 -7px;
}
.albumBox .imgNavBox .imgNavList > li {
  float: left;
  width: 33.33%;
}
.albumBox .imgNavBox .imgNavList > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}
.albumBox .imgNavBox .imgNavList a {
  display: block;
  margin: 0 7px;
  position: relative;
}
.albumBox .imgNavBox .imgNavList a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.albumBox .imgNavBox .imgNavList a .sign {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
  opacity: 0;
}
.albumBox .imgNavBox .imgNavList a .sign svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}
.albumBox .imgNavBox .imgNavList a img {
  width: 100%;
}
.albumBox .imgNavBox .imgNavList a:hover:before,
.albumBox .imgNavBox .imgNavList a:hover .sign {
  opacity: 1;
}
.albumBox .Txt {
  position: absolute;
  left: 117px;
  top: 107px;
  bottom: 107px;
  background-color: #ffffff;
  padding: 54px 35px;
  max-width: 550px;
}
.albumBox .Txt .scrollBox {
  height: calc(100% - 70px);
  overflow-y: auto;
}
.albumBox .place {
  position: absolute;
  right: -30px;
  top: 54px;
}
.albumBox .rule {
  padding-top: 25px;
}
@media (max-width: 1750px) {
  .albumBox .Txt {
    left: 50px;
  }
  .albumBox .imgNavBox {
    left: 650px;
  }
}
@media (max-width: 1600px) {
  .albumBox .imgNavBox {
    max-width: 52%;
  }
}
@media (max-width: 1400px) {
  .albumBox .imgNavBox {
    max-width: 46.506%;
  }
}
@media (max-width: 1280px) {
  .albumBox .Txt {
    bottom: auto;
    padding: 40px 30px 50px;
  }
  .albumBox .Txt .scrollBox {
    height: 410px;
  }
  .albumBox .imgNavBox {
    left: 50px;
    right: 50px;
    bottom: 50px;
    margin-top: 50px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .albumBox .imgShowBox {
    padding: 0 20px;
  }
  .albumBox .imgShowBox .imgShowList li a img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .albumBox .Txt {
    left: 0;
    right: 0;
    top: 0;
    max-width: calc(100% - 40px);
    margin: auto auto 50px;
    position: relative;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
  }
  .albumBox .Txt .scrollBox {
    height: auto;
  }
  .albumBox .place {
    position: relative;
    right: 0;
    top: 0;
  }
  .albumBox .titleBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 15px;
  }
  .albumBox .titleBar .title {
    padding-bottom: 0;
  }
  .albumBox .imgNavBox {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .albumBox .imgNavBox .arrowBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 30px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .albumBox .imgNavBox .arrowBox .arrow svg {
    fill: #737373;
  }
  .albumBox .imgNavBox .arrowBox .appendDots .num:not(:first-child) {
    color: #000000;
  }
  .albumBox .imgNavBox .arrowBox .appendDots .slash {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 460px) {
  .albumBox .imgShowBox .imgShowList li a img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.arrowBox {
  text-align: center;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrowBox .arrow svg {
  width: 10px;
  height: 15px;
}
.arrowBox .arrow:hover {
  cursor: pointer;
  color: #ab9687;
}
.arrowBox .arrow:hover svg {
  fill: #ab9687;
}
.arrowBox .appendDots {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrowBox .appendDots .num {
  color: #ffffff;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
}
.arrowBox .appendDots .num:first-child {
  color: #ab9687;
}
.arrowBox .appendDots .slash {
  display: block;
  width: 1px;
  height: 19px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 20px;
}