@charset "utf-8";

body {
  font-family: Microsoft JhengHei,ui-sans-serif;
  margin: 0;
  background-color: #F2F2F2;
  line-height: 160%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.line-hr {
    border:none;
    height:1px;
    background:#dddddd !important;
}
.w-75 {
    width:75% !important;
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left !important;
}
.text_right {
    text-align: right !important;
}
.text_nowrap {
    white-space: nowrap;
}
.word_break {
    word-break:break-all;
}
.p-1 {
    padding: .25rem !important;
}
.py-2 {
    padding: 4px 0;
}
.pl-1 {
    padding-left: 1rem !important;
}
.pl-2 {
    padding-left: 2rem !important;
}
.pr-1 {
    padding-right: 1rem !important;
}
.pr-2 {
    padding-right: 2rem !important;
}
.m-0 {
    margin: 0;
}
.mb-3 {
    margin: 0 0 10px 0;
}
.mr-2 {
    margin-right: .5rem !important;
}
.f-90 {
    font-size: 90%;
}
.f-120 {
    font-size: 120%;
}
.f-150 {
    font-size: 150%;
}
.f-blod {
    font-weight: bold;
}
.txt_r {
    color: #e23c3e !important;
}
.txt_b {
    color: #252525 !important;
}
.txt_y {
    color: #EF9A38 !important;
}
.over_show {
    overflow: visible !important;
}
.stitle {font-weight: bold;font-size: 115%;color: #000;display: -webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding: 10px 0;}

.stitle::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #FBB15B;
    display: block;
    margin: 0 5px 0 0;
    border-radius: 50px;
}
.btitle {
    color: #4CB7C6;
    font-weight: bold;
    font-size: 130%;
    margin: 10px 0;
}

.bstitle {
    color: #000;
    font-weight: bold;
    font-size: 120%;
    margin: 0;
}

.bstitle::before {
    /* content: ""; */
    width: 10px;
    height: 10px;
    background-color: #000;
    display: inline-block;
    border-radius: 50px;
    margin: 0 4px 0 3px;
    position: relative;
    top: -2px;
}
.ctitle {
    color: #000;
    font-weight: bold;
    font-size: 130%;
    background-color:#ffdb6d;
    padding:15px;
    margin:-15px -15px 0 -15px;
}
.t01 {
    line-height: 160%;
    margin: 5px 0 20px 0;
}

.t01 ul {margin: 0;padding: 0 1.5rem;}
.bt a {
    background-color: #5B6497;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    padding: 15px 20px;
    display: block;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 1px;
}

.bt.g a {
    background-color: #27A841;
}
.bt.b a {
    background-color: #358AAF;
}
.bt.p a {
    background-color: #5B6497;
}
.bt.bl a {
    background-color: #0076D6;
}
.bt.r a {
    background-color: #D44683;
}
.bt.gray a {
    background-color: #7b7b7b;
}
.bt.disabled a {
    background-color: #969696;
}
.d-flex {
    display: flex !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.line_bottom {
    border-bottom: 1px #e5e5e5 solid;
}
/*內容區*/
.main {
  padding: 0 20px 20px 20px;
}
.main a {
  transition: all 200ms ease-out 0s;
}
/*fancyboxbox*/

.fancybox-content .modalbox {
  position: relative;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.fancybox-content .modalbox .modal_head {
    background-color: #4CB7C6;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    padding: 15px 0;
}
.fancybox-content .modalbox .inbox {
    background-color: #fff;
    padding: 15px;
}

.fancybox-content .modalbox .modalsearch .date {
    position: relative;
    width: 100%;
}

.fancybox-content .modalbox .modalsearch .date a {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
/*fancybox搜尋表單*/
.fancybox-content .modalsearch select, .fancybox-content .modalsearch input {
    border: none;
    background-color: #F2F2F2;
    border-radius: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 1rem;
    height: 50px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.fancybox-content .modalsearch select {
    padding: 15px;
}

.fancybox-content .modalsearch .stitle {
    padding: 5px 0 2px 0;
}

.fancybox-content .modalsearch input[type="text"] {
    padding: 15px 50px 15px 15px;
}

.fancybox-content .modalsearch input[type="date"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: calc(100% - 15px);
    padding: 15px;
    position: relative;
}
.fancybox-content .modalsearch .custom-date-input::-webkit-calendar-picker-indicator {
  background-image: url(../images/icon/ic_calendar.svg);
  background-position:right;
  background-size: 25px;
  opacity: 1;
	width: 25%;
height: 25px;
	border-width: thin;
z-index:9999;
}
.fancybox-content .modalsearch .bt button {
    border: none;
    background-color: #5B6497;
    border-radius: 50px;
    width: 100%;
    font-size: 1.2rem;
    height: 50px;
    color: #fff;
    line-height: 50px;
    padding: 0;
}
.fancybox-content .modalbox .inbox .month ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.fancybox-content .modalbox .inbox .month ul li {
    display: inline-block;
    padding: 5px;
}

.fancybox-content .modalbox .inbox .month ul li a {
    background-color: #F2F2F2;
    padding: 10px 20px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 110%;
}

/*搜尋*/
.search input[type="text"] {
  width: 100%;
  border-radius: 50px;
  border: none;
  box-sizing: border-box;
  padding: 15px 40px 15px 40px;
  font-size: 1rem;
  background-image: url(../images/icon/ic_search.svg);
  background-repeat: no-repeat;
  background-position: left 14px center;
}
.search input[type="text"]::placeholder {
  color: #999;
}
.search {
  position: relative;
}
.search .search_bt {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -40%);
  opacity: 0.7;
}
.search .search_bt botton {
  display: block;
}
.search .search_bt a:hover {
  opacity: 1;
}
.search select {
    width: 100%;
    border-radius: 50px;
    border: none;
    box-sizing: border-box;
    padding: 15px 25px;
    font-size: 1rem;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}
/*分頁*/
.page {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.page .fast_page .go a {
  display: inline-block;
  background-color: #4CB7C6;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  margin: 10px;
}
.page .fast_page .go a:hover {
  background-color: #584aab;
}
.page ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

.page ul li {
  padding: 5px;
}
.page ul li a {
  display: flex;
  background-color: #5B6497;
  color: #fff;
  border-radius: 50px;
  background-repeat: no-repeat;
  position: relative;
  width: 45px;
  height: 45px;
}

.page ul li a img {
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.page ul li.first a img {
    transform: translate(-50%, -50%);
}

.page ul li.pre a img {
    transform: translate(-65%, -50%);
}

.page ul li.next a img {
    -moz-transform: scaleX(-1) translate(30%, -50%);
    -webkit-transform: scaleX(-1) translate(30%, -50%);
    -o-transform: scaleX(-1) translate(30%, -50%);
    -ms-transform: scaleX(-1) translate(30%, -50%);
    transform: scaleX(-1) translate(30%, -50%);
}

.page ul li.end a img {
    -moz-transform: scaleX(-1) translate(60%, -50%);
    -webkit-transform: scaleX(-1) translate(60%, -50%);
    -o-transform: scaleX(-1) translate(60%, -50%);
    -ms-transform: scaleX(-1) translate(60%, -50%);
    transform: scaleX(-1) translate(60%, -50%);
}
.page ul li a:hover {
  background-color: #6b77bb;
}
.ap .fast_page {
  padding: 10px 0 0 0;
}
/*最新消息*/
.news {
    padding: 10px 0;
}
.news .list p {
    margin: 0;
}


.news .list a {
    text-decoration: none;
    border-bottom: 1px #DBDBDB solid;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.news .list a:hover {
    background-color: #fff;
}

.news .list .date {
    color: #848484;
    font-size: 90%;
    margin: 0 0 5px 0;
}

.news .item {
    color: #000;
    font-weight: bold;
    font-size: 105%;
    line-height: 140%;
}
.postinfo {
    color: #848484;
    font-size: 90%;
}

.postinfo span {
    border-radius: 50px;
    background-color: #FBB15B;
    color: #fff;
    padding: 2px 10px;
    margin: 0 5px 0 0;
}
/*分享*/
.share {
    text-align: right;
}

.share ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.share ul li {
    display: inline-block;
    padding: 1px;
}

.share ul li a {
    display: block;
    background-color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    position: relative;
}

.share ul li img {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.news .news_title {
    font-weight: bold;
    font-size: 140%;
    line-height: 140%;
    padding: 10px 0;
}

.news .editor {
    line-height: 160%;
}
.news .editor img {
    max-width:100%;
}
.related_box {
    /* padding: 0 20px; */
}
.related_box ul {
}
/*相關圖片*/
.related_box .stitle {
    font-size: 120%;
    margin: 15px 0 0 0;
}
.related_box  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.related_box .stitle img {height: 18px;}
.re_pic ul {
    overflow-x: auto;
    display: flex;
}
.re_pic ul::-webkit-scrollbar{ display: none;}
.re_pic ul li {
    display: inline-block;
    padding: 10px;
}
.re_pic ul li a {
    display: block;
    text-decoration: none;
}
.re_pic ul li .pic {
    width: 150px;
    height: 120px;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #555;
    border-radius: 9px;
}

.re_pic ul li p {
    margin: 0;
    text-align: center;
    color: #000;
    padding: 5px 0;
}

.re_pic ul li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    transition: all 200ms ease-out 0s;
}
/*相關連結*/
.re_link li{
    padding: 5px 0;
}
.re_link li a {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    padding: 10px;
    position: relative;
    text-decoration: none;
    color: #000;
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    line-height: 160%;
}

.re_link li a img {
    width: 15px;
    margin: 4px 4px 0 0;
}
/*TPASS 定期票*/
.tag {
    margin: 0 -20px;
}
.tag.smaller{
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}

.tag.smaller ul li a {
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.tag ul {
    padding: 0;
    margin: 0 0 10px 0;
    overflow-x: auto;
    display: flex;
}

.tag ul::-webkit-scrollbar{ display: none;}

.tag ul li {
    display: inline-block;
    padding: 5px 10px 5px 5px;
}

.tag ul li a {
    display: block;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
}

.tag ul li.active a {
    background-color: #FBB15B;
}

.tag ul li.red a {
    background-color: #dd7773;
    color: #fff;
}
.tag ul li.blue a {
    background-color: #5dc1cf;
    color: #fff;
}
.tag ul li a:focus,.tag ul li a:hover {
    background-color: #FBB15B;
    color: #000;
}

/*購票*/
.buy .tabs .tab-content {
    padding: 10px;
}

.buy .tabs .tab-content p {
    line-height: 160%;
    letter-spacing: 1px;
}

/*購買套票*/
.ticket_box {
    padding: 15px 0 0 0;
}
.ticket_list {
    overflow-x: auto;
    display: flex;
    padding: 0 0 15px 0;
}
.ticket_list::-webkit-scrollbar{ display: none;}
.ticket {
    padding: 0 15px 0 0;
}

.ticket .box {
    border-radius: 10px;
    box-shadow: 0 0 8px #ccc;
    /* padding-bottom: 15px; */
    position:relative;
    background-color: #FFF;
    width: 300px;
    padding: 0 0 30px 0;
    margin: 0 0 15px 0;
    height: calc(100% - 10px);
}
.ticket .pic {
    overflow:hidden;
    border-radius: 10px;
    position:relative;
    display: flex;
    margin-bottom: 10px;
}
.ticket .pic img {
    width:100%;
}
.ticket .pic .seat {
    position:absolute;
    z-index:9;
    padding:5px 10px;
    background-color:#c94c4a;
    bottom: 0px;
    right:0;
    border-top-left-radius:10px;
    font-size:85%;
    color:#FFF;
}
.ticket .tt {
    font-size: 120%;
    text-align: center;
    font-weight: bold;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 15px;
}
.ticket .info {
    display: flex;
    width:100%;
    justify-content: space-between;
    padding: 10px 10px;
    -webkit-align-items: flex-end;
    align-items:flex-end;
}
.ticket .info .icon {
    flex-wrap: wrap;
    display: inline-flex;
    width: 55%;
}
.ticket .info .icon ul {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ticket .info .icon li {
    text-align: center;
    padding:2px;
}
.ticket .info .icon li.itme03 {
    display:none;
}
.ticket .info .icon li p {
    font-size:85%;
    color:#666;
    margin: 0;
}
.ticket .info .icon li.itme01 span {
    background-color:#5cc2cf;
    display:block;
    padding: 4px 8px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
}
.ticket .info .icon li.itme01 span img {
    display:inline-block;
    padding:2px;
}
.ticket .info .icon li.itme02 span,
.ticket .info .icon li.itme03 span {
    position:relative;
    display:block;
    border-radius: 50px;
    width: 30px;
    height:30px;
    border:1px solid #5cc2cf;
}
.ticket .info .icon li.itme02 span img,
.ticket .info .icon li.itme03 span img {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ticket .info .price {
    width: 45%;
    text-align: end;
    margin-bottom: 3px;
}
.ticket .info .price.free {
    margin-top:6%;
}
.ticket .info .price p {
    display:inline-block;
    font-size: 130%;
    margin: 0;
}
.ticket .info .price .w01 {
    color:#777;
    text-align: end;
    display:block;
    text-decoration:line-through;
}

.ticket .info .price .w01 p {
    font-size: 100%;
    text-decoration: line-through;
}
.ticket .info .price .w02 {
    color:#ea5350;
    font-weight: bold;
    text-align: end;
    display:block;
}
.ticket .date {
    color:#333;
    padding:2px 10px;
    display:flex;
}
.ticket .date img {
    margin-right:5px;
}
.ticket .pcs {
    color:#666;
    padding:2px 10px;
    font-size:95%;
    display:flex;
}
.ticket .pcs img {
    margin-right:5px;
}
.ticket .more {
    position:absolute;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.ticket .more img {
    margin-left:5px;
}
.ticket .more a {
    display: inline-flex;
    position:relative;
    background-color:#ea5350;
    color:#FFF;
    padding: 10px 20px;
    border-radius: 50px;
    align-items: center;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 105%;
}
.ticket .more a.non {
    background-color: #5e7a87;
}
.ticket .more a.disabled {
    background-color: #969696;
}
.ticket .more a:hover {
    text-decoration: none;
    /* letter-spacing: 2px; */
}

/*購買頁面*/
.ticketbg {
    margin: 0 -20px;
}

.ticketbg img {
    width: 100%;
}
.wbox {
    background-color: #fff;
    border-radius: 7px;
    padding: 15px;
    position: relative;
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    overflow: hidden;
}
.wbox.mt-40 {
    margin-top: -40px;
}
.wbox.red {
    background-color: #E23C3E;
    color: #fff;
}

.wbox .wtitle {
    background-color: #4CB7C6;
    color: #fff;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: -15px -15px 15px -15px;
    padding: 10px;
}
.wbox .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0,0.5);
    z-index: 9;
}

.wbox .mask p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 3px #d9d9d9 solid;
    padding: 5px 20px;
    border-radius: 50px;
    white-space: nowrap;
}

.ticket_name {
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    margin: 0;
    padding: 5px 0;
}
.tkinfo .item {
    padding: 15px 10px;
    border-bottom: 1px #E8E8E8 solid;
}

.tkinfo .item:last-child {
    border-bottom: none;
}

.tkinfo .item .left {
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    font-weight: bold;
    font-size: 105%;
    flex-wrap: wrap;
}

.tkinfo .item .left.iblack {
    color: #565151;
}

.tkinfo .item .left.iblue {
    color: #5CC2CF;
}

.tkinfo .item .left img {
    margin: 0 5px 0 0;
    width: 40px;
    height: 40px;
    padding: 8px;
}

.tkinfo .item .iblue img {
    background-color: #5CC2CF;
    border-radius: 50px;
}
.tkinfo .item select {
    background-color: #e7e7e7;
    border: none;
    font-size: 105%;
    padding: 9px 20px;
    border-radius: 5px;
}
.tkinfo .item .total {
    font-size: 140%;
    font-weight: bold;
    color: #E23C3E;
    font-family: sans-serif;
}
.tkinfo .item .note {
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    color: #5CC2CF;
}

.tkinfo .item .note img {
    margin: 0 5px 0 0;
}
.tkinfo ul{
    margin: 0 0 5px 0;
    padding: 0 5px;
    list-style-type: none;
}

.tkinfo ul li {
    font-size: 95%;
    line-height: 135%;
    color: #555;
    padding: 2px 0;
}
.tkinfo .tk_title{
    padding: 0 7px;
    margin: 0;
    font-size: 120%;
    font-weight: bold;
}
/*radio*/
.radio-inline {
  position: relative;
  margin: 0 0 5px 0;
}
.radio-inline-block {
  position: relative;
  margin: 0 0 5px 0;
    display:inline-block;
}
.radio {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
  -webkit-appearance: none;
  padding: 0 !important;
  position: absolute;
}
.radio_label {
  position: relative;
  padding: 4px 10px 4px 28px;
  cursor: pointer;
  vertical-align: bottom;
  color: #000;
  transition: color 200ms ease;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 120%;
}
.radio_label:before,.radio_label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: transform 200ms ease, border-color 200ms ease;
}
.radio_label:before {
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #dbdbdb;
  transform: translate(0, -50%);
}
.radio_label:after {
  top: 50%;
  left: 7px;
  width: 10px;
  height: 10px;
  transform: scale(0) translate(5%, -50%);
  background-color: #4cb7c6;
}
.radio_label:hover {
  color: #3c91e6;
}
.radio_label:hover:before {
  border-color: #e9cb15;
}
.radio:checked + .radio_label:before {
  border-color: #4cb7c6;
}
.radio:checked + .radio_label:after {
  transform: scale(1.2) translate(5%, -42%);
}
.radio-inline .paylogo {
    margin: 0 10px;
    border-radius: 7px;
    overflow: hidden;
    border: 1px #E3E3E3 solid;
    padding: 5px;
    position: relative;
    max-width: 140px;
    min-width: 140px;
    height: 60px;
}

.radio-inline .paylogo img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 45px;
}
/*checkbox*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  background: #e3e3e3;
  border-radius: 6px;
}
.styled-checkbox:hover + label:before {
  /* background: #fae773; */
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #e3e3e3;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  transform: translate(5px, -50%) rotate(-45deg);
  width: 20px;
  height: 12px;
  border: 4px solid #434343;
  border-top-style: none;
  border-right-style: none;
  top: 48%;
}
.addbox .check .styled-checkbox + label {
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    font-size: 110%;
    line-height: 160%;
}

.addbox .check .styled-checkbox + label img {
    margin: 0 10px;
    border-radius: 10px;
}
.addbox .add {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 105%;
    line-height: 160%;
    padding: 10px 0 0 45px;
}

.addbox .add select {
    padding: 5px;
    background-color: #e7e7e7;
    border: none;
    font-size: 105%;
    padding: 9px 20px;
    border-radius: 5px;
    margin: 0 10px 0 0;
    width: 104px;
}
.wbox .price {
    font-size: 130%;
    font-weight: bold;
    color: #E23C3E;
    font-family: sans-serif;
}
.account {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    font-size: 130%;
    color: #565151;
}
/*加購*/
.buy .accordion .more-item button {
    text-align: center;
    font-weight: normal;
    background-color: #e3e3e3;
    padding: 10px;
    font-size: 100%;
    border-radius: 5px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
}

.buy .accordion .more-item {
    margin: 10px 0 0 0;
    position: relative;
    padding: 0 0 60px 0;
}

.buy .accordion .more-item button[aria-expanded=true] + .accordion-content {
    max-height: none;
}
/*購買套票說明*/
.ticket_note {
    /* padding: 0 20px; */
}
.ticket_note .txtbox {
    padding:15px;
}

.ticket_note .txtbox .i_icon {
    max-width: 150px;
    margin: 25px auto 0 auto;
}
.ticket_note .txtbox .stt {
    font-size:105%;
    font-weight: bold;
    position: relative;
    margin-bottom:10px;
    display:block;
}
.ticket_note .txtbox .stt p  {
    margin:0;
    display:inline-block;
    background-color: #ffde00;
    position:relative;
    padding: 4px 10px;
    height: 34px;
}
.ticket_note .txtbox .stt p::after {
    content:"";
    position:absolute;
    width: 0px;
    height: 0px;
    border-top: 34px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 20px solid #ffde00;
    right: -20px;
    top:0;
}
.ticket_note .txtbox ul {
    line-height: 170%;
}

.ticket_note .txtbox > ul {padding-left: 1rem;}
.modalbox .copy {
    /* display:flex; */
    align-items:center;
}
.modalbox .copy p {
    font-size: 105%;
    margin: 0;
}
.modalbox .copy .copybt {
    text-align:center;
    margin-top:10px;
}
.modalbox .copy .copybt img {
    padding-right:8px;
}
.modalbox .copy .copybt a {
    display:flex !important;
    background-color:#e23c3d;
    padding:10px;
    border-radius:8px;
    align-items:center;
    justify-content:center;
    color:#FFF;
    text-decoration:none;
}
.modalbox .share {
    display:flex;
    justify-content:center;
}
.modalbox .share img {
    width:45px;
}
.modalbox .share a {
    padding:6px;
    display:block;
}
.modalbox .share a img:hover {
    box-shadow:0 0 8px rgb(0 0 0 / 40%);
    border-radius:5px;
}

/*結帳*/
.tkclose {
    padding: 0 0 10px 0;
    border-bottom: 1px #ddd solid;
    margin: 15px 0 10px 0;
}

.tkclose .closetk {
    max-width: 85px;
    min-width: 85px;
    margin: 0 5px 0 0;
}

.tkclose.list .closetk {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
}

.tkclose.order {
    border: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.tkclose .closetk img {
    border-radius: 7px;
    width: 100%;
    max-width: 100%;
}

.tkclose .closetk .d-flex {
    max-width: 110px;
    min-width: 110px;
    margin: 0 5px 0 0;
}
.tkclose .tkinfo {
   display:-webkit-flex;
   display:flex;
   -webkit-flex-direction:column;
   flex-direction:column;
   -webkit-justify-content:space-between;
   justify-content:space-between;
   padding: 5px;
   width: 100%;
}

.tkclose .tkinfo .add span {
    color: #4cb7c6;
    border-radius: 5px;
    border: 1px #4cb7c6 solid;
    padding: 0px 5px;
    font-size: 90%;
    display: inline-block;
    width: auto;
}
.tkclose .tkinfo p {
    margin: 0;
    line-height: 160%;
    letter-spacing: 1px;
}

.tkclose .tkinfo .name {
    font-size: 110%;
    font-weight: bold;
}

.tkclose .tkinfo .uprice {
    color: #E23C3E;
    /* margin: 0 10px 0 0; */
}

.tkclose .tkinfo .pricebox {
    display:-webkit-flex;
    display:flex;
    /* -webkit-justify-content:flex-end; */
    /* justify-content:flex-end; */
    padding: 2px 0 0 0;
}
.closeitem {
    font-size: 125%;
    font-weight: bold;
    width: 100%;
    padding: 10px 5px;
}

.closeitem .left {display: -webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color: #000000;margin: 0 15px 0 0;}

.closeitem .total {
    color: #E23C3E;
    font-size: 110%;
    font-family: sans-serif;
}

.closeitem .left img {
    margin: 0 5px 0 0;
}
@media screen and (min-width: 420px) {
    .tkclose.list {
    display: -webkit-flex;
    display:flex;
}
    .tkclose.list .closetk {
    width: 55%;
    margin: 0 10px 0 0;
}
}
/*付款結果頁*/
.result {
    background-color: #4CB7C6;
    margin: 0 -20px -20px -20px;
    padding: 30px;
    text-align: center;
    color: #fff;
    height: 100vh;
    display: -webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
}

.result > img {
    max-width: 150px;
}

.result.bg_r {
    background-color: #ea5350;
}
.result .bt {
    width: 100%;
}
.result .bt a {
    background-color: #fff;
    color: #4CB7C6;
    font-size: 125%;
    letter-spacing: 0;
}

.result.bg_r .bt a {
    color: #ea5350;
}

.result .success_txt {
    font-size: 210%;
    font-weight: bold;
    line-height: 145%;
}
/*我的套票*/
.qrbox {
    text-align: center;
    padding: 15px 0 0 0;
}

.qrbox .pic img {
    max-width: 100%;
    border-radius: 5px;
}

.qrbox .pic {
    position: relative;
    margin: 0 0 20px 0;
}

.qrbox .pic .enable {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 50%);
    border-radius: 50px;
    padding: 8px 25px;
    color: #fff;
    border: 2px #fff solid;
    font-size: 120%;
}

.qrbox .qr img {
    max-width: 200px;
    width: 100%;
    margin: auto;
}
.qrbox .qr_time {padding: 10px 0;font-size: 110%;}
.qrbox .qr_time .replay a {
    display: block;
    margin: 0 10px 0 0;
    height: 30px;
}
.qrbox .state {
    background-color: #e5e5e5;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 10px 0 20px 0;
    display: inline-block;
}
.tkinfo .title{
    background-color: #F2F2F2;
    margin: -1px -15px 0 -15px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 140%;
}
.convert {
    padding: 10px 10px;
}
.convert .radio-inline .note {
    color: #df3131;
    font-size: 95%;
    padding: 0 0 0 28px;
}
.convert .radio-inline input[type="text"] {
    background-color: #F1F1F1;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 105%;
    padding: 10px;
    margin: 5px 0;
}
/*訂單管理*/
.buy .tabs .tab-content.order {
    margin: 15px 0 0 0;
    padding: 0;
}
.buy .slick-slide {
    margin: 5px;
}
.wbox .bnote {
    background-color: #4CB7C6;
    color: #fff;
    margin: -15px -15px 0 -15px;
    padding: 10px 20px;
    line-height: 160%;
}
.state {
    margin: 0 -5px;
}

.state ul {
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.state ul li {
    width: 100%;
    padding: 5px;
}

.state .box {
    background-color: #F2F2F2;
    border-radius: 7px;
    text-align: center;
    padding: 5px;
}

.state .box p {
    margin: 0 0 5px 0;
    font-size: 90%;
}

.state .box p.num {
    font-size: 180%;
    font-family: sans-serif;
    font-weight: bold;
}
.order .tkclose {
    border: none;
    margin: 15px 0 0 0;
    padding: 0;
}
.add_box {
    background-color: #F2F2F2;
    border-radius: 7px;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    margin: 10px 0;
}

.add_box ul {
    padding: 3px 0 5px 0;
    margin: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.add_box ul li {
    width: 100%;
    font-size: 90%;
    padding: 7px 0 5px 0;
}

.add_box ul li span {
    background-color: #4CB7C6;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.add_box .title {border-bottom: 1px #c5c5c5 solid;margin: 0 -10px;padding: 10px;color: #515151;}
.bt_group {
    padding: 10px 0;
}

.bt_group ul {
    padding: 0;
    margin: 0;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:center;
    justify-content:center;
    list-style-type: none;
}

.bt_group ul .w100 {
    width: 100%;
}

.bt_group ul .w50 {
    width: 50%;
    float: none;
    display: inline-block;
}

.bt_group ul li {
    padding: 5px;
}
.ticket_slider .slick-dots {display: -webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;}

.ticket_slider .slick-dots li button:before {
    content: "";
    background-color: #555;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.ticket_slider .slick-dots li {
    width: 10px;
}
/*訂單詳情*/
.tkorder .closetk img {
    max-width: 100%;
    border-radius: 7px;
}
.fettle_box {
    display: inline-block;
    width: 100%;
}

.fettle_box a {
    text-decoration: none;
}
.fettle_box:last-child {
    border: none;
}
.fettle_box.gray_bg {
    background-color: #F2F2F2;
    border-radius: 7px;
    margin: 10px 0;
    padding: 0 10px;
}

.fettle_box ul {
    padding: 3px 0 5px 0;
    margin: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.fettle_box ul li {
    width: 100%;
    padding: 7px 0 5px 0;
}

.fettle_box ul li span {
    padding: 2px 5px;
    display: inline-block;
    font-weight: bold;
}

.fettle_box ul li span:nth-child(2) {
    font-weight: normal;
    padding: 2px 0;
}

.fettle_box .title {border-bottom: 1px #c5c5c5 solid;margin: 0 -10px;padding: 10px 16px;color: #000000;font-weight: bold;font-size: 115%;font-family: sans-serif;}
/*購票證明*/
.ticket_prove .prove_head {
    border-bottom: 1px #555 solid;
    padding: 0 5px 10px 5px;
    font-weight: bold;
}

.ticket_prove {
    padding: 15px;
}
.ticket_prove .item {
    padding: 10px 5px;
    border-bottom: 1px #c5c5c5 solid;
}

.ticket_prove .item ol {
    padding: 0 0 0 2rem;
    margin: 0;
}

.ticket_prove .item ol li {
    margin: 0 0 10px 0;
    line-height: 160%;
}

.ticket_prove .item .stamp {
    text-align: center;
    padding: 5px 0;
}

.ticket_prove .item .stamp img {
    max-width: 200px;
    width: 100%;
}

.ticket_prove .item p {
    margin: 0;
    position: relative;
    padding: 0 0 0 0.8rem;
    letter-spacing: 1px;
}

.ticket_prove .item .ititle {
    color: #3B6E84;
    font-weight: bold;
    font-size: 120%;
    margin: 0 0 5px 0;
}

.ticket_prove .item .ititle::before {
    content: "-";
    position: absolute;
    left: 0;
}
/*套票兌換*/
.exchange form {
    padding: 5px 5px 15px 5px;
}
.exchange label {
    padding: 10px 5px;
    font-size: 110%;
    display: block;
}

.exchange input,.exchange select {
    background-color: #fff;
    border: none;
    border-radius: 7px;
    padding: 15px 10px;
    font-size: 110%;
    width: 100%;
    margin: 0 5px;
}
/*tab*/
ul.tabs {
	list-style: none;
	padding: 0 0 10px 0;
	overflow-x: auto;
	display: flex;
	margin: 0 0 10px 0;
}
ul.tabs::-webkit-scrollbar{ display: none;}
ul.tabs li a{
	    display: inline-block;
	    white-space: nowrap;
	    background-color: #fff;
	    border-radius: 50px;
	    padding: 10px 25px;
	    text-decoration: none;
	    color: #000;
	    margin: 0 10px 0 0;
	    position: relative;
}


ul.tabs li:hover {
	/* background-color: #ccc; */
	color: #333;
}

ul.tabs li .active {
	background-color: #FBB15B;
	color: #000;
}
ul.tabs li .active::before {
	    content: "";
	    left: 50%;
	    width: 0;
	    height: 0;
	    border-radius: 0;
	    border-right: solid 7px transparent;
	    border-left: solid 7px transparent;
	    border-bottom: solid 7px transparent;
	    border-top: solid 11px #fbb15b;
	    position: absolute;
	    bottom: -17px;
	    transform: translate(-50%, 0%);
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
}

.tab_content {
	display: none;
}

.tab_content.active {
    display: block;
}

.tab_drawer_heading { display: none; }
/*公車動態列表*/
.bus,.kbus {
    display: inline-block;
    width: 100%;
}
.route_list {
}
.route_list .route a{
    border-bottom: 1px #e3e3e3 solid;
    color: #000;
    text-decoration: none;
    padding: 10px 40px 10px 10px;
    position: relative;
}

.route_list .route a::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 3px #565151;
    border-right: solid 3px #565151;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 17px;
}
.route_list .route a:hover {
    background-color: #ececec;
}
.route .info p {
    margin: 0;
    font-size: 90%;
    color: #565151;
}
.route .info .site {
    font-size: 120%;
    font-weight: bold;
    color: #000;
}
.route_list .route .info .arrow img {
    width: 35px;
    padding: 0 5px;
}
.route .ic_bus img {
    height: 54px;
    margin: 5px 0 0 0;
}
.route .ic_bus {
    margin: 0 10px 0 0;
}
/*公車動態內容*/
.busdetail .stop_name {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
}
.busdetail .stop_bt {
    text-align: center;
    margin: 0 0 30px 0;
}
.busdetail .stop_bt ul {
    padding: 0;
    width: 100%;
    list-style-type: none;
}
.busdetail .stop_bt ul li {
    width: 100%;
    padding: 0 25px 0 10px;
}

.busdetail .stop_bt ul li.left {
    padding: 0 10px 0 25px;
}
.busdetail .stop_bt ul li a {
    border-radius: 10px;
    display: block;
    border: 3px #FBB15B solid;
    color: #000000;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
    height: 100%;
    position: relative;
    background-color: #fff;
}
.busdetail .stop_bt ul li .arrow {
    width: 55px;
    position: absolute;
    top: 50%;
}

.busdetail .stop_bt ul li p {
    font-weight: normal;
    font-size: 85%;
    margin: 0;
}

.busdetail .stop_bt ul li.left .arrow {
    left: -15px;
    transform: translate(0, -50%);
}

.busdetail .stop_bt ul li.right .arrow {}
.busdetail .stop_bt ul li .arrow .a02 {
    display: none;
}
.busdetail .stop_bt ul li a:hover .arrow .a01 {
    display: none;
}
.busdetail .stop_bt ul li a:hover .arrow .a02 {
    display: block;
}
.busdetail .stop_bt ul li a:hover {
    background-color: #487898;
    color: #fff;
}
.busdetail .stop_bt ul li.left a {
    text-align: left;
    padding: 5px 5px 5px 20px;
}

.busdetail .stop_bt ul li.right a {
    padding: 5px 20px 5px 5px;
}
.busdetail .stop_bt ul li.right .arrow {
    -moz-transform: scaleX(-1) translate(-50%, -50%);
    -webkit-transform: scaleX(-1) translate(-50%, -50%);
    -o-transform: scaleX(-1) translate(-50%, -50%);
    transform: scaleX(-1) translate(-50%, -50%);
    right: -15px;
}

.busdetail .stop_bt ul li:last-child a {
    text-align: right;
}
.busdetail .stop_list {
    text-align: center;
}
.busdetail .step-vertical {
    margin: auto;
    display: inline-block;
    padding: 0;
}
.busdetail .step-vertical li {
    display: flex;
    position: relative;
}
.busdetail .step-vertical li:last-child .site::before {
    border: none;
}
.busdetail .step-vertical .time {
    position: relative;
    padding-bottom: 2.35rem;
    padding-left: 0;
    padding-right: 1.5rem;
    text-align: right;
    min-width: 130px;
}
.busdetail .step-vertical .time span {
    background-color: #CCCCCC;
    border-radius: 100px;
    padding: 5px 15px;
    white-space: nowrap;
    color: #000;
}
.busdetail .step-vertical .in .time span {
    background-color: #e24242;
    color: #fff;
}
.busdetail .step-vertical .coming .time span {
    background-color: #1ea395;
    color: #fff;
}
.busdetail .step-vertical .time::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0px;
    top: -1px;
    transform: translateX(50%);
    border-radius: 50%;
    background: white;
    border: 4px gray solid;
    width: 20px;
    height: 20px;
}
.busdetail .step-vertical .site::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -2px;
    height: 100%;
    border-left: 4px #b1b1b1 solid;
}
.busdetail .current-item .site::before {
    border-left: 4px #e24242 solid;
}
.busdetail .step-vertical .site {
    padding: 0 1.5em;
    position: relative;
    text-align: left;
}
.busdetail li.no-state .site,.busdetail .no-state .time, .no-state .fecha {
    color: black;
}
.busdetail .step-vertical .fecha {
    font-size: 13px;
}
.busdetail .current-item .time::after {
    border: 4px solid #e24242;
    background-color: #fff;
}
.busdetail .current-item.in .time::after {
    background-color: #e24242;
}
/*探索遊程*/
.pic_list .list {
    padding: 0 0 15px 0;
}
.pic_list .list a,.pic_list .list .box {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    position: relative;
}


.pic_list .list .pic {
    position: relative;
}

.pic_list .list .pic img {
    width: 100%;
}

.pic_list .list .pic .sort {
    position: absolute;
    right: 0;
    bottom: 7px;
    background-color: #E23C3E;
    border-radius: 5px 0 0 0;
    padding: 0 5px;
    color: #fff;
    font-size: 95%;
    font-weight: bold;
}
.pic_list .list .p_title {
    padding: 0 10px;
    margin: 0;
    color: #000;
    font-size: 105%;
}

.pic_list .list ul {
    padding: 5px 10px 10px 10px;
    margin: 0;
    list-style-type: none;
    color: #878787;
    font-size: 95%;
}

.pic_list .list ul li img {margin: 0 5px 0 2px;height: 15px;position: relative;top: 2px;}
.pic_detail .pic_bg img {
    width: 100%;
}

.pic_detail .pic_bg {
    margin: 0 -20px;
}
.pic_detail .share {
    position: absolute;
    right: 0;
    top: -48px;
}
.pic_detail .sort {
    background-color: #E23C3E;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    border-radius: 7px 0 0 0;
    padding: 3px 10px;
    font-size: 95%;
    font-weight: bold;
}
.pic_detail .pic_name {
    text-align: center;
    font-size: 140%;
    font-weight: bold;
}

.pic_detail .wbox .note {
    border-bottom: 1px #CBCBCB solid;
    padding: 0 5px 10px 5px;
    margin: 0 0 10px 0;
    position: relative;
    word-break: break-word;
}
.pic_detail .wbox .note ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.pic_detail .wbox .note ul li{
    display: flex;
    padding: 3px 0;
    color: #505050;
}
.pic_detail .wbox .note a {
    text-decoration: none;
    color: #2DA1B1;
}

.pic_detail .wbox .note img {
    height: 20px;
    margin: 3px 5px 0 0;
}
.pic_detail .info {
    padding: 0 5px;
}
.pic_detail .info .title {
    font-weight: bold;
    font-size: 125%;
    color: #000;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.pic_detail .info .w01 {
    margin: 0 0 5px 0;
}

.pic_detail .info .w01 a {
    margin: 0 0 0 5px;
}

.pic_detail .info .title::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #000;
    display: inline-block;
    border-radius: 100%;
    margin: 2px 3px 0 0;
}
/*節慶*/
.select_year {
    display: -webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    padding: 0 10px 5px 10px;
}

.select_year .year {
    background-color: #5b6497;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 115%;
    width: 100%;
    text-align: center;
    margin: 0 10px;
    color: #fff;
}
.select_year .btn a {
    background-color: #5b6497;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
}

.select_year .btn a img {
    position: absolute;
    width: 10px;
    left: 50%;
    top: 50%;
}

.select_year .pre a img {
    transform: translate(-65%, -50%);
}

.select_year .next a img {
    -moz-transform: scaleX(-1) translate(30%, -50%);
    -webkit-transform: scaleX(-1) translate(30%, -50%);
    -o-transform: scaleX(-1) translate(30%, -50%);
    -ms-transform: scaleX(-1) translate(30%, -50%);
    transform: scaleX(-1) translate(30%, -50%);
}
/*宣告*/
.declare {
    padding: 10px 0 0 0;
    height: 320px;
    overflow-y: scroll;
}

.declare ol {
    padding: 0 0 0 1.2rem;
    margin: 0;
}
.agreebox {
    font-size: 95%;
    margin: 0 0 10px 0;
}
.agreebox .styled-checkbox + label:before {
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px #d7d7d7 solid;
    margin-top: -2px;
}
.agreebox .styled-checkbox:checked + label:after{
    transform: rotate(-45deg);
    left: 4px;
    top: 3px;
    width: 15px;
    height: 10px;
}
/*社群綁定*/
.binding{
    border-bottom: 1px #e3e3e3 solid;
    padding: 15px 10px;
}
.binding .left {
    white-space: nowrap;
}

.binding .left img {
    margin: 0 5px 0 0;
    height: 40px;
}

.binding .bt a {
    font-size: 100%;
    font-weight: normal;
    padding: 5px 15px;
}
/*退票*/
.refund .tkinfo .item .left {
    font-weight: normal;
    font-size: 100%;
    margin: 0 5px 0 0;
}
.refund .tkinfo .item .addicon {
    padding:1px 5px;
    border:1px solid #ddd;
    border-radius:5px;
    margin-right:5px;
    white-space:nowrap;
    font-size:95%;
}
.refund  .tkinfo .item input {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #e7e7e7;
}
.refund  .addbox .check .styled-checkbox + label{
    font-size: 100%;
    align-items: start;
    color: #096f9e;
}

.refund .styled-checkbox + label:before {
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    border-radius: 3px;
}

.refund  .styled-checkbox:checked + label:after {
    top: 8px;
}
/*國道公車*/
.kbus .search .station {width: 100%;}
.station p {
    margin: 0 0 5px 5px;
    font-size: 95%;
}

.station select {
    font-weight: bold;
    font-size: 105%;
}
.kbus .search .arrow {
    margin: 23px 0 0 0;
    padding: 0 10px;
}
.kbus .search .bt {
    margin: 15px 0;
}
.kbus_info {
    font-size: 90%;
    color: #565151;
    margin: 10px 0 0 0;
}

.kbus_info .vehicles {
    border: 1px #5B6497 solid;
    display: inline-block;
    color: #5B6497;
    border-radius: 50px;
    margin: 0 0 0 5px;
    padding: 0 10px;
}
.kbus_title {
    font-weight: bold;
    font-size: 110%;
    margin: 5px 0 10px 0;
    color: #000;
}
.kbus .busdetail .step-vertical .time {
    min-width: auto;
}
.kbus .busdetail .stop_list {
    text-align: left;
}
/*20241008點數管理*/
.ptotal {
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
  justify-content:center;
  position:relative;
  padding: 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
}
.ptotal div {
  padding: 0px 15px;
  border-right:1px solid #ccc;
}
.ptotal div:last-child {
  border-right:none;
}
.ptotal p {
  margin:0;
}
.ptotal .picon:before {
  content:"";
  position:absolute;
  background-image: url(../images/icon/ic_points.svg);
  background-repeat:no-repeat;
  display:block;
  width: 25px;
  height: 25px;
  left:0;
  background-size: 25px;
}
.ptotal .picon {
  position:relative;
  display:block;
  font-size: 140%;
  font-weight:bold;
  margin:0;
  color: #bf0000;
  padding: 0 0 0 30px;
}
.ptotal_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
}
.pic_list .list .coins {
    display: -webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    font-size: 150%;
    color: #bb0000;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 115%;
    padding: 3px 0;
}
.pic_list .list .coins img{
    margin: 0 5px 0 0;
}
.ptotal_list.pic_list .list {
    width: calc(50% - 2px);
    display: inline-block;
    padding: 5px;
    margin: auto;
}

.ptotal_list.pic_list .list a {
    height: 100%;
    position: relative;
}

.ptotal_list .list .p_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ptotal_list .list .pic {
    padding-top: 75%;
}

.ptotal_list .list .pic img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
ul.center_tab {
    margin\: initial;
    margin\: initial;
    margin\: a;
    -webkit-justify-content:center;
    justify-content:center;
}
.point_log .fettle_box ul li {
    padding: 0;
}

.point_log .fettle_box ul {
    padding: 10px 0;
}
.point_log .points img {
    margin: 0 3px 0 0;
}
/*我的優惠券*/
.g_txt {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    margin: 0 0 10px 0;
}
.dis_pic {
    position: relative;
    padding-top: 75%;
    margin: 0 0 10px 0;
}

.dis_pic img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
/*預約購票*/
.booking {
    position:relative;
    padding:15px;
}
.booking label {
    white-space: nowrap;
    margin:0;
    padding-right:10px;
    font-weight:bold;
    font-size:110%;
}
.booking ul {
    margin:0;
    padding:0;
}
.booking li {
    display:flex;
    align-items:center;
    padding:6px 0;
}
.bookingdata {
    padding: 0px;
}
.bookingdata ul {
    list-style-type:none;
    padding:0;
    margin:0;
}
.bookingdata li {
    display:flex;
    padding:6px 0;
}
.bookingdata li p {
    /*white-space: nowrap;*/
    margin:0;
    padding-right:10px;
    font-weight:bold;
    font-size:105%;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media screen and (max-width: 767px) {
.bookingdata li {
    flex-wrap:wrap;
}
}
@media screen and (max-width: 480px) {
.booking li {
    flex-wrap:wrap
}
.booking label {
    width:100%;
}
}
/*線上訂票按鈕*/
.btn-booking {
    padding:10px 0;
    margin:15px 0 10px 0;
    text-align:right;
}
.btn-booking img {
    padding-right:8px;
}
.btn-booking a {
    padding:8px 15px;
    background-color:#f2f2f2;
    border:1px solid #888;
    border-radius:5px;
    display:inline-flex;
    align-items:center;
}
.btn-booking a:hover {
    text-decoration:none;
    color:#000;
    box-shadow:0 0 10px rgb(0 0 0 / 20%);
}
.personaldata > div {
    padding:4px 0;
}
.personaldata label {
    font-weight:bold;
}
.personaldata span {
    color:#c20000;
    font-size:95%;
    font-weight:initial;
    padding-left:5px;
}
.personaldata .note {
    background-color:#f2f2f2;
    padding:5px 10px;
    border-radius:5px;
}
.mth {
    display:flex;
    align-items:center;
    margin-top:10px;
}
.mth .audio audio {
    max-width: 100%;
    height: 40px;
}
audio::-webkit-media-controls-panel {
  background-color: #FFF;
}
.mth .refresh {
    padding:5px;
}
.mth .refresh a {
    padding: 10px;
    background-color:#1b8198;
    border-radius:5px;
    display:flex;
    align-items:center;
}
.mth .refresh a:hover {
    background-color:#005265;
}
.required {
    color:#c20000;
    display:block;
    text-align:end;
    padding: 0 !important;
}
.subtotal {
    display:flex;
    justify-content:space-between;
}