@charset "utf-8";
/*清單頁*/
header {
    position: relative;
    padding: 15px 0;
}
header h1 {
    position: relative;
    top: 0;
}
.page_list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page_list ul li {
    padding: 10px;
    display: inline-block;
    width: 25%;
}

.page_list ul li a {
    display: block;
    background-color: #efefef;
    color: #000;
    font-size: 120%;
    position: relative;
    text-decoration: none;
    height: 100%;
}
.page_list ul li a p {
    margin: 0;
    position: relative;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px;
}
.page_list ul li a:hover {
    background-color: #f3f3f3;
    -webkit-box-shadow: 5px 4px 9px 0px rgba(0,0,0,0.44);
    box-shadow: 5px 4px 9px 0px rgba(0,0,0,0.44);
}

.page_list ul li a:hover::before {
    background-color: #007fad;
}

.page_list ul li a::before,.page_list ul li a::after {content: "";position: absolute;display: block;}

.page_list ul li a::before {
    border-radius: 50px;
    width: 25px;
    height: 25px;
    background-color: #095e73;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.page_list ul li a::after {
    background-image: url(../images/inside/ic_arrow01.svg);
    width: 18px;
    height: 11px;
    right: 22px;
    top: 43%;
}
/*搜尋*/
.search_list {
    background-color: #efefef;
    padding: 15px 20px;
}


.search_list .form-control {
    border: none;
}
.search_list .day a svg {
    fill: #6d6d6d;
}

.search_list .day a:hover svg {
    fill: #095e73;
}
.search_list .form_title {
    padding: 10px 5px 0 0;
}
.search_list .day {
    padding: 8px 5px 0 3px;
}
.search_list .note {
    color: #ad0404;
    font-size: 90%;
    letter-spacing: 0;
    margin: 0;
    padding: 1px 0 0 5px;
}
.search_list button {
    white-space: nowrap;
    background-color: #095e73;
    color: #fff;
}

.search_list button:hover {
    background-color: #ffec40;
    color: #000;
}
/*分頁*/
.ap .page {
  border-top: 2px #555 solid;
}
.ap .page .button {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.ap .page .fast_page .go a {
  display: inline-block;
  background-color: #095e73;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.ap .page .fast_page .go a:hover {
  background-color: #0c819d;
}
.ap .page 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 .page ul li {
  padding: 10px;
}
.ap .page ul li a {
  display: block;
  background-color: #e4e4e4;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-size: 105%;
  background-repeat: no-repeat;
  position: relative;
}
.ap .page ul li a:hover {
  background-color: #ffeb3b;
  box-shadow: 4px 3px 3px 0px rgb(0 0 0 / 40%);
  -webkit-box-shadow: 4px 3px 3px 0px rgb(0 0 0 / 40%);
  -moz-box-shadow: 4px 3px 3px 0px rgb(0 0 0 / 40%);
}

.ap .page ul li.first a{
  background-image: url(../images/inside/ic_first.png);
  }

.ap .page ul li.pre a {
    background-image: url(../images/inside/ic_pre.png);
}
.ap .page ul li.next a {
    background-image: url(../images/inside/ic_next.png);
}
.ap .page ul li.end a {
    background-image: url(../images/inside/ic_end.png);
}

.ap .page ul li.back a {
    background-image: url(../images/inside/ic_back.png);
}
.ap .page ul li.first a, .home .page ul li.pre a, .home .page ul li.back a {padding: 10px 20px 9px 40px;background-position: left 15px top 50%;}

.ap .page ul li.end a, .home .page ul li.next a {
    background-position: right 15px top 50%;
    padding: 7px 40px 7px 20px;
}
.ap .fast_page {
  padding: 10px 0 0 0;
}
/*活動訊息列表*/
.ap .list .article {
    font-size: 120%;
    font-weight: 600;
    font-family: "Microsoft JhengHei";
    position: relative;
}

.ap .list .article a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px #d6d6d6 solid;
}

.ap .list .article a:hover {
    background-color: #fffde7;
    border-bottom: 1px #0b90b1 solid;
}


.ap .list  .article .info_top,
.ap .list  .article .ac_date {
    font-weight: initial;
    font-size: 75%;
    letter-spacing: 0;
}

.ap .list  .article .info_top .date {
    color: #747474;
    padding: 0 5px 0 0;
}

.ap .list  .article .info_top .unit {
    color: #327f9e;
}

.ap .list .article .ac_date {
    bottom: 5px;
    margin: 0;
    color: #a36a00;
    line-height: 120%;
    text-align: right;
}

/*相簿列表*/
.album_list{
    padding: 25px 15px;
}

.re_album .album_list {
    padding: 0 15px;
}
.album_list .album{padding: 15px;}
.album_list .album a{
    display: block;
    background-color: #e7e7e7;
    padding: 0 0 10px 0;
    border: 1px rgba(52,184,217,0) solid;
    text-decoration: none;
}

.album_list .album a:hover {
    border: 1px #34b8d9 solid;
    background-color: #fff;
}
.album_list .album .pic{position: relative;background-color: #d1d1d1;margin-bottom: 5px;}
.album_list .album .pic img {
    max-width: 100%;
}
.album_list .album p{
    margin: 0;
    padding: 0 10px;
}

.album_list .album .date {
    color: #676767;
    letter-spacing: 0;
}

.album_list .album .txt {
    color: #000;
    font-weight: bold;
    font-size: 110%;
}

.re_album .album_list .album .txt {
    font-size: 95%;
    font-weight: normal;
}
.album_open .pic {
    text-align: center;
}

.album_open .txt {
    font-size: 105%;
    padding: 3px 0;
    margin: 0;
}

.album_open .pic img {
    max-width: 100%;
}
/*詳細內容*/
.ap .top_note, .ap .bottom_note {
    background-color: #e9e9e9;
    border-radius: 5px;
    padding: 10px 15px;
}
.ap .bottom_note{
    text-align: right;
}

.ap .top_note ul,.ap .bottom_note ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}


.ap .top_note ul li,.ap .bottom_note ul li {
    color: #696969;
    float: left;
    text-align: left;
    font-size: 95%;
    padding: 5px 0 0 0;
}

.ap .top_note ul li::after, .ap .bottom_note ul li::after {content: "/";padding: 0 10px 0 5px;}

.ap .top_note ul li:last-child::after, .ap .bottom_note ul li:last-child::after {
    display: none;
}
.ap .detail .d_title {
    color: #095e73;
    font-size: 130%;
    font-weight: 600;
    padding: 15px;
    font-family: Microsoft JhengHei;
    letter-spacing: 0;
}
.ap .detail .item_list {
    padding: 0 15px 15px 15px;
}

.ap .detail .item_list .item {
    padding: 0 0 5px 0;
}

.ap .detail .item_list .i_title {
    position: relative;
    white-space: nowrap;
    padding: 0 15px 0 20px;
    color: #2d6b7a;
    font-weight: bold;
}

.ap .detail .item_list .i_title::before {
    position: absolute;
    content:"";
    width: 17px;
    height: 17px;
    background: #2d6b7a;
    border-radius: 50%;
    top: 4px;
    left: 0;
}

.ap .detail .item_list .i_title::after {
    position: absolute;
    content:"";
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 5px;
    margin-top: -1px;
}
.ap .detail .item_list .item_box{
    position: relative;
}

.ap .detail .item_list .item_box .item_frame {
        position: relative;
        padding-bottom: 75%;
        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 .edit{
    padding: 1px 15px 15px 15px;
}
.re_title {
    font-size: 130%;
    position: relative;
    z-index: 1;
    padding: 0 45px 0 10px;
    display: inline-block;
    white-space: nowrap;
    font-weight: 600;
    margin: 15px 0 5px 0;
    font-family: Microsoft JhengHei;
    letter-spacing: 0;
  }

.re_title::first-letter {
    font-size: 130%;
}
  .re_title::before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #aae5f2;
    z-index: -1;
    border-radius: 50px;
    left: 0;
  }
  .re_title::after {
    content: "";
    background-image: url(../images/index/arrow01.svg);
    width: 40px;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .re_album {
    padding: 25px 0;
}
/*相關連結*/
.ap .re_link {
    margin-bottom: 15px;
}
.ap .re_link ul, .ap .re_annex ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ap .re_link ul li{
    border-bottom: 1px #d0d0d0 solid;
    padding: 15px 0 15px 35px;
}

.ap .re_link ul li a {
    display: block;
    position: relative;
    color: #000;
    font-size: 105%;
    padding: 0 5px 0 25px;
}

.ap .re_link ul li a:hover {
    color: #095e73;
}

.ap .re_link ul li a::before {content: "";background-image: url(../images/inside/ic_link.svg);width: 20px;height: 20px;display: inline-block;background-repeat: no-repeat;background-position: left center;position: absolute;top: 3px;left: 0;}
/*相關附件*/
.ap .re_annex ul li {
    border-bottom: 1px #d0d0d0 solid;
    padding: 15px 0 15px 57px;
}

.ap .re_annex ul li a.download {
    display: inline-block;
    padding: 6px;
}

.ap .re_annex ul li p {
    display: initial;
    position: relative;
}

.ap .re_annex ul li p::before {
  content: "";
  background-image: url(../images/inside/ic_down.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 3px;
  left: -26px;
}
/*表格*/
.ap .rwd-table {
  min-width: 100%;
  letter-spacing: 0;
}
.ap .rwd-table th,.home .rwd-table td:before {
  color: #000000;
  font-weight: bold;
  background-color: #ffe354;
}
.ap .rwd-table tr:nth-of-type(2n+1) {
  background: #efefef;
}
.ap .table_link {
    margin: 15px 0 0 0;
}

.ap .table_link .rwd-table th {
    background-color: #095e73;
    color: #fff;
    font-size: 105%;
    letter-spacing: 1px;
}

.ap .table_link .rwd-table th:nth-child(2n+2) {
    background-color: #0c7f9c;
}
.ap .rwd-table td a{
    color: #095e73;
}
.ap .rwd-table .im_link {
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
}
/*網站導覽*/

.ap .sitemap .site_note {
    color: #095e73;
}

.ap .sitemap .sitemap_note {
    padding: 13px;
    line-height: 160%;
    letter-spacing: 2px;
}
.ap .sitemap ul {
    padding: 0 5px;
    margin: 10px 0;
    list-style-type: none;
    font-family: Microsoft JhengHei;
}

.ap .sitemap ul ul {
    padding: 0 15px;
    margin: 0;
}
.ap .sitemap ul li{letter-spacing: 1px;}

.ap .sitemap ul li a {
    padding: 5px 10px 5px 10px;
    color: #000;
    position: relative;
    font-size: 110%;
    display: block;
    font-weight: 600;
}

.ap .sitemap ul li a:hover {
    color: #095e73;
}

.ap .sitemap ul ul li a {
    font-size: 105%;
    padding: 5px 0 5px 0;
    color: #383838;
    font-weight: inherit;
}

.ap .sitemap ul ul ul li a {
    font-size: 100%;
    padding: 5px 0 5px 0;
    color: #555;
}


.ap .sitemap ul ul li a::before {
    border-top: solid 1px #2f2f2f;
    border-right: solid 1px #2f2f2f;
    -webkit-transform: rotate(45deg);
    border-left: solid 0px transparent;
    border-bottom: solid 0px transparent;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    top: 41%;
    margin-right: 5px;
}

.ap .sitemap ul ul li a::before {
    content: "_";
    border: none;
    left: 13px;
    transform: none;
    transform: none;
    top: inherit;
    margin-right: 0;
}

.ap .sitemap ul li.site_title a {
    background-color: #095e73;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 120%;
    margin: 5px 0;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 5px;
}

.ap .sitemap ul li.site_title a:hover {
    background-color: #ffeb3b;
    color: #000;
}
.ap .sitemap ul li.site_title a::before {
    display: none;
}
/*media*/
@media screen and (min-width:1200px) {
.album_list .album .pic{  
height: 220px;  
}

.re_album .album_list .album .pic {
    height: 160px;
}
}
@media screen and (max-width:1200px) and (min-width:992px) {
.album_list .album .pic{height: 180px;}

.re_album .album_list .album .pic {
    height: 130px;
}
}

@media screen and (min-width:767px) {
.ap .detail .item_list .d-md-flex .item_box::before {
    content: "：";
    color: #2d6b7a;
    position: absolute;
    left: -15px;
    top: -1px;
    font-weight: bold;
}

.ap .page .button {
  margin-top: 50px;
}
.album_list .album a{
    height: 100%;
}
.album_list .album .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}
.ap .rwd-table th {
    text-align: center;
  }
.ap .rwd-table td:before {
    display: none;
  }
.ap .rwd-table th,.home .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
.ap .rwd-table th:first-child,.home .rwd-table td:first-child {
    padding-left: 0;
  }
.ap .rwd-table th:last-child,.home .rwd-table td:last-child {
    padding-right: 0;
  }
.ap .rwd-table th,.home .rwd-table td {
    padding: 1em !important;
  }

.ap .rwd-table th:nth-child(1)::before {
    display: none;
  }
.ap .rwd-table th {
    position: relative;
    white-space: nowrap;
  }
  .ap .sitemap {
    padding: 0 0 160px 0;
}
}
@media screen and (min-width: 480px) {
.page_list ul li a {
    padding: 30px 45px 30px 20px;
}
}