@charset "UTF-8";
.textEditor .aboutBox .txtBox, .closeVideo {
  box-sizing: border-box;
}

.mainArea {
  padding-top: 60px;
}

#ad {
  max-width: 1350px;
  margin: 70px auto 0;
}

#ad img {
  display: block;
  margin: auto;
}

#ad h4 {
  display: none;
}

.album {
  display: none;
}

.aboutTitleBox {
  position: relative;
  max-width: 1500px;
  top: 27px;
  margin: auto;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.aboutTitleBox h2 {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #bf9f62;
}

.aboutTitleBox p {
  color: #cacaca;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 28px;
  font-weight: 600;
}

.textEditor {
  margin-top: 0;
}

.textEditor ul.album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}

.textEditor ul.album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  box-shadow: 2px 2px 5px #c3c3c3;
}

.textEditor ul.album li a {
  display: block;
}

.textEditor ul.album li a img {
  max-width: 100%;
}

.textEditor .aboutBox {
  list-style: none;
  margin: 0;
  padding: 0;
}

.textEditor .aboutBox li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.textEditor .aboutBox li:nth-child(odd) .txtBox {
  padding-top: 90px;
}

.textEditor .aboutBox li:nth-child(even) .txtBox {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 135px;
  padding-left: 85px;
}

.textEditor .aboutBox li:nth-child(2) .txtBox {
  position: relative;
  padding-right: 140px;
}

.textEditor .aboutBox .imgBox {
  position: relative;
  line-height: 0;
}

.textEditor .aboutBox .imgBox img {
  height: 100%;
  object-fit: cover;
}

.textEditor .aboutBox .txtBox {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.textEditor .aboutBox .albumBtn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.textEditor .aboutBox h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #ad8b51;
}

.textEditor .aboutBox p {
  font-size: 15px;
  color: #131313;
  line-height: 2;
}

.textEditor .aboutBox p + p {
  margin-top: 25px;
}

.textEditor .aboutBox p + h3 {
  margin-top: 35px;
}

.grayBox {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f4f4f4;
}

.bannerVideoArea {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 51;
}

.closeVideo {
  position: absolute;
  width: 40px;
  bottom: 20px;
  right: 40px;
  padding: 10px 20px;
  white-space: nowrap;
  border: none;
  background-color: #000;
  color: transparent;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  z-index: 1;
  opacity: .2;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
  transition: width .3s ease-out .3s, padding .3s ease-out .3s, color .2s ease 0s, opacity .3s ease-out;
}

.closeVideo:hover {
  width: 120px;
  padding-left: 40px;
  color: #fff;
  opacity: 1;
  transition: width .3s ease-out, padding .5s ease-out, color .4s ease .4s, opacity .3s ease-out;
}

.closeVideo:hover::before, .closeVideo:hover::after {
  left: 15px;
}

.closeVideo::before, .closeVideo::after {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.closeVideo::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.closeVideo::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1480px) {
  .aboutTitleBox {
    position: static;
    margin-bottom: 20px;
  }
}

@media (max-width: 1400px) {
  .textEditor .aboutBox li:nth-child(odd) .txtBox {
    width: 50%;
    padding-top: 30px;
  }
  .textEditor .aboutBox li:nth-child(even) .txtBox {
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .textEditor .aboutBox li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .textEditor .aboutBox li + li {
    margin-top: 20px;
  }
  .textEditor .aboutBox li:nth-child(odd) .txtBox {
    padding-bottom: 30px;
  }
  .textEditor .aboutBox li:nth-child(even) .txtBox {
    padding-left: 0;
  }
  .textEditor .aboutBox .imgBox img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .textEditor ul.album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}

@media (max-width: 580px) {
  .grayBox {
    display: none;
  }
  .textEditor .aboutBox li .txtBox p br {
    display: none;
  }
  .textEditor .aboutBox li:nth-child(even) .txtBox {
    padding-right: 0;
  }
}
