/* RESET All ELEMENT */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html, body, div, span, table, caption, tbody, tfoot, thead, tr, th, td, font, img, small, strong, sub, sup, p, a, dl, dt, dd, ol, ul, li, form, label {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* SPECIAL RESET */
ol, ul {
  list-style: none;
}

/*th,td{font-weight:normal;text-align:left;}*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

:focus {
  outline: none;
}

/*============================================
=                    Base                    =
============================================*/
html * {
  max-height: 1000000px;
  /*-webkit-text-size-adjust: 100%;*/
}

a {
  color: #535353;
  text-decoration: none;
}

a, area {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}

img {
  vertical-align: top;
}

/*iframeRwd*/
/*=============================================
=                   color                    =
=============================================*/
/*=============================================
=                   custom                    =
=============================================*/
.header {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.wrapper {
  padding-top: 49px;
}

.main .kv {
  height: auto;
  background: transparent;
}

.main .kv h1 {  
  margin-top: 50px;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;   
}

.main .page {
  padding: 30px 0;
}

.main .page:nth-child(odd) {
  background: #fff;
}

.main .page h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  border-bottom: none;
  color: #1E2022;
  padding: 20px 0;
}

.main .page h3 {
  color: #96877c;
}

.main .page .maintitle h3 {
  color: #fff;
  padding: 5px 20px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #96877c;
  border-bottom: 2px solid #96877c;
  display: inline;
}

.main .page h4 {
  font-size: 22px;
  text-align: left;
  line-height: 1.4;
  margin: 10px 0 0;
  color: #076290;
  font-weight: 700;
}

.main .page h4 .real {
  display: inline-block;
}

.main .page .foreword .cont {
  float: none;
  width: 100%;
}

.main .page .foreword .txt1 p {
  text-align: center;
  color: #d5262a;
}

.main .page .contBox .title {
  margin: 0 auto 3%;
}

.main .page .contBox .swiperStyle4 .swiper-container .swiper-slide {
  text-align: center;
}

.main .page .contBox .swiperStyle4 .swiper-container .swiper-slide .readBtn {
  margin: 5% auto;
}

.main .page .txtBox .ctaUrl {
  position: relative;
  display: inline;
  color: #96877c;
  border-bottom: 1px solid #96877c;
  padding-bottom: 1px;
  font-weight: 500;
}

.main .page .imgCont {
  margin: 10px auto 25px;
}

.main .page .videoCont {
  margin: 10px auto 25px;
}

.main .page .BN {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}

.main .page .readBtn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  border-radius: 20px;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 8px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  color: #fff;
  background: #d5262a;
}

.main .page .extendCont {
  margin: 8% auto;
}

.main .page .extendCont li .extendUrl {
  font-weight: 600;
  border-bottom: 3px solid #d5262a;
}

.main .page .socialBox .socialBtn {
  border: 2px solid #96877c;
}

.main .page2 .contBox {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #96877c;
}

.main .page2 .contBox:last-child {
  border-bottom: 1px solid transparent;
}

.main .page2 .contBox .title {
  padding: 0 0 4%;
}

.liveBtn {
  position: fixed;
  right: 1%;
  bottom: 5%;
  width: 150px;
  height: 150px;
  z-index: 99;
}

.liveBtn p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .main .page .block {
    max-width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .main .page .extendCont li {
    text-align: center;
  }
  .main .page .extendCont li .extendUrl {
    font-size: 22px;
  }
  .liveBtn {
    position: fixed;
    bottom: 3%;
    width: 100px;
    height: 100px;
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .main .page h2 {
    line-height: 1.4;
  }
  .main .page h3 {
    font-size: 32px;
  }
  .main .page .block {
    max-width: 85%;
  }
  .main .page .contBox .swiperStyle4 .swiper-container .swiper-slide .readBtn {
    margin: 10% auto 0;
  }
  .main .page .contBox .swiperStyle4 .swiperBtn .swiper-button-prev, .main .page .contBox .swiperStyle4 .swiperBtn .swiper-button-next {
    top: 45%;
  }
}
/*# sourceMappingURL=custom.css.map */