@charset "utf-8";
/* CSS Document */
/*內頁清單*/
.ap .list01 .stitle {
  font-size: 145%;
  color: #000;
  font-weight: bold;
}
.ap .list01 .item {
  padding: 10px;
}
.ap .list01 .item a {
  display: block;
  padding: 60px 24px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background-color: #fff;
  position: relative;
}
.ap .list01 .item a:hover {
  background-color: #ffdedf;
  box-shadow: 0 0 6px 0 rgb(255 255 255 / 20%);
  -webkit-box-shadow: 0 0 6px 0 rgb(255 255 255 / 20%);
  -moz-box-shadow: 0 0 6px 0 rgb(255 255 255 / 20%);
}
.ap .list01 .item a::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 35px;
  content: "";
  font-weight: normal;
  display: block;
  width: 16px;
  height: 16px;
  border-top: solid 3px #B6203A;
  border-right: solid 3px #B6203A;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.ap .list01 .item.out a::after {
    background-image: url(../../images/icon/ic_outlink.svg);
    border: none;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .ap .list01 .item a {
    padding: 24px 55px 24px 24px;
  }
}
/*活動列表*/
.locate {
    background-color: #FFB3B5;
    border-radius: 50px;
    padding: 9px 15px;
    font-size: 75%;
    color: #8A0023;
    margin: 0 0 0 15px;
    font-weight: normal;
}

.locate img {
    width: 15px;
    margin: -3px 0 0 5px;
}
.listA .all_list {
    padding: 20px 0 0 0;
  }
.listA .all_list .item,.listA .sport_list .item {
  padding: 10px;
  height: 100%;
}
.listA .all_list a {
  display: block;
  height: 100%;
}
.listA .all_list a:hover .item {
  background-color: #ffe9ea;
  box-shadow: 0 0 0 3px rgb(182, 32, 58, 0.3);
  -webkit-box-shadow: 0 0 0 3px rgb(182, 32, 58, 0.3);
  -moz-box-shadow: 0 0 0 3px rgb(182, 32, 58, 0.3);
}


.listA .all_list .item .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



.listA .hot_list .item .more a:hover {
  background-color: #ffd4d6;
  border: 1px #ffd4d6 solid;
}


@media screen and (min-width: 768px) {
 .listA .all_list .item .pic,.listA .sport_list .item .pic {
    max-width: 230px;
    min-width: 230px;
    padding-top: 185px;
    margin: 0 10px 0 0;
    width: 40%;
  }
  .listA .hot_list .listB .item .more {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 768px) {  
  .listA .hot_list .listB .item .more a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    border: none;
    border-radius: 12px;
  }
  .listA .hot_list .listB .item .more a:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {  
.listA .all_list .item .sub {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
}
@media (max-width: 768px) and (min-width: 420px){
    .listA .all_list .item .pic,.listA .sport_list .item .pic {
    max-width: 120px;
    padding-top: 96px;
    min-width: 120px;
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 420px) {  
 .listA .all_list .item .pic,.listA .sport_list .item .pic {
    max-width: 100px;
    padding-top: 80px;
    min-width: 100px;
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 480px) {  
.listA .all_list .row > div{
    width: 100%;
}
}
.listA .sport_list .list_slider .slick-prev {
  left: 0;
}
.listA .sport_list .list_slider .slick-next {
  right: 0;
}
/*搜尋結果*/
.info_list .result {
    padding: 10px 0 0 10px;
    font-size: 110%;
}

.info_list .box {
    background-color: #FAEAED;
    border-radius: 8px;
    padding: 10px;
}

.info_list .box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.info_list .box ul li {
    color: #5A4041;
    padding: 2px 0;
}
/*優惠頁籤*/
.tag_list{
    border-bottom: 1px #837377 solid;
    margin: 0 0 15px 0;
    padding: 5px 0 0 0;
}
.tag_list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.tag_list ul li {
    width: 100%;
    min-width: 100px;
}

.tag_list ul li a {
    text-align: center;
    display: block;
    padding: 10px 20px;
    color: #837377;
    font-size: 115%;
    white-space: nowrap;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
}
.tag_list ul li a.active{
    font-weight: bold;
    color: #2E0006;
}
.tag_list ul li a.active::after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #FF717C;
    height: 3px;
    bottom: 0;
    left: 0;
}

.tag_list ul li a:hover {
    background-color: #ffd4d6;
    color: #8a0023;
}
@media screen and (max-width: 992px) {
  .tag_list ul{
    overflow-x: auto;
}
  .tag_list ul::-webkit-scrollbar{ display: none;}
}
/*精選店家*/
.choice .box {
    background-color: rgba(255,159,163,0.5);
    border-radius: 15px;
    padding: 30px 40px;
}

.choice .box .store_slider .slick-next {
    right: 0;
}

.choice .box .store_slider .slick-prev {
    left: 0;
}
.choice .store_slider .item {
    padding: 10px;
    text-align: center;
}

.choice .store_slider .item a {
    display: block;
}

.choice .store_slider .item .pic {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #555;
    margin: auto;
}

.choice .store_slider .item p {
    color: #000;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 110%;
}

.choice .store_slider .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 200ms ease-out 0s;
}

.choice .store_slider .item a:hover .pic img {
    transform: translate(-50%, -50%) scale(1.2,1.2);
}
@media screen and (min-width: 768px) {
.choice .more_bt {
    padding: 0 70px 0 0;
}
}
@media screen and (min-width: 576px) {
  .choice .box .store_slider {
    padding: 10px 65px;
}
}
@media screen and (max-width: 576px) {
  .choice .box .store_slider {
    padding: 10px 0px;
    margin: 0 -30px;
}
}
/*篩選*/
.modal-content {
  background-color: #FFF8F7;
  transition: all 200ms ease-out 0s;
}
.modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 15px;
}
.modal-title {
  margin: auto;
  font-size: 120%;
  font-weight: bold;
}
.modal-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.modal-body .btn-close::after {
    background-color: #000;
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    top: 5px;
    position: absolute;
    z-index: -1;
    left: 7px;
    border-radius: 50px;
}
.event_search .panel {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.event_search .stitle {
  margin: 0;
  font-weight: bold;
  font-size: 110%;
  padding: 0 0 5px 5px;
}
.event_search .check {
  right: 5px;
  top: 1px;
}
.event_search .panel .date .form-control {
    border: 1px #837377 solid;
    border-radius: 7px;
    padding: 10px 10px;
}
/*檔期優惠*/
.limted{margin: -30px 0 0 0;padding: 0 5px;}
.event_banner {
    border-radius: 12px;
    overflow: hidden;    
}
.limted .title{
    font-size: 135%;
    font-weight: bold;
    padding: 10px 0;
}
.listbar {
    background-color: #8a0023;
    font-size: 145%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    margin: 20px 0 10px 0;
}
.tag_group ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tag_group ul li {
  display: inline-block;
  padding: 5px;
}
.tag_group ul li.chosen a {
  background-color: #FF717C;
  color: #000;
  font-weight: bold;
  border: 1px #FF717C solid;
}
.tag_group ul li a {
  display: block;
  color: #8E7070;
  border: 1px #8E7070 solid;
  padding: 9px 19px;
  border-radius: 12px;
}
.tag_group ul li a:hover {
  background-color: #ffc9cd;
  color: #000;
  border: 1px #ffc9cd solid;
}
.find a {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 20% 15px 15px;
    display: -webkit-inline-flex;
    display:inline-flex;
    -webkit-align-items:center;
    align-items:center;
    position: relative;
}

.find a:hover {
    background-color: #ffdedf;
}

.find a::after {
    position: absolute;
    top: 54%;
    right: 25px;
    content: "";
    font-weight: normal;
    display: block;
    width: 16px;
    height: 16px;
    border-top: solid 3px #B6203A;
    border-right: solid 3px #B6203A;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}
.find .icon img{
    height: 53px;
}
.find .info p {
    margin: 0;
    letter-spacing: 0;
}

.find .info .txt01 {
    font-weight: bold;
    font-size: 115%;
}

.find .info .txt02 {
    color: #261818;
    font-size: 95%;
}
/*詳細內容*/
.detail_info .tag{
    display: inline-block;
    /* background-color: #FFB77B; */
    border-radius: 50px;
    /* padding: 5px 15px; */
    font-weight: bold;
    /* margin: 0 0 3px 0; */
}
.detail_info .title {
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 10px 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail_info .title .map {
  color: #8E7070;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  white-space: nowrap;
  margin: 0 0 5px 10px;
}
.detail_info .title .map img {
  width: 15px;
  margin: 0 3px 0 0;
}
.detail_pic .box .pic {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  padding-top: 80%;
  position: relative;
  background-color: #e5dedd;
}
.detail_pic .box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}
.detail_pic .slick-dots {
  bottom: 10px;
}
.detail_pic .slick-dots li button:before {
  content: "";
  background-color: #FFCECB;
  border-radius: 50px;
  opacity: 1;
}
.detail_pic .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #8A0023;
}


.detail_info .issue ul {
    margin: 0;
    list-style-type: none;
}

.detail_info .issue ul li {
    padding: 5px 0 5px 17px;
    position: relative;
}

.detail_info .issue ul li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 9px;
    left: 0;
    background-color: #B06000;
    display: block;
}
.detail_info .title > p, .store_info .title {
  font-size: 180%;
  font-weight: bold;
  color: #000;
}

.detail_info .item {
  color: #837377;
  font-size: 105%;
  padding: 15px 0 0 0;
  line-height: 160%;
  letter-spacing: 0;
}

.detail_info .stitle {
    font-size: 130%;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px 0;
}
.detail_info .item p span {
  font-weight: bold;
  font-size: 105%;
}
.detail_info .item p a {
  color: #B06000;
}
.detail_info .item p a:hover {
  text-decoration: underline;
}
.detail_info .item li {
  padding: 4px 0;
}
.detail_info .google_map {
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
  margin: 20px 0 0 0;
}
.detail_info .google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 992px) {
  .introduce {
    margin: -30px 0 0 0;
  }
  .detail_info {
    margin: 15px 0 0 0;
  }

    .detail_info .issue ul {
    padding: 0 0 0 5px;
}
}
/*桃園幣*/
.dowmload_app {
    text-align: center;
}

.dowmload_app .panel {
    padding: 10%;
}

.dowmload_app .icon {
    margin: 0 0 15px 0;
}

/*相關圖片*/
.ap .related .album {
  position:relative;
}

.ap .related .stt {
    color: #8A0023;
    font-weight: bold;
    font-size: 130%;
    margin: 0 0 10px 0;
}
.ap .related .album ul {
  position:relative;
  list-style-type:none;
  padding:0;
}
.ap .related .album li {
  
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  position:relative;
}
.ap .related .album li a {
  color:#333;
  display:block;
  width:100%;
  text-decoration:none;
}
.ap .related .album li a:focus {
  outline-offset:2px;
}
.ap .related .album li a:hover {
  text-decoration:none;
}
.ap .related .album li p {
  margin:0;
  padding: 10px 0;
}
.ap .related .album .pic {
  position: relative;
  padding-top: 75%;
  background-color: #e5e5e5;
  overflow: hidden;
  border-radius: 12px;
}
.ap .related .album .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: all 250ms ease-out 0s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ap .related .album li a:hover .pic img {
  -moz-transform: scale(1.1) translate(-45%, -45%);
  -webkit-transform: scale(1.1) translate(-45%, -45%);
  -o-transform: scale(1.1) translate(-45%, -45%);
  -ms-transform: scale(1.1) translate(-45%, -45%);
  transform: scale(1.1) translate(-45%, -45%);
}
.modal.show.lightbox .lightbox-caption {
  text-align: center;
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  z-index: 11;
  width: 100%;
  bottom: 0;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.modal.show.lightbox .carousel-inner {
    border-radius: 15px;
}
/*相關連結*/
.ap .related .link {
  margin: 30px 0 0 0;
  position:relative;
}
.ap .related .link ul,.ap .related .download ul {
  display:block;
  padding:0;
}
.ap .related .link li {
  display:block;
  margin: 0;
}
.ap .related .link li a {
  color:#333;
  text-decoration:none;
  display:block;
  padding: 10px;
  position:relative;
  border-bottom: 1px #8E7070 solid;
  background-color: #fff;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-align-items:center;
  align-items:center;
  font-size: 105%;
}

.ap .related .link li a:hover {
  background-color:#f4f4f4;
  border-bottom: 1px #000 solid;
}
/*相關附件*/
.ap .related .download ul li{
  color:#333;
  text-decoration:none;
  display:block;
  padding: 10px;
  position:relative;
  border-bottom: 1px #8E7070 solid;
  background-color: #fff;
  align-items:center;
  font-size: 105%;
}

.ap .related .download .annex li {
    border: none;
    padding: 5px 10px 5px 0;
}

.ap .related .download .annex li a:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ap .related .download .annex li a img {
    transition: all 200ms ease-out 0s;
    border-radius: 5px;
}
/*活動場次*/
.events .box{
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    position: relative;
}
.events .info{
    margin: 0 15px 0 0;
}

.events .info .stitle {
    color: #000;
    font-size: 115%;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.events .info .txt01{
    color: #837377;
    margin: 0;
}
.events .apply a {display: block;padding: 0 40px 0 0;background-repeat: no-repeat;background-size: 20px 20px;background-position: center right;}

.events .apply a:hover span {
    color: #B06000;
}
.events .apply.in a {
background-image: url(../../images/icon/ic_inlink.svg);
}
.events .apply.out a {
background-image: url(../../images/icon/ic_outlink.svg);
}

.events .apply span {
  color: #B6203A;
  font-weight: bold;
  font-size: 105%;
  max-width: 55px;
  min-width: 55px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 992px) {
.events .box{
    padding: 20px 20px 10px 20px;
}
}
/*找地點*/
.place{
    margin: -5px 5px 0 5px;
}
.place .item {
    display: block;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background-color: #fff;
    position: relative;
    height: 100%;
}

.place .item .card_header button {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    font-weight: bold;
    font-size: 110%;
    padding: 20px 55px 10px 20px;
}
.place .item .card_header button.collapsed::before {
  border-top: solid 2px #B6203A;
  border-right: solid 2px #B6203A;
  -webkit-transform: rotate(315deg);
  transform: rotate(135deg);
  top: 21px;
}
.place .item .card_header button::before {
  content: "";
  top: 30px;
  right: 30px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: solid 2px #B6203A;
  border-right: solid 2px #B6203A;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  transition: all 200ms ease-out 0s;
}
.place .item .card-body{
    padding: 0 20px 20px 20px;
}
.place .item .list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.place .item .list ul li a {
    padding: 7px 0;
    display: block;
    color: #000;
}

.place .item .list ul li a:hover {
    text-decoration: underline;
}
.place .map_box {
    -webkit-box-shadow: inset 0px 0px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 15px -5px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 15px -5px rgba(0,0,0,0.75);
    Copy Text;
    border-radius: 12px;
    overflow: hidden;
}


.place .map_box .accordion .list {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    background-color: #fff;
    margin: 10px 10px 10px 5px;
    text-align: left;
}
.place .map_box .accordion .list .place-header button {
    background-color: #fff;
    border: none;
    width: 100%;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    font-size: 110%;
    position: relative;
}
.place .map_box .accordion .list .place-header button.collapsed::before {
  border-top: solid 2px #B6203A;
  border-right: solid 2px #B6203A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 14px;
}
.place .map_box .accordion .list .place-header button::before {
  content: "";
  top: 17px;
  right: 12px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #B6203A;
  border-right: solid 2px #B6203A;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  transition: all 200ms ease-out 0s;
}
.place .map_box .list .info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.place .map_box .list .info ul li {
    padding: 5px 2px;
}
.place .map_box .list .info .goto a,.place .map_box .list .info .goto button {
    display: block;
    background-color: #FFDADA;
    border-radius: 50px;
    padding: 15px;
    color: #8A0023;
    text-align: center;
    font-weight: bold;
    width: 100%;
    border: none;
}

.place .map_box .list .info .goto a:hover {
    background-color: #fff0f0;
}
.place .map_box .list .info .map_link img {
    height: 20px;
    margin: -4px 0 0 0;
    padding: 0 5px;
}

.place .map_box .list .info ul li span::after {
    content: "：";
}
.place .map {
    position: relative;
    padding-bottom: 75%; //
    This is the aspect ratio
        overflow: hidden;
}

.place .map iframe,.modal .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.modal_map .modal-header {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 10px;
}

.modal_map .modal-header .btn-close {
    background-color: #fff;
    border-radius: 50px;
    opacity: 0.8;
    -webkit-box-shadow: 1px 0px 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0px 6px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .place .map_box .list .info .goto button{display: none;}
  .place .map_box .map_menu {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow-y: scroll;
    height: calc(100% - 30px);
    margin: 15px 0 0 0;
}

.place .map_box .map_menu .accordion {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
}
@media screen and (max-width: 768px) {
  .place .map_box .list .info .goto a{display: none;}
  .map_menu {
    height: 100%;
    margin: 15px 0;
}
  .place .map{
    display: none;
}
}

/*瀏覽人次*/
.browse {
    text-align: right;
}

.browse ul {
    padding: 0;
    margin: 25px 0 0 0;
    list-style-type: none;
}

.browse ul li {
    display: inline-block;
    margin: 0 0 0 20px;
    color: #000;
    letter-spacing: 0;
    font-size: 95%;
}

/*換頁*/
.ap .page_list {
  font-size: 110%;
  padding: 30px 0 75px 0;
}
.ap .page_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ap .page_list ul li {
  padding: 5px;
}
.ap .page_list ul li li {
  padding: 0;
}
.ap .page_list ul li a {
  text-decoration: none;
}
.ap .page_list > ul > li > a {
  display: block;
  padding: 7px 5px 7px 43px;
  position: relative;
  background-color: #fffce3;
  color: #000;
  text-decoration: none;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 3px 1px rgb(183 171 90 / 17%);
  box-shadow: 2px 2px 3px 1px rgb(183 171 90 / 17%);
  background-image: url(../../images/home/card_arrow_y.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 10px 50%;
  font-weight: bold;
}
.ap .page_list ul li a:hover {
  background-color: rgba(255, 235, 59, 0.5);
}
.ap .page_list ul ul li a {
  background-color: transparent;
  border-right: none;
  padding: 9px 5px 9px 2.56em;
  border-bottom: 1px #dadada solid;
  display: block;
  color: #555;
  position: relative;
}
.ap .page_list ul ul li a::before {
  content: "";
}
.ap .page_list ul ul ul li a {
  padding: 9px 5px 9px 2rem;
  color: #6b6b6b;
  font-size: 95%;
}
.ap .page_list ul ul ul ul li a {
  padding: 9px 5px 9px 2.8rem;
}
.ap .page_list ul ul li a:hover {
  background-color: transparent;
  border-bottom: 1px #000000 solid;
  color: #000;
}
.ap .page_list ul ul li a::before {
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 6px #292929;
  background-color: transparent;
  top: 35%;
  bottom: inherit;
  left: 2rem;
  position: absolute;
}
.ap .page_list ul ul ul li a::before {
  content: "_";
  border: none;
  position: relative;
  margin-right: 25px;
  left: 15px;
}
/*分頁*/
.ap .pagebox {
  padding: 20px 0 50px 0;
  text-align: center;
  letter-spacing: 0;
}

.ap .pagebox > div {
    padding: 0 0 15px 0;
}
.route_card .box .page {
  padding: 0 0.7rem 15px 0;
}
.ap .page .button {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.ap .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;
}
.ap .page ul li {
  /* padding: 2px; */
}
.ap .page ul li.forward, .ap .page ul li.back {
  text-indent: -9999px;
  position: relative;
}
.ap .page .page-item.disabled .page-link {
  opacity: 0.3;
}
.ap .page ul li.forward a::before {
  position: absolute;
  top: 55%;
  left: 45%;
  font-weight: normal;
  display: block;
  width: 12px;
  height: 12px;
  border-left: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
}
.ap .page ul li.back a::before {
  position: absolute;
  top: 55%;
  right: 45%;
  font-weight: normal;
  display: block;
  width: 12px;
  height: 12px;
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
}
.ap .page ul li a {
  color: #000;
  text-decoration: none;
  border-radius: 10px !important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  border: none;
  background: transparent;
}
.ap .page ul li.this a {
  /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https: //colorzilla.com/gradient-editor/#ff9fa3+0,ff556c+100 */
  background: linear-gradient(to bottom, rgb(255, 159, 163) 0%, rgb(255, 85, 108) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ap .page ul li a img {
  width: 25px;
  margin: 0 10px 0 0;
  height: 25px;
}
.ap .page ul li a:hover {
  background-color: #ffd4d6;
}
.ap .fast_page select {
  border-radius: 10px;
  padding: 8px 0 8px 8px;
  border: none;
  background-color: #ffd4d6;
}
/*radio*/
.radio_box {
  padding: 5px 0;
}
.radio-inline {
  display: inline-block;
  padding: 5px;
}
.radio {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
  -webkit-appearance: none;
  padding: 0 !important;
}
.re_panel .keyin .radio_label {
  display: inline-block;
  position: relative;
  padding: 0 10px 4px 23px;
  cursor: pointer;
  vertical-align: bottom;
  color: #000;
  transition: color 200ms ease;
  width: auto;
  font-weight: normal;
  font-size: 100%;
}
.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: 0px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 3px solid #8E7070;
}
.radio_label:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  transform: scale(0);
  background-color: #B06000;
}
.radio_label:hover {
  color: #127475;
}
.radio_label:hover:before {
  border-color: #dc3545;
}
.radio:checked + .radio_label:before {
  border-color: #8E7070;
}
.radio:checked + .radio_label:after {
  transform: scale(1);
}
/*checkbox*/
.styled-checkbox {
  position: absolute !important;
  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;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px #d1d1d1 solid;
}
.styled-checkbox:hover + label:before {
  background: #ffd4d6;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #B06000;
}
.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;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
/*select*/
.select_box select {
  position: relative;
  border: 1px #837377 solid;
  border-radius: 7px;
  padding: 10px 10px;
}
.select_box {
  position: relative;
}
.select_box::after {
  content: "";
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-top: solid 7px #000000;
  position: absolute;
  transform: translate(0, -26%);
  right: 10px;
  top: 23px;
}

/*文字列表*/
.news .subject ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.news .subject ul li {
    display: inline-block;
    padding: 5px;
}

.news .subject ul li a {
    border: 1px #8B7078 solid;
    border-radius: 50px;
    padding: 10px 20px;
    color: #251A00;
    font-weight: bold;
    font-size: 105%;
    display: block;
    white-space: nowrap;
}

.news .subject ul li.this a {
    background-color: #b1610a;
    border-color: #b1610a;
    color: #fff;
}

.news .subject ul li a:hover {
    background-color: #ffd4d6;
}
.news .list {
    padding: 10px;
}

.news .list .item a {
    display: block;
    background-color: #fff;
    border: 1px #D5C2C6 solid;
    padding: 15px;
}

.news .list .item a:hover {
    border: 1px #b06000 solid;
    background-color: #ffeeef;
}

.news .list .item.viewed .topic, .news .list .item.viewed p, .news .list .item.viewed .info li {color: #8E7070;}

.news .list .item a p {
    color: #000;
    font-size: 120%;
    font-weight: bold;
    margin: 10px 0;
}

.news .list .item .topic {
    color: #B06000;
    position: relative;
}
.news .list .item .info {
    text-align: right;
}
.news .list .item .info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.news .list .item .info ul li {
    color: #22191C;
    margin: 0 0 0 10px;
    font-size: 95%;
    letter-spacing: 0;
}

.news .list .item .topic::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #B06000;
    display: inline-block;
    margin: 0 3px 0 0;
}

.news .list .item.viewed .topic::before {
    background-color: #8E7070;
}

@media screen and (max-width: 992px) {
  .news .subject ul {
  overflow-x: auto;
    display: flex;
}
.news .subject ul::-webkit-scrollbar{ display: none;}
}
/*消息內容*/
.news .box {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    position: relative;
    letter-spacing: 0;
    padding: 15px;
    margin: 15px 0 0 0;
    height: 100%;
}
.news .ver_success {
    margin: auto;
}

@media screen and (max-width: 992px) {
.news .ver_success {padding: 25px;}
  }
/*訊息設定*/
.news .check {
    background-color: #ab5f0c;
    color: #fff;
    border-radius: 50px;
    padding: 8px 15px;
}

.news .styled-checkbox + label:before {
    border-radius: 50px;
    border: 2px #8E7070 solid;
}

.news .check .styled-checkbox:checked + label:before {
    background: #8a0023;
}
/*訊息內容*/
.news_pic {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;  
}

.news_pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 992px) {
  .news_pic {
    padding-top: 70%;
}
}
/*會員*/
.member_bg {
    background-image: url(../../images/home/member_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.momo_talk {
    width: 100%;
}
.momo_talk .momo {
    position: relative;
}

.momo_talk .momo .talk {
    position: absolute;
    font-size: 125%;
    font-weight: bold;
    color: #8A0023;
    background-color: #fbcdcb;
    border-radius: 50px;
    z-index: 1;
    line-height: 160%;
}

.momo_talk .momo .talk a {
    background-color: #b6203a;
    border-radius: 50px;
    padding: 2px 10px;
    margin: 5px 5px;
    color: #fff;
}

.momo_talk .momo .talk a:hover {
    background-color: #7f081c;
}

.momo_talk .momo .talk::after {
    content: "";
    background-image: url(../../images/home/talk.svg);
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
}
@media screen and (max-width: 992px) {
  .momo_talk {
    margin: 0 auto -30px auto;
    max-width: 400px;
}
    .momo_talk .momo {
    margin: 20% 0 0 -25px;
}
  .momo_talk .momo .talk {
    left: 77px;
    text-align: center;
    padding: 15px;
    top: -45px;
    right: 0;
}

.momo_talk .momo .talk::after {
    bottom: -15px;
    width: 30px;
    height: 30px;
}
  .momo_talk .momo img {
    width: 90px;
}
}
/*會員註冊前導*/
.member_bg .member .join_title {
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 165%;
    margin: 0 0 25px 0;
}
.member_bg .member .wbox{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    max-width: 390px;
    position: relative;
    text-align: center;
    width: 100%;
}

.member_bg .member .wbox .bt .more a {
    background-color: transparent;
    color: #B6203A;
}

.member_bg .member .wbox .bt .more a:hover {
    text-decoration: underline;
}
.member_bg .member .wbox .w_title {
    font-weight: bold;
    font-size: 140%;
    color: #000;
}

.member_bg .member .wbox .w_txt {
    color: #5A4041;
    line-height: 160%;
    min-height: 125px;
}

.member_bg .member .wbox .w_card {
    max-width: 170px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    min-height: 125px;
}
@media screen and (max-width: 992px) {
  .member_bg .member .wbox{
    margin: 15px auto;
    padding: 20px;
}
}
/*會員共用*/
.eye {
  position: absolute;
}
.eye.show a .off {
  display: none;
}
.eye.off a .show {
  display: none;
}
.eye a {
  display: block;
}
.member input {
  border: 1px #837377 solid;
  border-radius: 7px;
  padding: 10px 10px;
  position: relative;
  z-index: 0;
}

.member .pw input {
  padding: 10px 40px 10px 10px;
}
.member input::placeholder {
  color: #917374;
  font-size: 95%;
}
.member .stitle {
  font-weight: bold;
  font-size: 130%;
  color: #000;
  margin: 0 0 5px 0;
  position: relative;
}
.login_panel {
  max-width: 420px;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 25px;
}

.login_panel .link_note {
    text-align: center;
    padding: 15px 0 0 0;
}

.login_panel .link_note a {
    padding: 0 5px;
    color: #b6203a;
}

.login_panel .link_note a:hover {
    text-decoration: underline;
}
.login_panel .title {
  text-align: center;
  font-weight: bold;
  font-size: 125%;
}
.login_panel .forget a {
  color: #B6203A;
  padding: 5px 0 0 10px;
  display: block;
  font-size: 95%;
}
.login_panel .forget a:hover {
  text-decoration: underline;
}
.login_panel .login_bt {
  margin: 30px 0 0 0;
}

.login_panel .login_bt .line {
    background-color: #8E7070;
    height: 1px;
    margin: 25px 0;
}
.login_panel .login_bt ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.login_panel .login_bt ul li input[type="submit"] {
  background-color: #B6203A;
  border-radius: 50px;
  width: 100%;
  border: none;
  color: #fff;
  padding: 15px 0;
}
.login_panel .login_bt ul li input[type="submit"]:hover {
  background-color: #c4223e;
}
.login_panel .login_bt ul li a {
  color: #B6203A;
  padding: 15px 0;
  border: 1px #B6203A solid;
  border-radius: 50px;
  width: 100%;
  display: block;
}
.login_panel .login_bt ul li a:hover {
  text-decoration: underline;
  background-color: #ffe5e6;
  color: #990821;
}
.login_panel .eye {
  right: 15px;
  top: 38px;
}
@media screen and (max-width: 992px) {
.login_panel {margin: auto;}
}
/*註冊列表*/
.re_panel {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 10px 70px 10px;
  height: calc(100% - 30px);
  position: relative;
  margin: 0 1rem 30px 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.re_panel .card_list {
    padding: 15px 30px 0 30px;
    text-align: center;
}

.re_panel .card_list .scard {
    width: 100%;
}

.re_panel .card_list .scard img {max-height: 90px;}
.re_panel.w-700 {
  max-width: 700px;
  margin: auto;
  padding: 45px 20px;
}
.re_panel.w-900 {
  max-width: 900px;
  margin: auto;
  padding: 45px 30px;
}
.re_panel .title {
  background-color: #FFDADA;
  text-align: center;
  padding: 20px 10px 15px 10px;
  font-size: 130%;
  font-weight: bold;
  color: #000000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.re_panel .title.gold {
    background-color: #FFD178;
}

.re_panel .card_list_note {
    margin: 15px 15px 0 15px;
    padding: 10px 15px;
}

.re_panel .card_list_note ul {list-style-type: none;margin: 0;padding: 0;}

.re_panel .card_list_note ul li {
    padding: 0 0 5px 0;
}

.re_panel .card_list_note ul li span {
    font-weight: bold;
}

.re_panel .note ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.re_panel .note ul li {
    padding: 3px 0;
}

.re_panel .note ul li span {
    font-weight: bold;
}
.re_panel .interest {
  position: relative;
}
.re_panel .interest .mo {
  background-color: #ffefca;
  padding: 7px 15px 7px 10px;
  color: #694e13;
  /* box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3); */
  /* -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3); */
  -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 95%;
}
.re_panel .interest .mo img {
  margin: -3px 4px 0 0;
}
.re_panel .interest ul li {
  list-style-type: none;
  position: relative;
  padding: 5px 0;
}
.re_panel .interest ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #B06000;
  position: absolute;
  border-radius: 50px;
  left: -25px;
  top: 5px;
}
.re_panel .interest ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-bottom: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -20px;
  top: 10px;
  z-index: 1;
}
.re_panel .interest ul li.none::before {
  border: none;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: none;
  top: 14px;
}
.re_panel .interest ul li.none::after {
  background-color: #E2BEBE;
}
.re_panel .interest .stitle {
  font-size: 120%;
  margin: 0 0 10px 0;
}
/*註冊流程*/
.re_panel .detail {
  padding: 0 15px 15px 15px;
}
.re_panel .detail .stitle {
  font-size: 120%;
}
.re_panel .detail .stitle a {
  color: #000;
  padding: 0 10px 10px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.re_panel .detail .stitle a:hover {
  text-decoration: underline;
}
.re_panel .detail .stitle a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 10px;
}
.re_panel .detail .stitle a.collapsed::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
}
.re_panel .detail .caption {
  background-color: #ffefca;
  padding: 10px;
  border-radius: 12px;
}
.re_panel .detail .caption .pic_mo {
  max-width: 50px;
  min-width: 50px;
}
.re_panel .detail .caption ul {
  margin: 0;
}
.re_panel .detail .caption ul li {
  padding: 1px 0;
  font-size: 95%;
}
@media screen and (max-width: 576px) {
  .re_panel .detail .caption .pic_mo {
    margin: 0 auto 10px auto;
  }
}
/*流程*/
.re_panel .process {
  padding: 15px;
}
.re_panel .process .help a {
  color: #b6203a;
}
.re_panel .process .help img {
  margin: -3px 4px 0 4px;
  width: 20px;
}
.re_panel .process .help a:hover {
  text-decoration: underline;
}
.re_panel .process > ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  position: relative;
}
.re_panel .process > ul > li::after {
  content: "";
  position: absolute;
  width: 3px;
  top: 10px;
  bottom: -10px;
  background-color: #b06000;
  left: 12px;
  z-index: 0;
}
.re_panel .process > ul li:last-child::after {
  display: none;
}
.re_panel .process > ul > li {
  padding: 5px 0 10px 33px;
  font-size: 120%;
  font-weight: 600;
  color: #000;
  position: relative;
}
.re_panel .process > ul li span {
  border-radius: 50px;
  background-color: #B06000;
  width: 27px;
  height: 27px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin: 0 7px 0 0;
  position: absolute;
  z-index: 1;
  left: 0;
}
.re_panel .process ul ul {
  padding-top: 5px;
  color: #8E7070;
}
.re_panel .process ul ul li {
  font-size: 85%;
  font-weight: normal;
  list-style-type: disc;
  padding: 2px 0;
}
.re_panel .process ul ul li.nodot {
  list-style-type: none;
  margin: 0 0 0 -1.5rem;
}
.re_panel .bt {
  text-align: center;
  border-radius: 50px;
  color: #fff;
  width: 100%;
}

.re_panel .bt.join {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 30px;
    width: auto;
}
@media (max-width: 992px) {
  .re_panel .interest {
    padding: 15px;
  }
  .re_panel .interest .mo {
    display: inline-block;
    margin: 0 0 10px 0;
    position: relative;
  }
  .re_panel .interest .tag {
    /* text-align: right; */
    margin: 0 0 0 -20px;
  }
}
/*步驟*/
.member .step {
  text-align: center;
  margin: 0 0 30px 0;
}
.member .step ul {
  padding: 0;
  margin: auto;
  list-style-type: none;
  max-width: 400px;
}
.member .step ul li {
  display: inline-block;
  padding: 5px;
}
.member .step ul li.finish span {
  background-color: #837377;
  text-indent: -9999px;
  position: relative;
}
.member .step ul li.finish span::before {
  content: "";
  display: block;
  width: 24px;
  height: 15px;
  border-bottom: solid 3px #ffffff;
  border-left: solid 3px #ffffff;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  left: 56%;
  top: 22%;
  z-index: 1;
}
.member .step ul li span {
  width: 45px;
  height: 45px;
  background-color: #E2BEBE;
  display: block;
  border-radius: 50px;
  line-height: 45px;
  font-weight: bold;
  font-size: 110%;
  margin: auto;
}
.member .step ul li p {
  margin: 5px 0;
  color: #8E7070;
}
.member .step ul li.this p {
  display: block;
  color: #000;
}
.member .step ul li.this span {
  background-color: #B06000;
  color: #fff;
}
/*填寫資料*/
.re_panel .keyin {
  margin: auto;
}
.re_panel .keyin label.key_title {
  white-space: nowrap;
  font-size: 110%;
  font-weight: bold;
  width: 140px;
}
.re_panel .keyin .required {
  color: #B6203A;
  position: relative;
  left: 3px;
}
.re_panel .keyin .eye {
  right: 10px;
  top: 12px;
}
.re_panel .keyin .note {
  color: #B06000;
  font-size: 90%;
  padding: 5px;
}
.re_panel .keyin .note a {
  color: #B06000;
}
.re_panel .keyin .note a img {
  width: 15px;
  margin: -3px 3px 0 0;
}
.re_panel .keyin .note a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .re_panel .keyin label.key_title {
    padding: 0 0 5px 5px;
  }
}
.re_panel .citycard {
  padding: 15px;
  max-width: 250px;
  margin: auto;
}
/*帳號驗證*/
.field_text {
  color: #8E7070;
  padding: 2px 0 2px 30px;
  word-break: break-all;
}
.bt_send input[type="button"] {
  border-radius: 50px;
  border: none;
  background-color: #ffd4d6;
  color: #8A0023;
  padding: 10px 15px;
  font-size: 95%;
  letter-spacing: 0.05rem;
}

.bt_send.gray input[type="button"] {
    background-color: #8E7070 !important;!i;!ㄛ;!;
    color: #fff;
}


.bt_send input[type="button"]:hover {
  background-color: #ffbabd;
}

@media (max-width:480px) {
  .bt_send {
    width: 100%;
    margin: 8px 0 0 0;
  }
  .bt_send input[type="button"] {
    width: 100%;
    padding: 15px;
  }
}
/*驗證成功*/
.ver_success {
  text-align: center;
}


.ver_success .bt ul {
  padding: 0;
  max-width: 431px;
  margin: auto;
}
.ver_success .bt ul li {
  display: inline-block;
  padding: 5px;
}
.ver_success .c_card {
  max-width: 300px;
  margin: auto;
}
/*同意書*/
.state_frame {
  margin: 25px auto 0 auto;
  border-radius: 12px;
  border: 10px #ffffff solid;
  padding: 15px;
  line-height: 160%;
  letter-spacing: 0;
  height: 450px;
  overflow: overlay;
  max-width: 610px;
  background-color: #fff;
}
/*選擇驗證方式*/
.set {
  margin: 0 0 20px 0;
}
.set .s_card > a {
  border: 3px #e1e1e1 solid;
  border-radius: 12px;
  padding: 15px;
  display: block;
  position: relative;
}
.set .s_card > a:hover {
  border: 3px #ffd4d6 solid;
  background-color: #ffd4d6;
}
.set .s_card > a:hover::after {
  right: 25px;
  border-top: solid 3px #dc3545;
  border-right: solid 3px #dc3545;
}
.set .s_card .stitle::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  font-weight: normal;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #8A0023;
  border-right: solid 3px #8A0023;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 200ms ease-out 0s;
}
.set .s_card .logo {
  max-width: 60px;
  min-width: 60px;
  height: 60px;
  position: relative;
  background-color: #f0f0f0;
}
.set .s_card .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.set .s_card .info {
  color: #000;
  letter-spacing: 0;
  width: 100%;
}
.set .s_card .info ul {
  margin: 0 0 0 -7px;
}
.set .s_card .info ul li {
  padding: 3px 0;
  font-size: 95%;
}
.set .s_card .note a {
  color: #B06000;
  padding: 10px;
  display: block;
  font-size: 95%;
  text-decoration: underline;
}
.set .s_card .note a:hover {
  color: #b6203a;
}
@media screen and (max-width: 576px) {
  .set .s_card .logo {
    margin: 0 auto 15px auto;
  }
}
/*實名驗證流程*/
.re_panel .process.red > ul li span {
  top: 5px;
  background-color: #ffffff;
  border: 5px #B6203A solid;
}
.re_panel .process.red > ul > li::after {
  background-color: #B6203A;
  width: 4px;
  left: 11px;
}
@media screen and (min-width: 768px) {
  .re_panel .process.red {
    padding: 0px 15px 15px 15px;
    margin: -45px 0 0 15px;
    white-space: nowrap;
  }
}
/*我的卡證*/
.mycard {
    max-width: 420px;
    margin: auto;
    min-height: 100vh;
}
.mycard .card_box {
    padding: 10px;
}
.mycard .card_box .add_card{
    display: inline-block;
}
.mycard .card_box .add_card a {
    background-color: #FFDADA;
    border-radius: 50px;
    padding: 10px 20px;
    display: block;
    color: #8A0023;
}

.mycard .card_box .add_card a:hover {
    background-color: #ffcccc;
}

.mycard .card_box .add_card a img {
    margin: -4px 5px 0 0;
}

.mycard .card_box .wbox {
    background-color: #fff;
    border-radius: 17px;
    padding: 20px;
}
.mycard .card_box .card_pic {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
    max-width: 250px;
    margin: auto;
}

.mycard .card_box .num {
    display: -webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
    margin: 10px 0 50px 0;
    font-size: 90%;
    color: #837377;
    letter-spacing: 0;
}

.mycard .card_box .num img {
    min-width: 25px;
    max-width: 25px;
    margin: 0 10px 0 0;
}

.card_box h3 {
    font-size: 140%;
    margin: 0 0 15px 0;
    position: relative;
}

.mycard h3 .more {
    position: absolute;
    right: 0;
    top: -4px;
}

.mycard h3 .more a {
    display: block;
    color: #8E7070;
    font-weight: normal;
    font-size: 70%;
    border: 1px #8E7070 solid;
    border-radius: 50px;
    padding: 5px 15px;
}

.mycard h3 .more a:hover {color: #793a3a;border: 1px #793a3a solid;}
.mycard .item{
    margin: 15px 0;
}

.mycard .item a {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
  padding: 15px 50px 15px 15px;
  display: -webkit-flex;
  display:flex;
  -webkit-align-items:center;
  align-items:center;
  position: relative;
}

.mycard .item a:hover {
    background-color: #ffd4d6;
    box-shadow: none;
}

.mycard .item a:hover::after {
    right: 25px;
}

.mycard .item a::after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    right: 20px;
    background-position: center;
    background-size: contain;
    transition: all 200ms ease-out 0s;
    top: 50%;
    transform: translate(0,-50%);
}
.mycard .item.in a::after {
    background-image: url(../../images/icon/ic_inlink.svg);
}
.mycard .item.out a::after {
    background-image: url(../../images/icon/ic_outlink.svg);
}
.mycard .item .icon img {
    width: 40px;
    height: 40px;
}

.mycard .item .info p {
    margin: 0;
    font-size: 95%;
}

.mycard .item .info .stitle {
    font-size: 120%;
    color: #000;
    font-weight: bold;
}
.mycard  .info_list {
    background-color: #fff;
}

.mycard  .info_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mycard  .info_list ul li a {
    display: block;
    border-bottom: 1px #8E7070 solid;
    padding: 13px 35px 13px 20px;
    color: #261818;
    font-weight: 500;
    position: relative;
    font-size: 105%;
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
}

.mycard  .info_list ul li a:hover {
    background-color: #ffd4d6;
}

.mycard  .info_list ul li a:hover::after {right: 25px;}

.mycard .info_list ul li a::after {
    content: "";
    background-image: url(../../images/icon/ic_inlink.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    right: 15px;
    background-position: center;
    background-size: contain;
    transition: all 200ms ease-out 0s;
    top: 50%;
    transform: translate(0, -50%);
}

.mycard  .info_list ul li a img {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}
.mycard  .use_info {
    margin: 25px 0 0 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.mycard  .use_info .card-body {
    border: none;
    line-height: 160%;
    padding: 0 1rem;
}

.mycard  .use_info .open a {
    display: block;
    position: relative;
    padding: 15px;
    font-weight: bold;
    color: #000;
    font-size: 115%;
    letter-spacing: 0;
}

.mycard  .use_info .open a::after {
    content: "";
    background-image: url(../../images/icon/ic_arrow01.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    right: 20px;
    background-position: center;
    background-size: contain;
    transition: all 200ms ease-out 0s;
    top: 50%;
    transform: translate(0, -50%);
}

.mycard  .use_info .open a.collapsed::after {
    transform: translate(0, -50%) rotate(180deg);
}
.mycard .slick-dots {
    bottom: inherit;
    top: 274px;
}
.mycard .slick-dots li button,.mycard .slick-dots li{
    width: 10px !important;!i;!ㄛ;!;
    height: 10px;
}
.mycard .slick-dots li button:before {
  content: "";
  background-color: #FFCECB;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.mycard .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #8A0023;
}
.mycard .slick-prev, .mycard .slick-next {
  width: 45px;
  height: 45px;
  background-color: #FF717C !important;
  border-radius: 50px;
  z-index: 1;
  opacity: 0.7;
  top: 145px;
}
.mycard .slick-prev:hover, .mycard .slick-next:hover {
  opacity: 1;
}
.mycard  .slick-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: normal;
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #ffffff;
  border-left: solid 3px #ffffff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-60%, -15%);
  content: "";
  opacity: 1;
}
.mycard  .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: normal;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-90%, 5%);
  content: "";
  opacity: 1;
}
@media (min-width: 540px) {
.mycard .slick-prev {
  left: -45px;
}
.mycard .slick-next {
  right: -45px;
}
}
@media (max-width: 540px) {
.mycard .slick-prev {
  left: 0;
}
.mycard .slick-next {
  right: 0;
}
}
/*數位卡*/
.mycard .digital_card {
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
}

.mycard .digital_card.card01 {
    background-image: url(../../images/home/card01.svg);
}
.mycard .digital_card.card02 {
    background-image: url(../../images/home/card02.svg);
}
.mycard .wbox .digital_card {
    margin: auto;
}

.mycard .wbox .digital_card .box {
    background-position: right bottom;
    background-size: 50%;
}

.mycard .digital_card .box {
    padding: 25% 20px 20px 20px;
}

.mycard .digital_card .cardname {
    font-size: 145%;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;
    letter-spacing: 0;
}

.mycard .digital_card .name {
    color: #000;
    font-size: 95%;
    margin: 0 0 30px 0;
}

.mycard .wbox .digital_card .name {
    margin: 0 0 15px 0;
}

.mycard .digital_card .member_tag {
    border-radius: 50px;
    display: inline-block;
    font-size: 95%;
    padding: 4px 10px;
    color: #63492b;
}

.mycard .digital_card.card01 .member_tag {
    background-color: #ffd4d6;
}

.mycard .digital_card.card02 .member_tag {
    background-color: #ffee95;
}

.mycard .digital_card .showcode a {
    display: inline-block;
    background-color: #fff;
    border-radius: 12px;
    font-size: 95%;
    font-weight: bold;
    letter-spacing: 0;
    display:-webkit-inline-flex;
    display:inline-flex;
    -webkit-align-items:center;
    align-items:center;
    padding: 7px 15px;
}

.mycard .digital_card .showcode a svg {
    margin: 0 2px 0 0;
}

.mycard .digital_card.card01 .showcode a {
    color: #8A0023;
}

.mycard .digital_card.card01 .showcode a svg path {
    fill: #8a0023;
}
.mycard .digital_card.card02 .showcode a svg path {
    fill: #6f410a;
}
.mycard .digital_card.card02 .showcode a {
    color: #6f410a;
}

.mycard .digital_card.card01 .showcode a:hover {
    background-color: #ffd4d6;
}

.mycard .digital_card.card02 .showcode a:hover {
    background-color: #fff3bf;
}

.mycard .digital_card .showcode a img {
    margin: 0 5px 0 0;
}

.mycard .digital_card .name span {
    font-size: 130%;
    margin: 0 15px 0 0;
}

.mycard .digital_card .momo {
    position: absolute;
    right: 20px;
    bottom: 25px;
}
.mycard .card_box .member_name {
    font-size: 125%;
    color: #251A00;
    border-bottom: 1px #8E7070 solid;
    padding: 0 5px 10px 5px;
    margin: 0 0 10px 0;
}
.mycard .use_info .qr {
    margin: auto;
}

.mycard .use_info .refresh {
    text-align: center;
    padding: 10px;
}

.mycard .use_info .refresh a {
    border-radius: 50px;
    background-color: #ffd4d6;
    padding: 5px 15px;
    color: #8A0023;
    font-size: 95%;
    font-weight: bold;
    display:-webkit-inline-flex;
    display:inline-flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
}

.mycard .use_info .refresh a:hover {
    background-color: #fff0f0;
}
@media screen and (min-width: 425px) {
.mycard .wbox .digital_card {
    width: 285px;
}
.mycard .wbox .digital_card .box {
    padding: 20% 20px 20px 20px;
}
}
@media screen and (max-width: 425px) {
.mycard .wbox .digital_card {
    width: 200px;
}
.mycard .wbox .digital_card .box {    
    padding: 15% 10px 10px 10px;
    font-size: 90%;
}
}
/*授權管理+登入歷史*/
.tabulation .op {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tabulation .op li {
    padding: 5px;
    display: inline-block;
}

.tabulation .op li a {
    border-radius: 50px;
    padding: 10px 25px;
    display: block;
}

.tabulation .op li.cancel a {
    background-color: #e3e3e3;
    color: #000;
}

.tabulation .op li.cancel a:hover {
    background-color: #c9c9c9;
}

.tabulation .op li.check a {
    background-color: #8a0023;
    color: #fff;
}

.tabulation .op li.check a:hover {
    background-color: #b6203a;
}

.tabulation .op li.give a {
    background-color: #ffc107;
    color: #000;
}

.tabulation .op li.give a:hover {
    background-color: #ffe38e;
}
/*共用功能*/
.bt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bt ul li {
  padding: 10px;
}

.exchange_re .bt ul li {
    padding: 5px;
}

.exchange_re .bt ul {
    padding: 0 10px;
}
.bt input[type="submit"] {
  background-color: #B6203A;
  border-radius: 50px;
  width: 100%;
  border: none;
  color: #fff;
  padding: 15px 0;
  letter-spacing: 0.05rem;
}

.bt .gray input[type="submit"] {
    background-color: #8E7070;
}

.bt .gray input[type="submit"]:hover {
    background-color: #7b5959;
}
.bt input[type="submit"]:hover {
  background-color: #c4223e;
}
.bt a {
  padding: 12px 15px;
  background-color: #B6203A;
  border-radius: 50px;
  display: block;
  color: #fff;
  text-align: center;
}

.bt a img {
    width: 17px;
    margin: -5px 5px 0 5px;
}
.bt .nobg a, .bt .nobg input[type="submit"] {
  color: #B6203A;
  background-color: transparent;
  font-weight: bold;
  border: 1px #B6203A solid;
  letter-spacing: 0.05rem;
  padding: 15px 0;
}
.bt .nobg a:hover, .bt .nobg input[type="submit"]:hover {
  background-color: #ffe2e4;
}
.bt.short {
  max-width: 300px;
  margin: auto;
}
.bt a:hover {
  background-color: #d32c49;
}
/*網站導覽*/
.ap .sitemap_note {
  line-height:180%;
}
.ap .sitemap_note a:hover {
  text-decoration:underline;
}
.ap .sitemap_note ul {
  list-style-type:none;
  padding:0;
}
.ap .sitemap_note li p {
  display:inline-block;
  color: #b6203a;
  margin:0;
  font-weight:bold;
}
.sitemap ul {
  padding: 0 10px;
  margin: 0 0 10px 0;
  list-style-type: none;
  transition: all .3s ease-out;
}
.sitemap ul ul {
  padding: 0 10px;
  margin: 0 0 0 5px;
}
.sitemap li.title a {
  background-color: #b6203a;
  padding: 10px 15px;
  color: #FFF;
  font-weight: bold;
  font-size: 120%;
  margin: 5px 0;
  border-radius: 50px;
}
.sitemap li.title a:hover {
  background-color: #dc3545;
  color:#fff;
}
.sitemap li.title a::before {
  display: none;
}
.sitemap li a {
  padding: 5px 10px 5px 30px;
  color: #000;
  position: relative;
  font-size: 105%;
  text-decoration: none;
  display: block;
  font-weight: bold;
}
.sitemap li a:before {
  content:"";
  position: absolute;
  top: 40%;
  left: 15px;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: 1px solid #b6203a;
  border-left: 1px solid #b6203a;
  border-right:none;
  border-bottom:none;
  transform: rotate(135deg);
}
.sitemap ul li a:hover {
  color: #dc3545;
}
.sitemap ul ul li a {
  font-size: 100%;
  padding: 5px 0 5px 28px;
  color: #000;
  font-weight: initial;
}
.sitemap ul ul li a:before {
  content:"-";
  position:absolute;
  left: 15px;
  top: 3px;
  border:none;
  transform:initial;
}
.sitemap ul ul ul li a {
  color: #000;
}
.sitemap ul ul ul ul li a {
  color: #666;
}
/*社群帳號綁定*/
.bind .rwd-table caption {
  caption-side: top;
  background-color: #127475;
  color: #fff;
  padding: 10px;
  border-radius: 7px;
  font-size: 110%;
}
.bind td a {
  display: -webkit-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
}
.bind td a img {
  height: 20px;
  margin: 0 5px 0 0;
}
.bind td .bind_bt {
  background-color: #127475;
  color: #fff;
}
.bind td .bind_bt:hover {
  background-color: #085859;
}
.bind td .log_bt {
  background-color: #ffffff;
  color: #000;
  border: 1px #dddddd solid;
}
.bind td .log_bt:hover {
  background-color: #dfdfdf;
}
/*常見問答*/
.ap .qalist {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
  padding: 15px;
  background-color: #fff;
}
.ap .qalist .card-body {
  padding: 10px 12px 15px 12px;
  line-height: 160%;
}

.ap .qalist .card-body .answer a {
    color: #B6203A;
    text-decoration: underline;
}
.ap .qalist .accordion>.card {
  border: none;
  border-bottom: 1px #D9D9D9 solid;
  border-radius: 0;
}
.ap .qalist .accordion>.card>.card-header {
  padding: 0;
  border: none;
}
.ap .qalist button {
  padding: 15px 40px 15px 12px;
  display: block;
  width: 100% !important;
  text-align: left;
  color: #000;
  font-size: 105%;
  background-color: #FFF;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  border:none;
  font-weight:bold;
}

.ap .qalist .card:last-child {
    border: none;
}
.ap .qalist button.collapsed::before {
  border-top: solid 2px #B6203A;
  border-right: solid 2px #B6203A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 12px;
}
.ap .qalist button::before {
  content: "";
  top: 22px;
  right: 20px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: solid 2px #B6203A;
  border-right: solid 2px #B6203A;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  transition: all 200ms ease-out 0s;
}

.ap .qalist .qtitle {font-size: 110%;}

.ap .qalist .info {
    font-weight: normal;
    font-size: 85%;
}

.ap .qalist .info span {
    margin: 0 5px 0 0;
    color: #745859;
}
@media screen and (max-width:480px) {
.ap .qalist button {
  padding-right:50px;
}
}

/*rwd-table*/
.rwd-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.rwd-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.tabulation .rwd-table tr {border-bottom: 1px #d7d3d3 solid;}

.tabulation .rwd-table thead tr {
    border: none;
}
.rwd-table th, .rwd-table td {
  padding: .7em;
  position: relative;
  text-align: center;
  word-break: break-all;
}


.rwd-table th {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #ffd4d6;
  font-size: 105%;
  padding: .8em .7em;
}


@media screen and (min-width: 768px) {
  .rwd-table .num {
    width: 5rem;
    white-space: nowrap;
}
  .tabulation .rwd-table th:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
  .tabulation .rwd-table th:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
  .tabulation .rwd-table th::after, .tabulation .rwd-table td::after {
    content: "";
    width: 1px;
    top: 7px;
    bottom: 7px;
    display: block;
    position: absolute;
    right: 0;
  }
  .tabulation .rwd-table th::after {
    background-color: #e7aeb0;
  }
.tabulation .rwd-table td::after {
    background-color: #d9d9d9;
  }
.tabulation .rwd-table th:last-child::after, .tabulation .rwd-table td:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .rwd-table {
    border: 0;
  }
  .rwd-table caption {
    font-size: 1.3em;
  }
  .rwd-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .rwd-table tr {
    display: block;
    margin-bottom: .625em;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .rwd-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: left;
  }
  .rwd-table td::before {
    content: attr(data-th) " : ";
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    background-color: transparent;
    color: #000;
  }
  .rwd-table td:last-child {
    border-bottom: 0;
  }
}
/* general styling */
body {
  line-height: 1.25;
}
/*app 選單*/
.tab_menu {
    border-bottom: 2px #837377 solid;
    margin: 0 0 15px 0;
}

.tab_menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.tab_menu ul li {
    text-align: center;
    padding: 0;
}

.tab_menu ul li span,.tab_menu ul li a {
    display: block;
    padding: 10px 0;
    font-size: 120%;
    position: relative;
    font-weight: bold;
}
.tab_menu ul li span {
    color:#2E0006;
}
.tab_menu ul li a {
    color: #837377;
}

.tab_menu ul li span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FF717C;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*app_資訊bar*/
.info_bar a {
    background-color: #fff;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    display: block;
    border-radius: 50px;
    padding: 10px 15px;
    position: relative;
    letter-spacing: 0;
}

.info_bar span {
    font-weight: bold;
    font-size: 123%;
    color: #000;
    position: relative;
    top: 3px;
}

.info_bar .num {
    color: #8A0023;
    font-family: sans-serif;
}

.info_bar a::after {
    position: absolute;
    top: 54%;
    right: 20px;
    content: "";
    font-weight: normal;
    display: block;
    width: 16px;
    height: 16px;
    border-top: solid 3px #B6203A;
    border-right: solid 3px #B6203A;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}
.search_bar form{width: 100%;margin: 0 -115px 0 0;}
.search_bar input[type="text"] {
    background-color: #fff;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 50px;
    padding: 12px 42px 13px 40px;
    width: calc(100% - 90px);
    background-image: url(../../images/icon/ic_search02.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 110%;
}
.search_bar input[type="text"]::placeholder {
  color: #917374;
}
.search_bar .adv a {
    color: #8A0023;
    font-weight: bold;
    font-size: 115%;
    white-space: nowrap;
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    width: 80px;
}

.search_bar .adv a img {
    max-width: 30px;
    margin: 0 5px;
}

.search_bar .filter a {
  font-weight: bold;
  font-size: 120%;
  white-space: nowrap;
  background-color: #B6203A;
  border-radius: 12px;
  padding: 10px;
  color: #fff;
}

.search_bar .filter {
    margin: 0 0 0 5px;
}
.search_bar .filter a svg {
  width: 25px;
  margin: -4px 5px 0 10px;
}
.search_bar .filter a:hover {
  background-color: #dc3545;
}
.search_bar .filter a:hover svg path {
  fill: #b6203a;
}
.search_bar .filter a img {
  width: 24px;
  position: relative;
  top: -3px;
}
h3 span {
    font-family: sans-serif;
}

.more_app ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.more_app ul li a {
    display: block;
    border: 1px #8E7070 solid;
    color: #8E7070;
    border-radius: 50px;
    padding: 7px 15px;
    font-size: 95%;
}
/*APP任務一*/
.task01 .qu {
    background-color: #ffe9ea;
    padding: 10px;
    border-radius: 7px;
    font-size: 110%;
    font-weight: bold;
    color: #8A0023;
    width: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
    display: flex;
}

.task01 .qu .qtitle {
    background-color: #8A0023;
    color: #fff;
    margin: -10px 5px -10px -10px;
    display: inline-block;
    white-space: nowrap;
    padding: 10px;
}
.re_panel .task01 .radio_label {
    padding: 0 0 0 40px;
}
.qu_pic .qubox {
    position: relative;
}

.qu_pic .qubox .check {
    padding: 0 0 0 40px;
    position: relative;
}

.qu_pic .qubox .check .styled-checkbox {
    left: 0;
    top: 50%;
}

.qu_pic .qubox .check .styled-checkbox:checked + label:after {
    left: -21px;
    top: 50%;
    transform: rotate(45deg) translate(-170%, -245%);
}
.qu_pic .qubox .check .styled-checkbox + label:before{
    left: -25px;
    position: absolute;
    top: 50%;
    transform: translate(0, -75%);
}
.qu_pic .qubox .check .styled-checkbox:checked + label:before {
    left: -25px;
    position: absolute;
    top: 50%;
    transform: translate(0, -75%);
}

.qu_pic .qubox .radio_label:before {
    top: 50%;
    transform: translate(0, -95%);
    left: 10px;
}

.qu_pic .qubox .radio_label:after {
    top: 50%;
    transform: scale(0) translate(0, -105%);
}

.qu_pic .qubox .radio:checked + .radio_label:after {
    transform: scale(1) translate(0, -105%);
    top: 50%;
    left: 12px;
}
@media screen and (max-width: 400px) {
.task01 .qu_pic > div {
    width: 100%;
}
}
/*任務得點*/
.receive{margin: 20px 0 -40px 0;}
.receive .momo{
    text-align: center;
    padding: 0 0 10px 0;
}

.receive .momo img {
    max-width: 115px;
}

.receive .momo p {
    color: #251A00;
    font-weight: bold;
    padding: 5px 0 0 0;
    font-size: 115%;
}
.receive .list {
    padding: 0 15px;
    letter-spacing: 0;
}

.receive .list .stitle {
    color: #837377;
    white-space: nowrap;
    margin: 0 10px 0 0;
}
.receive .list .sub {
    word-break: break-word;
}
/*兌換*/
.re_panel.exchange{
    padding: 10px;
}
.re_panel.exchange .pic {
    border-radius: 12px;
    overflow: hidden;
    background-color: #D0C4C3;
    position: relative;
    padding-top: 80%;
}

.re_panel.exchange .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    transition: all 200ms ease-out 0s;
}
.re_panel.exchange li {
    padding: 3px;
}
.re_panel.exchange .detail{
    padding: 0 0 15px 0;
}

.re_panel.exchange .detail a {
    text-decoration: none;
    word-break: break-word;
}
.exchange .modal-content {
    background-color: #fff;
    border-radius: 17px;
    padding: 15px;
}
.exchange_not .keyin input[type=text] {
    background-color: #FFF0F0;
    border: 2px #d9cbd1 solid;
}
.cannot {
    padding: 15px 35px;
    background-color: #d0c4c3;
    border-radius: 50px;
    display: block;
    color: #525252;
    text-align: center;
}
/*兌換紀錄*/
.top.bt a {
    background-color: #FDE2E2;
    color: #8E7070;
}

.exchange_re .top.bt a.active {
    background-color: #d32c49;
    color: #fff;
}

.top.bt span {
    padding: 12px 15px;
    background-color: #B6203A;
    border-radius: 50px;
    display: block;
    color: #fff;
    text-align: center;
}
.re_panel.record {margin: 0;overflow: hidden;padding: 0;}

.re_panel.record table {
    width: 100%;
}

.re_panel.record table tr:nth-child(2n+2) {
    background-color: #FFF0F0;
}

.re_panel.record table td {
    padding: 10px;
    font-weight: bold;
    font-size: 105%;
}

.re_panel.record table tr td:nth-child(even){
    text-align: right;
}
.re_panel.record table td ul{
    padding: 5px 0 0 0;
    margin: 0;
}
.re_panel.record table td ul li {
    list-style-type: none;
    padding: 1px 0;
    color: #837377;
    font-weight: normal;
    font-size: 85%;
    letter-spacing: 0;
}
table.maturity {width: 100%;letter-spacing: 0;}
table.maturity td {
    padding: 5px;
    color: #5A4041;
}
.mtitle{
    border-bottom: 1px #cdb1b1 solid;
    padding: 0 3px 8px 3px;
}
.mtitle p {
    font-weight: bold;
    font-size: 110%;
    letter-spacing: 0;
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    margin: 0;
}

.mtitle img {
    height: 25px;
    margin: 0 5px 0 0;
}
/*活動報名*/
.pink_panel {
    background-color: #FFE9E8;
    border-radius: 10px;
    padding: 15px;
    color: #261818;
}

.pink_panel p {
    margin: 0 0 5px 0;
    letter-spacing: 0;
}
/*loading*/
.loading .modal-content {
    width: auto;
    margin: auto;
    border-radius: 12px;
}

.loading .modal-content .mo {
    position: absolute;
    transform: translate(-50%, -90%);
    left: 50%;
    top: 50%;
    max-width: 50px;
}
/* KEYFRAMES */

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}
.spinner-box {
  width: 200px;
  height: 200px;
  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;
}

.three-quarter-spinner {
  width: 100%;
  height: 100%;
  border: 5px solid #D5394E;
  border-top: 5px solid #FFCECB;
  border-radius: 50%;
  animation: spin 1s linear 0s infinite;
  max-width: 100px;
  max-height: 100px;
  margin: 0 0 10px 0;
}

/*碳足跡列表*/
.listA .all_list .ic_note a img {
    width: 30px;
}
.tablelist table tr:nth-child(2n+2){
    background-color: #FFF0F0;
}
.tablelist table td,.tablelist table th {
    padding: 15px 10px;
}
/*活動報到*/
.eventcheck_box {
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    min-height: calc(100vh - 50px);
}

.eventcheck_box .dashed::after, .eventcheck_box .dashed::before {
    content: "";
    top: -20px;
    position: absolute;
    background-color: #ff7785;
    width: 20px;
    height: 40px;
    z-index: 9;
}

.eventcheck_box .dashed::after {
    border-radius: 100px 0 0 100px;
    right: -10px;
}

.eventcheck_box .dashed::before {
    border-radius: 0 100px 100px 0;
    left: -10px;
}
.eventcheck_box .dashed {
    width: 100%;
    margin-top: 25px;
    height: 1px;
    background-image: linear-gradient(90deg, #999999, #999999 55%, transparent 55%, transparent 100%);
    background-size: 10px 1px;
    border: none;
    position: relative;
}

.eventinfo ul {
    padding: 0;
    margin: 0;
    line-height: 125%;
    list-style-type: none;
}

.eventinfo ul li {
    margin: 0 0 10px 0;
    word-break: break-word;
}

.eventinfo ul li a {
    color: #B06000;
    text-decoration: underline;
}
/*我有哪些卡可以進行綁定*/
.card_hold .ctcard {width: 100%;margin: 0 15px 0 0;}

.card_hold .ctcard img {
    border-radius: 10px;
    border: 1px #cacaca solid;
}

.card_hold .cttxt {
    width: 100%;
}

.card_hold .cttxt .txt02 {
    color: #8E7070;
    line-height: 160%;
}

.card_hold .cttxt .txt02 ul {
    margin: 0;
}
.card_hold .link a{
  color:#B06000;
  text-decoration: underline;
}
@media screen and (min-width: 530px){
  .card_hold .cttxt .txt02 {
    margin: 10px 0 0 0;
}
}
@media screen and (max-width: 530px){
  .card_hold .cttxt{
    padding: 5px;
}
  .card_hold .cttxt .txt02 {
    margin: 5px 0 0 0;
}
}
.member_info {
    background-color: #f1eae9;
    border-radius: 10px;
    padding: 10px;
    letter-spacing: 0;
}
/*補上方會員資訊*/
.member_info .mydata .stitle {
    font-size: 90%;
    color: #7d7d7d;
}

.member_info .mydata p {
    color: #000;
}
/*黃底備註*/
.y_note{
    background-color: #FFDF9580;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 95%;
    line-height: 140%;
}
.y_note img {
    width: 25px;
    margin: 0 10px 0 0;
}