@charset "UTF-8";
body, html {
  height: 100%
}
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif
}
#wrapper {
  position: relative;
  min-width: 320px;
  padding: 0 !important
}
.h-100 {
  min-height: 100%
}
header {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-bottom: 2px solid #1170c0;
  min-height: 70px
}

header .logo {
  padding: 20px 0
}

ul li{
    list-style-type: decimal;
    font-weight: bold;
    color: #064aca;
}

.form01{
    text-align: center;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=text].form-red {
  border: 1px solid #ee0707;
  background-color: #fde7e7;
}
input[type=text].form-unmber{
    width: 50%;
  border: 1px solid #ccc;
}
input[type=text].form-unmber-red{
    width: 50%;
  border: 1px solid #ee0707;
  background-color: #fde7e7;
}
.text{
    font-weight: bold;
}
.text-red{
    color: #ec0404;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    font-size: 19px;
}
.text-deep{
    color: #020d5c;
}
input[type=submit],.form02 {
  width: 30%;
  background-color: #064aca;
  color: white;
  padding: 14px 20px;
  margin: 10px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    text-align: center;
}
input[type=submit],.form02-no {
  width: 30%;
  background-color: #9b9a9a;
  color: white;
  padding: 14px 20px;
  margin: 10px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    text-align: center;
}
input[type=submit]:hover,.form02:hover ,.form03:hover,.form04-ok:hover{
  background-color: #374ef7;
}
input[type=submit],.form03 {
  width: 40%;
  background-color: #064aca;
  color: white;
  padding: 5px 10px;
  margin: 10px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    text-align: center;
}
input[type=submit],.form03-no {
  width: 40%;
  background-color: #9b9a9a;
  color: white;
  padding: 5px 10px;
  margin: 10px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    text-align: center;
}
input[type=submit],.form04 {
  width: 100%;
  background-color: #9b9a9a;
  color: white;
  padding: 5px ;
  margin: 5px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    text-align: center;
    font-size: 15px;
}
input[type=submit],.form04-ok {
  width: 100%;
  background-color: #064aca;
  color: white;
  padding: 5px ;
  margin: 5px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    text-align: center;
    font-size: 15px;
}
.form-center{
  text-align: center;
}
.box{
    background-color: #85cafe;
padding: 20px 20px;
}
.box-list{
    background-color: white;
    width: 80%;
    margin: 0 10%;
    margin-top: 20px;
    font-size: 20px;
    padding: 10px 0;
}
input[type=checkbox] {
          width:20px;
    height:20px;
    margin-right: 5px;
        }
    .txtblock{
        word-wrap: break-word;
	word-break: break-all;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    .txtblock{
        word-wrap: break-word;
	word-break: break-all;
        display: inline-block;
}
}
@media (min-width:1655px){
    .txtblock{
    display: block;
}
}
@media (max-width:1620px) {
   input[type=submit],.form02 ,.form02-no{
        width: 40%;
   padding: 7px 10px;      
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px){     
   .txtblock{
    display: block;
    }
}
@media (max-width:1180px) {
input[type=submit],.form03 {
  width: 50%;
}
    input[type=submit],.form03-no {
  width: 50%;
}
}
@media (max-width:1024px) {
    .ap_bg {
  display: table;
  background-color: #d6e5f1;
   background-image: url(../img/bg.jpg);
        background-size:100% 150%;
}
}
@media (max-width:991.98px) {
  .view_content.ap_bg .box .notice {
    text-align: left
  }
}
@media (max-width:767.98px) {
  header .logo {
    padding: 14px 0
  }
}
header .logo img {
  width: 152px;
  height: auto
}
@media (max-width:767.98px) {
  .container {
    padding-left: 3.5% !important;
    padding-right: 3.5% !important
  }
}
.view_content {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 128px)
}
@media (max-width:767.98px) {
  .view_content {
    min-height: calc(100vh - 100px)
  }
}
.view_content.internal_bg {
  display: table;
  background-color: #d6e5f1;
  background-image: url(../img/notice_bg.png);
  background-repeat: repeat;
  background-position: 50% 50%
}
.view_content.internal_bg .center {
  display: table-cell;
  vertical-align: middle
}
.view_content.internal_bg .box {
  position: relative
}
.view_content.internal_bg .box .pic {
  margin: 20px
}
.view_content.internal_bg .box .pic .icon {
  max-width: 250px;
  height: 250px
}
.view_content.ap_bg {
  display: table;
  background-color: #d6e5f1;
   background-image: url(../img/bg.jpg);
  background-repeat: repeat-y;
  background-position: 50% 50% ;
}
.view_content.ap_bg .center {
  display: table-cell;
  vertical-align: middle
}
.view_content.ap_bg .box {
  position: relative
}
.view_content.ap_bg .box .pic {
  margin: 20px
}
.view_content.ap_bg .box .pic .icon {
  max-width: 250px;
  height: 250px
}
@media (max-width:767.98px) {
  .view_content.ap_bg .box .pic .icon {
    max-width: 220px;
    height: 220px
  }
}
.view_content.ap_bg .box .notice {
  font-size: 19px;
  letter-spacing: 0;
  color: #196eba;
  line-height: 28px;
  margin-bottom: 40px
}

@media (max-width:767.98px) {
  .view_content.ap_bg .box .notice {
    font-size: 17px;
    letter-spacing: 0;
    color: #196eba;
    line-height: 25px;
    margin-bottom: 30px;
    text-align: left
  }
}
.view_content.ap_bg .box .notice2 {
  font-size: 23px;
  letter-spacing: 0;
  color: #1a1a1a;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 30px
}
@media (max-width:767.98px) {
  .view_content.ap_bg .box .notice2 {
    font-size: 19px;
    letter-spacing: 0;
    color: #1a1a1a;
    line-height: 25px;
    margin-bottom: 20px
  }
}
@media (max-width:600px) {
   input[type=submit],.form02,.form02-no {
        width: 60%;  
  }
    input[type=submit],.form03 {
     width: 55%;
}
       input[type=submit],.form03-no {
     width: 55%;
}
        .text-red{
    font-size: 15px;
}
}
@media (max-width:420px) {
    input[type=text], .form01 {
  padding: 6px 10px;
   font-size: 16px;
}
input[type=submit],.form02,.form02-no {
      padding: 5px;
    font-size: 16px;
    }
   input[type=submit],.form03 {
     width: 68%;
  font-size: 16px;
}
     input[type=submit],.form03-no {
     width: 68%;
  font-size: 16px;
}
}
footer {
  position: relative;
  width: 100%;
  display: table;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  background-color: #fff;
}
footer .copyright  p {
  font-size: 13px;
  letter-spacing: 0;
  color: #555
}
footer .copyright p  a {
  color: #9d9d9d
}