@charset "utf-8";
/*發布日期共用*/
.ap .info {
  display:flex;
  flex-wrap:wrap;
  letter-spacing: 0;
  color: #396CD1;
  font-size: 85%;
}

.ap .info span {
    margin: 0 4px 0 0;
}
/*目錄清單*/
.page_list {
  position:relative;
  display:block;
}
.page_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all .3s ease-out;
}
.page_list li {
  margin-bottom:10px;
  position:relative;
}
.page_list li a:hover {
  background-color:#eee;
}
.page_list li a {
  padding: 15px 20px 15px 15px;
  color: #000000;
  position: relative;
  text-decoration: none;
  display:block;
  border-bottom:1px solid #BBBBBB;
  font-weight:bold;
  font-size:110%;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-color: #fff;
}

.page_list li a::before {
    content: "";
    width: 0;
    /* height: 0; */
    border-bottom: 35px solid #699dff;
    border-left: 25px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 200ms ease-out 0s;
}

.page_list li a:hover::before {
    border-bottom: 40px solid #0d3482;
    border-left: 30px solid transparent;
}
.page_list li li a {
  padding-left: 40px;
  border-left:none;
  border-color:#ddd;
  color:#000;
  font-weight:initial;
  font-size:100%;
  box-shadow: none;
}
.page_list li li a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 7px #000000;
  background-color: transparent;
  top: 50%;
  left: 30px;
  position: absolute;
  transform:translate(-50%,-50%);
}
.page_list li li li a {
  padding-left: 55px;
}
.page_list li li li a::before {
  content: "";
  position: absolute;
  top: 44%;
  left: 39px;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right:none;
  border-bottom:none;
  transform: rotate(135deg);
}
.page_list li li li li a {
  padding-left: 65px;
}
.page_list li li li li a::before {
  content: "";
  position: absolute;
  top: 44%;
  left: 50px;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right:none;
  border-bottom:none;
  transform: rotate(135deg);
}
.page_list li li li li a::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 45px;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right:none;
  border-bottom:none;
  transform: rotate(135deg);
}
.page_list li li li li li {
  margin:0;
}
.page_list li li li li li a {
  padding-left: 85px;
  color:#666;
}
.page_list li li li li li a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color:#333;
  border:none;
  transform: initial;
  top: 50%;
  left: 72px;
  transform:translate(-50%,-50%);
  border-radius: 50px;
}
.page_list li li li li li a::after {
  display:none;
}
/*搜尋*/
.searchset input,
.searchset select {
  height: 40px;
  border-color: #dddddd;
  color:#555;
  border-radius: 0;
}
.searchset button {
  background-color: #0D3482;
  color:#FFF;
  margin:0 4px;
  border: none;
  padding: 7px 20px;
  text-wrap: nowrap;
}
.searchset button:hover {
  background-color: #2b5dbb;
}
.searchset button img {
  margin-right:5px;
}
.searchset .day img {
  max-width: 30px;
  min-width: 30px;
}
.searchset a {
  display:inline-block;
}
.searchset .day a:hover {-moz-transform: scale(0.95);-webkit-transform: scale(0.95);-o-transform: scale(0.95);-ms-transform: scale(0.95);transform: scale(0.95);}
.searchset .btn {
  background-color: #d9e3f9;
  color: #0033A0;
  position: relative;
  width: 145px;
  margin-bottom:10px;
  right: 0;
  border-radius: 0;
  height: 40px;
}

.searchset .btn:hover {
    background-color: #d0ddf9;
}

.searchset .btn:hover::before {
    border-bottom: 17px solid #3b64b1;
    border-left: 17px solid transparent;
}

.searchset .btn img {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    width: 17px;
}
.searchset .btn:after {
  color: #0033A0;
  display: block;
  text-indent: 0;
  white-space: nowrap;
  padding: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 40%;
}
.searchset .btn:before {
  content: "";
  width: 0;
  border-bottom: 20px solid #699dff;
  border-left: 20px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 200ms ease-out 0s;
}


.searchset .card-body {
  border:none;
  border-radius:0;
  letter-spacing: 0;
  background: transparent;
}
.searchset .card-body .d-flex {
  padding:2px 0;
}
@media screen and (min-width: 767px) {  
  .searchset .btn.collapsed:after {
  content: "展開搜尋列";
}
  .searchset .btn:after {
  content: "收合搜尋列";
}
.en .searchset .btn.collapsed:after {
    content: "Open Search";
}
.en .searchset .btn:after {
    content: "Close Search";
}
}
@media screen and (max-width: 767px) {
.searchset .d-flex {
  flex-wrap:wrap;
}
.searchset .d-inline-flex {
  width:100%;
}
    .searchset .btn.collapsed:after {
  content: "收合條件搜尋";
}
  .searchset .btn:after {
  content: "展開條件搜尋";
}
   .en .searchset .btn.collapsed:after {
  content: "Close Search";
}
  .en .searchset .btn:after {
  content: "Open Search";
}
.searchset .show {
    display: none;
  }
  .searchset .collapse:not(.show) {
    display: block;
  }
  .searchset .collapsing {
    transition: none;
  }
}
.ap .newslist {
  position:relative;
}
.ap .newslist ul {
  position:relative;
  list-style-type:none;
  margin:0;
  padding:0;
}
.ap .newslist ul ul{
    margin: -5px 0 0 5px;
}
.ap .newslist ul ul li {
    border: none !important;
    display: inline-block;
    padding: 0 0 10px 5px;
}

.ap .newslist ul ul li a {
    padding: 5px 10px;
    background-color: #d9e3f9;
    color: #0033a0;
    border-radius: 50px;
    font-size: 95%;
}

.ap .newslist ul li:hover ul li a {
    background-color: #fff;
}

.ap .newslist ul li:hover ul li a:hover {
    background-color: #e7edfb;
}
.ap .newslist li {
  position:relative;
  border-bottom: 1px solid #ccc;
}

.ap .newslist li:hover {
    background-color: #f1f1f1;
    border-bottom: 1px solid #717171;
}

.ap .newslist li a {
  text-decoration:none;
  padding: 12px;
  display:block;
}

.ap .newslist li a p {
  text-decoration:none;
  color:#000;
  font-size: 120%;
  font-weight:bold;
  display:block;
  line-height: 120%;
}

.ap .newslist li a .n_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px 0;
}

.ap .newslist li a .txt {
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}
.ap .newslist li p {
  margin:0;
}


.ap .newslist li a .course {
    font-weight: normal;
    color: #555;
    font-size: 100%;
}
.ap .newslist li .info p {
  margin:0;
  font-size:95%;
  margin-bottom:5px;
  font-weight:initial;
  padding-right: 5px;
  padding-right: 10px;
}

.ap .newslist li .info p span {
    color: #707070;
}

.ap .newslist li .info p:last-child:after {
  content:"";
}
.ap .newslist li .pic {
    position: relative;
    background-color: #ebebeb;
}
@media screen and (min-width: 576px) {
.ap .newslist li a .course {
    width: 160px;
    position: relative;
    margin: 0 20px 0 0;
}

.ap .newslist li a .course::after {
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #a9a9a9;
    right: 0;
}
}
@media screen and (min-width: 992px) {

.ap .newslist li .pic {
    margin: 0 15px 0 0;
    max-width: 400px;
    min-width: 400px;
    height: 300px;
}

.ap .newslist li .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}
}

@media screen and (max-width: 992px) {
  .ap .newslist li .pic {
    text-align: center;
    margin: 0 0 15px 0;
}
}
/*分頁-按鈕*/
.ap .button {
  text-align: center;
  padding:20px 10px;
  margin-top: 25px;
  display:block;
  position: relative;
}
.ap .button ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.ap .button li {
  list-style-type:none;
  margin: 5px;
}
.ap .button li a {
  background-color: #0D3482;
  color: #ffffff;
  text-decoration: none;
  display:inline-flex;
  align-items: center;
  letter-spacing: 2px;
  white-space: nowrap;
}

.ap .button li:nth-child(1) a, .ap .button li:nth-child(2) a {
    padding: 10px 20px 10px 15px;
}
.ap .button li:nth-child(1) a img, .ap .button li:nth-child(2) a img {margin: 0 10px 0 0;}
.ap .button li:nth-child(3) a, .ap .button li:nth-child(4) a {
    padding: 10px 15px 10px 20px;
}
.ap .button li:nth-child(3) a img, .ap .button li:nth-child(4) a img {margin: 0 0 0 10px;}
.ap .button li a:hover {
  background-color: #2b5dbb;
}
.ap .button li img {
  padding:5px;
  width: 20px;
  height: 20px;
}
.ap .button .back a {
  display:inline-block;
  background-color: #0D3482;
  padding: 10px 20px 10px 45px;
  color: #fff;
  position:relative;
  text-decoration:none;
  letter-spacing: 2px;
}
.ap .button .back a:before {
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 20px;
  position:absolute;
  background-image: url(../images/icon/ic_back.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(0, -50%);
}
.ap .button .back a:hover {
  background-color: #2b5dbb;
}
.ap .fast_page {
  padding: 15px 0 0 0;
}
.ap .fast_page .go a {
  display: inline-block;
  background-color: #0D3482;
  padding: 2px 10px;
  color: #ffffff;
  text-decoration: none;
  margin: 4px 10px;
}
.ap .fast_page .go a:hover {
  background-color: #2b5dbb;
}
@media screen and (max-width: 767px) {
.ap .button li a {
  padding: 7px 15px;
}
.ap .button {
  padding:20px 0px;
}
.ap .button li {
  list-style-type:none;
  margin: 5px;
}
}
@media screen and (max-width: 500px) {
.ap .button li a {
  padding: 7px 8px;
}
.ap .button li {
  margin: 4px;
}
}
/*圖片列表/影片列表*/
.clipbox {
  position:relative;
}
.clipbox a{
    text-decoration: none;
    display: block;
    background-color: #fff;
}
.clipbox .box {
  display:block;
  color:#000;
  height: 100%;
  text-decoration:none;
  border: 1px #DFDFDF solid;
}
.clipbox .info p.tt a:hover {color: #0033a0;}

.clipbox .pic {
  width: 100%;
  background-color: #f3f3f3;
  vertical-align: middle;
  position:relative;
  overflow: hidden;
  padding-top: 75%;
}

.clipbox.link .pic {
    padding-top: 36%;
}

.clipbox .pic .sort {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    right: 10px;
    top: 10px;
    border-radius: 5px;
    font-size: 90%;
    padding: 3px 7px;
    color: #0033a0;
    font-weight: bold;
}
.clipbox .pic img {
  margin: auto;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 200ms ease-out 0s;
}
.clipbox > div {
  padding: 12px;
}
.clipbox .info_box {
  position: relative;
  padding: 10px 15px;
}

.clipbox .bnlink{
    padding: 10px 0 0 0;
}
.clipbox .bnlink ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.clipbox .bnlink ul li {
    display: inline-block;
    padding: 0 3px 5px 0;
}

.clipbox .bnlink ul li a {
    border: none;
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 95%;
    display: block;
    color: #555;
}

.clipbox .bnlink ul li a:hover {
    background-color: #0033a0;
    color: #fff;
}
.clipbox a:hover .pic img{-moz-transform: translate(-50%, -50%) scale(1.1);-webkit-transform: translate(-50%, -50%) scale(1.1);-o-transform: translate(-50%, -50%) scale(1.1);-ms-transform: translate(-50%, -50%) scale(1.1);transform: translate(-50%, -50%) scale(1.1);}

.clipbox a:hover {
    text-decoration: none;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
/*編輯器*/
.clipbox .edbox {
    display: block;
    color: #000;
    height: 100%;
    border: 1px solid #ddd;
    text-decoration: none;
    position: relative;
    padding: 0 0 50px 0;
}

.edbox .more {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.edbox .more a {
    border: none;
    padding: 10px 0;
    background-color: #0033a0;
    color: #fff;
}

.edbox .more a:hover {
    background-color: #002676;
}
/*風琴式列表*/
.ap .qalist {
  margin-top:30px;
}
.ap .qalist .card-body {
  padding: 15px;
  border-top: 1px solid #ccc;
}
.ap .qalist .card-body .more {
  display:block;
  text-align:right;
  margin-top:10px;
}
.ap .qalist .card-body .more a {
  position:relative;
  text-decoration:none;
  color:#0033a0;
  padding: 5px 30px 5px 14px;
  display: inline-block;
  letter-spacing: 1px;
  background-color: #d9e3f9;
  border-radius: 50px;
}

.ap .qalist .card-body .more a:hover {
    background-color: #e7edfb;
}
.ap .qalist .card-body .more a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: 2px solid #0033a0;
  border-left: 2px solid #0033a0;
  border-right:none;
  border-bottom:none;
  transform: rotate(135deg);
  top: 50%;
  right: 15px;
  transform: translate(0, -50%) rotate(135deg);
}
.ap .qalist .card-body .more a:hover {
  text-decoration:underline;
}
.ap .qalist .accordion>.card {
  border: none;
  /* border-bottom: 1px solid; */
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 0 0 15px 0;
}
.ap .qalist .accordion>.card>.card-header {
  padding: 0;
  border: none;
}
.ap .qalist button {
  padding: 10px 40px 10px 15px;
  display: block;
  width: 100% !important;
  text-align: left;
  color: #000;
  font-size: 105%;
  background-color: #FFF;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  border:none;
  font-weight:bold;
  transition: all 200ms ease-out 0s;
}

.ap .qalist button:hover {
    background-color: #e7edfb;
}
.ap .qalist button.collapsed::before {
  content: "";
  -webkit-transform: rotate(315deg) translate(-20%, -40%);
  transform: rotate(135deg) translate(10%, 55%);
}
.ap .qalist button::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #0033a0;
  border-right: solid 3px #0033a0;
  -webkit-transform: rotate(315deg) translate(-20%, -40%);
  transform: rotate(315deg) translate(-20%, -40%);
  top: 50%;
  right: 15px;
  position: absolute;
  transition: all 200ms ease-out 0s;
}
.ap .qalist button .info {
  display:flex;
  color:#666;
  font-size:90%;
  margin-top: 5px;
  flex-wrap:wrap;
}

.ap .qalist .qtitle {
    font-size: 120%;
}
.ap .qalist button .info p {
  position:relative;
  padding-right: 10px;
  margin-bottom:0;
  font-weight:initial;
  color: #000;
}

.ap .qalist button .info p span {
    color: #707070;
}

.ap .qalist button .info p:last-child:after {
  content:"";
}
.ap .qalist .bnlink{
    padding: 5px 0 10px 0;
    font-size: 95%;
}
.ap .qalist .bnlink ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ap .qalist .bnlink ul li {
    display: inline-block;
    padding: 3px 3px 3px 0;
}

.ap .qalist .bnlink ul li a {
    border: none;
    background-color: #d9e3f9;
    border-radius: 50px;
    padding: 7px 15px;
    font-size: 95%;
    color: #0033a0;
    display: block;
}

.ap .qalist .bnlink ul li a:hover {
    background-color: #e7edfb;
}
@media screen and (max-width:480px) {
.ap .qalist button {
  padding-right:50px;
}
.ap .qalist button .info p {
  width:100%;
}
.ap .qalist button .info p:after {
  content:"";
}
}
/*網站導覽*/
.ap .note {
  line-height:180%;
}
.ap .note a:hover {
  text-decoration:underline;
}
.ap .note ul {
  list-style-type:none;
  padding:0;
}
.ap .note li p {
  display:inline-block;
  color:#0033a0;
  margin:0;
  font-weight:bold;
}
.sitemap ul {
  padding: 0 10px;
  margin: 0 0 10px 0;
  list-style-type: none;
  transition: all .3s ease-out;
}
.sitemap ul ul ul {
  margin: 0 0 0 -7px;
}
.sitemap li.title{
    position: relative;
}

.sitemap li {
    padding: 0 25px 0 25px;
}

.sitemap li li {
    padding: 0 0 0 25px;
}

.sitemap li.title::after,.sitemap li.title::before {
    content: "";
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}

.sitemap li.title::after {.sitemap
    li.title: :after, .sitemap li.title::before;
    background-image: url(../images/home/sitebg_l.svg);
    left: 0;
}

.sitemap li.title::before {
    background-image: url(../images/home/sitebg_r.svg);
    right: -10px;
}
.sitemap li.title a {
  background-color: #d9e3f9;
  padding: 10px 15px;
  color: #0033a0;
  font-weight: bold;
  font-size: 120%;
  margin: 5px 0;
}
.sitemap li.title a:hover {
  text-decoration: underline;
}
.sitemap li.title a::before {
  display: none;
}
.sitemap li a {
  padding: 5px 10px 5px 30px;
  color: #000;
  position: relative;
  font-size: 105%;
  text-decoration: none;
  display: block;
  font-weight: bold;
}
.sitemap li a:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border: solid 4px transparent;
      border-left: solid 5px #0033a0;
      top: 13px;
      left: 17px;
}
.sitemap ul li a:hover {
  color:#0033a0;
}
.sitemap ul ul li a {
  font-size: 100%;
  padding: 5px 0 5px 10px;
  color: #000;
  font-weight: initial;
}
.sitemap ul ul li a:before {
  content:"-";
  position:absolute;
  left: -2px;
  top: 3px;
  border:none;
  transform:initial;
}
.sitemap ul ul ul li a {
  color: #000;
}
.sitemap ul ul ul ul li a {
  color: #666;
}
/*表格*/
.rwd-table {
  min-width: 100%;
  background-color: #ffffff;
  position:relative;  
}
.rwd-table ul,
.rwd-table p {
  margin:0;
}
.rwd-table td a {
  color:#0033a0;
  text-decoration:none;
}
.rwd-table td a:hover {
  text-decoration:underline;
}
.rwd-table th,
.rwd-table td:before {
  color: #FFF;
  font-weight: bold;
  background-color: #0033a0;
}
.rwd-table tr {
  border-bottom:1px solid #FFF;
  position: relative;
}
.rwd-table tr:last-child {
  border-bottom:none;
}
@media screen and (max-width: 767px) {
.rwd-table {
  background-color: #FFF;
  overflow: hidden;
}
.rwd-table th {
  display: none;
} 
.rwd-table th,
.rwd-table td:before {
  color: #000;
}
.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  margin-right: 5px;
  display: block;
  background-color:transparent;
  color:#000;
}
.rwd-table td:first-child:before {
  display:inline-block;
  color:#FFF;
}
.rwd-table.a td:nth-child(3n+3):before {
  display:inline-block;
}
.rwd-table td:first-child {
  background-color: #0033a0;
  color:#FFF;
}
.rwd-table td {
  text-align: left !important;
  padding: 10px;
  display: block;
  background-color: #f7f7f7;
  border-bottom:1px solid #ccc;
}
.rwd-table tr {
  display:block;
  border-radius: 7px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
}
@media screen and (min-width: 767px) {
  .rwd-table{
border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  }
.rwd-table td:before {
  display: none;
}

.rwd-table th,
.rwd-table td {
  display: table-cell;
  padding: 0.25em 0.5em;
  word-break: break-all;
}
.rwd-table th:first-child,
.rwd-table td:first-child {
  padding-left: 0;
}
.rwd-table th:last-child,
.rwd-table td:last-child {
  padding-right: 0;
}
.rwd-table th {
  padding: 12px 9px !important;
  border-right:1px solid #ccc;
}
.rwd-table td {
  padding: 10px !important;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
}
.rwd-table td:first-child {
  border-left:1px solid #ccc;
}
.rwd-table td.center {
  text-align:center;
}
.rwd-table th:nth-child(1)::before {
  display: none;
}
.rwd-table th {
  position: relative;
  word-break: keep-all;
  /* text-align: center; */
  border: 1px solid #ccc;
}
}
/*線上表單*/
/*radio*/
.radio_box {
    padding: 5px 0;
}

.radio-inline {
  display: inline-block;
  margin-right: 10px;
}
.radio {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
  -webkit-appearance: none;
  padding: 0 !important;
}
.radio_label {
  display: inline-block;
  position: relative;
  padding: 4px 10px 4px 23px;
  cursor: pointer;
  vertical-align: bottom;
  color: #000;
  transition: color 200ms ease;
}
.radio_label:before,.radio_label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: transform 200ms ease, border-color 200ms ease;
}
.radio_label:before {
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background-color: #e9e9e9;
  border: 2px solid #dbdbdb;
}
.radio_label:after {
  top: 11px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background-color: #0033a0;
}
.radio_label:hover {
  /* color: #127475; */
}
.radio_label:hover:before {
  border-color: #d7e2fb;
}
.radio:checked + .radio_label:before {
}
.radio:checked + .radio_label:after {
  transform: scale(1);
}
/*checkbox*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px #d1d1d1 solid;
}
.styled-checkbox:hover + label:before {
  background: #d9e3f9;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #0033a0;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.form .form-label span {
  color:#c60000;
  font-weight:bold;
}
.form .form-label {
  font-size:95%;
}
.form .form-control {
  border: 1px solid #ced4da;
  border-radius: 7px;
  padding:10px;
}

.form .date_form {
    border: 1px solid #ced4da;
    border-radius: 7px;
}
.form button {
  background-color: #d9e3f9;
  color: #0033a0;
  padding: 10px 30px;
  border:none;
  letter-spacing:2px;
  border-radius: 7px;
  letter-spacing: 0;
}
.form button:hover {
  background-color: #bed0f5;
}
.form .btbox {
  display:flex;
  margin-top: 33px;
}
.form .btbox a {
  background-color:#555;
  padding: 9px;
  height:45px;
  width:45px;
  border-radius:5px;
  margin-right:10px;
  display:block;
}
.form .btbox a:hover {
  background-color:#000;
}
.form .btbox .img {
  border:1px solid #ccc;
  height: 46px;
  margin-right:10px;
}
.form .btbox img {
  max-width: initial;
  height: 100%;
}
@media screen and (max-width: 550px) {
.form .btbox {
  width:100%;
  margin-top: 0px;
}
}
/*單頁內容*/
.ap .infobar {
    background-color: #F2F2F2;
    border-radius: 7px;
    padding: 10px;
}
.ap .info-a {
  font-size: 95%;
  position:relative;
  color:#685F51;
  letter-spacing: 0;
}
.ap .info-a ul {
  display:flex;
  flex-wrap: wrap;
  list-style-type:none;
  margin:0;
  padding:0;
  font-size: 95%;
}
.ap .info-a li {
  display:flex;
  align-items:center;
  padding:2px 0;
  margin: 0 10px 0 0;
  color: #000;
}

.ap .info-a li span {
    color: #707070;
}
.ap .info-a .stor {
  background-color: #0033A0;
  color:#fff;
  padding: 3px 12px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
}
.ap .info-a li:first-child:after,
.ap .info-a li:last-child:after {
  display:none;
}

.ap .subject {
  color: #000;
  margin: 0;
  letter-spacing: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  font-size: 105%;
}
.ap .detail .info{
    padding: 0 0 0 5px;
}
.ap .detail .subject {
    font-size: 125%;
    border-bottom: 1px #c1c1c1 solid;
    padding: 0 0 5px 5px;
    margin: 0 0 5px 0;
}
.ap .detail .stt {
  padding: 5px 0px;
  font-size:120%;
  font-weight:bold;
  color:#0033a0;
}

.ap .detail .item_list {
  padding: 5px;
}
.ap .detail .item_list .item {
  padding: 0 0 10px 0;
}
.ap .detail .item_list .i_title {
  position: relative;
  white-space: nowrap;
  padding: 0 15px 0 2px;
  color: #0d3482;
  font-weight: bold;
}
.ap .detail .item_list .item_box {
  position: relative;
}
.ap .detail .item_list .item_box .item_frame {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  margin-top: 10px;
}
.ap .detail .item_list .item_box .item_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ap .detail .bottom_note {
  font-size: 95%;
  padding: 10px;
  background-color: #E7EDFA;
  letter-spacing: 0;
}
.ap .detail .bottom_note ul {
  list-style-type:none;
  margin: 0;
  padding:0;
}
.ap .detail .bottom_note li {
  padding:0 5px;
  color:#666;
}
.ap .detail .bottom_note li span {
  color:#000;
}
/*相關連結+檔案*/
.ap .detail .download,
.ap .detail .link {
  margin: 30px 0 0 0;
  position:relative;
}
.ap .detail .download img {max-width: 24px;min-width: 24px;}
.ap .detail .download ul {
  padding:0;
  list-style-type:none;
  display: flex;
}

.ap .detail .download ul li {
    display: inline-block;
    padding: 0 5px 0 0;
}
.ap .detail .download li a {display: block;}

.ap .detail .download li a:hover {
    background-color: #f1f1f1;
}
.ap .detail .download .download_list {
  color:#000;
  text-decoration:none;
  border-bottom: 1px #cecece solid;
  margin:0;
  position: relative;
  padding: 10px 0 10px 20px;
  line-height: 100%;
}
.ap .detail .download li a:hover img {
  moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ap .detail .download .download_list p{
    margin: 0;
    line-height: 130%;
}
.ap .detail .download .download_list p::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 5px #0033a0;
  top: 16px;
  left: 9px;
}
.ap .detail .link ul {
  display:block;
  padding:0;
}
.ap .detail .link li {
  display:block;
  margin: 0;
}
.ap .detail .link li a {
  color:#333;
  text-decoration:none;
  display:block;
  padding: 10px 10px 10px 24px;
  position:relative;
  border-bottom: 1px #cecece solid;
}
.ap .detail .link li a:hover {
  background-color:#f4f4f4;
  border-bottom: 1px #000 solid;
}
.ap .detail .link li a:before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 4px transparent;
     border-left: solid 5px #0033a0;
     top: 18px;
     left: 10px;
}
@media screen and (min-width: 768px) {
  .ap .detail .download ul {
  margin: 0;
}
}
@media screen and (max-width: 768px) {
  .ap .detail .download ul {
  margin: 5px 0 0 0;
}
}
/*相關語音*/
.ap .detail .audio {
  margin-top:30px;
}
.ap .detail .audio p {
  margin:0;
  position: relative;
}
.ap .detail .audio ul {
  display:block;
  padding:0;
}
.ap .detail .audio li {
  display:flex;
  margin: 0;
  position:relative;
  padding: 10px 10px 10px 22px;
  border-bottom: 1px #cecece solid;
  justify-content:space-between;
  align-items:center;
}
.ap .detail .audio li p:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border: solid 4px transparent;
      border-left: solid 5px #0033a0;
      top: 8px;
      left: -10px;
}
.ap .detail .audio audio {
  min-width:300px;
  height:40px;
}
@media screen and (max-width: 767px) {
.ap .detail .audio audio {
  min-width:initial;
  width:100%;
}
.ap .detail .audio li {
  flex-wrap:wrap;
  padding: 10px;
}
.ap .detail .audio li:before {
  top: 17px;
}
}
/*相關圖片*/
.ap .detail .album {
  position:relative;
  margin: 30px 0 0 0;
}
.ap .detail .album ul {
  position:relative;
  list-style-type:none;
  padding:0;
}
.ap .detail .album li {
  
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  position:relative;
}
.ap .detail .album li a {
  color:#333;
  display:block;
  width:100%;
  text-decoration:none;
  border: 1px #DFDFDF solid;
  background-color: #fff;
}
.ap .detail .album li a:focus {
  outline-offset:2px;
}
.ap .detail .album li a:hover {
  text-decoration:none;
}
.ap .detail .album li p {
  margin:0;
  padding: 8px;
  line-height: 130%;
  font-size: 95%;
}
.ap .detail .album .pic {
  position: relative;
  padding-top: 67%;
  background-color: #e5e5e5;
  overflow: hidden;
}
.ap .detail .album .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 250ms ease-out 0s;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.ap .detail .album li a:hover .pic img {
  -moz-transform: scale(1.1) translate(-45%, -45%);
  -webkit-transform: scale(1.1) translate(-45%, -45%);
  -o-transform: scale(1.1) translate(-45%, -45%);
  -ms-transform: scale(1.1) translate(-45%, -45%);
  transform: scale(1.1) translate(-45%, -45%);
}
.modal.show.lightbox .modal-dialog {
  max-width: 900px;
}
.modal.show.lightbox .lightbox-caption {
  background-color: #000;
}

/*靜態頁編輯器*/
.editor {
  position:relative;
  margin:20px 0;
  line-height:180%;
}

/*rwd寬度調整*/
@media screen and (max-width: 767px) {
.md_100 {
    width: 100%;
}
}
