body{
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.primary_color{
  color: #EDEDED;
}
.navbar{
  background-color: #EDEDED;
  border-color: transparent;
  border: 0;
  border-radius: 0;
  position: relative;
  /* margin-bottom: -1px; */
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border: 0 !important;
}
.navbar-default .navbar-toggle{
  border: 0 !important;
  border: none !important;
}
.navbar-default .navbar-toggle .icon-bar{
  color: #374462;
  background-color: #374462;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: transparent;
}
.navbar .container-fluid{
  background-color: #EDEDED;
}
.navbar-nav a{
  color: black !important;
  background-color: #374462;
  font-size: 1.75rem;
  text-align: center;
  border: 0 !important;
  margin: -1px 0;

}
.navbar-nav>li>a {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
.navbar-nav .active{
  color: black !important;
  background-color: #374462;
  border: 0 !important;
  margin: -1px 0;
}
.logo{
  position: relative;
  width: 250px;
  height: auto;
}
.container_f_navbar{
  top:1px;
  position: relative;
  background-color: #EDEDED;
  padding-top: 25px;
}
.container_f_navbar .menu{
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  color: black;
  margin: 10px 15px 0 15px;
  padding-bottom: 5px;
  cursor: pointer;
  opacity: 0.5;
}
.container_f_navbar .menu:hover{
  border-bottom: 5px solid #FFF;
  opacity: 1;
  text-decoration: none;
}
.container_f_navbar .menu_active{
  border-bottom: 5px solid black;
  opacity: 1;
}
.container_f_kv{
  position: relative;
  background-image: url("./image/information_banner.png") ;
  background-repeat: no-repeat;
  height:720px;
}
.row_kv{
  position: relative;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kv_title{
  position: relative;
  margin-top: 50px;
  font-size: 8rem;
  letter-spacing: 1rem;
  color: black;
  text-align: center;
  font-weight: 900;
}
.kv_desc{
  position: relative;
  margin-top: 50px;
  letter-spacing: 0.5rem;
  font-size: 2rem;
  font-weight: 400;
  color: black;
  line-height: 40px;
  text-align: center;
}
.kv_download{
  position: relative;
  margin-top: 75px;
  font-size: 2rem;
  color: #FFF;
  line-height: 40px;
  cursor: pointer;
}
.kv_download_appstore{
  position: relative;
  width: 30%;
}
.kv_download_googleplay{
  position: relative;
  width: 30%;
}
.kv_phone{
  position: relative;
}
.row_test{
  position: relative;
  margin:50px 0px;
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
}

.block{
  position: relative;
  overflow: hidden;
  width:300px;
  height:450px;
  border-radius: 11px;
  box-shadow: 0px 0px 3.5px 0px rgba(0, 0, 0, 0.25);
}

.block_year{
  color: #000;
  font-size: 18px;
  font-weight: 350;
  letter-spacing:1px;
}

.block_date{
  color: #00ABE6;
  font-size: 35px;
  font-weight: 450;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.block_information{
  height:55%;
  display: flex;
  flex-direction: column;
  padding:15px;
  /* justify-content: space-between; */
}

.block_title{
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 126.8%;
  letter-spacing: 3.187px;
  margin-bottom: 13px;
}

.block_text{
  color: #626262;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2.125px;
}

.block_img{
  width:100%;
  height:45%;
  background-image: url("./image/information1.png");
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* 將圓形移至左下角，並讓其超出父層容器 */
  top: -30px;
  right: -30px;
}
.circle_text{
  color:white;
  font-size: 23px;
  font-weight:600;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(30%, -70%);
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
  .row_kv{
    position: relative;
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .kv_logo{
    position: relative;
    width: 250px;
    height: auto;
  }
  .kv_title{
    position: relative;
    margin-top: 50px;
    font-size: 3rem;
  }
  .kv_desc{
    position: relative;
    margin-top: 40px;
    font-size: 1.5rem;
  }
  .kv_download{
    position: relative;
    margin-top: 75px;
    font-size: 1.5rem;
  }
  .kv_download_appstore{
    position: relative;
    width: 42%;
  }
  .kv_download_googleplay{
    position: relative;
    width: 42%;
  }
  .row_test{
    position: relative;
    margin-top: 50px;
  }
  .test_title{
    position: relative;
    margin-top: 50px;
    font-size: 3rem;
  }
  .test_desc{
    position: relative;
    margin-top: 25px;
    font-size: 2rem;
  }
  .row_task{
    position: relative;
    margin-top: 50px;
  }
  .task_title{
    position: relative;
    margin-top: 50px;
    font-size: 3rem;
  }
  .task_desc{
    position: relative;
    margin-top: 25px;
    font-size: 2rem;
  }
  .row_life{
    position: relative;
    margin-top: 50px;
  }
  .life_title{
    position: relative;
    margin-top: 50px;
    font-size: 3rem;
  }
  .life_desc{
    position: relative;
    margin-top: 25px;
    font-size: 2rem;
  }
  .row_collect{
    position: relative;
    margin-top: 50px;
  }
  .collect_title{
    position: relative;
    margin-top: 50px;
    font-size: 3rem;
  }
  .collect_desc{
    position: relative;
    margin-top: 25px;
    margin-bottom: 75px;
    font-size: 2rem;
  }
  .container_f_qa{
    position: relative;
  }
  .qa_joint{
    position: relative;
    margin-top: 50px;
  }
  .qa_logo{
    position: relative;
    width: 45%;
  }
  .qa_x{
    position: relative;
    top: 15px;
    font-size: 3.5rem;
    margin-left: 2%;
    margin-right: 7%;
  }
  .qa_keedle{
    position: relative;
    width: 35%;
  }
  .qa_title{
    position: relative;
    font-size: 3.25rem;
    margin-top: 50px;
  }
  .qa_desc{
    position: relative;
    font-size: 2rem;
    margin-top: 25px;
  }
  .container_f_footer{
    position: relative;
    padding-top: 75px;
  }
  .footer_icon{
    position: relative;
    width: 170px;
    height: auto;
  }
  .footer_title{
    position: relative;
    margin-top: 50px;
    font-size: 2.75rem;
  }
  .footer_download_appstore{
    position: relative;
    margin-top: 25px;
    width: 200px;
  }
  .footer_download_googleplay{
    position: relative;
    margin-top: 25px;
    cursor: pointer;
    width: 200px;
  }
  .footer_pola{
    position: relative;
    margin-top: 75px;
    margin-bottom: 75px;
    width: 100%;
  }
}
