/*紀念品E查詢*/
body{word-break: break-all;}
.color_gray {color: #999;}
.color_gray_2 {color: #666;}
.d-flex{display: flex;}
:hover{transition-duration: 0.3s;}
.clear{clear: both; margin-bottom: 20px;}
.tL{text-align: left;}


.content{max-width: 1200px; margin: 0 auto; padding: 0 50px;}
header .in{height: 80px;}
.navBox {font-weight: 500;}
.navBox li{ margin-left: 40px;}

/*標題*/
.bar-title{ position: relative; text-align: center; margin: 0 auto 20px; display: flex; justify-content: center; align-items: center; flex-wrap:wrap; padding:70px 0 0;}
.bar-title .t-con{position: relative; }
.bar-title .t-con span{font-size: 32px; line-height: 32px; font-weight: bold; color: #333333; position: relative; }
.bar-title .t-con::before{content: ''; width: 120px; height: 20px; background: url(../images/e-query/bar-title-bg.png) 0 0 no-repeat; background-size: contain; position: absolute; left: -30px; top: -10px}
.bar-title h3{flex:1 1 100%;  color: #007d7d; font-size: 24px; line-height: 30px; }
.bar-title .t-con + h3{margin-top: 20px;}

/*查詢區塊*/
.query-block{background: #5fbec3 url(../images/e-query/bg_query.jpg) center 0 no-repeat; background-size: cover; position: relative;padding: 40px 0;  text-align: center; }
.query-block .query-tit{font-size: 40px; line-height: 40px; font-weight: bold; color: #fff; letter-spacing: 4px; margin-bottom: 40px;}
.query-block .query-tit .sub-tit{font-size: 24px; line-height: 30px; margin-bottom: 20px; font-weight: normal;letter-spacing: 2px; }

.query-con{display: flex; justify-content: center; align-items:end; width: 100%; margin-bottom: 40px; padding-left: 60px;}
.query-con > div{ margin:0 10px ;}
.query-con .query-box{ position: relative; background-color: #fff; border-radius: 10px; box-shadow: 0 0 10px rgba(76,134,140,.5); width: 700px; display: flex; justify-content: space-between; align-items: center; padding-left: 50px; }
.query-con .query-box > div{ flex: 1 1 auto;}
.query-con .query-box::before{content: ''; background: url(../images/e-query/query-figure.png) 0 0 no-repeat; background-size: contain; width: 120px; height: 100px; position: absolute; bottom: 0; left: -60px;}

.query-box-t{font-size: 24px;font-weight: 500; color: #fff; margin-bottom: 20px; letter-spacing:2px;}
.query-box-t .t-color{color: #b5ffff;}
.query-con .query-box-t{color: #333; margin: 0;font-size: 20px; letter-spacing: 0;}
.query-con .query-box-t .t-color{ color: #007d7d;}

.query-box .query-input{margin-right: 20px; width: 300px;}
.query-box .query-input input{ background-color: #f5f6f8; border: none; border-radius: 40px; padding: 0 20px; height: 40px; }

.query-con .query-btn{border-radius: 10px; box-shadow: 0 0 10px rgba(76,134,140,.5); background-color: #007d7d; padding: 0 20px; width: 210px;}
.query-con .query-btn a{color: #fff; font-size: 18px; font-weight: 500; display: flex; justify-content: center; align-items: center;height: 70px; width: 100%}
.query-con .query-btn a:hover{ opacity: .8;}
.query-con .query-btn a.ic-search::before{content: ''; width: 30px; height: 30px;background: url(../images/e-query/ic_search.svg) 0 0 no-repeat; background-size: 30px;margin-right: 5px;filter: grayscale(100%) brightness(1000%);}
.query-con .query-box .query-btn{ border-radius: 0; background-color: #ffc834; color: #333333; max-width: 160px; border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px; box-shadow: none;}
.query-con .query-box .query-btn a{color: #333;}
.query-con .query-box .query-btn a.ic-search::before{ filter: grayscale(0%) brightness(0%);}

/*產業類別 swiper*/
.sw-con{max-width: 1200px; margin: 0 auto; padding: 0 50px; position: relative;}/*適用swiper左右鍵區塊*/
.sw-category.hide{display: none;}
.swiper.swiper-category { width: 100%; margin: 0; padding-bottom: 40px; }
.swiper.swiper-category .swiper-slide {text-align: center; font-size: 18px; margin: 0; padding: 2px; height: 54px !important;}
.swiper.swiper-category .swiper-slide a {color: #505050; display: flex;justify-content: center; align-items: center; width: 100%; height: 50px;background: #fff; }
.swiper.swiper-category .swiper-slide a:hover{background-color: #a1e2e2; color: #000;}

.swiper-category .swiper-pagination{display: block; margin-bottom: 0;}
.swiper-category .swiper-pagination-bullet{ width: 10px; height: 10px;; background-color: #fff; opacity: .5;}
.swiper-category .swiper-pagination-bullet-active{background-color: #fff; opacity: 1;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}

/*產業類別 swiper-button*/
.swiper-button-next, .swiper-button-prev {width: 36px; height:36px; display: block; padding: 0;background: none; position: absolute; top: 42%; z-index: 99;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {left:0; right: auto}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
 content: ' '; width:36px;height:36px;display: block; background: url("../images/e-query/swiper-button.svg") center no-repeat;background-size: cover;  transform: rotate(180deg); filter: grayscale(100%) brightness(1000%);}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: 0; left: auto}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
 content: ' ';  width: 36px; height: 36px;display: block;background: url("../images/e-query/swiper-button.svg") center no-repeat;background-size: cover; filter: grayscale(100%) brightness(1000%);}



 /*紀念品 swiper-button*/
 .query-block .sw-con .swiper-button-prev, .query-block .sw-con .swiper-button-next {margin-top: -36px;}
 .query-block .sw-con .swiper-button-prev, .swiper-container-rtl .query-block .sw-con .swiper-button-next {left:5px;}
 .query-block .sw-con .swiper-button-prev:after, .swiper-container-rtl .query-block .sw-con .swiper-button-next:after { transform: rotate(180deg); filter: grayscale(100%) brightness(1000%);}
 .query-block .sw-con .swiper-button-next, .swiper-container-rtl .query-block .sw-con .swiper-button-prev {right: 5px; left: auto}
 .query-block .sw-con .swiper-button-next:after, .swiper-container-rtl .query-block .sw-con .swiper-button-prev:after {filter: grayscale(100%) brightness(1000%);}



.open-arw{ width: 60px; height:60px; position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%);}
.open-arw::before { content: ''; width: 42px; height:42px; background-color: #5fbec3; position: absolute; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; transform: rotate(45deg);}
.open-arw:hover::before{background-color: #007d7d; transition-duration: 0.3s;}
.open-arw a{display: block; width: 60px; height:60px; position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 9; }
.open-arw a::after{content: '收合'; width: 42px; font-size: 14px; color: #fff;position: absolute; top: 16px; left: 50%;  margin-left: -22px;  }
.hide + .open-arw a::after{ content: '展開';  }

/*.open-arw a:hover, .hide + .open-arw a{ transform: rotate(180deg); }
.hide + .open-arw a:hover{ transform: rotate(0deg); }*/




/*最新紀念品*/
.sub-bar{position: absolute; right: 0; bottom: 0;}
.sub-bar .tag-column{font-size: 14px; color: #333333; background-color: #fff2cd; padding: 5px 10px; float: right;}
.sub-bar .item-filter{display: none;}/*放外層的篩選按鈕 小網顯示*/

/*表格 div*/
.table-block{box-shadow: 0 0 10px rgba(76,134,140,.2);}
.td-thead .item-filter{border: none; display: flex; justify-content: center; align-items: center; color: #fff;}/*表格裡的篩選按鈕*/
.td-thead .item-filter .ic-filter{font-size: 12px; line-height: 20px; margin-left: 5px;}
.td-thead .item-filter:hover{opacity: .8;}
.td-div {display: table;  width: 100%; border-collapse: separate; border-radius: 10px; overflow: hidden; margin-bottom: 20px;}
.td-tr, .td-thead { display: table-row; }
.td-th, .td-td {display: table-cell;vertical-align: middle; text-align: center;padding:10px 15px;border-bottom: 1px solid #ececec;}
.td-thead > .td-th:first-child{width: 20%;}
.td-thead > .td-th:nth-child(2){width: 30%;}
.td-td.tL{text-align: left;}
/*.td-tr.td-focus{background-color: #fffcf5;}*/
.td-tr.td-focus{background-color:  #fff2cd;}
.td-th {background-color: #007d7d; color: #fff; font-size: 18px;padding:15px 20px; }
.td-td {padding:10px 20px; }
.td-td a.a-txt{color: #007d7d; font-size: 18px; border-bottom: 1px solid #007d7d;}
a.td-log, a.td-order{min-width: 100px; height: 36px; color: #Fff; border-radius: 10px; padding: 0 10px; display: flex; justify-content: center; align-items: center;box-sizing: border-box;  }
a.td-log{background-color: #83aac4;}
a.td-order{background-color: #29b1b1;}
a.td-log:hover, a.td-order:hover{ opacity: .8;}

/*表格 table*/
.tb-style{ width: 100%; border-top: 2px solid #29b1b1;border-collapse: collapse; margin-bottom: 20px; table-layout:fixed;}
.tb-style th, .tb-style td{ border-bottom: 1px solid #ececec; padding: 15px;}
.tb-style th{background-color: #29b1b1; color: #fff; width: 16%;}
.tb-style td{ text-align: left;}

/*紀念品 swiper*/
.swiper.swiper-souvenir { width: 100%; margin: 0; }
.sw-con .swiper-slide{ padding: 10px;}

/*紀念品 swiper-button*/
.sw-con .swiper-button-next, .sw-con .swiper-button-prev { top:50%; margin-top: -18px;}
.sw-con .swiper-button-prev, .swiper-container-rtl .sw-con .swiper-button-next {left:0;}
.sw-con .swiper-button-prev:after, .swiper-container-rtl .sw-con .swiper-button-next:after { transform: rotate(180deg); filter: grayscale(0%) brightness(100%);}
.sw-con .swiper-button-next, .swiper-container-rtl .sw-con .swiper-button-prev {right: 0; left: auto}
.sw-con .swiper-button-next:after, .sw-con .swiper-container-rtl .swiper-button-prev:after {filter: grayscale(0%) brightness(100%);}


/*查詢結果*/
.result-block {  background-color: #fafafa; padding-bottom: 50px;}

.con-box{background-color: #fff; border-radius: 10px; box-shadow: 0 0 10px rgba(76,134,140,.2); min-height: 370px; padding:40px;}
.con-tit{display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.con-tit h3{font-size: 32px; line-height: 40px; color: #333333;}
.con-tit .side-btn{ display: flex;}
.con-tit .side-btn a{ display: block; background-color: #f2f6f9; color: #29b1b1; border-radius: 4px; position: relative; padding: 4px 4px 4px 30px;}
.con-tit .side-btn > div + div{margin-left: 10px;}

.con-tit .side-btn .a-copy a::before, .con-tit .side-btn .a-order a::before{ content: ''; width: 24px; height: 24px; position: absolute; top: 3px; left: 3px;}
.con-tit .side-btn .a-copy a::before{background: url(../images/e-query/ic_copy.svg) center no-repeat; background-size: contain; }
.con-tit .side-btn .a-order a::before{background: url(../images/e-query/ic_order.svg) center no-repeat; background-size: contain; }
.con-tit .side-btn a:hover{background-color: #29b1b1; color: #fff;}
.con-tit .side-btn a:hover::before {filter: grayscale(100%) brightness(1000%);}

.con-box.flex-box{display: flex; justify-content: center; align-items: center;}
.no-data{position: relative; min-height: 240px; padding-top: 160px; width: 100%; text-align: center;}
.no-data::before{content: ''; width: 240px; height: 240px; background-color: #f8fefe; border-radius: 100%; position: absolute; top: 0; left: 50%; margin-left: -120px;}
.no-data::after{content: ''; width: 100px; height: 100px; background: url(../images/e-query/ic_nodata.svg) center no-repeat; background-size: contain; position: absolute; top: 40px; left: 50%; margin-left: -50px; }
.no-data p{position: relative; font-size: 20px;}


/*紀念品攻略文章*/
.article-block{ position: relative; padding-bottom: 50px;  padding: 0 0 50px;overflow: hidden;}
.article-block::before{content: '';background-color: #f3f5f6; width: 60%; height: 380px; border-top-right-radius: 40px; position: absolute; left: 0; bottom: 0; }
.article-block .bg-gift{ width: 600px; height: 320px; background: url(../images/e-query/article-bg-1.png) center no-repeat; background-size: contain; position: absolute; bottom: 0; left: 5%;}
.article-con{ position: relative; padding-top: 50px; min-height: 330px;}
.article-con .article-more{text-align:left; color: #333; font-size: 16px; padding-left: 30px; position: absolute; right: 0; top: 0; background: url(../images/e-query/ic_open.png) 0 center no-repeat; background-size: 24px; line-height: 30px; width: 100px; height: 30px; display: block; box-sizing: border-box;}
.article-con .article-more:hover{color: #007d7d; background: url(../images/e-query/ic_open_2.png) 0 center no-repeat; background-size: 24px;}
.article-txt{padding: 20px; text-align: left;}
.article-txt h3{font-size: 18px; line-height: 24px; }
.article-txt p{font-size: 14px; color: #7c7c7c; }

.article-block .content{ padding-left:20%;}

.swiper.swiper-article { width:100%; padding: 10px 5px; }
/*.swiper-article .swiper-wrapper{ padding-left: 240px; }*/
.swiper-article .swiper-slide {   max-width: 260px; min-height: 280px; text-align: center;  font-size: 18px;  background: #fff;box-shadow:0px 0px 5px rgba(0,0,0,.1); position: relative;}
.swiper-article .swiper-pagination{display: none;}
.swiper-article .swiper-slide img { display: block; width: 100%; height: 100%;  object-fit: cover;}
.swiper-article .swiper-slide a{display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0;}
.swiper-article .swiper-slide:hover{box-shadow:0px 0px 5px rgba(41,177,177,.4) ;}
/*APP介紹*/
.appinfo-block{background: url(../images/e-query/bg_appinfo.jpg) center no-repeat; background-size: cover; min-height: 500px;}
.appinfo-block img{max-width: 100%; height: auto;}
.appinfo-block .content{display: flex; justify-content: space-around; align-items: center;}
.appinfo-dl{display: flex; justify-content: center; align-items: center;}
.appinfo-dl a + a{margin-left: 10px;}
.appinfo-dl a:hover img{opacity: .7;}
/*常見QA*/
.QA-block{ background-color: #fafafa; padding-bottom: 50px;}
.cli_qabx {border: 1px solid #a1e2e2; color: #333333;}
.cli_qabx li {border-bottom: 1px solid #a1e2e2; cursor: pointer;}
.cli_qabx > li:last-child{border-bottom: 0;}
.cli_qabx .q_bx { font-size: 18px; line-height: 24px; font-weight: bold; color: #007d7d; padding: 20px 60px 20px 20px; position: relative;}
.cli_qabx .a_bx {display: none; background-color: #f2f6f9; padding: 20px; font-size: 16px;}
.cli_qabx .a_bx_block {	display: block;}
.client_qablock .openic {display: block;}
.client_qablock .closeic {display: none;}
.q_bx span.openic{ background: url(../images/e-query/ic_open.png) center no-repeat; background-size: contain;}
.q_bx span.closeic{ background: url(../images/e-query/ic_close.png) center no-repeat; background-size: contain;}
.q_bx span.openic, .q_bx span.closeic { text-align: center; position: absolute; top:50%;right:20px; margin-top: -15px; border-radius: 40px; cursor: pointer; width: 30px; height: 30px; font-size: 30px; font-weight: normal; transition: 0.2s all ease-in-out;}
.opqabx .openic {	display: none;}
.opqabx .closeic {	display: block;}
.opqabblock .cli_qabx {display: block;}
.opqabblock .opentxt {display: block;}
.opqabblock .closetxt {	display: none;}

/*m_footer_btn*/
.m_footer_btn{display: none;}

/*float_btn*/
.float_btn{position: fixed; right: 50px;  bottom: 100px; width: 60px; display: flex; justify-content: center; flex-wrap: wrap; z-index: 99;}
.float_btn a{display: block;}
.float_btn a.open_ac{width: 60px; padding: 4px 0 6px 0; text-align: center; font-size: 18px; line-height: 22px; font-weight:500; color: #fff; background-color: #007d7d; border-radius: 10px; border-top-right-radius: 0; margin-bottom: 10px; border: 2px solid #007d7d;}
.float_btn a.open_ac:hover{ background-color: #fff; color: #007d7d;}
.float_btn a.go_top{width: 40px; height: 40px; border-radius: 100%; background: #29b1b1 url(../images/e-query/gotop.png) center no-repeat; background-size: contain;}
.float_btn a.go_top:hover{background-color: #007d7d;}

.float_btn.show{display: none; }

/*popup*/
.popOverlay{z-index: 99;}
.popBx{width: 90%; max-width: 1000px; margin: 0; transform: translateX(-50%); z-index: 99;}
.popBx .btn_close{display: block; width: 44px; height: 44px; position: absolute; top: -15px; right: -15px; background: url(../images/e-query/popup_close.png) center no-repeat; background-size: contain; }

@media screen and (max-width: 1170px) {
/*紀念品攻略文章*/
.swiper.swiper-article { width:100%;  position: relative;}
.article-block .content{ padding:0 50px;}
.article-block .bg-gift{ width: 300px; height: 160px; left: -100px;}


/*APP介紹*/
.appinfo-dl{flex-wrap: wrap;}
.appinfo-dl a + a{margin-left: 5px;}

}

@media screen and (max-width: 990px) {
.clear{ margin-bottom: 10px;}
.content{ padding: 0 20px;}
/*表格 div*/
.td-thead > .td-th:nth-child(2){width: 25%;}
}
@media screen and (max-width: 900px) {
    header .in{height: 50px; justify-content: center;}
    .menu{position: absolute; left: 10px; top: 10px;}


/*float_btn*/
.float_btn{ right: 10px; bottom: 100px;}
/*m_footer_btn*/
.m_footer_btn + footer{margin-bottom: 60px;}
.m_footer_btn{display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 99;}
.m_footer_btn a{flex: 1 1 50%; display: flex; justify-content: center; align-items: center; height: 60px; background-color: #29b1b1; color: #fff; font-size: 18px; font-weight: 500;}
.m_footer_btn a.online-open{background-color: #ffc834; color: #333333; }


}
@media screen and (max-width: 800px) {
/*APP介紹*/
.appinfo-block .content{justify-content: space-between; }
.appinfo-block{min-height: initial;}
.appinfo-dl{max-width: 160px;}
.appinfo-dl a + a{margin-left: 0; margin-top: 10px;}
}

@media screen and (max-width: 767px) {

/*標題*/
.bar-title{padding:50px 0 20px; margin-bottom: 0;}

/*查詢區塊*/
.query-block{background: #5fbec3 url(../images/e-query/bg_query.jpg) 0 0 no-repeat; background-size: cover; }

.query-con{flex-wrap: wrap; align-items:center; width: 100%; margin-bottom: 20px; padding: 0 40px; }
.query-con > div{ margin:0;}
.query-con .query-box{ width:100%; display: block; padding: 20px 20px 55px; margin-bottom: 20px; }
.query-con .query-box::before{width: 80px; height:68px; bottom: auto; top: -5px; left: 50%; margin-left:-130px ;}
.query-con .query-box-t{margin-bottom: 20px;}

.query-box .query-input{margin-right: 0; margin-bottom: 20px; width:100%;}
.query-box .query-input input{ border-radius: 0;}

.query-con .query-btn{ padding: 0 20px; width: 100%;}
.query-con .query-btn a{height:60px; width: 100%}

.query-con .query-box .query-btn{ border-radius: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; max-width: initial; width: 100%; position: absolute; bottom: 0; left: 0;r: 0; }

/*產業類別*/
.query-block .sw-con{ padding: 0 40px;}
.swiper.swiper-category .swiper-slide a {font-size: 15px; line-height: 18px; }
/*產業類別 swiper-button*/
.swiper-button-next, .swiper-button-prev {width: 30px; height:30px; top: 44%;;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {left:5px;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {width:30px;height:30px; }
.swiper-button-next, .swiper-container-rtl .swipe3r-button-prev {right: 5px;;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { width: 30px; height: 30px;}


/*最新紀念品*/
.sub-bar{padding: 20px 10px 0; margin: 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; position: relative; width: 100%;}
.sub-bar .tag-column{ padding: 2px; font-size: 12px;}
.sub-bar .item-filter{display: block;}
.sub-bar .item-filter a{color: #29b1b1; font-size: 14px; display: inline-block;}
.sub-bar .item-filter a + a{ margin-left: 10px;}

/*表格 div*/
.table-block{box-shadow: none;}
.td-thead {display: none;}
.td-div { display: block;padding: 0; width: 100%;border-radius:0 ;overflow: visible;}
.td-tr{  margin-bottom: 20px; display: block;  border-top: 2px solid #29b1b1; border-radius:0;  box-shadow: 0 0 10px rgba(76,134,140,.4);  }
.td-td{display: flex; justify-content: space-between; flex-wrap: wrap; padding: 10px 15px;  text-align: left;}
.td-td:before{ content: attr(data-th); display: inline-block; font-weight: bold; color: #29b1b1;white-space: nowrap; text-align: left !important; vertical-align: top;}
.td-td.td-name{text-align: right;}
a.td-log, a.td-order{  min-width: 120px;}

/*表格 table*/
.tb-style th{display: none;}
.tb-style tr{ display: block;}
.tb-style td{display: flex; justify-content: space-between; flex-wrap: wrap; padding: 10px 0;}
.tb-style td:before { content: attr(data-title); color: #29b1b1; }


.sw-con{ padding: 0 10px;}/*適用swiper左右鍵區塊*/


/*查詢結果*/
.result-block {  padding-bottom: 20px;}
.con-box{ min-height: 370px; padding:20px;}
.con-tit{ display: block; margin-bottom: 10px;}

.con-tit .side-btn{ flex-wrap: wrap;}
.con-tit .side-btn > div { margin: 10px 10px 0 0;}
.con-tit .side-btn > div + div{ margin-left: 0;}

/*紀念品攻略文章*/
.article-block{ padding-bottom: 30px;}
.article-block::before{content: '';background-color: #f3f5f6; width: 100%; height: 300px; border-top-right-radius:0; position: absolute; left: 0; bottom: 0; right: 0; }
.article-block .bg-gift{ width:100%; height:150px; background: url(../images/e-query/m-article-bg-1.png) 0 bottom no-repeat; background-size: contain;left: 0; right: 0;}
.article-block .bg-gift::before{content: ''; width: 150px; height: 150px; background: url(../images/e-query/m-article-bg-2.png) center no-repeat; background-size: contain; position: absolute; right: 0; bottom: 0;}
.article-con{  padding-top: 0; padding-bottom: 30px;}
.article-con .article-more{font-size: 18px; right: 50%; margin-right: -55px; top: initial; bottom: 0; background: url(../images/e-query/ic_open_2.png) 0 center no-repeat; background-size: 24px; width: 110px;}

.swiper.swiper-article{padding: 0 30px 50px;}
.article-block .content{ padding:0;}
.article-txt{padding: 15px;}
.swiper-article .swiper-pagination{display: block;margin-bottom:0px;}
.swiper-pagination-bullet{ width: 10px; height: 10px; background-color: #dfdfdf; opacity: 1;}
.swiper-pagination-bullet-active{background-color: #29b1b1;}

.swiper-article .swiper-slide {max-width: initial; min-height: auto;}
            
}
   @media screen and (max-width: 320px) {

/*最新紀念品*/
.sub-bar{justify-content: center;}
.sub-bar .tag-column{ padding: 5px; font-size: 12px; margin-bottom: 10px;}
.sub-bar .item-filter{ width: 100%;}

            
}



/*pagination分頁樣式*/
.pagination {margin-bottom: 25px;}
.pagination li {display: inline-block;vertical-align: middle;}
.pagination a {font-size: .875em; min-width: 24px;height: 24px;display: flex;justify-content: center;align-items: center;
border-radius: 99em;color: #007d7d;padding: 0;margin: 0 3px;transition: 0.2s all ease-in-out;}
.pagination a:hover, .pagination .sele a {background-color: #29b1b1;color: #fff;}
.pagination li.gopage a {background-color: #e6f1f1;color: #007d7d; padding: 0 10px;}

