@charset "utf-8";
/* CSS Document */
*:focus{outline:0!important;}
* {
  min-height: .01px;
  margin: 0;
  padding: 0;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, form {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 1rem;
}
h1, h2, h3, h4, h5, h6, strong, b, label, th {
  margin: 0;
  padding: 0;
  font-weight: 700!important;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  margin: 0;
  padding-inline-start: 27px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover, a:focus {
    text-decoration: none;
}
.img-fluid, svg{
  display: block;
  width: 100%;
  height: auto;
}
body.modal-open {
    padding-right: 0 !important;
}
/*重置CSS*/

/*width*/
.W-0{width:100%;}.W-5{width:5%;}
.W-10{width:10%;}.W-15{width:15%;}
.W-20{width:20%;}.W-25{width:25%;}
.W-30{width:30%;}.W-35{width:35%;}
.W-40{width:40%;}.W-45{width:45%;}
.W-50{width:50%;}.W-55{width:55%;}
.W-60{width:60%;}.W-65{width:65%;}
.W-70{width:70%;}.W-75{width:75%;}
.W-80{width:80%;}.W-85{width:85%;}
.W-90{width:90%;}.W-95{width:95%;}
@media (max-width:1199px) {
    /*default_width*/
    .w-lg-100{width:100%;}.w-lg-95{width:95%;}
    .w-lg-90{width:90%;}.w-lg-85{width:85%;}
    .w-lg-80{width:80%;}.w-lg-75{width:75%;}
    .w-lg-70{width:70%;}.w-lg-65{width:65%;}
    .w-lg-60{width:60%;}.w-lg-55{width:55%;}
    .w-lg-50{width:50%;}.w-lg-45{width:45%;}
    .w-lg-40{width:40%;}.w-lg-35{width:35%;}
    .w-lg-30{width:30%;}.w-lg-25{width:25%;}
    .w-lg-20{width:20%;}.w-lg-15{width:15%;}
    .w-lg-10{width:10%;}.w-lg-5{width:5%;}
}
@media (max-width:991px) {
    /*default_width*/
    .w-m-100{width:100%;}.w-m-95{width:95%;}
    .w-m-90{width:90%;}.w-m-85{width:85%;}
    .w-m-80{width:80%;}.w-m-75{width:75%;}
    .w-m-70{width:70%;}.w-m-65{width:65%;}
    .w-m-60{width:60%;}.w-m-55{width:55%;}
    .w-m-50{width:50%;}.w-m-45{width:45%;}
    .w-m-40{width:40%;}.w-m-35{width:35%;}
    .w-m-30{width:30%;}.w-m-25{width:25%;}
    .w-m-20{width:20%;}.w-m-15{width:15%;}
    .w-m-10{width:10%;}.w-m-5{width:5%;}
}
@media (max-width:768px) {
    /*default_width*/
    .w-s-100{width:100%;}
    .w-s-75{width:75%;}
    .w-s-50{width:50%;}
    .w-s-25{width:25%;}
}
@media (max-width: 575.98px) {
    /*default_width*/
    .w-xs-100{width:100%;}
    .w-xs-75{width:75%;}
    .w-xs-50{width:50%;}
    .w-xs-25{width:25%;}
}
/*通用*/
.text-theme{
  color:#C75214!important;
}
.text-lightTheme{
  color:#C9920E;
}
.border-lightTheme{
  border-color: #C9920E !important;
}
.bg-white-90{
  background-color:rgb(255, 255, 255, 0.8);
}
.bg-light{background-color:#f8f9fa;}
.btn-theme{
  color: #fff!important;
    background-color: #C9920E;
    border-color: #C9920E;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:not(:disabled):not(.disabled):active, .btn-theme:not(:disabled):not(.disabled).active, .show > .btn-theme.dropdown-toggle {
    color: #fff!important;
    background-color: #976E0B;
    border-color: #976E0B;
}
.btn-orange{
  color: #fff!important;
    background-color: #C75214;
    border-color: #C75214;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: #fff!important;
    background-color: #953E0F;
    border-color: #953E0F;
}
.btn-outline-orange{
  color: #333;
  background-color:#f8f9fa;
  border-color: #C75214;
}
.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
    color: #fff;
    background-color: #C75214;
    border-color: #C75214;
}
.btn-outline-secondary:hover i, .btn-outline-secondary:focus i, .btn-outline-secondary:not(:disabled):not(.disabled):active i, .btn-outline-secondary:not(:disabled):not(.disabled).active i, .show > .btn-outline-secondary.dropdown-toggle i {
    color: #fff;
}
.btn-outline-secondary{
  color: #333;
  background-color:rgb(255, 255, 255, 0.45);
}
.btn-outline-secondary i{
  color: #C9920E;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #C9920E;
    border-color: #C9920E;
}
.btn-outline-secondary:hover i, .btn-outline-secondary:focus i, .btn-outline-secondary:not(:disabled):not(.disabled):active i, .btn-outline-secondary:not(:disabled):not(.disabled).active i, .show > .btn-outline-secondary.dropdown-toggle i {
    color: #fff;
}
.btn-link:hover, .btn-link:focus, .btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active, .show > .btn-link.dropdown-toggle {
 text-decoration: none;
}
 .border-bottom-dashed {
  border-bottom: 1px dashed #dee2e6!important;
}
/*通用 end*/
body{
  background-image: url(../img/bg-15.png);
  background-size:1920px;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:top center;
  background-color: #fff;
  color: #333;
  font-family:-apple-system, "Segoe UI", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.5em;
  letter-spacing:0.1em;
}
.index-bg{
  background-image: url(../img/bg.png);
}
/*-----------------------------------------------header-----------------------------------------------*/

@media (min-width: 1200px){
.container{
    max-width: 1440px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.container, .container-lg, .container-md, .container-sm {
    max-width: 1200px !important;
}
}
@media (min-width: 576px) and (max-width: 768px) {
header .container {
    max-width: 768px;
}
}
@media (max-width: 575.98px){
.navbar-brand h1 img{
    width: 250px;
    display: block;
}
}
header .navbar{
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
header nav .nav-item img{
  height: 75px; width: auto;  
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .nav-item .btn-link{
  color: #333
}
header .nav-item .btn-link:hover, header .nav-item .btn-link:focus, header .nav-item .btn-link:not(:disabled):not(.disabled):active, header .nav-item .btn-link:not(:disabled):not(.disabled).active, .show > header .nav-item .btn-link.dropdown-toggle {
    color: #C75214;
}
header .nav-item .btn-link i{
  color: #C75214;
}
.navbar-toggler {
    padding-right: 6px;
    padding-left: 6px;
}
.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown-menu {
    z-index: 3000;
}
/*-----------------------------------------------header end-----------------------------------------------*/

/*-----------------------------------------------main-----------------------------------------------*/
.main{padding-top:80px;}
.mode_directions .page-header{
  position: fixed!important;
  z-index: 1000;
}
.mode_directions .page-main{
  padding-top:40px;
}
@media (max-width: 576px){
.main{
  padding-top:62px;
}
.mode_directions .page-header{
  position: static!important;
}
.mode_directions .page-main{
  padding-top:0px;
} 
}
@media (min-width: 768px) and (max-width: 991.98px) {
.main .justify-content-end{
padding-top:45px; 
  } }
@media (max-width: 1199.98px) { 
.btn-apply{
  position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    border-radius: 0px;
}
}
@media (min-width: 992px){
.bd-sidebar {
    position: fixed;
    z-index: 1000;
    height: calc(100vh - 180px);
    top: 180px; 
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.bd-sidebar2 {
    position: sticky;
    z-index: 1000;
    height: calc(100vh - 400px);
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
}

@media (min-width: 1199.98px) {
.box-view{height: calc(80vh - 80px);}
.box-inquire{width: 100%;}
}
.box-inquire h2{
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.45) !important;
}
.box-inquire h3{
  color: #976E0B;
}
.box-news a{
color: #C9920E;
}
.box-news a:hover, .box-news>a:focus{
  color: #976E0B;
}
.swiper-container {
  width: 100%;
}
.swiper-slide a{width: 100%;}
/*首頁 end*/
.breadcrumb {
  margin-bottom: 0rem; 
  background: none!important; 
  font-size: 0.75rem;
 }
 .breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}
/*表格*/
@media screen and (max-width: 600px) {

    .table {
      border: 0;
    }

    .table thead {
      display: none;
    }

    .table tr {
      display: block;
      border-bottom: 2px solid #bbb;
    }

    .table td {
      display: block;
      text-align: right;
      border-bottom: 1px dotted #ccc;
    }

    .table td:last-child {
      border-bottom: 0;
    }

    .table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
      color: #8a6d3b;
    }
  }
/*表格 end*/ 
.page-footer nav{
  margin-left: auto;
  margin-right: auto;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #C9920E;
}
/*單位機關*/
@media (max-width: 575.98px) { 
.content-btn .col-xl-2{
width: 50%
}
}
.nav-link {
    padding: .5rem 1.5rem;
}
@media (max-width: 575.98px) { 
.nav-link {
    padding: .5rem .5rem;
}
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: 6px solid #C9920E;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #C9920E;
}
.nav-pills .nav-link {
  border-radius: 0rem;
}
.step-box .btn-light{
    background-image: url(../img/step_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 15px;
    padding: 0px;

}
.step-box .btn-light .row{
  height: 87px;
}
.step-box .btn-light:hover, .step-box .btn-light:focus, .step-box .btn-light.active {
    background-image: url(../img/step_bg_hover.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow:4px 4px rgba(20%,20%,40%,0.5);
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/*-----------------------------------------------main end-----------------------------------------------*/
/*-----------------------------------------------footer-----------------------------------------------*/
footer {
    font-size: 0.875rem;
    background-color: #C75214;
}
footer .container{
  color: #fff;
}
footer .container a{color: #fff;}

.logo-f{
  width: 100px;
}
.footer-header .list-inline-item+.list-inline-item::before {
  content: "｜";
  margin-right: 15px;
}
.btn-top{display:none;}
.btn-top {
  position: fixed;
  z-index: 1050;
  right:24px;
  bottom: 85px;
  background-color: #C9920E;
  border-radius: 5px;
  padding: 8px 10px 1px 10px;/*上 右 下 左*/
}
a.btn-top{color: #fff;}
a.btn-top:hover, a.btn-top:focus{background-color: #976E0B; color: #fff;}


/*-----------------------------------------------footer end-----------------------------------------------*/

.mypaylogo{
  height: 48px;
  width: auto;
}
.js-check-ob:disabled *, .js-check-ob2:disabled * {
    opacity: .65;
}
.btn-outline-orange input[type="checkbox"] + span{
  display:inline-block;
  width:19px;
  height:19px;
  margin:0px 10px -4px 0;
  background-image: url(../img/circle-regular.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
.btn-outline-orange input[type="checkbox"]:checked + span{
  background-image: url(../img/check-circle-solid.svg)
}
.btn-outline-orange input[type="radio"] + span{
  display:inline-block;
  width:19px;
  height:19px;
  margin:0px 10px -4px 0;
  background-image: url(../img/circle-regular.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
.btn-outline-orange input[type="radio"]:checked + span{
  background-image: url(../img/dot-circle-regular.svg)
}
.card-header {
  border-bottom: 1px solid rgba(0,0,0,0.06)!important;
}

.text-indent {
  text-indent: 36px;
  line-height: 1.5em;
  padding-bottom: 18px;
}

.hvr-shrink img{
  opacity:0.25;
  padding: 10px;
}
.hvr-shrink:hover img{
  opacity:0.8;
}

/*20200721 */
.site-banner{
  -moz-background-size:cover;
  -webkit-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-repeat:no-repeat;
}
.overlap {
    display: flex;
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,rgba(15,15,15,.8),rgba(15,15,15,.25) 60%);

}
.site-list a{
    position: relative;
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    align-items: center;
    justify-content: center;
}
.site-list a:hover .overlap{

background: linear-gradient(45deg,rgba(15,15,15,.8),rgba(15,15,15,.25) 0%);
}
.site-list h3, .site-list small{
  color: #fff;
  text-shadow: 0 5px 10px rgba(0,0,0,.9);
}
.site-list small{
  background-color: rgba(0,0,0,.75);
}

@media (max-width: 991.98px) {  
aside form{
  background-color: #fff;
  position: fixed;
  top: 0;
  left:0;
  right:0;
  z-index:2030;
  width: 100%;
  height: 100%;
}
.menu-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bd-sidebar3 {
    position: sticky;
    z-index: 2040;
    height: calc(100vh - 115px);
    top: 0;
    left:0;
    right:0;
    overflow-x: hidden;
    overflow-y: auto;
}
.menu-footer{
  position: fixed;
  z-index: 2050;
  bottom: 0;
  left:0;
  right:0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
}

/*進度條*/
.step-arrow li {
font-size: 16px;
}
.step-arrow li span{
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  border-radius: 50px;
  background: #cccccc;
  color:#ffffff; 
}
.step-arrow li.active span{
  background: #f9bd21;
  color:#ffffff; 
}
.step-arrow .list-inline-item+ .list-inline-item::before {
    display: inline-block;
    padding-right: 0.1rem;
    color: #6c757d;
    content: ">";
}
.list-inline-item:not(:last-child) {
    margin-right: 0rem;
}
/*進度條 end*/
.dropdown-toggle .badge {
  position: absolute;
  z-index: 1;
  top: -5px;
  right: -5px;
}
/* 20220101 */