/* RESET All ELEMENT */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
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*/
/*=============================================
=                  All setting               =
=============================================*/
/*=============================================
=                   custom                    =
=============================================*/
.word-break {
  display: inline-block;
}

.main .kv .mask {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  min-height: 100vh;
}

.main .kv .mask .mov1 {
  width: 480px;
  height: 350px;
  background-color: #0D6EFE;
  opacity: .7;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  border-radius: 50%;
  position: absolute;
  left: -10px;
  bottom: 40px;
  z-index: 4;
  -webkit-animation: rotar 8s infinite ease-in-out;
          animation: rotar 8s infinite ease-in-out;
  -webkit-transform-origin: 50% -100%;
          transform-origin: 50% -100%;
}

.main .kv .mask .mov2 {
  width: 300px;
  height: 320px;
  background-color: rgba(149, 85, 201, 0.5);
  opacity: .6;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  border-radius: 50%;
  position: absolute;
  top: 130px;
  right: 20%;
  z-index: 5;
  -webkit-animation: gradient 6s infinite;
          animation: gradient 6s infinite;
}

.main .kv .mask .mov3 {
  width: 600px;
  height: 320px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 8;
  -webkit-animation: rotar 12s infinite ease-in-out;
          animation: rotar 12s infinite ease-in-out;
  -webkit-transform-origin: -50% 100%;
          transform-origin: -50% 100%;
}

.main .kv .mask .mov4 {
  width: 360px;
  height: 600px;
  background-color: #3191c6;
  opacity: .9;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  width: 360px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  bottom: -30%;
  right: -30%;
  z-index: 1;
  -webkit-animation: gradient 7s infinite;
          animation: gradient 7s infinite;
}

.main .kv .mask .mov5 {
  width: 200px;
  height: 90px;
  background-color: #1E3341;
  opacity: .7;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: 55%;
  z-index: 6;
  -webkit-animation: rotar 5s infinite;
          animation: rotar 5s infinite;
  -webkit-transform-origin: -100% -120%;
          transform-origin: -100% -120%;
}

@-webkit-keyframes rotar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: rotate(50deg) scale(0.5);
            transform: rotate(50deg) scale(0.5);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
}

@keyframes rotar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: rotate(50deg) scale(0.5);
            transform: rotate(50deg) scale(0.5);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
}

@-webkit-keyframes gradient {
  60% {
    -webkit-transform: scale(1.5) translate(-70%, -20%);
            transform: scale(1.5) translate(-70%, -20%);
  }
}

@keyframes gradient {
  60% {
    -webkit-transform: scale(1.5) translate(-70%, -20%);
            transform: scale(1.5) translate(-70%, -20%);
  }
}

.main .kvTitleBox {
  position: relative;
  display: block;
}

.main .kvTitle1 {
  opacity: 0;
}

.main .kvTitle2 {
  opacity: 0;
}

.main .kvTitle3 {
  opacity: 0;
}

.main .kv.on .kvTitle1 {
  -webkit-animation: title1Show 2s forwards;
          animation: title1Show 2s forwards;
}

.main .kv.on .kvTitle1 .titleDec {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*background: #FFB600;*/
  -webkit-animation: title1ShowBg 2.8s forwards;
          animation: title1ShowBg 2.8s forwards;
  z-index: -1;
}

.main .kv.on .kvTitle2 {
  -webkit-animation: title2Show 2s forwards;
          animation: title2Show 2s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.main .kv.on .kvTitle3 {
  -webkit-animation: title3Show 2s forwards;
          animation: title3Show 2s forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.main .kv.on .main .kv.on {
  content: '';
  position: relative;
  display: block;
  width: 0;
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-animation: title3LineShow 2s forwards;
          animation: title3LineShow 2s forwards;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

@-webkit-keyframes title1Show {
  0% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes title1Show {
  0% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes title2Show {
  0% {
    -webkit-transform: scale(0.9) translate3d(0px, 10px, 0);
            transform: scale(0.9) translate3d(0px, 10px, 0);
    opacity: 0;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@keyframes title2Show {
  0% {
    -webkit-transform: scale(0.9) translate3d(0px, 10px, 0);
            transform: scale(0.9) translate3d(0px, 10px, 0);
    opacity: 0;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@-webkit-keyframes title1ShowBg {
  0% {
    opacity: 0;
    width: 15%;
    left: 40%;
  }
  100% {
    opacity: 1;
    width: 33%;
    left: 50%;
  }
}

@keyframes title1ShowBg {
  0% {
    opacity: 0;
    width: 15%;
    left: 40%;
  }
  100% {
    opacity: 1;
    width: 33%;
    left: 50%;
  }
}

@-webkit-keyframes title3LineShow {
  0% {
    width: 0;
  }
  100% {
    width: 62%;
  }
}

@keyframes title3LineShow {
  0% {
    width: 0;
  }
  100% {
    width: 62%;
  }
}

@-webkit-keyframes title3Show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes title3Show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main .pageFore {
  background: #132535;
}

.main .page2 {
  background: url(../img/page2_bg.png) 50% 50% no-repeat #132535;
  /*background-size: 100% auto;*/
  background-attachment: fixed;
}

.main .page4 .block {
  max-width: 1200px;
}

.main .page5 .txt1 b {
  color: #0D658E;
}

.main .page .txt1W p {
  color: #fff;
}

.main .page .textCard {
  border: 3px solid #0D658E;
  border-radius: 30px;
}

.main .page .textCard .Qdec {
  display: block;
  position: absolute;
  top: 18%;
  left: 50%;
  width: 125px;
  height: 120px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/page1_icon1.svg) top center no-repeat;
  background-size: 100% auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.main .page .extendContW li .extendUrl {
  color: #4cebff;
}

.main .page .extendContW li .extendUrl .liDec i {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.main .page .coverBox p {
  display: block;
  position: absolute;
  bottom: 5%;
  left: 3%;
  width: 90%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #fff;
}

.main .page .contBox .swiperStyle1 .swiper-slide .img {
  overflow: hidden;
}

.main .page .contBox .swiperStyle1 .swiper-slide .img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle1 .swiper-slide:hover .img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle1 .coverBox {
  background: -webkit-gradient(linear, left bottom, left top, from(#0D658E), color-stop(70%, rgba(160, 160, 160, 0)), to(rgba(160, 160, 160, 0)));
  background: linear-gradient(360deg, #0D658E 0%, rgba(160, 160, 160, 0) 70%, rgba(160, 160, 160, 0) 100%);
}

.main .page .contBox .swiperStyle1 .coverBox p {
  font-size: 18px;
  line-height: 1.5;
  width: 90%;
  left: 5%;
  bottom: 10%;
}

.main .page .contBox .swiperStyle5 {
  max-width: 750px;
}

.main .title_main:before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/page_icon1.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}

.main .title_main_sp h3 {
  color: #FFB600;
}

.main .keyContWrap {
  position: relative;
  width: 100%;
}

.main .keyContBox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: reverse;
          flex-direction: reverse;
}

.main .keyContBox .txtBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 70%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main .keyContBox:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.main .keyContBox:nth-child(even) .txtBox {
  right: -60%;
  left: auto;
}

.main .keyContBox_com {
  position: relative;
  width: 48%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 2% 4%;
}

.main .keyTxt {
  position: relative;
  display: block;
  margin: 1rem 0;
  text-align: left;
  line-height: 1.7;
  color: #1C2538;
}

.main .keyTxt b {
  font-size: 22px;
}

.main .keyTxt p {
  font-size: 18px;
}

.p4_pcShow {
    display: block!important;
  }
.p4_mShow {
    display: none!important;
  }
.podcastitle {
  font-size: 28px; 
  color: #bb3e00; 
  border-bottom: 2px solid; 
  border-top: 2px solid; 
  padding: 5px 20px;
}

/*=============================================
=                     RWD                     =
=============================================*/
@media screen and (min-width: 1500px) {
  .main .page .textCard {
    height: 620px;
  }
  .main .page .textCard .QAcont input[type=checkbox] + label {
    font-size: 24px;
  }
  .main .page .textCard .Qtxt {
    font-size: 24px;
  }
  .main .page .txt1 b {
    font-size: 24px;
  }
  .main .page .noteBox {
    font-size: 18px;
  }
  .main .page .contBox .swiperStyle5 {
    max-width: 750px;
  }
  .main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .txt1 {
    min-height: 200px;
  }
  .main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide ul li {
    font-size: 20px;
  }
  .main .page4 .block {
    max-width: 90%;
  }
  .main .pageEdit .block .edit:before {
    top: 60px;
  }
  .main .keyTxt b {
    font-size: 24px;
  }
  .main .keyTxt p {
    font-size: 20px;
  }
  .p4_pcShow {
    display: block!important;
  }
  .p4_mShow {
    display: none!important;
  }
  .podcastitle {
   font-size: 28px; 
   color: #bb3e00; 
   border-bottom: 2px solid; 
   border-top: 2px solid; 
   padding: 5px 20px;
  }
}

@media screen and (max-width: 1280px) and (max-height: 600px) {
  .main .kv {
    padding-top: calc(45% + 30px);
  }
  .main .kv .block {
    max-width: 500px;
  }
  .p4_pcShow {
    display: block!important;
  }
  .p4_mShow {
    display: none!important;
  }
  .podcastitle {
   font-size: 28px; 
   color: #bb3e00; 
   border-bottom: 2px solid; 
   border-top: 2px solid; 
   padding: 5px 20px;
  }
}

@media screen and (max-width: 1280px) {
  .header .menuBox .block .navBtn {
    font-size: 24px;
  }
  .main .page .textCard .QAcont form {
    margin: 15px auto 0;
  }
  .main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .txt1 {
    margin: 1% auto 0;
    min-height: 140px;
  }
  .main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .txt1 b {
    margin: 1rem 0 0;
  }
  .main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide ul li {
    line-height: 1.4;
  }
  .p4_pcShow {
    display: block!important;
  }
  .p4_mShow {
    display: none!important;
  }
  .podcastitle {
   font-size: 28px; 
   color: #bb3e00; 
   border-bottom: 2px solid; 
   border-top: 2px solid; 
   padding: 5px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header .menuBox .block .navBtn {
    font-size: 28px;
    padding: 3% 5%;
  }
  .p4_pcShow {
    display: block!important;
  }
  .p4_mShow {
    display: none!important;
  }
  .podcastitle {
   font-size: 28px; 
   color: #bb3e00; 
   border-bottom: 2px solid; 
   border-top: 2px solid; 
   padding: 5px 20px;
  }
}

@media screen and (max-width: 991px) {
  .main .page .contBox .swiperStyle5 {
    max-width: 80%;
  }
  .main .page .contBox .swiperStyle5 .swiper-container {
    width: 90%;
  }
  .p4_pcShow {
    display: block!important;
  }
  .p4_mShow {
    display: none!important;
  }
  .podcastitle {
   font-size: 28px; 
   color: #bb3e00; 
   border-bottom: 2px solid; 
   border-top: 2px solid; 
   padding: 5px 20px;
  }
}

@media screen and (max-width: 768px) {
  .main .page4 .block {
    max-width: 90%;
  }
  .main .keyTxt {
    margin: .5rem 0;
  }
  .main .keyTxt b {
    font-size: 18px;
  }
  .main .keyTxt p {
    font-size: 16px;
  }
  .main .keyContBox_com {
    margin: 2% auto;
  }
  .main .keyContBox .txtBox {
    left: 50%;
  }
  .main .keyContBox:nth-child(even) .txtBox {
    right: -55%;
  }
  .main .title_main_sp h3 {
    line-height: 1.4;
  }
  .popup .popCont {
    max-width: 80%;
  }
  .p4_pcShow {
    display: block!important;
  }
  .p4_mShow {
    display: none!important;
  }
  .podcastitle {
   font-size: 28px; 
   color: #bb3e00; 
   border-bottom: 2px solid; 
   border-top: 2px solid; 
   padding: 5px 20px;
  }
}

@media screen and (max-width: 750px) {
  .word-break {
    display: block;
  }
  .main .kv {
    padding: 75% 0;
    background: url(../img/m/kv_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .main .kv .block {
    width: 100%;
  }
  .main .kv.on .kvTitle3 {
    -webkit-transform: scale(1.2) translate3d(0, 5%, 0);
            transform: scale(1.2) translate3d(0, 5%, 0);
  }
  @-webkit-keyframes title1Show {
    0% {
      -webkit-transform: scale(1) translate3d(-10px, 0, 0);
              transform: scale(1) translate3d(-10px, 0, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1.2) translate3d(0, 0, 0);
              transform: scale(1.2) translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes title1Show {
    0% {
      -webkit-transform: scale(1) translate3d(-10px, 0, 0);
              transform: scale(1) translate3d(-10px, 0, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1.2) translate3d(0, 0, 0);
              transform: scale(1.2) translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  .main .page2 {
    background-attachment: inherit;
  }
  .main .page .extendCont li {
    text-align: center;
  }
  .main .page .contBox .swiperStyle1 .coverBox p {
    font-size: 20px;
  }
  .main .page .coverBox p {
    bottom: 8%;
    left: 5%;
    width: 90%;
    line-height: 1.4;
  }
  .main .keyContBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 2% auto 4%;
  }
  .main .keyContBox:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main .keyContBox:nth-child(even) .txtBox {
    right: 0;
  }
  .main .keyContBox_com {
    margin: 0 auto;
    width: 100%;
    min-height: 220px;
  }
  .main .keyContBox .txtBox {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .main .keyTxt {
    text-align: center;
  }
  .main .keyTxt b {
    font-size: 24px;
  }
  .main .keyTxt p {
    font-size: 20px;
  }
  .p4_pcShow {
    display: block!important;
  }
  .p4_mShow {
    display: none!important;
  }
  .podcastitle {
   font-size: 20px; 
   color: #bb3e00; 
   border-bottom: 2px solid; 
   border-top: 2px solid; 
   padding: 5px 10px;
  }
}

@media screen and (max-width: 414px) {
  .header .menuBox .block {
    top: 45%;
  }
  .header .menuBox .block .navBtn {
    font-size: 22px;
  }
  .main .kv {
    padding: 85% 0;
  }
  .main .kv .mask {
    opacity: .5;
  }
  .main .pageFore {
    padding: 30px 0 50px;
  }
  .main .page .txt1 b {
    font-size: 20px;
  }
  .main .page4 .contBox {
    margin: 1rem auto;
  }
  .main .page .textCard .QAcont {
    padding: 15px 10px 30px;
  }
  .main .page .textCard .QAcont input[type=checkbox] + label {
    font-size: 16px;
  }
  .main .page .textCard .btn2Box .com2Btn {
    max-width: 100%;
    width: 70%;
  }
  .main .page .noteBox {
    padding: 1.5rem;
  }
  .main .page .contBox .swiperStyle1 .coverBox p {
    font-size: 16px;
  }
  .main .page .contBox .swiperStyle5 {
    max-width: 80%;
  }
  .main .page .contBox .swiperStyle5 .swiper-container {
    width: 90%;
  }
  .main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide ul li {
    line-height: 1.7;
    font-size: 16px;
  }
  .main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .img {
    margin: 2% auto;
  }
  .main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .txt1 {
    min-height: 165px;
  }
  .main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .txt1 b {
    font-size: 18px;
  }
  .main .page .extendCont li {
    text-align: left;
  }
  .main .page .coverBox p {
    font-size: 12px;
  }
  .main .keyContBox {
    margin: 2% auto 10%;
  }
  .main .keyContBox_com {
    min-height: auto;
  }
  .main .keyTxt b {
    font-size: 20px;
  }
  .main .keyTxt p {
    font-size: 18px;
  }
  .popup .popCont {
    max-width: 90%;
  }
  .p4_pcShow {
    display: none!important;
  }
  .p4_mShow {
    display: block!important;
  }
  .podcastitle {
   font-size: 20px; 
   color: #bb3e00; 
   border-bottom: 2px solid; 
   border-top: 2px solid; 
   padding: 5px 10px;
  }
}

@media screen and (max-width: 375px) {
  .main .page .textCard .QAcont {
    padding: 15px 0 30px;
  }
  .p4_pcShow {
    display: none!important;
  }
  .p4_mShow {
    display: block!important;
  }
  .podcastitle {
   font-size: 20px; 
   color: #bb3e00; 
   border-bottom: 2px solid; 
   border-top: 2px solid; 
   padding: 5px 10px;
  }
}
/*# sourceMappingURL=custom.css.map */