.noaction {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* ---------------------------------
Common Styles
--------------------------------- */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none;
}

#dgm {
  margin: 0;
  /* #digim */
}

#dgm * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#dgm img {
  width: 100%;
}

#dgm h1,
#dgm h2,
#dgm h3,
#dgm h4,
#dgm h5,
#dgm h6,
#dgm p,
#dgm .h1,
#dgm .h2,
#dgm .h3,
#dgm .h4,
#dgm .h5,
#dgm .h6,
#dgm a,
#dgm li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#dgm * {
  font-size: inherit;
  font-family: "Microsoft JhengHei";
  text-align: justify;
  text-justify: distribute;
}

#dgm .text-center {
  text-align: center;
}

#dgm .text-left {
  text-align: left;
}

#dgm .text-right {
  text-align: right;
}

#dgm .text-justify {
  text-justify: distribute;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  -moz-text-justify: inter-ideograph;
}

#dgm a {
  display: block;
  text-decoration: none;
}

#dgm section {
  position: relative;
}

#dgm .img-full-width {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#dgm section .img-title img {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#dgm section .img-title h1 {
  width: 100%;
  overflow: hidden;
  text-indent: -10000%;
}

#dgm .float {
  float: left;
}

#dgm .float-r {
  float: right;
}

#dgm section.offer {
  position: fixed;
  bottom: 0px;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  z-index: 3;
}

@media only screen and (max-width: 899px) {
  #dgm section.offer {
    left: 0;
  }
}

@media only screen and (max-width: 639px) {
  #dgm section.offer {
    max-width: 639px;
  }
}

#dgm section.offer a {
  display: block;
  height: 100%;
  left: 0%;
}

#dgm section.offer .aLeft {
  left: 0%;
}

#dgm section.offer .aRight {
  left: 50%;
}

#dgm .offer.offer-fixed-right {
  position: fixed;
  left: 50%;
  top: 297px;
  bottom: auto;
  margin-left: 455px;
}

#dgm .offer.offer-fixed-right img {
  max-width: 205px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #dgm .offer.offer-fixed-right {
    display: none;
  }
}

#dgm .dig_visible-lg {
  display: block !important;
}

@media only screen and (max-width: 1024px) {
  #dgm .dig_visible-lg {
    display: none !important;
  }
}

#dgm .dig_visible-xs {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  #dgm .dig_visible-xs {
    display: block !important;
  }
}

#dgm {
  background-color: #fae7df;
}

#dgm .wrapper {
  max-width: 1230px;
  width: 100%;
  font-size: 0;
  padding-top: 0%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: justify;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper {
    margin: 0;
  }
}

#dgm .wrapper h1, #dgm .wrapper h2, #dgm .wrapper h5, #dgm .wrapper p {
  position: absolute;
  z-index: 1;
  top: 0;
  text-align: center;
  width: 100%;
}

#dgm .wrapper .entrance__footer {
  margin-bottom: 20px;
  float: right;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .entrance__footer {
    margin-top: 2%;
    margin-bottom: 2%;
  }
}

#dgm .wrapper .footer__copyright {
  position: relative;
  z-index: 1;
  font-size: 16px;
  float: left;
  margin-right: 3%;
  line-height: 1.5;
  color: #7e7e7e;
  width: 80%;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .footer__copyright {
    float: right;
    font-size: 2vw;
    width: 100%;
  }
}

#dgm .wrapper .footer__company-logo {
  float: left;
  line-height: 1.5;
  max-width: 130px;
  width: 20%;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .footer__company-logo {
    float: right;
    line-height: 1.5;
    max-width: 130px;
    margin-right: 1%;
  }
}

@media only screen and (max-width: 550px) {
  #dgm .wrapper .footer__company-logo {
    margin-right: 6%;
  }
}

#dgm .wrapper .anTittle {
  position: absolute;
  z-index: 1;
  top: 20%;
  right: 1.6%;
  width: 60%;
  overflow: hidden;
}

#dgm .wrapper .anTittle .anTittle_img {
  -webkit-transform: translateX(0%) translateY(100%);
          transform: translateX(0%) translateY(100%);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
}

#dgm .wrapper .active .anTittle {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  right: 1.6%;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .active .anTittle {
    right: 1.5%;
  }
}

#dgm .wrapper .active .anTittle .anTittle_img {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

#dgm .wrapper .linkBtn {
  position: relative;
  height: auto;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
}

#dgm .wrapper .linkBtn .btn1,
#dgm .wrapper .linkBtn .btn2,
#dgm .wrapper .linkBtn .btn3 {
  position: absolute;
  z-index: 1;
  top: 0;
  margin-top: 12%;
  height: 10vw;
  bottom: 0;
  width: 26.5%;
  max-height: 95px;
}

#dgm .wrapper .linkBtn .btn1 {
  left: 9.8%;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .linkBtn .btn1 {
    left: 7.5%;
  }
}

#dgm .wrapper .linkBtn .btn2 {
  left: 37.3%;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .linkBtn .btn2 {
    left: 36.3%;
  }
}

#dgm .wrapper .linkBtn .btn3 {
  left: 64.8%;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .linkBtn .btn3 {
    left: 64.8%;
  }
}

#dgm .wrapper .linkBtn .btn1:hover, #dgm .wrapper .linkBtn .btn2:hover, #dgm .wrapper .linkBtn .btn3:hover {
  -webkit-filter: drop-shadow(5px 10px 5px #ccc) contrast(95%);
          filter: drop-shadow(5px 10px 5px #ccc) contrast(95%);
}

#dgm .wrapper .sec1 h1 {
  font-size: 43px;
  top: 66.5%;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0.1em 0.1em 0.2em #c97a49;
  letter-spacing: 0.05em;
  height: 25px;
  font-weight: 400;
  font-family: Arial;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .sec1 h1 {
    font-size: 4.2vw;
  }
}

#dgm .wrapper .sec1 h2 {
  font-size: 32px;
  color: #595757;
  top: 90%;
  text-shadow: 0.1em 0.1em 0.2em #dfd6cb;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1320px) {
  #dgm .wrapper .sec1 h2 {
    font-size: 2.4vw;
  }
}

#dgm .wrapper .sec3 h1 {
  color: #ffffff;
  letter-spacing: 0.3em;
  text-shadow: 0.1em 0.1em 0.2em #c97a49;
  font-weight: 400;
}

#dgm .wrapper .sec3 h1:nth-of-type(1) {
  top: 18.5%;
  font-size: 74px;
  letter-spacing: 0.5em;
  padding-left: 0.4em;
}

@media only screen and (max-width: 1230px) {
  #dgm .wrapper .sec3 h1:nth-of-type(1) {
    font-size: 6.5vw;
  }
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .sec3 h1:nth-of-type(1) {
    top: 11%;
  }
}

#dgm .wrapper .sec3 h1:nth-of-type(2) {
  top: 23.5%;
  font-size: 72px;
}

@media only screen and (max-width: 1230px) {
  #dgm .wrapper .sec3 h1:nth-of-type(2) {
    font-size: 6.5vw;
  }
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .sec3 h1:nth-of-type(2) {
    top: 13.5%;
  }
}

#dgm .wrapper .sec3 h2 {
  width: 100%;
  text-align: center;
  font-size: 27px;
  top: 28.5%;
  color: #ffffff;
  font-weight: 400;
  text-shadow: 0.1em 0.1em 0.2em #c97a49;
}

@media only screen and (max-width: 1230px) {
  #dgm .wrapper .sec3 h2 {
    font-size: 2.3vw;
  }
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .sec3 h2 {
    top: 16.7%;
  }
}

#dgm .wrapper .sec3 h5 {
  width: auto;
  font-size: 30px;
  color: #626060;
  border: 1px solid #7e7e7e;
  padding: 3px 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 400;
  letter-spacing: 0.2em;
  max-width: 200px;
  width: 24%;
  white-space: nowrap;
}

@media only screen and (max-width: 1320px) {
  #dgm .wrapper .sec3 h5 {
    font-size: 2.2vw;
  }
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .sec3 h5 {
    border: 0.5px solid #7e7e7e;
    font-size: 3vw;
    font-weight: 400;
  }
}

#dgm .wrapper .sec3 h5:nth-of-type(1) {
  top: 36%;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .sec3 h5:nth-of-type(1) {
    top: 21.8%;
  }
}

#dgm .wrapper .sec3 h5:nth-of-type(2) {
  top: 56.5%;
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #dgm .wrapper .sec3 h5:nth-of-type(2) {
    top: 48%;
  }
}

#dgm .wrapper .sec3 h5:nth-of-type(3) {
  top: 77.5%;
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #dgm .wrapper .sec3 h5:nth-of-type(3) {
    top: 74.5%;
  }
}

#dgm .wrapper .sec3 p {
  font-size: 20px;
  color: #626060;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .sec3 p {
    font-size: 2.5vw;
  }
}

#dgm .wrapper .sec3 p:nth-of-type(1) {
  top: 53.5%;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .sec3 p:nth-of-type(1) {
    top: 44.2%;
  }
}

#dgm .wrapper .sec3 p:nth-of-type(2) {
  top: 74.5%;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .sec3 p:nth-of-type(2) {
    top: 70.5%;
  }
}

#dgm .wrapper .sec3 p:nth-of-type(3) {
  top: 95.5%;
}

@media only screen and (max-width: 1024px) {
  #dgm .wrapper .sec3 p:nth-of-type(3) {
    top: 97%;
  }
}
