
#hd .sec-more .hd-768-block {
  display: none !important;
}
#hd .sec-more{
  font-family: "HelveticaNowDisplayLight", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: #ffffff;
  color: #2b2b2b;
  font-size: 16px;
  margin: 0;
  padding: 0; }
#hd .sec-more * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word; }
#hd .sec-more * ::selection {
  background: #a07d55;
  color: white;
  -webkit-text-fill-color: white; }
#hd .sec-more * ::-moz-selection {
  background: #a07d55;
  color: white; }
#hd .sec-more * :focus-visible {
  outline-color: #a07d55; }
#hd .sec-more ul,
#hd .sec-more li,
#hd .sec-more figure {
  margin: 0;
  padding: 0; }
#hd .sec-more h1,
#hd .sec-more h2,
#hd .sec-more h3,
#hd .sec-more h4,
#hd .sec-more p,
#hd .sec-more a,
#hd .sec-more li {
  font: inherit;
  padding: 0;
  margin: 0; }
#hd .sec-more img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto; }
#hd .sec-more img.lazyload {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
#hd .sec-more img.lazyload.lazyloaded {
  height: auto;
  opacity: 1; }
#hd .sec-more video {
  max-width: 100%; }
#hd .sec-more button {
  background: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: none; }
#hd .sec-more .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
/*sec-more*/
  #hd .sec-more{
    position: relative;
    padding: 0;
    background-color: black;
    padding: 8% 0 4%;
  }
  #hd .sec-more .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  #hd .sec-more .hd-content{
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #hd .sec-more p{
    font-family: "HelveticaNowDisplayLight", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    color: white;
    text-align: center;
    font-size: 3em;
    letter-spacing: .05em;
  }
  #hd .sec-more h2{
    font-family: 'HelveticaNowDisplayRegular', 'HelveticaNowDisplayLight', "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    color: #c8a780 !important;
    text-align: center;
    font-size: 4em;
    margin-top: .2em;
    margin-bottom: 1em;
    letter-spacing: .02em;
    line-height: 1.2;
  }
  #hd .sec-more .icon{
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 960px !important;
    margin: 0 auto;
  }
  #hd .sec-more .hd-btn{
    margin-top: 2em;
  }
  #hd .sec-more .hd-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: "HelveticaNowDisplayMedium", "HelveticaNowDisplayLight", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-weight: 500;
      font-size: 1em;
      letter-spacing: 0;
      line-height: 1;
      color: #c8a780;
      background: black;
      padding: .7em 1.25em;
      margin: .25em 0;
      text-align: center;
      border: 1px solid #c8a780;
      border-radius: 0;
      position: relative;
      z-index: 2;
      cursor: pointer;
      -moz-transition: background 0.4s ease, transform 0.25s ease;
      -o-transition: background 0.4s ease, transform 0.25s ease;
      -webkit-transition: background 0.4s ease, transform 0.25s ease;
      transition: background 0.4s ease, transform 0.25s ease;
  }
  #hd .sec-more .hd-btn:hover, #hd .sec-more .hd-btn:focus-visible {
      background: #271b0d;
  }


@media screen and (min-width: 2560px) {
  #hd .sec-more .icon{
    max-width: 1200px !important;
  }

}
@media screen and (min-width: 3000px) {
  #hd .sec-more .icon{
    max-width: 1600px !important;
  }

}
@media screen and (max-width: 1024px) {
  #hd .hd-more-lightbox .hd-filter {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-more {
    position: relative;
    padding: 8% 0 6%;
    
  }
  #hd .sec-more p{
    font-size:2em;
  }
  #hd .sec-more h2{
    font-size: 3em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-more {
    position: relative;
    padding: 8% 0 8%;
    
  }
  #hd .sec-more p{
    font-size: 1.6em;
  }
  #hd .sec-more h24{
    font-size: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-more{
    padding-bottom: 0;
  }
  #hd .sec-more  .hd-768-none{
    display: none;
  }
  #hd .sec-more .hd-768-block{
    display: block !important;
  }
  #hd .sec-more a{
    padding: 0;
  }
  #hd .sec-morevideo .hd-col33{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 8%;
  }
  #hd .sec-more .hd-content{
    margin: -23% auto;
  }
  #hd .sec-more p{
    font-size: 1.4em;
  }
  #hd .sec-more h2{
    font-size: 2em;
    margin-bottom: 0;
  }
  #hd .sec-more .icon{
    width: 100%;
  }

}
@media screen and (max-width: 480px) {
  #hd .sec-more p{
    font-size: 1.2em;
  }
  #hd .sec-more h2{
    font-size: 1.6em;
  }
}






