header{
    */
   box-shadow: 0px 10px 9px -4px rgb(0 0 0 / 15%); */
;
   -webkit-box-shadow: 0px 10px 9px -4px rgb(0 0 0 / 15%);
   box-shadow: 0px 10px 9px -4px rgb(0 0 0 / 15%);
}
/*banner*/
.banner{
    height: 271px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 120px;
}

/*bread*/
.bread {
    position: relative;
}


.bread a#accesskey {
    position: absolute;
    left: 0;
    color: #555;
    top: 14px;
    letter-spacing: 0;
}
.bread .breadcrumb {
    background-color: transparent;
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207054206/https://www.ntpc.gov.tw/ch/images/inside/ic_home.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 17px 19px;
    padding: 0.9rem 1rem 0.9rem 2.2rem;
}
.bread .breadcrumb .breadcrumb-item a {
    color: #5d5d5d;
}
.bread .breadcrumb .breadcrumb-item.active {
    color: #000;
}
/*title*/
.title {
    font-size: 165%;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
    padding: 0 45px 0 0;
    display: inline-block;
    white-space: nowrap;
    font-weight: 600;
    margin: 15px 0;
  }

.ap .title {
    font-size: 130%;
    padding: 0 0 0 0;
}

.ap .title:first-letter {
    font-size: 140%;
}



.ap .title::after,.ap .title::before {
    display: none;
}
  .title::before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #ffec40;
    z-index: -1;
    border-radius: 50px;
    left: -10px;
    top: -10px;
  }
  .title::after {
    content: "";
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207054206/https://www.ntpc.gov.tw/ch/images/index/arrow01.svg);
    width: 40px;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
/*plug*/
.plug_box {
    text-align: right;
}

.plug_box ul {list-style-type: none;padding: 0;margin: 0;display: inline-block;}

.plug_box ul li {
    float: left;
    padding: 3px;
}

.plug_box ul li a {
    background-color: #8a8a8a;
    display: block;
    border-radius: 5px;
}

.plug_box ul li.fb a:hover {
    background-color: #3b5791;
}

.plug_box ul li.twitter a:hover {
    background-color: #1c9cea;
}

.plug_box ul li.google a:hover {
    background-color: #d74b38;
}

.plug_box ul li.line a:hover {
    background-color: #06c152;
}

.plug_box ul li.print a:hover {
    background-color: #c36c1b;
}

.plug_box ul li a img {
    width: 40px;
}
/*bottom_bg*/
.bottom_bg {
    position: relative;
    height: 215px;
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207054206/https://www.ntpc.gov.tw/ch/images/index/travel_bg.gif);
    z-index: -1;
}
    .bottom_bg .bg02 {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}


.bottom_bg::before {content: "";position: absolute;width: 100%;top: 0;height: 212px;background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250207054206/https://www.ntpc.gov.tw/ch/images/index/wave.png);background-repeat: repeat-x;}
/*gotop*/
.gotop {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 9999;
}
.gotop a {
  background-color: #555;
  border-radius: 50px;
  position: relative;
  width: 60px;
  display: block;
  height: 60px;
  text-indent: -9999px;
  opacity: 0.5;
  bottom: 15px;
}
.gotop a:hover {
  opacity: 1;
}
.gotop a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #ffffff;
  border-left: solid 3px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 36%;
  top: 40%;
}
/*media*/
/*ÃƒÂ¥Ã‚Â»Ã‚Â£ÃƒÂ¥Ã¢â‚¬ËœÃ…Â */
@media screen and (min-width: 992px) {
.right_link {
    position: fixed;
    right: 0;
    z-index: 99;
    bottom: 50%;
}

}

@media screen and (max-width: 992px) {
    .banner{
    display: none;
}

body .main {
    margin-top: 70px;
}
}
@media screen and (min-width: 767px) {
  body .main .content {
    padding: 0 15px 180px 15px;
}
  .page_list {
    padding-bottom: 170px;
    padding-top: 35px;
}
    .bottom_bg .bg02 {
    left: 26%;
    bottom: 171px;
}

.bottom_bg .bg01 {
    bottom: 83px;
    left: 33%;
}

.bottom_bg .bg05 {
    bottom: 36px;
    left: 36%;
}

.bottom_bg .bg04 {bottom: 0;left: 5%;}

.bottom_bg .bg03 {
    right: 15%;
    bottom: 25px;
}
}
@media screen and (max-width: 767px) {
    .bottom_bg .bg03, .bottom_bg .bg04 {display: none;}

.bottom_bg .bg01 {
    right: 20%;
    bottom: 71px;
}

.bottom_bg .bg02 {
    left: 15px;
    bottom: 105px;
}

.bottom_bg .bg05 {
    right: 10%;
    bottom: 0;
}


}





/*
     FILE ARCHIVED ON 5:42:06 二月 7, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 21:20:12 五月 22, 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)).
*/
