@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
/* For JCE Editor: START
--------------------------------------------- */
/* 第一組需為空白的css */
#tinymce {
  font-size: 15px;
}

hr#system-readmore {
  border: 1px solid #FF0000;
  height: 15px;
  background: #FFDDDD;
}

hr#system-readmore:before {
  content: "--- read more ---";
  font-size: 10px;
  color: #FF0000;
  padding-left: 45%;
}

/* For JCE Editor: EN
--------------------------------------------- */
/* 標題 */
.title01 {
  text-align: center;
  font-size: 25px;
  color: #333;
  padding: 50px 0;
  margin-bottom: 30px;
  font-family: lato, "微軟正黑體", Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.title01:after {
  height: 3px;
  content: " ";
  background: #9A0200;
  display: block;
  width: 40px;
  margin: 0 auto;
  margin-top: 15px;
}

.title02 {
  color: #2B3A42;
  font-size: 20px;
  font-family: lato, "微軟正黑體", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  font-weight: 900;
  text-align: center;
}

.title03 {
  color: #9A0200;
  font-size: 20px;
  font-family: lato, "微軟正黑體", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
}

.title04 {
  color: #004C66;
  font-size: 16px;
  padding-left: 17px;
}

.title05 {
  color: #000;
  margin-left: 15px;
  text-indent: -9px;
}
.title05:before {
  color: #9A0200;
  content: "‧";
  font-size: 60px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 5px;
}

.title06 {
  color: #A70000;
  text-indent: -8px;
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 22px;
}
.title06:before {
  color: #A70000;
  content: "■";
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 5px;
}

.title07 {
  color: #666;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 25px 0 15px 0;
  border-bottom: 3px solid #CCCCCC;
}
.title07:before {
  padding-right: 5px;
  margin-bottom: 3px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #9A0200;
}

.title08 {
  color: #9A0200;
  padding: 5px 0;
}

.title09 {
  color: #00468C;
  font-size: 22px;
  font-weight: 400;
  padding: 30px 0;
  text-align: center;
}
.title09:before, .title09:after {
  color: #CCCCCC;
  content: "";
  display: inline-block;
  width: 50px;
  height: 25px;
  border-bottom: 1px solid;
  margin: 0 15px 7px 15px;
}

.title10 {
  color: #003366;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: bold;
}

.title11 {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .title11 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .title11 {
    font-size: 25px;
  }
}
@media (min-width: 1400px) {
  .title11 {
    font-size: 35px;
  }
}

.title12 {
  font-size: 35px;
  color: #BF0000;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 110%;
}
@media (max-width: 768px) {
  .title12 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .title12 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .title12 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .title12 {
    font-size: 35px;
  }
}

.title13 {
  font-size: 25px;
  color: #666;
  font-weight: bold;
}
@media (max-width: 768px) {
  .title13 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .title13 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .title13 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .title13 {
    font-size: 25px;
  }
}

.title14 {
  font-size: 25px;
  color: #000;
  margin: 30px 0;
  text-align: center;
  line-height: 120%;
}
@media (max-width: 768px) {
  .title14 {
    font-size: 16px;
  }
}

.title15 {
  color: #003366;
  font-size: 35px;
  margin-bottom: 35px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .title15 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .title15 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .title15 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .title15 {
    font-size: 35px;
    margin-bottom: 35px;
  }
}

.title16 {
  color: #004C66;
  font-size: 16px;
  /*padding-left: 17px;*/
  text-indent: -9px;
  padding-left: 35px;
}
.title16:before {
  color: #9A0200;
  content: "‧";
  font-size: 60px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 5px;
}

.title17 {
  color: #000;
  margin-left: 15px;
}


/* 連結 */
.link01 {
 display: block;
}
.link01 a{
  color: #000080;
  font-weight: bold;
}

.link01 a:hover {
  color:#A50023;

}
.link02 a {
  color: #A50023;
}

/* 圖片 */
.pic01 {
  display: block;
}
.pic01 img {
  padding: 5px;
  border: 1px solid #ddd;
}

.pic02 {
  display: block;
}
.pic02 img {
  -moz-box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.15);
}

.pic03 {
  display: block;
}
.pic03 img {
  border-radius: 5px;
}

.img100 td {
  word-break: break-all;
}
.img100 img {
  width: 100%;
}

/* 條列 */
ul.list01 {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list01 li {
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
ul.list01 li:before {
  content: "‧";
  font-size: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  color: #9A0200;
}

ul.list02 {
  list-style: none;
}
ul.list02 li {
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 28px;
}
@media (max-width: 768px) {
  ul.list02 li {
    font-size: 16px;
    margin-bottom: 0;
  }
}

ul.list03 {
  list-style: none;
}
ul.list03 li {
  padding: 15px 15px 15px 45px;
  background: url(../images/ui/list03-bg.png) no-repeat left 20px;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  margin-left: 0;
}
@media (max-width: 768px) {
  ul.list03 li {
    padding: 5px 15px 5px 35px;
    background: url(../images/ui/list03-bg.png) no-repeat left 8px;
    font-size: 20px;
    line-height: 120%;
    background-size: 20px;
  }
}

ul.list04 {
  list-style: none;
}
ul.list04 li {
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 27px;
  color: #535353;
}
@media (max-width: 768px) {
  ul.list04 li {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  ul.list04 li {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  ul.list04 li {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  ul.list04 li {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
ol.list01 {
  list-style: none;
/*  命名自訂標號變數  */
  counter-reset: my-counter;
}
ol.list01 li {
/*  使用自訂標號  */
  counter-increment: my-counter;
  margin-bottom: 10px;
  text-indent: -28px;
}
/* 以偽元素自訂標號樣式 */
ol.list01 li::before {
  content: "("counter(my-counter) ")";
  color: #333;
  margin-right: 8px;
}

/* 表格 */
.table01 {
  width: 100%;
}
.table01 th {
  background: #149D93;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 7px;
}
.table01 tr {
  background: #eee;
}
.table01 tr:nth-child(odd) {
  background: #DDDDDD;
}
.table01 td {
  padding: 15px 10px;
  text-align: center;
  font-size: 13px;
}
.table02{
  width: 100%;
}
.table02 td {
  padding: 10px;
}
@media (max-width: 768px) {
  .table02{
  width: 100% !important;
}
  .table02 td {

  }
}

.table03 {
  width: 100% !important;
}
.table03 th {
  background: #9A0200;
  color: #fff;
  padding: 12px;
  text-align: center;
  border-right: 1px solid #fff;
  font-weight: bold;
}
.table03 tr:nth-child(odd) {
  background: #eee;
}
.table03 td {
  padding: 10px 20px;
  border-right: 1px solid #fff;
  text-align: center;
}

.table04 {
  width: 100%;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.table04 tr {
    /*@media (max-width: 768px) {
     display: flex;
flex-flow: column;
}*/
}
.table04 td {
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .table04 td {
    width: 100% !important;
    display: block;
  }
}

.table05 {
  width: 100% !important;
  word-break: break-word;
}
.table05 th {
  background: #9A0200;
  color: #fff;
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #fff;
  font-weight: bold;
}
.table05 tr:nth-child(odd) {
  background: #eee;
}
.table05 td {
  padding: 10px 20px;
  border-right: 1px solid #fff;
  text-align: left;
  vertical-align: top;
}

.table06{
  width: 90%;
  margin: 0 auto;
}
.table06 td{
  padding: 0 10px;
  }

.table-certification {
  border: 1px solid #eee;
  width: 100%;
}
.table-certification tr {
  background: #eee;
}
.table-certification tr:nth-child(even) {
  background: #fff;
}
.table-certification td {
  padding: 15px 20px;
}
.table-certification td:last-child {
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .table-certification td:last-child {
    width: 25%;
  }
}

.table-financial {
  width: 100%;
  margin-top: 1px;
}
.table-financial td {
  border: 1px solid #ddd;
  padding: 15px 15px 15px 45px;
  background: url(../images/ui/financial-download.png) no-repeat 10px 12px #F4F4F4;
}
.table-financial td a:hover {
  color: #9A0200;
}

.table-rwd {
  width: 100%;
}
.table-rwd td {
  vertical-align: top;
  padding: 30px 15px 30px 15px;
}
@media (max-width: 768px) {
  .table-rwd td {
    width: 100% !important;
    display: block;
  }
}

.button01 a {
  padding: 10px 20px;
  background: #9A0200;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.button01 a:hover {
  color: #fff;
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

/* 分隔線 */
hr {
  border-top: 1px solid #DDD;
}

.videorwd {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videorwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* No-display */
.no_display {
  display: none;
}

/*# sourceMappingURL=editor.css.map */
