@charset "UTF-8";
body,
html {
  margin: 0;
}

#dgm {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif,arial;
  font-size: 12px;
}

#dgm.container {
  max-width: 2000px;
  width: auto;
  padding: 0 4% 4%;
  height: auto;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  background-image: url(../images/classA_bg_01.jpg), url(../images/classA_bg_02.jpg);
  background-size: contain;
  background-repeat: no-repeat,repeat-y;
  background-position: top left;
}

@media (max-width: 999px) {
  #dgm.container {
    padding: 0 2.5% 4%;
    background-image: url(../images/classA_bg_m_01.jpg), url(../images/classA_bg_m_02.jpg);
  }
}

#dgm img {
  width: 100%;
  display: block;
}

#dgm a {
  color: inherit;
  text-decoration: none;
}

#dgm .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#dgm .sec {
  position: relative;
}

#dgm .sec-note {
  position: relative;
}

#dgm .sec1 {
  position: relative;
  width: 100%;
  height: 100%;
}

#dgm .sec1 .sec-title {
  width: 81%;
  position: relative;
  padding-top: 8%;
  padding-bottom: 3%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 999px) {
  #dgm .sec1 .sec-title {
    padding-top: 12%;
    padding-bottom: 5%;
    width: 76%;
  }
}

#dgm .sec1 .sec-title img {
  width: 69%;
  margin: 0 auto;
}

@media (max-width: 999px) {
  #dgm .sec1 .sec-title img {
    width: 100%;
  }
}

#dgm .sec2 .sec-title {
  width: 66%;
  margin: 0 auto;
  padding-top: 8%;
  padding-bottom: 3%;
}

@media (max-width: 999px) {
  #dgm .sec2 .sec-title {
    width: 75%;
    padding-bottom: 5%;
  }
}

#dgm .sec2 .btn {
  max-width: 450px;
  width: 20vw;
  height: auto;
  position: absolute;
  top: 78.5%;
  left: 74%;
  /* border: 1px solid #000; */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 999px) {
  #dgm .sec2 .btn {
    top: 87%;
    width: 43%;
    left: 50%;
    max-width: 290px;
  }
}

#dgm .sec2 .btn a {
  cursor: pointer;
  display: block;
}

#dgm .sec2 .classList {
  position: relative;
  margin-bottom: 1%;
}

#dgm .sec3 {
  background-color: #0082cd;
  border-radius: 30px;
  padding: 1% 5% 3%;
  width: 88%;
  margin: 2% auto 0;
}

@media (max-width: 999px) {
  #dgm .sec3 {
    padding-top: 3%;
    border-radius: 17px;
  }
}

#dgm .sec3 .li-title {
  background-image: url(q_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* width: auto; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 164px;
  max-height: 67px;
  width: 8.5vw;
  height: 3.45vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* line-height: 2; */
  color: #004882;
  font-weight: 600;
  font-size: 28px;
  margin: 5% 0 0.5% -2.5%;
}

@media (max-width: 2000px) {
  #dgm .sec3 .li-title {
    font-size: 1.6vw;
  }
}

@media (max-width: 999px) {
  #dgm .sec3 .li-title {
    margin: 8% 0 0% -2rem;
    font-size: 3.5vw;
    width: 19.1vw;
    height: 7.85vw;
    margin-left: -7%;
  }
}

@media (max-width: 500px) {
  #dgm .sec3 .li-title {
    margin-left: -9%;
  }
}

#dgm .sec3 .li-title span {
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}

@media (max-width: 999px) {
  #dgm .sec3 .li-title span {
    -webkit-transform: translateY(-13%);
            transform: translateY(-13%);
  }
}

#dgm .sec3 ul {
  padding: 0;
  list-style-position: outside;
  text-align: justify;
  text-justify: distribute;
  padding-left: 2rem;
  margin-bottom: 2%;
  line-height: 1.4;
}

@media (max-width: 999px) {
  #dgm .sec3 ul {
    padding-left: 5%;
    margin-bottom: 8%;
  }
}

@media (max-width: 500px) {
  #dgm .sec3 ul {
    padding-left: 1.2rem;
  }
}

#dgm .sec3 li {
  color: #fff;
  text-indent: 0rem;
  padding-left: 0;
  margin: 0.5rem 0rem;
  text-indent: 0rem;
  padding-left: 0rem;
  font-size: 28px;
}

@media (max-width: 2000px) {
  #dgm .sec3 li {
    font-size: 1.6vw;
  }
}

@media (max-width: 999px) {
  #dgm .sec3 li {
    font-size: 3.5vw;
    margin-left: -2vw;
    margin: 2% 0rem 3%;
  }
}

#dgm .sec3 li::marker {
  padding-right: 0.5rem;
}

#dgm .sec3 .no-litype {
  list-style-type: none;
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
}

@media (max-width: 999px) {
  #dgm .sec3 .no-litype {
    -webkit-transform: translateX(-3.5%);
            transform: translateX(-3.5%);
  }
}

#dgm .sec3 .decimal-litype {
  list-style-type: decimal;
}

#dgm .sec3 .disc-litype {
  list-style-type: disc;
}

#dgm .swiper-button-prev, #dgm .swiper-button-next {
  color: #0b5ea4;
  background-color: #fff;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  padding: 2px;
  font-size: 12px;
  background-image: url(banner_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 999px) {
  #dgm .swiper-button-prev, #dgm .swiper-button-next {
    width: 5vw;
    height: 5vw;
    font-size: 3vw;
  }
}

#dgm .swiper-button-prev::after, #dgm .swiper-button-next::after {
  font-size: 16px;
  font-weight: 900;
  content: '';
}

#dgm .swiper-button-prev {
  margin-left: 10px;
}

@media (max-width: 999px) {
  #dgm .swiper-button-prev {
    margin-left: 0vw;
  }
}

@media (max-width: 500px) {
  #dgm .swiper-button-prev {
    margin-right: -1vw;
  }
}

#dgm .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}

@media (max-width: 999px) {
  #dgm .swiper-button-next {
    margin-right: 0vw;
  }
}

@media (max-width: 500px) {
  #dgm .swiper-button-next {
    margin-right: -1vw;
  }
}

#dgm .swiper-pagination {
  bottom: 20px;
}

@media (max-width: 999px) {
  #dgm .swiper-pagination {
    bottom: 2%;
  }
}

#dgm .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
}

@media (max-width: 999px) {
  #dgm .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
  }
}
/*# sourceMappingURL=style.css.map */