@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");

body {
    font-family: 'Noto Sans TC','Poppins',sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
    overflow-x: hidden !important;
}
img {
    width: 100%;
}
.mbr-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
input {
  width: 55px;
  line-height: 1;
}
.date-en {
   font-family: 'Roboto Mono','Oswald','Noto Sans TC',sans-serif;
}
a {
  color: #0ec2df;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
}

.navbar .btn.btn-primary, .btn-primary {
  background-color: #ff7ab4;
  color: #fff;
  border: solid 2px #ff7ab4;
}
.navbar .btn.btn-primary:hover,.navbar .btn.btn-primary:focus, .btn-primary:hover,.btn-primary:focus {
  background-color: #0053ff;
  color: #fff;
  border: solid 2px #0053ff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0053ff;
  color: #fff;
  border: solid 2px #0053ff;
}

.scrolltop {
    background: #ff7ab4;
    color: #fff;
    opacity: .9;
    text-align: center;
}

.navbar {
  margin: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  z-index: 15;
}
.mainlogo {
  display: flex;
  align-items: center;
}
.mainlogo img {
  max-width: 140px;
  text-align: left;
  padding-right: 5px;
}

.navbar-expand-lg .navbar-collapse {
  flex-basis: 100%;
}
.nav-item {
  flex-wrap: wrap;
  position: relative;
  margin-left: 12px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}
.navbar-collapse {
  justify-content: flex-end;
}
.navbar-nav {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.navbar .btn {
  padding: 0.2rem 0.8rem 0.4rem;
  margin: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0.2rem;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
a.dropdown-item:focus, a.dropdown-item:hover {
    text-decoration: none;
    background-color: #bbff74;
}
.dropdown-item.item-close {
    color: #ccc;
}

.content-title {
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.content-sub {
    font-size: 2.2rem;
    font-weight: 600;
}
.forpc{
  display: block;
}
.forphone{
  display: none;
}
p, h6{
    letter-spacing: 2px;
}

.mbr-parallax-background-fixed{
    position: relative;
    background-attachment: fixed;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url(../img/bg-main.jpg),linear-gradient(270deg, #0201cd 20%, #000024 70%);
}

#main{
    padding-top:9rem;
    padding-bottom:8rem;
}
#main .sub{
    margin-top: 6rem;
}
#main .btn-primary{
    background: #bbff74;
    color: #000;
    border: solid 1px #bbff74;
    border-radius: 5px;
    font-size: 1.1rem;
    padding: .6rem 1rem;
    margin-top: 10px;
    letter-spacing: 2px;
    display: block;
}
#main .btn-primary:hover, #main .btn-primary:focus{
    background: #bbff7400;
    color: #bbff74;
    border: solid 1px #bbff74;
}

@media (max-width: 992px) {
    .navbar-nav {
        flex-direction: column;
    }
    .nav-item {
        width: 100%;
        text-align: left;
    }
    .dropdown-menu {
        background-color: #ffffffd1;
    }
    .mainlogo img {
       max-width: 110px;
    }
}
@media (max-width: 768px) {
    .mbr-parallax-background-fixed {
        background-image: url(../img/bg-main-s.jpg),linear-gradient(270deg, #0201cd 20%, #000024 70%);
        background-position: -99999px -99999px;
    }
    .mbr-parallax-background-fixed:before {
        content: "";
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(../img/bg-main-s.jpg),linear-gradient(270deg, #0201cd 20%, #000024 70%);
        -webkit-background-size: cover;
         !important;
        -o-background-size: cover;
        background-size: cover;
         !important;
        background-position: 50% top;
    }
    .navbar {
        margin: auto;
        width: 100%;
        background: rgb(0 0 0);
        padding-left: 12px;
        padding-right: 12px;
    }
    #main{
        padding-top: 7rem;
        padding-bottom: 6rem;
    }
    #main .sub{
        margin-top: 4rem;
    }
    #main .sub p br{
        display: none;
    }
    #main .btn-primary {
        font-size: 1rem;
    }
}
@media (max-width: 576px) {
    .content-title {
        font-size: 4rem;
    }
    .forpc{
        display: none;
    }
    .forphone{
        display:block;
    }
    .mainlogo img {
        width: 90px;
        height: auto;
    }
    #main .main-b{
        width: 180px;
    }
    .content-sub {
        font-size: 1.8rem;
    }
}
@media (max-width: 414px) {
    .content-title{
        font-size: 3rem;
    }
    .content-sub {
        font-size: 1.5rem;
    }
    
}

#opinion .mt{
    margin-top: 5rem;
}
#opinion .d-flex{
    justify-content: space-between;
}
#opinion .box{
    flex-basis: 32%;
    border: 1px solid #fff;
    padding: 50px 30px;
}
#opinion .num{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ffffff70;
}
#opinion .d-flex .d-flex{
    align-items: center;
    justify-content: center;
}

#op{
    background: #0000009c;
    color: #fff;
}
#op h6{
    line-height: 1.8;
}
#video{
    background: #0000009c;
}
#video .box{
    flex-basis: 60%;
}
#video .box2{
    flex-basis: 40%;
    padding: 30px;
    background: #000;
    color: #fff;
    letter-spacing: 2px;
    flex-direction: column;
    justify-content: center;
}
#video .box2 p{
    margin-bottom: 0;
    font-weight: 300;
}
.aspect-video{
    width: 100%;
    aspect-ratio: 16/9;
}
#way{
    background: #f2f2f2;
    color: #000;
}
#way .box{
    background: #0053ff;
    color: #fff;
    border-radius: 5px;
    padding: 40px 30px;
}
#way p{
    margin: 0;
}
#way .num{
    font-size: 22px;
    font-weight: 500;
}
#way .num span, #way .num a{
    font-size: 15px;
    margin-left: 15px;
    background: #ff519c;
    color: #fff071;
    padding: 0 2px;
    font-weight: 500;
}
#way .num a:hover{
    background: #fff071;
    color: #0053ff;
}
#way .num br{
    display: none;
}

#impact{
    position: relative;
    background: #0053ffe0;
    color: #fff;
}
#impact .word{
    color: #0047da;
    font-size: 10rem;
    font-weight: 700;
    line-height: .8;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
#impact h6{
    line-height: 1.8;
}
#impact .big{
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1;
}
#impact .num {
    font-size: 1.125rem;
    font-weight: 500;
    background: #fff;
    color: #0053ff;
    margin: 5px 0;
    display: inline-block;
}

#core, #article, #forms {
    background: #0000009c;
    color: #fff;
}
#core .d-flex{
    justify-content: space-between;
    flex-wrap: wrap;
}
#core .box{
    flex-basis: 45%;
}
#core .plan{
    border-bottom: 1px solid #ffffff70;
    padding: 20px 0px;
}
#core .plan p{
    font-size: .9rem;
    margin: 0;
}

#forms iframe {
    width: 70%;
    display: flex;
    margin: auto;
    z-index: 10;
}

#article h6 {
    color: #fff;
}
#article .d-flex{
    border-bottom: 1px solid #ffffff70;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
}
#article .box{
    flex-basis: 27%;
}
#article .box2{
    flex-basis: 70%;
}
#article img {
    border-radius: 10px;
}
#article a:hover .d-flex, #article a:focus .d-flex{
    background:#0053ff;
}

#key{
    background: #0053ff;
}
#key .d-flex{
    justify-content: center;
    border-bottom: 1px solid #ffffff70;
}
#key .box{
    flex-basis: 70%;
}
#key .box2{
    flex-basis: 30%;
    padding-top: 3rem;
}
#key .box .num{
    font-size: 8rem;
    font-weight: 500;
}

#insights{
    background: #f2f2f2;
    color: #000;
}
#insights .content-title {
    color: #000;
}
#insights .btn-primary {
    background: #ff7ab4;
    color: #fff;
    border: solid 1px #ff7ab4;
    border-radius: 5px;
    font-size: 1.1rem;
    padding: .8rem 1rem;
    margin-top: 5rem;
    letter-spacing: 2px;
    display: block;
    width: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#insights .btn-primary:hover {
    background: #0053ff;
    border: solid 1px #0053ff;
}
#insights img{
    padding: 0px 10px 10px 10px;
}

#logo .box img, #logo .box-sec img{
    max-width:250px;
    padding: 0 10px;
}
#logo .box{
    animation: 15s linear infinite scroll;
    display: flex;
    flex-shrink: 0;
}
#logo .box-sec{
    animation: 15s linear infinite scroll2;
    display: flex;
    flex-shrink: 0;
}
@keyframes scroll {
    form{
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes scroll2 {
    form{
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

#footer {
    background: #332d2d;
}
#footer .SUMMIT {
    margin-top: 100px;
}



/* ==================================================*/
@media (max-width: 992px) {
    #video .box2 p{
        font-size: .9rem;
    }
}

@media (max-width: 768px) {
    #opinion .mt{
        margin-top: 4rem;
    }
    #video .box2 p{
        font-size: .85rem;
    }
    #core .box{
        flex-basis: 100%;
    }
    #core .box:nth-child(2){
        margin-top: 3rem;
    }
    #way .num br{
        display: block;
    }
    #way .num span {
        margin-left: 0px;
        padding: 0 2px;
    }
    #forms iframe {
        width: 90%;
    }
    #footer {
        padding: 18px 0;
    }
}

@media (max-width: 576px) {
    #opinion .d-flex {
        flex-direction: column;
    }
    #opinion .box {
        flex-basis: 100%;
        padding: 30px;
        margin-bottom: 10px;
    }
    #opinion .num{
        font-size: 18px;
    }
    #video .d-flex {
        flex-direction: column;
    }  
    #video .box{
        flex-basis: 100%;
    }
    #video .box2 {
        flex-basis: 100%;
    }
    #way .box {
        padding: 30px 25px;
    }
    #impact .word{
        font-size: 8rem;
    }
    #impact h6, #impact .num {
        font-size: .9rem;
    }
    #impact .big{
        font-size: 2.2rem;
    }
    #key .box .num {
        font-size: 6rem;
    }
    #key .box2 {
        padding-top: 2rem;
    }
    #key h6 {
        font-size: .9rem;
    }
    #insights .btn-primary {
        width: 90%;
    }
}

@media (max-width: 414px) {
    #impact br.re {
        display: none;
    }
    #key .d-flex {
        flex-direction: column;
    }
    #key .box .num {
        font-size: 4rem;
    }
    #key .box {
        flex-basis: 100%;
    }
    #key .box2 {
        flex-basis: 100%;
        padding-top: 0rem;
        margin-top: -1rem;
    }
}
