html {
  scroll-behavior: smooth;
}
/************連結帶錨點，上方保留header高度*******/
:root {
  scroll-padding-top: 120px;
}
/*basic*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul{
  list-style-type: square;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#section {
  padding: 5px;
  margin: 20px 0px;
}
#section .row {
  clear: both;
  overflow: auto;
  margin: 5px 0px;
}
.con {
  width: ;
  margin: 10px auto;
  line-height: 1.5;
  color: #666;
}
.con > section > h1 {
  font-size: 1.3rem;
  color: #ca4f0f;
  margin-bottom: 10px;
}
/*.con > section > h2 {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}*/
.con > section > h3 {
  font-size: 1.4rem;
  padding: 10px 0 10px 0;
  border-bottom: 3px solid #e8e8e8;
  position: relative;
  color: #333;
  font-weight: 400;
}
.con > section > h3::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 80px;
  left: 0;
  bottom: -3px;
  background-color: #dd5000;
}
/*banner for大小版*/
.banner {
  width: 100%;
  height: auto;
}
.bannerM {
  display: none;
}
.bannerP {
  width: 1310px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .bannerP {
    display: none;
  }
  .bannerM {
    display: block;
    max-width: 100%;
  }
}
/*banner下副標*/
.s_sub {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px;
  background-color: #f7f7f7;
}
.s_sub a {
  color: #ca4f0f;
  text-decoration: underline;
  padding: 3px;
}
/*note*/
.note {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  margin: 10px 0px;color: #666;
}
.note ul,
ol {
  padding-left: 12px;
  margin-bottom: 20px;
}
.note li {
  margin-bottom: 8px;
  margin-left: 10px;
}
.note > ul > li > ol {
  margin-top: 10px;	
  padding-left: 15px;
  list-style-type: disc;
}
.note a {
  color: #ca4f0f;
  text-decoration: underline;
  border: 0px solid #ca4f0f;
  margin: 0px 2px 0px 2px;
  padding: 0px 1px 0px 1px;
}
.note h3 {
  padding-top: 15px;
  padding-bottom: 10px;
}
.note h4 {
  font-size: 1em;
  font-weight: 500;
  padding-top: 5px;padding-bottom: 5px;
  color: #333333;
}
.note h5 {
  font-size: 1em;
}
.note-article>h4 {
    font-weight: 400;    
    margin-bottom: 0px;
}
.note-article>button{
    font-weight: 400;
}
/*btn 車次表*/
.con .btn_group {
  overflow: auto;
  margin: 10px 0px;
}
.con .btn {
  min-width: 18%;
  padding: 10px 15px;
  background: #646464;
  color: #fff;
  display: block;
  text-align: center;
  margin: 10px;
  float: left;
  transition: 0.25s ease;
  font-size: 1rem;
}
.con .btn:focus {
  transition: 0.25s ease;
  background: #ca4f0f;
  color: #fff;
}
.con .btn:hover {
  transition: 0.25s ease;
  background: #ca4f0f;
  color: #fff;
}
/*單行的車次表連結*/
a.btn.btn1 {
  line-height: 3em;
  text-decoration: none;
}

/* 立即前往....置中按鈕 */
.more_btn {
  text-align: center;
  padding: 15px;
}
.more_btn > a {
  background: #646464;
  text-align: center;
  width: 300px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: #fff;
}
.more_btn > a:hover {
  background: #ca4f0f;
  border-radius: 0px;
  transition: 0.25s ease;
  color: #fff;
}
.more_btn > a:focus {
  background: #ca4f0f;
  border-radius: 0px;
  transition: 0.25s ease;
  color: #fff;
}
.more_btn > a::after {
  content: "❯❯";
  margin-left: 5px;
  transition: 0.25s ease;
}
.more_btn > a:hover::after {
  margin-left: 15px;
  transition: 0.25s ease;
}

/*pdf word 下載按鈕*/
.dl_group {
  width: 100%;
  margin: 10px auto;
  padding: 15px;
  border: 0px solid #222;
}
.dl_btn {
  background: #646464;
  color: #fff;
  margin-left: 5px;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: 0.25s ease;
  cursor: pointer;
}
.dl_btn:hover {
  background: #ca4f0f;
  transition: 0.25s ease;
  border-radius: 5px;
  color: #fff;
}

/*table 票價表*/
.table_con {
  overflow: auto;
  text-align: center;
  margin-bottom: 20px;
}
/*.table_con>h3{text-align:center;color:#333;font-size:1.2rem;margin:15px 0px;}*/
.table_con > table {
  width: 96%;
  min-width: 640px;
}
.table_con > table caption {
  text-align: center;
  color: #333;
  font-size: 1.2rem;
  caption-side: top;
}
.table_con th {
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px;
  background: #767676;
  color: #fff;
  font-weight: normal;
  min-width: 60px;
}
.table_con td {
  border: 1px solid #ddd;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
.toggleInfo {width:calc(100% - 20px;)}
/*票價表底色*/
.e7f7ff {
  background: #e7f7ff;
}
.FFEBEF {
  background: #ffebef;
}
.bbbbbb {
  background: #bbbbbb;
}
.f0f0f0 {
  background: #f0f0f0;
}
.B7DBBA {
  background: #e3f5e5;
}
.Db5009 {
  color: #c64800;
  font-weight: 500;
}
.CCCCCC {
  background: #e4e4e4;
}
.table_con a {
  color: #ca4f0f;
}
.strong {
  color: #444;
  font-weight: 500;
}
remark {
  background: linear-gradient(#fff 65%, #fcce9e 0%) !important;
  padding: 0px 4px;
  border-radius: 3px;
}
linemark {
  background: linear-gradient(#fff 65%, rgb(252 206 158 / 65%) 0%) !important;
  padding: 0px 4px;
  border-radius: 3px;
}
/*票價表下方說明*/
.content_left {
  text-align: left;
}
.table_left {
  text-align: left;
  width: 50%;
  float: left;
}
.table_right {
  text-align: right;
  width: 50%;
  float: right;
}

/*配合無障礙調整start*/
.static-h3 {
  font-size: 1.4rem;
  padding: 7px 0 6px 0;
  border-bottom: 3px solid #e8e8e8;
  position: relative;
  color: #333;
  font-weight: 400;
  margin-bottom: 0px;
}
.static-h3::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 80px;
  left: 0;
  bottom: -3px;
  background-color: #dd5000;
}
.static-h4 {
  font-size: 1em;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
/*配合無障礙調整end*/

@media screen and (max-width: 801px) {
  #section:first-child {
    padding: 0px;
    margin: 0px;
  }
  #section {
    padding: 10px;
  }

  .con {
    width: 100%;
    font-size: 0.9em;
    margin: 0px;
    padding: 0;
  }
  .con > section > .banner {
    max-width: 100%;
    border: 0px solid #e2e2e2;
    margin: 0;
  }
  .con > section > h1 {
    font-size: 1.3em;
    width: 100%;
    letter-spacing: 1px;
    background: #ca4f0f;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin: 0;
  }
  .con > section > h2 {
    font-size: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
    padding: 5px;
  }
  .con > section > h3 {
    font-size: 1.1rem;
  }

  /*note*/
  .note {
    width: 100%;
    padding: 15px;
    border-radius: 0px;
    margin: 5px 0px;
  }
  .note ul,
  ol {
    padding-left: 8px;
    margin-bottom: 10px;
  }
  .note li {
    margin-bottom: 8px;
  }
  .note > ul > li > ol {
    margin-top: 10px;
    padding-left: 15px;
  }
  .note a {
    color: #ca4f0f;
    text-decoration: underline;
    border: 0px solid #ca4f0f;
    padding: 2px 5px;
    word-wrap: break-word;
  }

  /*btn 車次表*/
  .con .btn_group {
    overflow: auto;
    margin: 10px 0px;
  }
  .con .btn {
    width: 85%;
    padding: 10px 15px;
    background: #646464;
    color: #fff;
    margin: 10px auto;
    float: none;
    transition: 0.25s ease;
  }
  .con .btn:hover {
    transition: 0.25s ease;
    background: #ca4f0f;
  }

  /*table*/
  .table_con {
    overflow: auto;
    text-align: center;
  }
  .table_con > table caption {
    font-size: 1rem;
    text-align: left;
  }
  .table_con > table {
    width: 100%;
    min-width: 640px;
    font-size: 0.8rem;
  }
  .table_con th {
    border: 1px solid #ddd;
    text-align: center;
    padding: 8px;
    background: #767676;
    color: #fff;
    font-weight: normal;
  }
  .table_con td {
    border: 1px solid #ddd;
    padding: 3px;
    text-align: center;
  }

  /*時刻表下方說明*/
  .table_left {
    text-align: center;
    width: 100%;
  }
  .table_right {
    text-align: center;
    margin-right: auto;
    width: 100%;
  }

  /*pdf word 下載按鈕*/
  .dl_group {
    width: 90%;
    margin: 10px auto;
    border: 1px solid #222;
    background: #efefef;
    overflow: auto;
    line-height: 2rem;
  }
  .dl_btn {
    background: #646464;
    color: #fff;
    margin-left: 5px;
    padding: 5px;
    text-transform: uppercase;
    transition: 0.25s ease;
    cursor: pointer;
  }
  .dl_btn:hover {
    background: #ca4f0f;
    transition: 0.25s ease;
    border-radius: 5px;
  }

  /* 立即前往....置中按鈕 */
  .more_btn {
    padding: 15px;
  }
  .more_btn > a {
    display: block;
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 10px auto;color: #FFF;
  }
  .more_btn > a:hover {
    background: #ca4f0f;
    border-radius: 0px;
    transition: 0.25s ease;
  }
  .more_btn > a::after {
    content: "❯❯";
    margin-left: 5px;
    transition: 0.25s ease;
  }
  .more_btn > a:hover::after {
    margin-left: 15px;
    transition: 0.25s ease;
  }

  .slogan {
    font-size: 1em;
  }
  .s_sub {
    font-size: 1rem;
    padding: 5px;
  }
}


/*產品說明*/

.font-15r {
    font-size: 1.4rem !important;
    padding-bottom: 10px;
}
.note ul>ol>li {list-style: decimal;margin: 5px;font-size:1rem;}
a.more {
    text-decoration: none;
}
.btn-white {
    display: grid;border-color: #999;
}
.imgflow{display: inline-Block;}
.imgflow figure img {   
    margin-top: 15px;
    border: 1px solid #ddd;
}
.imgflow figure {
    position: relative;
    margin-right: 25px;
    float: left;
}
img{margin:0 auto;}
#section {padding: 0px;margin: 0 auto;}

/*discountTable*/
.top-cbanner-section .pcfilter-container .btn {
    min-width: 120px;display: grid;
}
@media (max-width: 990px) {
    .top-cbanner-section .pcfilter-container .btn {width: 25%;}
    .showMoreBtn{margin-left: unset}
}
@media (max-width: 480px) {
    .top-cbanner-section .pcfilter-container .btn {min-width: 90px!important;line-height: 2;}
    .list_ols {width: 45%;padding-left: 0px;}
    #section p{font-size: 1rem;}	
}
.showPriceBtn{
    display: inline-flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    border: 0px;
    border-left: 3px solid #ca4f0f;
    padding: 2px 8px;
    line-height: 2rem;margin-bottom: 1rem;
}
.showMoreBtn{
    display: inline-flex;
    align-items: baseline;justify-content: space-between;
    width: 100%;font-weight: 500;
    border: 0px;
    padding: 8px;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    text-align: left;color: #333;
    margin-left: -8px;
}
ul#download-file>li>span {
    display: inline-block;
}
/*常見問題*/
.card {border: 0px;}
.card-body.gray {border-bottom: 1px solid #ccc;padding: 8px 20px 17px 10px;margin-bottom: 3px;}
.accordion>.card .card-header h4, .accordion>.card .card-header .h4 {display: flex;}
.accordion>.card .card-header .btn.collapsed {border-bottom: 1px solid #ddd;border-top: 0px;}
.accordion>.card .card-header .btn {font-size: 1rem!important;font-weight: normal;border-top: 0px;}


/*收合顯示*/
.toggleBtn{padding:2px 5px;}
.toggleBtn:hover{cursor: pointer;}
  .toggleInfo{ /*票價表或更多_白底 */
            display: none; 
        }
  .toggleInfoGray{ /* 補充說明_灰底 */
            display: none; 
            margin-top: 10px;
            padding: 10px;
            border: 1px solid #ccc; background: #eee;
        }
  .active { /* 展開顯示*/
           display: block;
        }
.list_con {
    display: flex;
    flex-wrap: wrap;
}
.list_ols {
    text-align: center;margin-right: 5px;
}
.list_ols>li {
    list-style-type: none;margin: 0px;
}
.list_ols>li>img {
    max-height: 45px;border: 1px solid #dfdfdf;box-sizing: unset;
}