/* 分頁 */
.showPage{
	margin:0 auto;
	text-align: center;
}
.showPage > #page p{margin:0}
.showPage > #page{
	display: inline-block;
	margin-top: 30px;
}
.showPage > #page a{
  display:block;
  float:left;
  margin-right:10px;
  padding:2px 12px;
  text-decoration:none;
  line-height:35px;
}
.showPage > #page a:hover{
  color: #2e9353;
  border: 1.5px solid #2e9353;
  border-radius: 25%;
}
.showPage > #page a.cur{
  background: #51be78;
  color: white;
  border: 1px solid #51be78;
  border-radius: 25%;
}
.showPage > #page p{
  float:left;
  padding:2px 12px;
  line-height:35px;
  margin-right:8px;
}
.showPage_enterprise > #page a{
  /* background: white; */
  color: inherit;
  border: 1px solid #51be78;
  border-radius: 25%;
}
.showPage_enterprise > #page p{
  background: #f8f8f8;
  color: darkgrey;
  border: 1px solid darkgrey;
  border-radius: 25%;
}
.showPage > #page p.pageRemark{
  border-style:none;
  background:none;
  margin-right:0px;
  padding:4px 0px;
  color:#666;
}
.showPage > #page p.pageRemark b{
  color:red;
}
.showPage > #page p.pageEllipsis{
  border-style:none;
  background:none;
  padding:4px 0px;
  color:#808080;
}

.max-height-60 {
  overflow-y: auto;
  max-height: 70px;
  padding-bottom: 5px;
}

.my-gradient-color-height-110px {
  padding: 110px 0;
  background: #00F260;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0575E6, #00F260);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* esme add */
.font-size-3{
  font-size: 3rem;
}
.list-inline li{
  display: inline-block;
  padding: 5px 12px;
  position: relative;
}
.list-inline li:not(:last-child)::before{
  content: '/';
  position: absolute;
  top: 5px;
  right: -6px;
  color: #51be78;
}
@media print{
  #sticky-wrapper,.ftco-subscribe-1,.custom-breadcrumns,.py-2.bg-light,.footer,.btn-success{display: none}
  .col-sm-8.offset-sm-2{
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .text-info.d-block{display: inline-block !important; color: #000; padding-right: 10px}
}

/*iphone plus*/
@media (max-width: 415px) {
  .my-gradient-color-height-110px {
    padding: 80px 0;
  }
  .font-size-3{
    font-size: 2rem;
  }
}
