@charset "utf-8";
/*目錄清單*/
.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: 10px 10px 10px 15px;
  color: #0033A0;
  position: relative;
  text-decoration: none;
  display:block;
  border-bottom:1px solid #BBBBBB;
  font-weight:bold;
  font-size:110%;
  border-radius: 5px;
  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);
}
.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: #8B9FCE;
  color:#555;
  border-radius:0;
  border-radius: 7px;
}
.searchset button {
  background-color:#0033A0;
  color:#FFF;
  margin:0 4px;
  border: none;
  padding: 7px 20px;
  border-radius: 7px;
  text-wrap: nowrap;
}
.searchset button:hover {
  background-color:#002676;
}
.searchset button img {
  margin-right:5px;
}
.searchset .day img {
  width: 40px;
}
.searchset a {
  display:inline-block;
}
.searchset .btn {
  background-color: #d9e3f9;
  color: #0033A0;
  text-indent:-9999px;
  position: relative;
  width: 181px;
  margin-bottom:10px;
  right: 0;
}
.searchset .btn:after {
  color: #0033A0;
  display: block;
  text-indent: 0;
  white-space: nowrap;
  padding: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 35%;
}
.searchset .btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 18px;
  right:15px;
  background-image: url(../images/home/ic_search.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translate(0, -50%);
}


.searchset .card-body {
  border:none;
  border-radius:0;
  background-color: #EBF0FC;
  border-radius: 7px;
}
.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;
  margin: 30px 0;
}
.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 ul li p {
    padding: 5px 10px;
    color: #0033a0;
    border-radius: 50px;
    font-size: 95%;
    box-shadow: 0px 0px 0px 1px #0033a0 inset;
}

.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: 125%;
  font-weight:bold;
  display:block;
}

.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 .info {
  display:flex;
  flex-wrap:wrap;
}

.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: #D9E3F9;
  border-radius:5px;
  color: #0033A0;
  text-decoration: none;
  display:inline-flex;
  align-items: center;
  letter-spacing: 2px;
  font-size: 105%;
}

.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: #bed0f5;
}
.ap .button li img {
  padding:5px;
}
.ap .button .back a {
  display:inline-block;
  background-color: #D9E3F9;
  padding: 10px 20px 10px 45px;
  color: #0033A0;
  border-radius:5px;
  position:relative;
  text-decoration:none;
  font-size: 105%;
  letter-spacing: 2px;
}
.ap .button .back a:before {
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 20px;
  position:absolute;
  background-image: url(../images/home/ic_back02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(0, -50%);
}
.ap .button .back a:hover {
  background-color: #bed0f5;
}
.ap .fast_page {
  padding: 15px 0 0 0;
}
.ap .fast_page .go a {
  display: inline-block;
  background-color: #d9e3f9;
  padding: 2px 10px;
  border-radius: 5px;
  color: #0033a0;
  text-decoration: none;
  margin: 4px 10px;
}
.ap .fast_page .go a:hover {
  background-color: #bed0f5;
}
@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;
  margin-top:30px;
}
.clipbox .box {
  display:block;
  color:#000;
  height: 100%;
  text-decoration:none;
}
.clipbox .info p.tt a:hover {color: #0033a0;}

.clipbox .pic {
  width: 100%;
  background-color: #f3f3f3;
  vertical-align: middle;
  position:relative;
  overflow: hidden;
  padding-top:65%;
  border-radius: 7px;
}

.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 {
  font-size:105%;
  background-color: rgb(255 255 255);
  margin: -25px 10px 15px 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: relative;
  padding: 10px 15px;
  transition: all 200ms ease-out 0s;
}
.clipbox .info p.tt {
  color: #333333;
  font-size: 105% !important;
  -webkit-line-clamp: 2;
  /* height: 50px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0px 0 10px 0;
  font-weight:bold;
}

.clipbox .info p.tt a {
    color: #333333;
}
.clipbox .info ul {
  list-style-type:none;
  margin:0;
  padding:0;
  font-size:90%;
}

.clipbox .info ul li {
    color: #000;
}

.clipbox .info ul.color li,.clipbox .info ul.color li span {
    color: #0033a0;
}

.clipbox .info ul li span {
    color: #707070;
}

.clipbox .info ul li span::after {
    content: "：";
}
.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 p {
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 95%;
    display: block;
    color: #555;
	box-shadow: 0px 0px 0px 1px #555 inset;
}

.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 .info {
    background-color: #f5f8ff;
}

.clipbox a:hover {
    text-decoration: none;
}
/*編輯器*/
.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 p {
    border: none;
    border-radius: 50px;
    padding: 7px 15px;
    font-size: 95%;
    color: #0033a0;
    display: block;
	box-shadow: 0px 0px 0px 1px #0033a0 inset;
}

.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 {
  padding: 0 10px;
  margin: 0 0 0 5px;
}
.sitemap li.title a {
  background-color: #d9e3f9;
  padding: 10px 15px;
  color: #0033a0;
  font-weight: bold;
  font-size: 120%;
  margin: 5px 0;
  border-radius: 50px;
}
.sitemap li.title a:hover {
  background-color: #cbd9f7;
}
.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 {
  content:"";
  position: absolute;
  top: 40%;
  left: 15px;
  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);
}
.sitemap ul li a:hover {
  color:#0033a0;
}
.sitemap ul ul li a {
  font-size: 100%;
  padding: 5px 0 5px 28px;
  color: #000;
  font-weight: initial;
}
.sitemap ul ul li a:before {
  content:"-";
  position:absolute;
  left: 15px;
  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;
}
.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 0 0 10px;
  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;
}
@media screen and (max-width: 767px) {
.ap .info-a li:first-child {
  width:100%;
}
}
.ap .subject {
  font-size: 140%;
  font-weight:600;
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
}
.ap .detail .edit {
  padding: 20px;
  line-height:180%;
}
.ap .detail .stt {
  padding: 5px 0px;
  font-size:120%;
  font-weight:bold;
  color:#0033a0;
  position: relative;
  display: inline-block;
}
.ap .detail .stt:after {
  content:"";
  background-color: #D9E3F9;
  position: absolute;
  height: 10px;
  display: block;
  width: 70px;
  bottom: 7px;
  z-index: -1;
  right: -20px;
}
.ap .detail .item_list {
  margin-top: 20px;
}
.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: #094593;
  font-weight: bold;
}
.ap .detail .item_list .i_title::before {
  /* content: ""; */
  border-top: solid 1px #0033a0;
  border-right: solid 1px #0033a0;
  border-left: solid 0px transparent;
  border-bottom: solid 0px transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 30%;
  left: 3px;
  margin-right: 5px;
  position:absolute;
}
.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;
}
.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 {
  position: absolute;
  right: 9px;
  border-radius: 5px;
}
.ap .detail .download ul {
  padding:0;
  list-style-type:none;
}
.ap .detail .download li a {
  display: block;
  color: #000;
  padding: 10px 35px 10px 23px;
}

.ap .detail .download li a:hover {
    background-color: #f1f1f1;
}
.ap .detail .download li {
  color:#000;
  text-decoration:none;
  border-bottom: 1px #cecece solid;
  margin:0;
  position: relative;
}
.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 li a:before {
  content: "";
  top: 1.2rem;
  left: 8px;
  position:absolute;
  background-color: #0033A0;
  width: 7px;
  height: 7px;
  border-radius: 50px;
}
.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 31px;
  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 {
      content: "";
      width: 9px;
      height: 9px;
      border-top: solid 3px #0033A0;
      border-right: solid 3px #0033A0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      padding: 0;
      position: absolute;
      left: 10px;
      top: 18px;
}
/*相關語音*/
.ap .detail .audio {
  margin-top:30px;
  /* padding:0 15px; */
}
.ap .detail .audio p {
  margin:0;
}
.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:before {
      content: "";
      top: 1.7rem;
      left: 8px;
      position: absolute;
      background-color: #0033A0;
      width: 7px;
      height: 7px;
      border-radius: 50px;
}
.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 p {
  padding-left:20px;
  margin-bottom:10px;
}
.ap .detail .audio li:before {
  top: 17px;
}
}
/*相關圖片*/
.ap .detail .album {
  position:relative;
  /* padding: 0 15px; */
}
.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;
  /* padding:10px; */
  display:block;
  width:100%;
  /*box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);*/
  text-decoration:none;
}
.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: 7px 0;
}
.ap .detail .album .pic {
  position: relative;
  padding-top: 67%;
  background-color: #e5e5e5;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.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;
}
/*時間軸*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  content: " ";
  top: 0;
  bottom: 0;
  position: absolute;
  width: 1px;
  background-color: #c3c3c3;
  left: 50%;
}
.timeline > div {
  margin-bottom: 5%;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > div:before,
.timeline > div:after {
  content: " ";
  display: table;
}
.timeline > div:after {
  clear: both;
}
.timeline > div:before,
.timeline > div:after {
  content: " ";
  display: table;
}
.timeline > div:after {
  clear: both;
}
.timeline > div > .timeline-panel {
  width: 95%;
  float: left;
  position: relative;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
.timeline > div > .timeline-panel:before {
  content: "";
  position: absolute;
  top: 23px;
  right: -30px;
  display: inline-block;
  width: 40px;
  height:1px;
  background-color: #0033a0;
  z-index: -1;
}
.timeline > div > .timeline-badge {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 20px;
  right: -5px;
  background-color: #0033a0;
  z-index: 1;
  border-radius: 100%;
}
.timeline > div:nth-child(2n+2) > .timeline-panel {
  float: right;
}
.timeline > div:nth-child(2n+2) > .timeline-panel:before {
  left: -28px;
  right: auto;
}
.timeline > div:nth-child(2n+2) > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 10px;
  left: -10px;
  right: auto;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body p,
.timeline-body ul {
  margin-bottom: 0;
}
.timeline-body {
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
}
.timeline-body .date {
  background-color: #d9e3f9;
  color: #0033a0;
  padding: 10px;
  font-size: 120%;
  margin: 0 0 3px 0;
  text-align: left;
  font-weight: 400;
}
.timeline-body .title {
  padding: 5px 15px;
  font-weight: bold;
  font-size: 110%;
  color: #000;
  letter-spacing: 1px;
}
.timeline-body .info {
  padding: 10px 15px;
  line-height: 160%;
  display:flex;
  flex-wrap:wrap;
  font-size:95%;
}
.timeline-body .info p {
  margin: 0 5px 0 0;
  color: #000;
}

.timeline-body .info p span {
    color: #707070;
}

.timeline-body .info p:last-child:after {
  display:none;
}
.timeline-body .pic {
  padding: 10px 0px;
}
.timeline-body .pic img {
  max-width: 100%;
}
.timeline-body .edit {
  padding:0 15px;
}
.timeline-body .more {
  display:block;
  text-align:right;
  padding:15px;
}
.timeline-body .more a {
 position: relative;
    position:relative;
  text-decoration:none;
  color:#0033a0;
  padding: 5px 30px 5px 14px;
  display: inline-block;
  letter-spacing: 1px;
  background-color: #d9e3f9;
  border-radius: 50px;
}
.timeline-body .more a:before {
     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: 14px;
     transform: translate(0, -50%) rotate(135deg);
}
.timeline-body .more a:hover {
  text-decoration:underline;
  background-color: #e7edfb;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
  padding:20px;
  background-color:#f4f4f4;
}
.timeline-footer > a{
  cursor: pointer;
  text-decoration: none;
}
.timeline > div:nth-child(2n+2){
  float: right;
  clear: right;
  margin-top: 5%;
  margin-bottom: 0;
}
.timeline > div:nth-child(2){
  margin-top: 60px;
}
.timeline > div:nth-child(2n+2) > .timeline-badge{
  left: -4px;
}
@media (max-width: 991px) {
.timeline > div > .timeline-panel:before {
  right: -20px;
}
.timeline > div:nth-child(2n+2) > .timeline-panel:before {
  left: -20px;
}
}
@media (max-width: 767px) {
div.timeline:before {
  left: 20px;
}
div.timeline > div {
  margin-bottom: 20px;
  position: relative;
  width:100%;
  float: left;
  clear: left;
}
div.timeline > div > .timeline-panel {
  width: -webkit-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
}
div.timeline > div > .timeline-badge {
  left: 16px;
}
div.timeline > div:nth-child(2n+2) > .timeline-badge {
  left: 16px;
}
div.timeline > div > .timeline-panel {
  float: right;
}
div.timeline > div > .timeline-panel:before {
  left: -30px;
}
div.timeline > div:nth-child(2n+2) > .timeline-panel:before {
  left: -30px;
}
div.timeline > div:nth-child(2n+2) {
  float: left; 
  clear: left;
  margin-top: 10px;
  margin-bottom: 30px;
}
}
@media (max-width: 480px) {
.timeline-body .info p {
  width:100%;
}
.timeline-body .info p:after {
  content:"";
}
}
/*靜態頁編輯器*/
.editor {
  position:relative;
  margin:20px 0;
  line-height:180%;
  /* padding-top:20px; */
}

/*頁籤模組*/
.tabs {
    padding: 0 !important;
}

.tabs > ul {
    padding: 0;
    margin: 0;
    border: none;
    list-style-type: none;
    -webkit-justify-content: center;
    justify-content: center;
}

.tabs .nav-tabs li {
    text-align: center;
    white-space: nowrap;
    list-style-type: none;
    margin-bottom: 0;
    padding: 5px;
}


.tabs .nav-tabs li a {
        padding: 8px 20px;
    font-size: 110%;
    border-radius: 3px;
    margin: 0;
    font-weight: bold;
    position: relative;
    color: #000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}

.tabs .nav-tabs li a::after {
    width: 0;
    height: 0;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-top: solid 7px transparent;
    bottom: -13px;
    left: 50%;
    content: "";
    position: absolute;
    z-index: 9;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tabs .nav-tabs li a:hover,.tabs .nav-tabs li a:focus {
        border: 1px #0033a0 solid;
        background-color: #e9e9e9;
        isolation: auto;
    }


.tabs .nav-tabs .nav-item.show .nav-link,.tabs .nav-tabs .nav-link.active {
    background-color: #0033a0;
    color: #fff;
    border-color: #0033a0;
}

.tabs .tab-content {
    padding: 10px 0 0 0;
    background-color: #fff;
	margin: 0 0 20px 0;
}
.tabs .tab-content>.tab-pane {
    padding: 20px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
/*失物招領*/
.topic_list .topic_card {
  overflow: hidden;
  padding: 0;
  border-bottom: 1px #d5d5d5 solid;
  padding: 15px 10px;
}
.topic_list .topic_card .pic {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 7px;
}
.topic_list .topic_card .info {
  display: inline-block;
  width: 100%;
}

.topic_list .topic_card .info ul {
    padding: 0;
    margin: 0;
}

.topic_list .topic_card .info ul li {
    color: #000;
    font-size: 105%;
    padding: 0 0 2px 0;
}

.topic_list .topic_card .info ul li.notice {
    color: #d70000;
}

.topic_list .topic_card .info .xtitle::after {content: "：";}
.topic_list .topic_card .info .stitle {
  font-size: 160%;
  color: #000;
}
@media screen and (min-width: 992px) {
  .topic_list .topic_card .pic {
    max-width: 210px;
    min-width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .topic_list .topic_card .pic {
    max-width: 210px;
    min-width: 210px;
    height: 210px;
  }
}
@media (max-width: 768px) and (min-width: 530px) {
  .topic_list .topic_card .pic {
    max-width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width:530px) {
  .topic_list .topic_card {
    display: block !important;
  }
  .topic_list .topic_card .pic img {
    width: 100%;
  }
}
@media screen and (min-width: 530px) {
  .topic_list .topic_card .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .topic_list .topic_card .info{
    padding: 0 0 0 20px;
}
}