@charset "UTF-8";
/* For JCE Editor: START
--------------------------------------------- */
p {
  margin: 0;
}

/* 第一組需為空白的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: END
--------------------------------------------- */
/* 標題 */
.title01 {
  color: #f0db0f;
  padding-bottom: 10px;
  font-weight: 500;
}

.title02 {
  color: #3c1a7e;
  padding-bottom: 5px;
  font-weight: bold;
}

.title03 {
  background: #3c1a7e;
  color: #fff;
  padding: 25px 40px;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
}

.title04 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
.title04:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
  background: #f0db0f;
  width: 55px;
  height: 4px;
}

.title05 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.title06 {
  color: #f0db0f;
  font-size: 20px;
  font-weight: bold;
}

.title07 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.title08 {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}

/* 連結 */
.link01 a {
  color: #a50023;
}

.link02 a {
  color: #a50023;
}

.download-btn {
  margin-top: 30px;
  display: inline-block;
  margin-right: 30px;
}
.download-btn a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px 10px 50px;
  background: url(../images/ui/download-icon2.svg) no-repeat 10% center #f0db0f;
  color: #000;
  font-weight: 400;
  border: 1px solid transparent;
  font-weight: bold;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.download-btn a:hover {
  background: url(../images/ui/download-icon2.svg) no-repeat 12% center #fff;
  color: #3c1a7e;
  border: 1px solid #f0db0f;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.video-btn {
  margin-top: 30px;
  display: inline-block;
  margin-right: 30px;
}
.video-btn a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 40px 10px 20px;
  background: url(../images/ui/video-icon.svg) no-repeat 90% center #f0db0f;
  color: #000;
  font-weight: 400;
  border: 1px solid transparent;
  font-weight: bold;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.video-btn a:hover {
  background: url(../images/ui/video-icon.svg) no-repeat 92% center #fff;
  color: #3c1a7e;
  border: 1px solid #f0db0f;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

/* 圖片 */
.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;
}

/* 條列 */
ul.list01 {
  list-style: none;
  padding-left: 70px;
  margin: 0;
}
ul.list01 li {
  margin-left: 0;
}

ul.list02 {
  list-style: none;
}
ul.list02 li {
  padding-left: 30px;
  background: url(../images/ui/list02-bg.svg) no-repeat left 8px;
  margin-left: 20px;
}

/* 表格 */
.table01 {
  width: 100%;
}
.table01 th {
  background: #3c1a7e;
  color: #fff;
  text-align: center;
  padding: 20px 15px;
}
.table01 tr {
  background: #eee;
}
.table01 tr:nth-child(odd) {
  background: #fff;
}
.table01 td {
  padding: 15px 10px;
  vertical-align: top;
}

.table02 td {
  padding: 10px;
}
@media (max-width: 768px) {
  .table02 td {
    display: block;
  }
}

.table03 {
  margin: 0 auto;
  border-collapse: separate;
}
.table03 td {
  text-align: center;
  line-height: 0.7;
}

.table04 {
  width: 100%;
}
.table04 th {
  background: #333;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 15px;
}
.table04 tr {
  background: #eee;
}
.table04 tr:nth-child(odd) {
  background: #fff;
}
.table04 td {
  padding: 15px 10px;
  border: 1px solid #ccc;
  vertical-align: top;
}

.table05 {
  width: 100%;
}
.table05 th {
  background: #3c1a7e;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 15px;
}
.table05 td {
  padding: 15px 10px;
  border: 1px solid #ccc;
  vertical-align: top;
}

.table-rwd {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.table-rwd td {
  vertical-align: top;
  padding: 30px 15px;
}
@media (max-width: 768px) {
  .table-rwd td {
    display: block;
    width: 100% !important;
  }
}
.table-rwd td.videorwd {
  position: relative;
  height: 0;
}
@media (max-width: 768px) {
  .table-rwd td.videorwd {
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
  }
}
.table-rwd td.videorwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 分隔線 */
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 */
