@charset "utf-8";
/*清單頁*/
.page_list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page_list ul li {
    padding: 10px;
}

.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;
    border-radius: 10px;
}
.search_list.nobk {
    background-color: transparent;
}
.search_list.nobk .form-control {
    background-color:#f5f5f5;
    padding: 6px 15px;
}
.search_list.nobk .btn-sh {
    padding:0 0 0 5px;
    display: inline-flex;
}
.search_list.nobk .btn-sh a {
    white-space: nowrap;
    background-color: #D23113;
    padding: 5px 15px;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
}
.search_list.nobk .btn-sh a:hover {
    background-color: #8d2121;
}
.w-800 {
    max-width:800px;
    margin:auto;
}

.search_list .form-control,
.search_list .form-select {
    border: none;
    border-radius: 50px;
    padding: 10px;
}
.search_list .day a svg {
    fill: #6d6d6d;
}

.search_list .day a:hover svg {
    fill: #951c06;
}
.search_list .form_title {
    padding: 5px 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: #faab54;
    color: #000;
}

.search_list button:hover {
    background-color: #ffc928;
    color: #000;
}
.vbt {
    align-items:center;
}
.vbt a:hover {
    opacity:.7;
}
@media screen and (max-width: 767px) {
.vbt {
    padding-top:10px;
}
}
/*分頁*/
.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: #af3744;
  padding: 5px 15px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.ap .page .fast_page .go a:hover {
  background-color: #891a26;
}
.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: 50px;
  font-size: 105%;
  background-repeat: no-repeat;
  position: relative;
  background-size: 10px;
}
.ap .page ul li a:hover {
  background-color: #ffc928;
}

.ap .page ul li.first a{
  background-image: url(../images/home/ic_first.svg);
  }

.ap .page ul li.pre a {
    background-image: url(../images/home/ic_pre.svg);
}
.ap .page ul li.next a {
    background-image: url(../images/home/ic_next.svg);
}
.ap .page ul li.end a {
    background-image: url(../images/home/ic_end.svg);
}

.ap .page ul li.back a {
    background-image: url(../images/home/ic_back.svg);
    background-size: 20px;
    padding: 10px 20px 9px 50px;
    background-position: left 20px top 50%;
}
.ap .page ul li.first a, .ap .page ul li.pre a {padding: 10px 20px 9px 40px;background-position: left 20px top 50%;}

.ap .page ul li.end a, .ap .page ul li.next a {
    background-position: right 20px 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 #ce432a 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: #ce432a;
}

.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;
    padding: 0 0 10px 0;
    border: 1px rgba(52,184,217,0) solid;
    text-decoration: none;
}

.album_list .album a:hover p {color: #9d362f;}


.album_list .album .pic{position: relative;background-color: #d1d1d1;margin-bottom: 5px;border-radius: 10px;overflow: hidden;}
.album_list .album .pic img {
    max-width: 100%;
    transition: all 200ms ease-out 0s;
}
.album_list .album p{
    margin: 0;
    padding: 0 10px;
}

.album_list .album .date {
    color: #676767;
    letter-spacing: 0;
}

.album_list .album .txt {
    color: #000;
    line-height: 150%;
}

.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: #fdf2e6;
}
.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: #951c06;
    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: #951c06;
    font-weight: bold;
}

.ap .detail .item_list .i_title::before {
    position: absolute;
    content:"";
    width: 17px;
    height: 17px;
    background: #951c06;
    border-radius: 50%;
    top: 8px;
    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: 16px;
    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 34px 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::after {
    content: "";
    background-image: url(../images/all/heart02.png);
    width: 35px;
    height: 32px;
    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 18px;
}

.ap .re_link ul li a {
    display: block;
    position: relative;
    color: #365786;
    font-size: 105%;
    padding: 0 5px 0 25px;
    text-decoration: none;
    letter-spacing: 0;
}

.ap .re_link ul li a:hover {
    color: #3467b1;
    text-decoration: underline;
}

.ap .re_link ul li a::before {content: "";background-image: url(../images/home/ic_link.svg);width: 20px;height: 20px;display: inline-block;background-repeat: no-repeat;background-position: left center;position: absolute;top: 6px;left: 0;}
/*相關附件*/
.ap .re_annex ul li {
    border-bottom: 1px #d0d0d0 solid;
    padding: 15px 0 15px 40px;
    line-height: 150%;
}

.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/home/ic_down.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 3px;
  left: -26px;
}
@media screen and (min-width: 992px) {
.ap .top_note, .ap .bottom_note {
    border-radius: 50px;
    padding: 10px 25px;
}
}
@media screen and (max-width: 992px) {
.ap .top_note, .ap .bottom_note {
    border-radius: 15px;
    padding: 10px 20px;
}
}
/*表格*/
.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: #951C06;
}

.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 30px;
    color: #000;
    position: relative;
    font-size: 110%;
    display: block;
    font-weight: 600;
    text-decoration: none;
}

.ap .sitemap ul li a:hover {
    color: #951C06;
    text-decoration: underline;
}

.ap .sitemap ul ul li a {
    font-size: 105%;
    padding: 5px 0 5px 1rem;
    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 li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #000000;
    top: 50%;
    left: 1rem;
    margin-top: -6px;
}

.ap .sitemap ul li.site_title a {
    background-color: #951C06;
    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: 50px;
}

.ap .sitemap ul li.site_title a:hover {
    background-color: #bf3218;
}
.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 (max-width:992px) and (min-width:767px) {
.album_list .album .pic{height: 200px;}

}

@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%;
}
  .album_list .album a:hover .pic img {
    transform: translate(-50%, -50%) scale(1.2);
}
.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 (max-width:767px) {
.search .series {
    padding-right: 15px !important;
}
.ap .page .button {
  margin-top: 25px;
}
.ap .detail .item_list .item_box {
    
padding: 0 0 0 1.3em;
}
.album_list .album .pic{text-align: center;}
.album_list .album .pic img {
    margin: auto;
}
 .home .rwd-table {
    background: hsl(0deg 0% 97%);
    overflow: hidden;
  }
 
.home .rwd-table th {
    display: none;
  }
 
.ap .rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
  }
  
.ap .rwd-table td:before {
    background-color: transparent;
  }

.ap .rwd-table td.inline-block:before {
    display: inline-block;
}
.ap .rwd-table td {
    text-align: left !important;
    border-bottom: 1px #dadada solid;
    padding: 10px;
    display: block;
  }
}
@media screen and (min-width: 480px) {
.page_list ul li a {
    padding: 30px 45px 30px 20px;
}
}
@media screen and (max-width: 480px) {
    .search_list .series {
    position: relative;
    padding-top: 30px !important;!i;!;
}
.search_list .form_title {
    position: absolute;
    top: -5px;
    left: 5px;
}
.search_list .form_title.day_se {
    top: 0;
}
.page_list ul li{
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
}
.page_list ul li a {
    padding: 20px 40px 20px 20px;
}
}

/*表格*/
.rwd-table01 {
  min-width: 100%;
  position:relative;
  margin-bottom: 30px;
  border: 3px solid #d5b48f;
  border-radius: 15px;
  overflow: hidden;
    background-color:#d5b48f;
}
.rwd-table01 th,
.rwd-table01 td:before {
  color: #000000;
  font-weight: bold;
  background-color: #fcd266;
}
.rwd-table01 tr:nth-of-type(2n+1) {
  background: hsl(0deg 0% 100%);
}
.rwd-table01 tr {
  border-bottom:1px solid #ccc;
  position: relative;
    background-color:#f2f2f2;
}
.rwd-table01 tr:last-child {
  /*border-bottom:none;*/
}
@media screen and (max-width: 992px) {
.rwd-table01 {
  background: #d5b48f;
  overflow: hidden;
} 
.rwd-table01 th {
  display: none;
} 
.rwd-table01 td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
}  
.rwd-table01 td:before {
  background-color: transparent;
}
.rwd-table01 td.inline-block:before {
  display: inline-block;
}
.rwd-table01 td {
  text-align: left !important;
  border-bottom: 1px #dadada solid;
  padding: 10px;
  display: block;
}
.rwd-table01 td:first-child {
  background-color:#fcd266;
}
.rwd-table01 td:last-child {
  border:none;
}
.rwd-table01 {
  margin-bottom: 0;
}
}
@media screen and (min-width: 992px) {
.rwd-table01 td:before {
  display: none;
}
.rwd-table01 th,
.rwd-table01 td {
  display: table-cell;
  padding: 0.25em 0.5em;
  text-align: center;
  /* word-break: break-all; */
}
.rwd-table01 th:first-child,
.rwd-table01 td:first-child {
  padding-left: 0;
}
.rwd-table01 th:last-child,
.rwd-table01 td:last-child {
  padding-right: 0;
}
.rwd-table01 th,
.rwd-table01 td {
  padding: 0.8em !important;
  border: 1px solid #d5b48f;
}
.rwd-table01 th:nth-child(1)::before {
  display: none;
}
.rwd-table01 th {
  position: relative;
  word-break: keep-all;
}
}
/*表格end*/
/*常見問答*/
.ap .qabtn {
    position:relative;
}
.ap .qabtn ul {
    list-style-type:none;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    text-align:center;
}
.ap .qabtn li {
    display:inline-block;
    padding:5px;
}
.ap .qabtn li:first-child a {
    display:inline-flex;
    white-space: nowrap;
}
.ap .qabtn li:first-child a img {
    margin-right:5px;
}
.ap .qabtn li.active a {
    background-color: #8d2121;
    color: #FFF;
}
.ap .qabtn li a {
    padding: 6px 20px;
    display:block;
    background-color: #faab54;
    color: #000000;
    text-decoration:none;
    border-radius:50px;
    font-weight: bold;
}
.ap .qabtn li a:hover {
    background-color:#8d2121;
    color:#FFF;
}
.ap .qabtn li i {
    display:inline-block;
    padding-right:5px;
}
@media screen and (max-width: 767px) {
.ap .qabtn li {
    width:50%;
}
.ap .qabtn li a {
    width:100%;
    justify-content:center;
}
}
@media screen and (max-width: 430px) {
.ap .qabtn li {
    width:100%;
}
}
/*常見問答列表*/
.ap .qalist {
    padding: 0 0 30px 0;
}
.ap .qalist .accordion>.card {
    border: none;
    margin-bottom: 10px;
    border-radius: 15px;
    width: 100%;
}
.ap .qalist .accordion>.card>.card-header {
    padding: 0;
    background-color: transparent;
    border: none;
}
.ap .qalist .card-body {
    background-color: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px #fde8e0 solid;
    border-top: none;
}
.ap .qalist .card-body .textlist {
    position:relative;
}
.ap .qalist .card-body .textlist ul {
    padding:0;
    list-style-type:none;
}
.ap .qalist .card-body .textlist li {
    list-style-type:decimal;
    padding:5px 0;
}
.ap .qalist .card-body .textlist li .subtt {
    font-size:110%;
    font-weight:600;
    color:#2c7c87;
    padding:4px 4px 4px 22px;
    margin-bottom:10px;
    position:relative;
    display:inline-block;
}
.ap .qalist .card-body .textlist li .subtt::after {
    position: absolute;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    content: '';
    width: 12px;
    height: 4px;
    background-color: #2c7c87;
}
.ap .qalist button.collapsed {
    border-radius: 15px;
}
.ap .qalist button {
    padding: 13px 40px 13px 15px;
    display: block;
    width: 100% !important;
    text-align: left;
    /* color: #000; */
    font-size: 105%;
    background-color: #fde8e0;
    text-decoration: none;
    border-radius: 0;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border:none;
}
.ap .qalist button::after {
  content: "";
  top: 40%;
  right: 20px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 4px #824c75;
  border-right: solid 4px #824c75;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  transition: all 200ms ease-out 0s;
}
.ap .qalist button.collapsed::after {
  border-top: solid 4px #824c75;
  border-right: solid 4px #824c75;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 40%;
}
.ap .qalist button .info {
    display: block;
}
.ap .qalist button .info span {
    font-size: 90%;
    display:inline-block;
    padding:0 5px;
    color: #444;
}
.ap .qalist button .mtt {
    font-size:105%;
    display: block;
    padding:5px;
    font-weight: 600;
    color: #000;
}
.im {
    font-size:95%;
    color: #bf2b20;
    text-align: right;
}
@media screen and (max-width: 480px) {
.im {
    text-align: left;
}
}