/* 微旅行 */
.embed_container {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 23.96%;
}
.embed_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tabicons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 25px auto 10px;
}
.tabicons label {
  display: inline-block;
  width: calc(100% / 5);
  min-width: 120px;
  margin-bottom: 20px;
}
.tabicons .tabicon {
  display: flex;
  width: 100%;
  padding-top: 85px;
  background-size: 160px 90px;
  align-items: flex-end;
  justify-content: space-around;
  background-position: center top;
  background-repeat: no-repeat;
  color: #575757;
  font-size: 0.9375rem;
  font-weight: bold;
}
.tabicons [for="tab1"] .tabicon {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181021170832/https://np.cpami.gov.tw/templates/ch/images/trip/01.what.svg");
}
#tab1:checked ~ .tabicons [for="tab1"] .tabicon,
.tabicons [for="tab1"] .tabicon:hover,
.tabicons [for="tab1"] .tabicon:focus,
.tabicons [for="tab1"] .tabicon:active {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181021170832/https://np.cpami.gov.tw/templates/ch/images/trip/01.what_hover.svg");
  color: #43810d;
}
.tabicons [for="tab2"] .tabicon {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181021170832/https://np.cpami.gov.tw/templates/ch/images/trip/02.post.svg");
}
#tab2:checked ~ .tabicons [for="tab2"] .tabicon,
.tabicons [for="tab2"] .tabicon:hover,
.tabicons [for="tab2"] .tabicon:focus,
.tabicons [for="tab2"] .tabicon:active {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181021170832/https://np.cpami.gov.tw/templates/ch/images/trip/02.post_hover.svg");
  color: #e7316e;
}
.tabicons [for="tab3"] .tabicon {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181021170832/https://np.cpami.gov.tw/templates/ch/images/trip/03.stamp.svg");
}
#tab3:checked ~ .tabicons [for="tab3"] .tabicon,
.tabicons [for="tab3"] .tabicon:hover,
.tabicons [for="tab3"] .tabicon:focus,
.tabicons [for="tab3"] .tabicon:active {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181021170832/https://np.cpami.gov.tw/templates/ch/images/trip/03.stamp_hover.svg");
  color: #0e8fd7;
}
.tabicons [for="tab4"] .tabicon {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181021170832/https://np.cpami.gov.tw/templates/ch/images/trip/04.area.svg");
}
#tab4:checked ~ .tabicons [for="tab4"] .tabicon,
.tabicons [for="tab4"] .tabicon:hover,
.tabicons [for="tab4"] .tabicon:focus,
.tabicons [for="tab4"] .tabicon:active {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181021170832/https://np.cpami.gov.tw/templates/ch/images/trip/04.area_hover.svg");
  color: #88832b;
}
.tabicons [for="tab5"] .tabicon {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181021170832/https://np.cpami.gov.tw/templates/ch/images/trip/05.categlory.svg");
}

#tab5:checked ~ .tabicons [for="tab5"] .tabicon,
.tabicons [for="tab5"] .tabicon:hover,
.tabicons [for="tab5"] .tabicon:focus,
.tabicons [for="tab5"] .tabicon:active {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181021170832/https://np.cpami.gov.tw/templates/ch/images/trip/05.categlory_hover.svg");
  color: #ba5f2a;
}

.article .anchor_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: calc(39px - 12px);
}
.article .anchor_btns a {
  min-width: 120px;
  line-height: 30px;
  border-radius: 5px;
  margin: 0 20px 12px 0;
  background-color: #53a690;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.article .anchor_btns a:target,
.article .anchor_btns a:hover,
.article .anchor_btns a:focus,
.article .anchor_btns a:active {
  background-color: #dff0d8;
  color: #369a3b;
  text-decoration: none;
}
.article h4.anchor_title {
  color: #575757;
}
.article h4.anchor_title:target {
  color: #369a3b;
}
.article .anchor_title::before {
  content: "";
  display: inline-block;
  background-color: #333333;
  width: 7px;
  height: 16px;
  margin-right: 10px;
}
.article table {
  margin-bottom: 20px;
}
.article .discount,
.article .discount th,
.article .discount td {
  border: 0;
}
.discount {
  width: 100%;
  background-color: #f7f7f7;
  color: #575757;
}
.discount th {
  width: 190px;
}
.discount th div {
  width: 99px;
  height: 32px;
  line-height: 32px;
  margin: auto;
  border-radius: 17px;
  background-color: #e5e5e5;
  color: #575757;
  font-size: 0.875rem;
}
.discount th + td {
  width: 240px;
  position: relative;
}
.discount tr:first-child th + td::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 55px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.discount td {
  padding: 10px 20px;
}
.discount td ol {
  margin-left: 1em;
  padding: 1em 0;
}
.discount tr:first-child {
  background-color: #e5e5e5;
}
.discount tr:first-child th {
  background-color: #575757;
  color: #ffffff;
  font-size: 1.125rem;
}
.discount tr:first-child th + td {
  color: #418172;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.back_anchor {
  text-align: right;
}
.back_anchor a {
  color: #575757;
  font-size: 0.9375rem;
}
.table_rwd {
  width: 100%;
  overflow-x: auto;
}
@media all and (max-width: 800px) {
  .table_rwd::before {
    content: "請左右滑動查看完整資訊";
    display: block;
    text-align: center;
  }
}
.table_rwd table,
.table_rwd th,
.table_rwd td {
  border: 0;
}
.table_rwd table {
  width: 100%;
}
.table_rwd table.discount,
.table_rwd table.stamps {
  min-width: 734px;
}
.table_rwd table.passport {
  min-width: 659px;
}
.table_rwd .tr {
  display: table-row;
}
.th {
  padding: 5px 0;
}
th + th {
  position: relative;
}
th + th::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 10px);
  border-right: 1px solid #333333;
  box-shadow: 1px 0 0 0 #878787;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-page th + th::before {
  content: none;
}
.table_rwd .th,
.table_rwd .td {
  display: table-cell;
}
.table_rwd td {
  padding-left: 20px;
}
.table_rwd .stamps th:first-of-type,
.table_rwd .stamps th:only-of-type {
  width: 198px;
}
.table_rwd .stamps th:nth-of-type(2),
.table_rwd .stamps th + td {
  width: 237px;
}
.table_rwd .stamps th:only-of-type {
  background-color: #d5d5d5;
  color: #418172;
  font-size: 15px;
}
.stamp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.article .stamp img {
  width: calc((100% - (10px * 5)) / 5);
  min-width: 130px;
  border: 1px solid #e5e5e5;
  margin: 10px 10px 10px 0;
}
.passport .td:first-child {
  background-color: #d5d5d5;
  color: #418172;
  font-size: 0.9375rem;
  font-weight: bold;
}

.table :not(.tbody) .tr:first-child,
.table :not(.tbody) [data-role="tr"]:first-child {
  background-color: #666666;
  border-top: 4px solid #ebebeb;
  color: #ffffff;
}
.zabuto_calendar .tr:nth-child(2n) {
  background-color: transparent;
}
@media all and (min-width: 1024px) {
  .article .anchor_btns a {
    width: calc((100% - (21px * 4)) / 5);
  }
  .article .anchor_btns a:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media all and (min-width: 690px) and (max-width: 1023px) {
  .article .anchor_btns a {
    width: calc((100% - (20px * 2)) / 3);
    margin: 0 20px 12px 0;
  }
  .article .anchor_btns a:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 710px) {
  .tabicons {
    justify-content: space-between;
  }
}
@media all and (max-width: 689px) {
  .tabicons {
    justify-content: space-between;
  }
  @media all and (min-width: 425px) and (max-width: 640px) {
    .tabicons {
      justify-content: flex-start;
    }
    .tabicons label {
      width: calc(100% / 3);
      min-width: 112px;
    }
  }
  @media all and (max-width: 425px) {
    .tabicons label {
      width: calc(100% / 2);
      min-width: 112px;
    }
  }
  .article .anchor_btns {
    justify-content: space-between;
  }
  .article .anchor_btns a {
    width: calc((100% - 20px) / 2);
    margin: 0 0 12px 0;
  }
}






/*
     FILE ARCHIVED ON 17:08:32 十月 21, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 13:31:05 五月 14, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
