@charset "UTF-8";
/*-- preset --*/
/*-- custom --*/
/* @import url("css/Poppins"); */
/* @font-face {
  font-family: Gentium;
  src: url("css/Poppins");
} */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');

:root {
    --color_lightgray01: #F7F7F7;
    --color_lightgray02: #F4F5F7;
    --color_dark: #1A1A1A;
    --color_gray: #666666;
    --color_gray02: #9F9F9F;
    --color_main: #001D71;
    --color_main_opa: rgba(0,29,113,0.35);;
}
.cardlink {
  cursor: pointer;
}
.color-white {
  color: #ffffff !important;
}
.color_dark {
  color: var(--color_dark);
}
.color_gray {
  color: var(--color_gray);
}
.bg_main {
  background-color: var(--color_main);
}
.bg_dark {
  background-color: var(--color_dark);
}
html {
  font-size: 16px;
}
body {
  font-family: 'Poppins', 'Noto Sans TC', 'Noto Sans', Microsoft JhengHei, sans-serif;
}
p {
  font-family: 'Noto Sans TC', sans-serif;
}
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767) {
  html {
    font-size: 12px;
  }
}
.ffPop {
  font-family: 'Poppins', sans-serif;
}
.ffNoto {
  font-family: 'Noto Sans TC', sans-serif;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.dn {
  display: none !important;
}
.lh0 {
  line-height: 0;
  margin: 0;
}
.color_white {
  color: #fff;
}
.color_dark {
  color: var(color_dark);
}
.ttup {
  text-transform: uppercase;
}
.websub_Title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  line-height: 1.5;
}
.titleH2 {
  font-size: 2.5rem;
  color: #000;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.titleP {
  font-size: 1.125rem;
  margin: 0;
  color: var(--color_gray);
}
.webbasetext {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--color_dark);
  font-weight: 400;
}
.webtitlebase_24 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}
.df_row {
  display: flex;
  flex-direction: row;
}
.df_col {
  display: flex;
  flex-direction: column;
}
.jcs {
  justify-content: start;
}
.aic {
  align-items: center;
}
.aifs {
  align-items: flex-start;
}
.jcc_aic {
  justify-content: center;
  align-items: center;
}
.jce_aic {
  justify-content: end;
  align-items: center;
}
.jcsa_aic {
  justify-content: space-around;
  align-items: center;
}
.jcsb_ais {
  justify-content: space-between;
  align-items: start;
}
.jcsb_aic {
  justify-content: space-between;
  align-items: center;
}
.jca_aic {
  justify-content: center;
  align-items: center;
}
.jce {
    justify-content: end;
}
.float_right {
  float: right;
}
.df_jcsb_aic {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.df_jca_aic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.df_col_jca_aic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainBtn01 {
    display: inline-flex;
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 1.125rem;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    min-width: 14rem;
    justify-content: space-between;
    min-width: 11.9rem;
}

.mainBtn01:hover {
  background-color: var(--color_main);
}
.mainBtn01:active {
  color: #fff;
}
.mainBtn01 p {
  /* margin-right: 6rem; */
  margin-bottom: 0;
  font-size: 1rem;
  font-family: 'Noto Sans', sans-serif;
}
.mainBtn01:hover p {
  color: #fff;
}
.main .mainBtn01 img {
    width: 1rem;
    height: auto;
}
.mainBtn02 {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  min-width: 120px;
}
.mainBtn02 p {
  font-size: 1rem;
  line-height: 0;
  margin: 0;
  color: #000;
  margin-right: 1.375rem;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  font-family: 'Noto Sans', sans-serif;
}
.mainBtn02:hover p {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  text-decoration: underline;
}
.mainBtn02 img {
    width: 1rem;
    height: auto;
}
.mainBtn_bd_black {
  background-color: #fff;
  border: 1px solid var(--color_dark);
  color: #000;
}

/* index--------------------------------------start */
.app_card {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/* #app_cards.owl-carousel.owl-drag .owl-item.center .app_card, 
#app_cards.owl-carousel.owl-drag .owl-item:hover .app_card {
  border: 3px solid var(--color_main);
} */
#app_cards.owl-carousel.owl-drag .owl-item:hover .app_card img, #app_cards.owl-carousel.owl-drag .owl-item:hover .app_card .app_title {
  opacity: 1.0;
}
#app_cards.owl-carousel.owl-drag .owl-item.center .app_card img, #app_cards.owl-carousel.owl-drag .owl-item.center .app_card .app_title {
  opacity: 1.0;
}
#app_cards.owl-carousel.owl-drag .owl-item:hover .app_card {
  background-color: #efefef;
  opacity: 1.0;
}
#app_cards.owl-carousel.owl-drag .owl-item .app_card img, #app_cards.owl-carousel.owl-drag .owl-item .app_card .app_title {
  opacity: 0.3;
}
#app_cards.owl-carousel.owl-drag .owl-item.center .app_card {
  border: 3px solid var(--color_main);
  opacity: 1.0;
}


.app_card img {
  margin-bottom: 1.3rem;
}
.app_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color_dark);
  text-align: center;
}
.app_text {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color_dark);
  text-align: center;
  margin-bottom: 0;
}
/* application 輪播套件按鈕設定-start */
#app_cards .owl-stage {
  display: flex;
}
#app_cards .owl-carousel .owl-nav,#app_cards .owl-carousel .owl-dots {
  display: block;
}
#app_cards .owl-nav button.owl-prev, #app_cards .owl-nav button.owl-next{
  position: absolute;
  top: calc( 50% - 46px );
  width: 90px;
  height: 90px;
  border-radius: 0px;
  background-size: cover;
  cursor: pointer;
  background-color: rgba(255,255,255,0.35);
}
#app_cards .owl-nav button.owl-prev{
  left: 0px;
  transform: translate(100%,-50%);
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
}
#app_cards .owl-nav button.owl-next{
  top: calc( 50% + 45px );
  left: 0px;
  transform: translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
}
#app_cards .owl-nav button.owl-prev:hover, #app_cards .owl-nav button.owl-next:hover{
  background-color: var(--color_main_opa);
}
#app_cards  .owl-nav [class*=owl-]{
  border: 1px solid var(--webcolor05-1);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
#app_cards  .owl-nav [class*=owl-]:hover{
  background:var(--webcolor05-1);
  color: #fff;
}
#app_cards  .owl-nav [class*=owl-]:hover.owl-prev span,
#app_cards  .owl-nav [class*=owl-]:hover.owl-next span {
  color: #fff;
}
#app_cards .owl-nav .owl-prev span, #app_cards .owl-nav .owl-next span{
  font-size: 100px;
  font-weight: 300;
  line-height: 60px;
  color: #fff;
}
#app_cards .owl-nav button {
  position: relative;
}
#app_cards .owl-nav button span {
  display: none;
}
#app_cards .owl-nav button.owl-prev::after {
  content: url(../images/bannerNavBtnIcon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#app_cards .owl-nav button.owl-next::after {
  content: url(../images/bannerNavBtnIcon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 14px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
}
#app_cards.owl-carousel button.owl-dot {
  background: 0 0;
  padding: 0!important;
  margin-right: 5px;
  margin-left: 5px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #666666;
  font: inherit;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#app_cards.owl-carousel button.owl-dot.active {
  background-color: #000;
  width: 30px;
}
#app_cards.owl-carousel .owl-dots {
  margin-top: 3.1875rem;
}
#app_cards.owl-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#app_cards .owl-nav button {
  position: initial;
}
#app_cards .owl-nav button span {
  display: block;
}
/* application 輪播套件按鈕設定-end */
/* index------------------------------------------------end */
.nm_card {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;  
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  cursor: pointer;
}
.nm_card:hover {
  background-color: var(--color_lightgray02);
}
.nm_card_img {
  width: 250px;
}
.nm_date_link {
  width: 132px;
}
.nm_img_box {
  background-color: #fff;
}
.nm_card_img {
  padding-left: 2rem;
}
.nm_card_img img {
  width: 100%;
  height: auto;
  border: 1px solid var(--color_gray);
}
.nm_news,.nm_date {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.nm_card_content,.nm_text_contents, .nm_contents {
  width: calc( 100% - 132px );
}
.nm_card_content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.newsMark {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  background-color: #000;
  min-width: 150px;
  white-space:nowrap;
  display: inline-table;
}
.newstitle {
  margin-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.nm_text_contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
.nm_rext {
  margin-bottom: 2.25rem;
}
.nm_text,.nm_date p {
  font-size: 1rem;
  color: var(--color_gray);
}
.nm_date img {
  width: 15px;
  height: auto;
}
.nm_date p {
  margin: 0;
  margin-left: 0.5rem;
}
.nm_contents {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  
}
@media screen and (min-width: 576px){
    
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 992px) {
  .bd_r_white_lg {
    border-right: 1px solid #fff;
  }
  .padding_130_right_lg {
    padding-right: 6.770833333vw;
  }
}
@media screen and (min-width: 1100px) {

}
@media screen and (min-width: 1200px) {
  .bd_r_white_xl {
    border-right: 1px solid #fff;
  }
  .padding_130_right_xl {
    padding-right: 6.770833333vw;
  }
}
@media screen and (min-width: 1400px) {

}
@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1399px) {

}
@media screen and (max-width: 1299px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 1099px) {
  .app_card {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .header .mobile .mobile-nav .main {
    padding-left: 1rem;
    padding-right: 1rem;
    /* min-height: calc(100vh - 274px); */
    margin-bottom: 10px;
  }
  #mob_menu_prod li {
    list-style: square;
  }
  #mob_menu_prod li:nth-child(1)::marker {
    color: rgba(230, 0, 18, 1);
  }  
  #mob_menu_prod li:nth-child(2)::marker {
    color: rgba(243,111,32,1);
  }
  #mob_menu_prod li:nth-child(3)::marker {
    color: rgba(255,215,0,1);
  }
  #mob_menu_prod li:nth-child(4)::marker {
    color: rgba(143,184,80,1);
  }
  #mob_menu_prod li:nth-child(5)::marker {
    color: rgba(0,106,146,1);
  }
  #mob_menu_prod li:nth-child(6)::marker {
    color: rgba(99,95,172,1);
  }
}
@media screen and (max-width: 951px) {

}
@media screen and (max-width: 899px) {

}
@media screen and (max-width: 820px) {

}
@media screen and (max-width: 767px) {
  .nm_card_img {
    padding-left: 0rem;
  }
  .nm_news {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .newstitle {
    margin-left: 0rem;
  }
  .app_title {
    font-size: 1.3rem;
  }
  .app_card {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .mainBtn01 {
    padding: 1rem;
  }
  .websub_Title {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .titleH2 {
    font-size: 1.8rem;
  }
  .index_nm_card {
      flex-direction: column;
  }
  .nm_card_img {
    width: 100%;
    padding: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .nm_card_content {
    margin-top: 1.5rem;
  }
  .nm_card_content, .nm_text_contents, .nm_contents, .nm_date_link {
    width: 100%;
  }
  .nm_text_contents {
    flex-direction: column;
  }
  .nm_card {
    flex-direction: column;
  }
  .app_title {
    font-size: 1.2rem;
  }
  .app_card {
    padding: 1rem;
  }
  .app_text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 425px) {
  #pageCTA .fs-40.ffPop.f-600.color_white.text-right {
    font-size: 2rem;
  }
  #pageCTA  .fs-32.ffPop.f-600.color_white {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 380px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {

}