﻿@charset "UTF-8";
.w-20 {
  width: 20%;
}

h2 {
  text-align: left;
  color: #153161;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
}

.tab-1 {
  width: 100%;
  border-bottom: 1px solid #b9b9b9;
}
.tab-1 ul {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
  padding-left: 25px;
}
.tab-1 ul li {
  list-style-type: none;
}
.tab-1 ul li a {
  display: inline-block;
  background-color: #ECF0F1;
  padding: 10px;
  font-weight: bold;
  border: solid 1px #b9b9b9;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.tab-1 ul li a.active {
  background-color: #fff;
  border: solid 1px #b9b9b9;
  border-bottom: 0;
}

.tab1-content {
  border-top: solid 1px #b9b9b9;
  margin-top: -2px;
  background-color: #fff;
  overflow: hidden;
  min-height: 100px;
}

.tab-2 ul {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.tab-2 ul li {
  font-weight: 600;
  text-align: center;
  padding: 2px 0;
  border-width: 2px 5px 2px 10px;
  border-color: #153161;
  border-style: solid;
}
.tab-2 ul li:hover, .tab-2 ul li.active {
  background: #153161;
}
.tab-2 ul li:hover a, .tab-2 ul li.active a {
  color: #ffffff;
}

.pdfType {
  display: inline-block;
  background-color: #ED252C;
  padding: 3px 6px;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
/*.pdfType:hover {
  background-color: #D7151A;
  color: #ffffff;
}*/

.odtType {
  display: inline-block;
  background-color: #0F85CD;
  padding: 3px 6px;
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 10px;
}
/*.odtType:hover {
  background-color: #0768AC;
  color: #ffffff;
}*/

.openIn img {
  width: 25px;
  height: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination > a, .pagination > span {
  background-color: #fff;
  color: #636363;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  margin: 0 3px 5px;
  min-width: 20px;
  padding: 0 10px;
  height: 40px;
  border: solid 1px #b9b9b9;
  text-decoration: none;
  position: relative;
}
.pagination > span {
  pointer-events: none;
}
.pagination > a:hover {
  background-color: #eee;
}
.pagination > a.page-active {
  background-color: #153161;
  color: #ffffff;
}

.search a {
  background: #0768AC;
  padding: 5px 10px;
  color: #ffffff;
}
.search a:hover {
  background: #16828F;
}

.page .btn-light {
  background-color: #ede3db;
}
.page .btn-light:hover, .page .btn-light.active {
  background: #153161 !important;
  color: #ffffff !important;
}
.page .event ul li {
  margin-bottom: 50px;
  align-items: stretch;
}
.page .event ul li .info {
  height: 180px;
  overflow: hidden;
}
.page .event ul li .info .subtitle {
  display: inline-block;
}
.page .carousel {
  width: 80%;
  margin: 0 auto;
}
.page .carousel .carousel-caption {
  background: hsla(0, 0%, 0%, 0.58);
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: 50px;
}
.page .videoLink {
  margin: 20px 0;
}
.page .videoLink img {
  width: 25px;
}
.page .top5 {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.page .top5 h3 {
  font-size: 1.5625rem;
  color: #153161;
  padding-left: 20px;
}
.page .top5 ol {
  border-top: none !important;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
}
.page .top5 ol li {
  border-bottom: 1px dashed #333;
  padding: 10px 0;
}
.page .top5 ol li:hover {
  color: #ffffff !important;
  background: #16828F;
}
.page .btnSearch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.page .btnSearch .btnGroup {
  display: inline-block;
  margin-bottom: 20px;
}
.page .btnSearch .search {
  display: inline-block;
}
.page .listStyle {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px dashed #666666;
}
.page .listStyle .listTitle {
  width: 100%;
  position: relative;
  padding-left: 15px;
}
.page .listStyle .listTitle::before {
  content: "";
  width: 5px;
  height: 15px;
  background-color: #153161;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.page .listStyle .listItem {
  padding: 0px 20px 10px 20px;
  position: relative;
}
.page .listStyle .listItem::before {
  content: "";
  width: 5px;
  height: 15px;
  background-color: #153161;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.page .listStyle .files {
  display: flex;
  flex-flow: row wrap;
}
.page .listStyle .unit {
  font-size: 0.85rem;
  text-align: right;
  width: 100%;
}
.page .listStyle .undertaker {
  width: 100%;
  text-align: right;
  padding: 5px;
}
.page .accordion {
  margin: 20px 0 50px 0;
}
.page .accordion .card {
  border: none;
}
.page .accordion .card .card-header {
  background: #ffffff;
  border-bottom: 1px dashed #666666;
  padding: 0;
  width: 100%;
  text-indent: 2rem;
  margin-top: 1rem;
  margin-bottom: 1px;
}
.page .accordion .card .card-header .qn {
  color: #153161;
  padding-left: 15px;
  margin-right: 10px;
  position: relative;
}
.page .accordion .card .card-header .qn::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -40px;
  width: 5px;
  height: 15px;
  background: #153161;
}
.page .accordion .card .card-header .qt {
  flex-grow: 2;
}
.page .accordion .card .card-header .rules {
  float: right;
  font-size: 0.85rem;
  font-weight: normal;
  width: 80px;
  align-self: flex-end;
  text-align: right;
}
.page .accordion .card .card-header .btn-link {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
    .page .accordion .card .card-header .btn-link .share {
        background: url(../AodmImg/share.png) center center / 100% auto no-repeat #153161;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }
.page .accordion .card .card-body {
  border: 2px solid #ffffff;
  margin-top: -2px;
  border-bottom: 1px dashed #666666;
}
/*.page .accordion .card .card-body .share a {
  background: url(/AodmImg/share.png) center center/100% auto no-repeat #153161;
  width: 20px;
  height: 20px;
  float: right;
  border-radius: 50%;
}*/
    /*20240305 樣式裡面新增  position: absolute;right: 0rem;*/
    .page .accordion .card .card-body .share a {
        background: url(../AodmImg/share.png) center center/100% auto no-repeat #153161;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }
.page .accordion .card .card-body p {
  font-weight: normal;
  text-align: left;
  width: 85%;
  margin-left: 58px;
  position: relative;
  font-size: inherit;
}

/*Q&A p tag 前面藍點 20240305 註解整段；客戶不要藍點樣式*/
/*.page .accordion .card .card-body p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -10px;
  width: 5px;
  height: 10px;
  background: #153161;
}*/

.page .Fxfont-size {
  position: fixed;
  right: 0;
  top: 570px;
}
.page .Fxfont-size a {
  display: block;
  width: 80px;
  height: 30px;
  background: #ECECEC;
  text-align: center;
  box-shadow: -5px 5px 12px hsla(0, 0%, 0%, 0.15);
  margin-bottom: 2px;
}
.page .Fxfont-size a:first-child {
  border-radius: 5px 0 0 0;
}
.page .Fxfont-size a:last-child {
  border-radius: 0 0 0 5px;
}
.page .download .mapTab {
  width: 60%;
}
.page .download .item p {
  text-align: left;
  font-weight: normal;
  position: relative;
}
.page .download .item p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -10px;
  width: 5px;
  height: 15px;
  background: #153161;
}
.page .download .item a {
  background: #ED252C;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 0.85rem;
}
/*.page .download .leftDownload {
  padding-top: 100px;
  display: flex;
  flex-flow: column wrap;
  gap: 50px;
}*/

.page .download .leftDownload {
    width: 33.333333%;
    padding-top: 100px;
    display: flex;
    flex-flow: column wrap;
    gap: 50px;
}

.page .download .rightDownload {
    width: 66.666667%;
}

.page .download .rightDownload .tab1-content {
  padding-top: 45px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 30px;
  padding-left: 10px;
}
.page .download .rightDownload .tab1-content .item {
  width: 45%;
}
.page .download .rightDownload .tab1-content .item p {
  display: inline-block;
}
.page .video {
  position: relative;
}
.page .video .btnVideo {
  position: fixed;
  top: 400px;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  z-index: 999999999;
}
.page .video .videoContent {
  width: 70%;
  margin: 0 auto;
}
.page .video .videoContent .mainVideo {
  text-align: center;
}
.page .video .videoContent .titleV {
  color: #153161;
  text-align: left;
  font-size: 1.2rem;
}
.page .video .videoContent .describe {
  text-indent: 35px;
}
.page .video .videoContent .videoShow {
  display: grid;
  grid-template-columns: repeat(auto-fill, 30%);
  grid-gap: 1rem;
  justify-content: space-between;
  margin: 30px 0;
}
.page .video .videoContent .videoShow p {
  text-align: left;
}
.page .history > ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  margin-top: 1em;
  padding-top: 20px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.page .history > ul::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #666666;
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
}
.page .history > ul li .eventH li {
  width: 90%;
  border: 1px solid #b9b9b9;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 5px;
  margin-left: 70px;
  gap: 10px;
  color: #153161;
  margin-bottom: 20px;
}
.page .history > ul li .eventH li p {
  margin-bottom: 0;
}
.page .history > ul li .eventH li p:not(.titleH) {
  color: #333;
  font-weight: normal;
  margin-top: 10px;
}
.page .history > ul li .eventH li img {
  height: 150px;
  width: 300px;
  max-width: 100%;
  object-fit: cover;
  display: inline-block;
}
.page .history > ul li.year {
  background: #153161;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  z-index: 9;
  text-align: center;
}
    .page .history > ul li.month {
        background: #153161;
        color: #ffffff;
        display: inline-block;
        width: 60px;
        height: 25px;
        line-height: 25px;
        margin: 20px 0;
        z-index: 9;
        text-align: center;
    }
.page .change {
  display: flex;
  flex-flow: column nowrap;
  margin: 50px 0;
}
.page .change .foreword {
  margin-bottom: 20px;
  text-indent: 2rem;
}
.page .change .Hrow {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 20px;
}
/*.page .change .Hrow:last-child .Hyear::before {
  height: 100%;
}*/

/*20240105修改動員業務講習樣式*/
.page .change .Hrow:last-child .Hyear::before {
    height: 0;
}
    /*20240109增加這段程式碼；此為組織遞嬗樣式修改，因為它是align-items-end，所以要把線的樣式加回來*/
    .page .change.cowardice .Hrow:last-child .Hyear::before {
        height: 100%;
    }
.page .change .Hrow:not(:last-child) .Hcontent {
  margin-bottom: 10px;
}
.page .change .Hrow .Hyear {
  width: 12%;
  text-align: center;
  display: flex;
  position: relative;
  align-items: center;
}
.page .change .Hrow .Hyear p {
  width: 80px;
  background: #153161;
  color: #ffffff;
  line-height: 25px;
  z-index: 9;
  position: relative;
  margin-bottom: 0;
}
.page .change .Hrow .Hyear p::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #153161;
}
.page .change .Hrow .Hyear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28%;
  width: 1px;
  height: 140%;
  background-color: #666666;
  z-index: 1;
}
.page .change .Hrow .Hcontent {
  width: 88%;
  border: 1px solid #b9b9b9;
  padding: 20px;
}
.page .change .Hrow .Hcontent .Htitle {
  text-align: left;
  color: #153161;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.page .change .Hrow .Hcontent .Hdate {
  display: block;
  margin: 0;
}
.page .change .Hrow .Hcontent2 {
  width: 88%;
  border: 1px solid #b9b9b9;
  padding: 5px 10px;
}
.page .change .Hrow .Hcontent2 .Hdate {
  display: block;
  margin: 0;
  text-align: right;
}
.page .services {
  margin: 0px auto;
  background: none;
  padding-left: 35px;
  height: 300px;
  overflow: hidden;
  padding-top: 50px;
}
.page .services ul {
  width: 100%;
}
.page .services ul li:nth-child(1) img, .page .services ul li:nth-child(2) img, .page .services ul li:nth-child(3) img, .page .services ul li:nth-child(4) img {
  transform: skewX(30deg) translateX(-120px);
}
/*內頁右上icon 如列印、fb等*/
#CommWeb {
    display: flex;
    justify-content: end; 
}
    #CommWeb li:not(:first-child) img {
        padding-left: .5rem;
    }
    #CommWeb li:first-child img {
        width: 1.5rem;
    }
/*#CommWeb li:not(:first-child) img {
    width: 2rem;
}*/
    #CommWeb li:not(:first-child) img {
        width: 2rem;
    }





@media (max-width: 1499.98px) {
    .page .btnSearch {
    justify-content: center;
  }
    table {
        float:unset;
    }
}
@media (max-width: 1229.98px) {
  .page .event ul li {
    width: 45%;
  }
  .page .btnSearch .btnGroup {
    margin-bottom: 0;
  }
  .page .btnSearch .btnGroup button {
    margin-bottom: 10px;
  }
  .page .download .mapTab {
    width: 80%;
  }
  .page .services {
    height: 500px;
  }
  .page .services ul {
    flex-flow: row wrap;
  }
  .page .services ul li {
    width: 50%;
  }
  .page .services ul li:nth-child(3) {
    margin-left: -13px;
    margin-top: 20px;
  }
  .page .services ul li:nth-child(4) {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .tab-2 ul {
    gap: 10px;
  }
  .tab-2 ul li {
    width: 23%;
  }
  .page .top5 {
    margin-top: 0;
  }
  .page .video .btnVideo {
    position: static;
    justify-content: center;
    flex-flow: row nowrap;
    margin-bottom: 20px;
  }
  .page .video .videoContent {
    width: 85%;
  }
  .page .download .leftDownload {
    padding-top: 30px;
    flex-flow: row wrap;
    gap: 30px;
    margin-bottom: 50px;
  }
  .page .download .leftDownload .item {
    width: 45%;
  }
  .page .Fxfont-size {
    top: 450px;
  }
}
@media (max-width: 639.98px) {
  .tab-1 {
    border-bottom: none;
  }
  .tab-1 ul {
    gap: 10px;
    padding-left: 0;
  }
  .tab-1 ul li a {
    border-bottom: solid 2px #DEDEDE;
  }
  .tab-1 ul li a.active {
    border-bottom: solid 2px #DEDEDE;
  }
  .tab1-content {
    border: none;
  }
  .tab-2 ul {
    gap: 10px;
  }
  .tab-2 ul li {
    width: 48%;
  }
  .page .event ul li {
    width: 100%;
  }
  .page .carousel .carousel-caption {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page .carousel .carousel-caption h5 {
    font-size: 0.85rem;
  }
  .page .carousel .carousel-indicators {
    display: none;
  }
  .page .accordion .card .card-body p {
    margin-left: 0;
  }
  .page .video .videoContent .videoShow {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .page .history > ul li .eventH li {
    flex-flow: column wrap;
    margin-left: 30px;
  }
  .page .listStyle .files {
    flex-flow: column nowrap;
  }
  .page .listStyle .undertaker {
    text-align: left;
  }
  .page .Fxfont-size {
    top: 450px;
    z-index: 99999;
  }
  .page .Fxfont-size a {
    width: 50px;
  }
  .page .services ul li:nth-child(3) img {
    transform: skewX(30deg) translateX(-160px);
  }
  .page .services ul li:nth-child(4) img {
    transform: skewX(30deg) translateX(-140px);
  }
}/*# sourceMappingURL=page.css.map */



/* tawian map */
.intro_vision {
    margin: 0 auto 50px auto;
}

@media (max-width: 1199.99px) {

    .page .download .leftDownload {
        padding-top: 30px !important;
        flex-flow: row wrap !important;
        gap: 30px;
        margin-bottom: 50px;
        flex: 0 0 100%;
        max-width: 100%;
    }

 .item
{
    width: 45%;
    padding-left: 15px;
}

.rightDownload {
    flex: 0 0 100%;
}

.intro_vision {
    margin: 0 auto 0px auto;
}

#default_map {
    margin: 0;
}

}