@charset "UTF-8";
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 51, 77, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 51, 77, 0)));
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 51, 77, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 51, 77, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00344e',GradientType=0 );
  /* IE6-9 */
  padding-left: 10px;
}

header img {
  width: auto;
  height: 30px;
  margin: 12px 10px 5px;
}
@media all and (max-width: 450px) {
  header img {
    margin: 12px 4px 5px;
  }
}
@media all and (max-width: 320px) {
  header img {
    height: 26px;
    margin: 14px 3px 7px;
  }
}
.bgblue {
  background-color: #00344e;
}

.rightbtn {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 30px;
  background-color: #9bab15;
  z-index: 3;
  padding: 15px 0px 15px 15px;
  border-radius: 90px 0 0 90px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 99;
  width: 130px;
  height: 90px;
  text-align: center;
  border-right: 7px #d2dc38 solid;
}

.rightbtn:hover {
  background-color: #76a51a;
}

.rightbtn p {
  text-align: center;
  font-size: 15px;
  line-height: 1.2rem;
  margin-top: 4px;
}

.rightbtn p a {
  color: #fff;
}

.rightbtn img {
  width: 20px;
}

.kvbox {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../images/kv_bg.jpg) top center no-repeat;
  background-color: #039ae5;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.kvbox .textbox {
  background-size: 100% auto;
  padding: 100px 0 150px;
  position: relative;
  background: rgb(33,71,109); /* Old browsers */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21476d+4,07325e+21,021223+62,021223+96 */
background: rgb(33,71,109); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(33,71,109,1) 4%, rgba(7,50,94,1) 21%, rgba(2,18,35,1) 62%, rgba(2,18,35,1) 96%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(33,71,109,1) 4%,rgba(7,50,94,1) 21%,rgba(2,18,35,1) 62%,rgba(2,18,35,1) 96%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(33,71,109,1) 4%,rgba(7,50,94,1) 21%,rgba(2,18,35,1) 62%,rgba(2,18,35,1) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21476d', endColorstr='#021223',GradientType=0 ); /* IE6-9 */

}
/* .kvbox .textbox::before{
  content: "";
  width: 600px;
  height: 600px;
  background: url(../images/shine4.png) center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  right: 0;
  opacity: 0.5;
} */

.kvbox .textbox marquee{
  color: rgb(142 142 142);
  font-size: 14px;
  font-weight: 100;
}

@media all and (max-width: 415px) {
  .kvbox .textbox {
    padding: 50px 0 110px;
  }
}

.kvbox .textbox .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.kvbox .textbox .flex .tt {
  position: relative;
  width: 27%;
  padding: 0 ;
  margin-top: -18px;
}
/* .kvbox .textbox .flex .tt::before{
  content: "";
  width: 600px;
  height: 600px;
  background: url(../images/shine3.png) center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  transform: translate(-247px, -247px);
} */
@media all and (max-width: 415px) {
  .kvbox .textbox .flex .tt {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    margin-top: 30px;
  }
}

.kvbox .textbox .flex .tt h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  text-align: right;
  line-height: 1.3em;
}

@media all and (max-width: 376px) {
  .kvbox .textbox .flex .tt h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 321px) {
  .kvbox .textbox .flex .tt h2 {
    font-size: 35px;
  }
}

.kvbox .textbox .flex .tt h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  text-align: right;
  line-height: 2.6rem;
}
@media all and (max-width: 440px) {
  .kvbox .textbox .flex .tt h3 {
    font-size: 35px;
  }
}
@media all and (max-width: 321px) {
  .kvbox .textbox .flex .tt h3 {
    font-size: 28px;
  }
}

.kvbox .textbox .flex .pact {
  width: 40%;
  z-index: 2;
}
/* .kvbox .textbox .flex .pact::before{
  content: "";
  width: 600px;
  height: 600px;
  background: url(../images/shine1.png) center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  transform: translate(-567px, 183px);
  opacity: 0.3;
  filter: blur(5px);
} */
@media all and (max-width: 415px) {
  .kvbox .textbox .flex .pact {
    width: 100%;
    margin: 250px auto 50px;
  }
}

.kvbox .textbox .flex .pact p {
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}

.kvbox .textbox .flex .pact p a {
  cursor: pointer;
  text-decoration: underline;
}

.kvbox .ttbox {
  text-align: center;
  margin: auto;
  color: #fff;
  padding: 100px 0 50px;
  width: 70%;
}

@media all and (max-width: 415px) {
  .kvbox .ttbox {
    padding: 100px 0 50px;
  }
}

.kvbox .ttbox .subtt {
  display: inline-block;
  border: 1px #fff solid;
  padding: 5px 15px;
  letter-spacing: 1px;
  line-height: 1.3rem;
  font-size: 20px;
}

.kvbox .ttbox .tt h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 5px;
  font-family: 'Noto Serif TC', serif;
}

@media all and (max-width: 415px) {
  .kvbox .ttbox .tt h1 {
    font-size: 26px;
  }
}

.kvbox .godown {
  width: 50px;
  height: auto;
  margin: 30px auto 0 auto;
  cursor: pointer;
  font-size: 14px;
  color: #d4d4d4;
}

.kvbox .godown img {
  width: 100%;
}

.kvbox .pact {
  color: #fff;
  text-align: center;
}

.kvbox .pact p {
  margin-bottom: 22px;
  line-height: 2rem;
  text-shadow: 0 0 3px rgba(51, 51, 51, 0.5);
}
@media all and (max-width: 415px) {
  .kvbox .pact p,.kvbox .pact p.sp {
    font-size: 16px;
  }
  }

.kvbox .pact p a {
  color: #bae638;
}

.kvbox .pact p a.ooo {
  color: #bae638;
  text-decoration: underline;
}

.kvbox .pact p a.btn {
  background-color: #97c119;
  font-size: 16px;
  color: #fff;
  padding: 8px 40px;
  line-height: 1.6rem;
  border-radius: 90px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.kvbox .pact p a.btn:hover {
  background-color: #6a8e00;
}

.kvbox .pact p.sp {
  font-size: 18px;
  text-shadow: none;
  padding: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

/* .kvbox .pact p.sp::after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  height: 4%;
  border-radius: 99px;
  border: 1px solid rgb(154 171 21);
  background-color: rgb(154 171 21);
  box-shadow: 0 0 13px 13px rgb(154 171 21);
  z-index: -1;
  transition: 0.2s;
} 

@media all and (max-width: 415px) {
  .kvbox .pact p.sp::after {
    height: 80%;
  }
}*/

.kvbox .pact p.sp a {
  color: #fff;
  position: relative;
}

/* .kvbox .pact p.sp::before {
  content: "“";
  position: absolute;
  top: 20px;
  left: -115px;
  font-size: 100px;
  color: rgba(239, 255, 194, 0.38);
  z-index: 1;
  font-weight: 100;
}

@media all and (max-width: 415px) {
  .kvbox .pact p.sp::before {
    top: 0px;
    left: -95px;
  }
}

.kvbox .pact p.sp a::after {
  content: "”";
  position: absolute;
  bottom: -35px;
  right: -115px;
  font-size: 100px;
  color: rgba(239, 255, 194, 0.38);
  z-index: 1;
  font-weight: 100;
}

@media all and (max-width: 415px) {
  .kvbox .pact p.sp a::after {
    bottom: -50px;
    right: -190px;
  }
} */

.content {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  margin: auto;
}

.content_two {
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  margin: 0 auto 240px;
  position: relative;
}
@media all and (max-width: 769px) {
  .content_two {
    margin: 0 auto 70px;
  }
}
@media all and (max-width: 440px) {
  .content_two {
    margin: auto 0 ;
  }
}
.taipeimap{
  position: absolute;
  top: 5%;
  left: 0%;
  width: 65%;
  height: auto;
}
@media all and (max-width: 440px) {
  .taipeimap{
    top: 15%;
    width: 100%;
  }
}
.tab-content {
  position: relative;
}

.tab-content .iframe_one {
  min-height: 3090px;
}
@media all and (min-width: 1024px) {
  .tab-content .iframe_one {
    min-height: 3090px;
  }
}
@media all and (max-width: 769px) {
  .tab-content .iframe_one {
    min-height: 3330px;
  }
}
@media all and (max-width: 440px) {
  .tab-content .iframe_one {
    min-height: 4355px;
  }
}
@media all and (max-width: 376px) {
  .tab-content .iframe_one {
    min-height: 4665px;
  }
}

.tab-content .iframe_two {
  min-height: 2100px;
}
@media all and (min-width: 1024px) {
  .tab-content .iframe_two {
    min-height: 2100px;
  }
}
@media all and (max-width: 769px) {
  .tab-content .iframe_two {
    min-height: 1700px;
  }
}

@media all and (max-width: 440px) {
  .tab-content .iframe_two {
    min-height: 3245px;
  }
}
@media all and (max-width: 376px) {
  .tab-content .iframe_two {
    min-height:  3510px;
  }
}
@media all and (max-width: 321px) {
  .tab-content .iframe_two {
    min-height:  4110px;
  }
}

.tab-content h2 {
  color: #3a90ce;
  font-size: 32px;
  line-height: 2.6rem;
  margin-bottom: 10px;
}

@media all and (max-width: 415px) {
  .tab-content h2 {
    margin-top: 20px;
  }
}

.tab-content h3 {
  font-size: 18px;
  font-weight: 400;
  color: #555;
}

.tab-content p {
  color: #295f86;
}

.tab-content p span {
  display: inline-block;
  font-size: 16px;
}

.tab-content p strong {
  font-size: 120%;
  color: #295f86;
  font-weight: 600;
}

/* .tab-content ul {
  list-style: circle;
  background-color: #f1f1f1;
  padding: 20px 20px 20px 40px;
} */

.tab-content .stepbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tab-content .stepbox .step {
  width: 50%;
  position: relative;
  padding: 50px 40px;
}

@media all and (max-width: 415px) {
  .tab-content .stepbox .step {
    width: 100%;
  }
}

.tab-content .stepbox .step h4 {
  
  display: inline-block;
  color: #9daf46;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 22px;
}
.tab-content .stepbox .step h4 a {
  color: #9daf46;
  display: inline-block;
  border-bottom: 2px #9daf46 solid;
}
.tab-content .stepbox .step h4 a:hover {
  color: #0d77c2;
  border-bottom: 2px #0d77c2 solid;
}

.tab-content .stepbox .step p {
  font-size: 17px;
  color: #555;
  position: relative;
  z-index: 1;
  line-height: 1.6rem;
  margin-bottom: 10px;
}

.tab-content .stepbox .step p a.btn {
  background-color: #3a90ce;
  font-size: 16px;
  color: #fff;
  padding: 5px 14px 2px;
  line-height: 1.6rem;
  border-radius: 90px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.tab-content .stepbox .step p a.btn:hover {
  background-color: #0d77c2;
}
.tab-content .stepbox .step p a {
  color: #3a90ce;
  text-decoration: underline;
}
.tab-content .stepbox .step p a:hover {
  color: #0d77c2;
  text-decoration: none;
}

.tab-content .stepbox .step.step1::after {
  content: "1";
  position: absolute;
  top: -50px;
  left: -20px;
  font-family: 'Amiri',"Noto Sans TC",sans-serif;
  font-size: 140px;
  color: #ABCD01;
  opacity: .5;
  z-index: 0;
}

@media all and (max-width: 415px) {
  .tab-content .stepbox .step.step1::after {
    left: -20px;
    font-size: 100px;
  }
}

.tab-content .stepbox .step.step2::after {
  content: "2";
  position: absolute;
  top: -50px;
  left: -30px;
  font-family: 'Amiri',"Noto Sans TC",sans-serif;
  font-size: 140px;
  color: #ABCD01;
  opacity: .5;
  z-index: 0;
}

@media all and (max-width: 415px) {
  .tab-content .stepbox .step.step2::after {
    left: -10px;
    font-size: 100px;
  }
}

.btnbox {
  width: 144px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.btnbox .btnn {
  font-size: 16px;
  color: #fff;
  line-height: 1.6rem;
  border-radius: 9px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 45px;
}

.moreheight {
  padding: 110px 0;
}

@media all and (max-width: 415px) {
  .moreheight {
    padding: 20px;
    background: url(../images/kv_bg_mb.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
/*# sourceMappingURL=style.css.map */

.partner{ color: #709dc3;font-weight: 300;letter-spacing: 3px;}
.partner_carousel,.partner_carousel_rtl{ margin-bottom: 15px;}
.partner_carousel .partner{padding: 3px 1rem;}
.partner_carousel_rtl .partner{padding: 3px 1rem;}
@media all and (max-width: 769px) {
  .partner_carousel,.partner_carousel_rtl{ margin-bottom: 5px;}
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #004A7C, #003152);
  z-index: 99999;
}

/* #loading.complete {
  display: none;
} */

#loading .loading_content h2 {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, .8));
  color: #fff;
}
.content_main .formbox .radiobox label.radiolabel { width: 100%;}
