﻿@import url('css2-NotoSansTCwght100..900_Robotowght300400500700_swap.css');

body {
  position: relative;
  color: #333;
  background: #E4E8E9;
  font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
.container-fluid {
  padding: 0;
}
h2 {
  font-weight: normal;
  padding: 0;
  color: #0360B5;
}
h3 {
  font-weight: normal;
  font-size: 1.2rem;
  color: #0360B5;
  padding-top:20px;	
}
h4 {
  font-weight: 500;
  font-size: 0.9rem;
}
.lang {
  text-align: right;
  margin-top: 0px;
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
}
.lang a {
  padding: 5px;
  color: #fff;
  background: url(../image/dim_bg.png);
  text-decoration: none;
  font-size: 0.8rem;
}
.lang a:hover {
  text-decoration: none;
  background:#223042;
}
.intro {
  margin: auto;
  font-size: 14px;
  padding: 50px;
  max-width: 1080px;
}
.mainBtn {
  margin: 20px;
  	
}
.prog {
  width: 100%;
  font-size: 2rem;
  padding: 50px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 8px #999;
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../image/bg_banner.jpg");
}

.col-sm-6 {
  margin-bottom: 20px;
}
.footer {
  font-size: 0.8rem;
  width: 100%;
  padding: 20px;
  margin: auto;
  text-align: center;
  background: #BBDAE7;
}