@charset "utf-8";
/* 共用基本樣式 */
@import url("help/reset.css");
@import url("../../fontawesome/css/all.css");
@import url("help/grid.css");
@import url("help/progress.css");
@import url("editor.css");
/********************************************************************************************* 
1.  Basic Style            
*********************************************************************************************/
*, *::after, *::before {
  box-sizing: border-box;
}
.moreBtn a:before, .moreBtn a:after, .moreBtn span, .Item:hover:before, .btn02 i:before, .btn02 i:after {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
body {
  font-family: TT Norms Pro, Helvetica, Arial, "Microsoft JhengHei", sans-serif;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.5;
}
@media(max-width: 1240px) {
  body {
    background-size: 100%;
  }
}
sup {
  vertical-align: super;
  font-size: smaller;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a {
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #10a5c3;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1240px) {
  .header-fixed .container {
    width: 100%;
  }
}
.container {
  width: 90%;
  max-width: 1530px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
img {
  width: 100%;
  display: block;
}
main {
  overflow: hidden;
}
main p {
  line-height: 1.5;
}
/**-------------------------------------------------------------------------------header**/
header {
  margin: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
#header {
  background: #fff;
}
header .container {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
header .right {
  width: 100%;
}
header .right-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}
header .right-btn {
  display: flex;
  align-items: center;
}
header .right-btn a {
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 10px;
  background: #10a5c3;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
header .right-btn a.en {
  background: #c59e13;
}
header .right-btn a:hover.en {
  background: #907206;
}
header .right-btn a img {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
}
header .right-btn a:hover {
  background: #00749b;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
}
.header-fixed {
  transition: all 0.4s ease;
}
@media(max-width: 1240px) {
  header {
    height: 50px;
    background: #fff;
  }
  .header-fixed.shrink {
    margin-top: 0px;
  }
  header .header-fixed {
    display: none;
  }
}
.header-fixed .logo a {
  display: block;
  background: url(../../images/event/logo.svg)no-repeat left center;
  background-size: contain;
  height: 60px;
  text-indent: -9999px;
  width: 320px;
}
@media(max-width: 1240px) {
  .header-fixed .logo a {
    height: 40px;
    margin-left: 10px;
    margin-top: 5px;
  }
}
header .shrink {
  transition: all 0.4s ease;
  box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 1240px) {
  header .right {
    margin-top: 0px;
  }
}
.Sub-menu > a {
  float: left;
  line-height: 30px;
  padding: 5px 10px;
  position: relative;
  color: #c59e13;
}
/*icon_EN*/
/*內頁Top*/
#TopArea {
  margin-top: 110px;
  position: relative;
  padding: 20px 0px 0px 0px;
}
#TopArea .split {
  margin: 0 auto;
  padding: 0px 0px 30px 40px;
  border-left: 8px solid #00749b;
  position: relative;
}
@media (max-width: 1024px) {}
.title_en {
  color: #00749b;
}
.title_cht {
  margin-top: 18px;
  font-size: 30px;
}
@media(max-width: 1240px) {
  #TopArea {
    margin-top: 50px;
  }
}
#TopArea .title h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
#TopArea .title h4 {
  text-transform: uppercase;
  letter-spacing: .26em;
}
/**-------------------------------------------------------------------------------Banner**/
#main-inner #bannerArea {
  margin-top: 80px;
  position: relative;
  padding: 2em 0em;
}
@media screen and (max-width: 1240px) {
  #main-inner #bannerArea {
    margin-top: 50px;
    padding: 0px;
  }
}
#bannerArea img {
  width: 100%;
  display: block;
}
#bannerArea ul {
  position: relative;
}
#bannerArea .s-ti {
  text-align: center;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding: 20px 0px;
}
@media screen and (max-width: 992px) {
  #bannerArea .s-ti {
    margin-bottom: 0px;
  }
}
#bannerArea .s-ti i {
  line-height: 1.2;
  padding-top: 10px;
  display: block;
  font-size: 1.8rem;
  color: #10a5c3;
  font-weight: bold;
  word-wrap: break-word;
  letter-spacing: 2px;
}
/**麵包屑**/
.breadcrumbs {
  max-width: 1530px;
  position: relative;
  text-align: left;
  z-index: 1;
  margin: auto;
  padding: 10px 0px 0px 30px;
}
.breadcrumbs li {
  position: relative;
  padding-right: 16px;
  display: inline-block;
}
.breadcrumbs li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -2px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #00749b;
}
.breadcrumbs li:last-child {
  padding-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a, .breadcrumbs li span {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1.2;
}
.breadcrumbs li a {
  position: relative;
  text-decoration: none;
  color: #10a5c3;
}
.breadcrumbs li a:hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00749b;
}
/**-------------------------------------------------------------------------------內頁資料區塊**/
#main-inner {
  background: #f5f5f5;
}
#main-inner .ConBox {
  background: #fff;
  z-index: 998;
  position: relative;
  min-height: 500px;
  border-radius: 30px;
  box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
}
#main-inner .InMain:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../../images/event/banner_bg.svg) top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 84.8rem;
  left: 0px;
  top: 200px;
  z-index: 0;
}
.wrap {
  line-height: 1.5;
  padding: 20px 30px 50px 30px;
  overflow: hidden;
  min-height: 500px;
}
@media (max-width: 768px) {
  .wrap {
    padding: 20px;
  }
}
.page_title {
  position: relative;
  border-bottom: 1px solid #e9eaf5;
  padding: 20px 30px 20px 30px;
}
.page_title:before {
  border-top: 2px solid;
  color: #10a5c3;
  content: "";
  left: 30px;
  margin: auto;
  position: absolute;
  top: 10px;
  transform: scale(1);
  width: 3rem;
}
.InBox {
  background: #fff;
  min-height: 200px;
  line-height: 1.8;
  padding-bottom: 20px;
}
/*文章標題*/
.articleTitle {
  border-bottom: 2px solid #c3c3c3;
  line-height: 1.8;
  color: #000;
  margin: 10px 15px 0px 15px;
}
.articleTitle h3 {
  position: relative;
  padding: 0 0 0 5px;
}
.articleTitle h3:before {
  font-family: FontAwesome;
  font-size: 25px;
  display: inline-block;
  content: '\f0a9';
  color: #6b9ed2;
  padding-right: 5px;
}
/*文章內容*/
.articleinfo {
  text-align: right;
  margin-bottom: 10px;
}
/*文章時間*/
.articleinfo .time {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.articleinfo .time .fa-clock {
  display: inline-block;
  color: #00749b;
}
/*文章下載區塊*/
.articledow {
  background: #f5f5f5;
  border-radius: 30px;
  padding: 20px;
  margin-top: 20px;
}
.articledow h5 {
  text-align: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #10a5c3;
  font-size: 16px;
  font-weight: bold;
}
.articledow ul {
  margin-top: 10px;
}
.articledow ul li {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  background-image: linear-gradient(to right, #ccc 4px, transparent 0px);
  background-size: 13px 2px;
  background-repeat: repeat-x;
  background-position: right bottom;
}
.svg-inline--fa.fa-fw {
  font-size: 18px;
}
.fa-file-word, .fa-file-pdf, .fa-file-excel, .fa-file-powerpoint, .fa-file-archive, .fa-file-image {
  margin-right: 5px;
}
.fa-file-word {
  color: #0b75be;
}
.fa-file-pdf {
  color: #ff6738;
}
.fa-file-excel {
  color: #97c145;
}
.fa-file-powerpoint {
  color: #feb138;
}
.fa-file-archive {
  color: #b87100;
}
.fa-file-image {
  color: #3fb8d7;
}
.btn-style {
  cursor: pointer;
  border: 0;
  background: none;
}
/*按鈕*/
.Btnstyle01 {
  background-color: #10a5c3;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .12);
  display: block;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
}
.Btnstyle01:hover {
  color: #fff !important;
}
.Btnstyle01 svg {
  margin-left: 10px;
  position: relative;
  fill: #fff;
}
.Btnstyle01:hover svg {
  -webkit-transform: translate(30%);
  transform: translate(30%);
}
.Btnstyle01 svg {
  -webkit-transition: -webkit-transform ease .2s;
  transition: -webkit-transform ease .2s;
  transition: transform ease .2s;
  transition: transform ease .2s, -webkit-transform ease .2s;
}
/**-------------------------------------------------------------------列表樣式**/
/**列表-消息**/
.NewsList ul {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.NewsList li a {
  position: relative;
  padding: 20px 0px;
  background-image: linear-gradient(to right, #ccc 4px, transparent 0px);
  background-size: 13px 2px;
  background-repeat: repeat-x;
  background-position: right bottom;
  display: block;
}
.NewsList li a:hover {
  color: #000;
  background-image: linear-gradient(to right, #10a5c3 4px, transparent 0px);
  background-size: 13px 2px;
}
.NewsList li {
  width: 100%;
}
.NewsList li .date {
  font-size: 20px;
  color: #7a7a7a;
}
.NewsList li .Txt {
  margin-top: 0;
  position: relative;
  margin-left: 2rem;
  z-index: 1;
}
.NewsList li .Txt h4 {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .NewsList li .Txt {
    margin: 10px 0px 0px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .NewsList li a {
    flex-direction: column;
  }
}
/**演講者列表**/
.SpeakerList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.SpeakerList a {
  display: flex;
  border-radius: 20px;
  background-color: #fff;
  transition: all .2s linear;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 0px 0px;
  flex-wrap: wrap;
}
.SpeakerList .Item {
  line-height: 1.8;
  padding: 5px 0px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 1px 5px 2px #eee;
  overflow: hidden;
  position: relative;
  margin: 0px 20px;
}
.SpeakerList .imgBox img {
  border-radius: 20px;
  transition: all 0.4s ease;
}
.SpeakerList .imgBox {
  width: 70%;
}
.SpeakerList .Item .TxtBox {
  padding: 15px 10px 20px 10px;
  text-align: center;
  position: relative;
}
.SpeakerList .Item .TxtBox p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  text-overflow: ellipsis;
}
.SpeakerList .Item h4 {
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #10a5c3;
}
.SpeakerList .title:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #afafaf;
  margin-right: 10px;
}
.SpeakerList .profile:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  top: 0;
  left: 0;
}
.SpeakerList [class^=col-] {
  text-align: center;
  margin: 20px 0px 20px 0px;
  padding: 0px;
}
.SpeakerList .pic:hover:before {
  opacity: 0.9;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 1;
}
.SpeakerList .pic:before {
  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.SpeakerList .pic:before {
  left: 0px;
  top: 0;
  right: 0px;
  bottom: 0;
  background-color: #10a5c3;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#10a5c3', endColorstr='#61ba9d');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(10%, #10a5c3), color-stop(100%, #61ba9d));
  background-image: -moz-linear-gradient(right bottom, #10a5c3 10%, #61ba9d 100%);
  background-image: -webkit-linear-gradient(right bottom, #10a5c3 10%, #61ba9d 100%);
  background-image: linear-gradient(to left top, #10a5c3 10%, #61ba9d 100%);
}
.SpeakerList .pic:before, .SpeakerList .pic:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.SpeakerList .pic:after {
  font-weight: bold;
  content: "MORE";
  text-align: center;
  background: #fff;
  border-radius: 5px;
  width: 120px;
  left: 50%;
  top: 50%;
  padding: 5px 10px;
  color: #00afb9;
  margin: -30px auto auto -60px;
  transform: scale(0, 0);
  z-index: 2;
}
.SpeakerList .pic:hover:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -moz-transition: -moz-transform 0.5s 0.1s, opacity 0.5s 0.1s;
  -o-transition: -o-transform 0.5s 0.1s, opacity 0.5s 0.1s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -webkit-transition-delay: 0.1s, 0.1s;
  transition: transform 0.5s 0.1s, opacity 0.5s 0.1s;
}
[ID^=BioBox0] H3 {
  margin-bottom: 5px;
  color: #10a5c3;
}
.BioBoxCon img {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 90%;
  max-width: 300px;
}
/**網站連結列表**/
#LinkList ul li a {
  border: 1px solid #eee;
  display: block;
  padding: 10px;
}
#LinkList ul li a:hover {
  background: #eee;
}
#LinkList [class^=col-] {
  margin: 0px 0px 10px 0px;
  line-height: 1.5;
  padding: 0px 10px;
}
#LinkList .title {
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#LinkList .title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  color: #fff;
  background: #26bec9;
  border-radius: 50% 50% 0 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 14px;
}
#LinkList li .brief {
  word-wrap: break-word;
  word-break: normal;
  color: #999999;
}
/**-------------------------------------------------------------------標題樣式**/
.titleStyle {
  color: #10a5c3;
  border-bottom: 1px solid #dee5e7;
  text-align: left;
  padding: 5px 0px 5px 0px;
  font-weight: bold;
}
.titleStyle:after {
  content: "";
  width: 120px;
  height: 2px;
  background: #10a5c3;
  display: block;
  position: relative;
  bottom: -6px;
}
.titleStyle02 {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5;
  color: #0d6fb8;
}
.titleStyle02:before {
  content: "";
  display: block;
  background: #0d6fb8;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 100%;
}
.titleStyle02 a.btn {
  right: 0px;
  position: absolute;
  bottom: 0px;
}
.titleStyle03 {
  color: #3fb8d7;
  border-bottom: 1px solid #dee5e7;
  text-align: left;
  padding: 10px 0px 0px 0px;
}
.titleStyle04 {
  border-bottom: 1px solid #c59e13;
  color: #000;
  padding: 5px 10px;
  margin: 0px;
}
/**-------------------------------------------------------------------gotop**/
#gotop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 120px;
  width: 50px;
  height: 50px;
  z-index: 98;
  border-radius: 100%;
  background: #c59e13;
  color: #fff !important;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-weight: bold;
}
#gotop .svg-inline--fa {
  margin: 0px;
  font-size: 1rem;
}
/**-------------------------------------------------------------------------------footer**/
#footer {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: center;
}
#footer:before {
  content: "";
  width: 100%;
  background-size: cover;
  background-position: center 80px;
  background-repeat: no-repeat;
  background-image: url(../../images/event/footer_bg.png);
  height: 500px;
  display: block;
  position: absolute;
}
#footer .downInfo {
  padding-bottom: 50px;
  color: #fff;
  text-align: center;
  line-height: 2;
  position: relative;
}
#footer .downInfo h2 {
  line-height: 1;
}
#footer .downInfo a {
  color: #fff;
}
#footer .downInfo a:hover {
  text-decoration: underline;
}
.downInfo span {
  padding: 0px 10px;
}
.Infooter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1240px) {
  .Infooter {
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
  }
  #footer .container {
    justify-content: space-evenly;
  }
}
@media (max-width: 900px) {
  #footer .container {
    flex-direction: column;
  }
  .Infooter {
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .Infooter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
/********************************************************************************************* 
Btn Style            
*********************************************************************************************/
.btn i {
  padding-right: 5px;
}
.btn-group .btn {
  margin: 2px;
}
.btn-group {
  margin: 10px 0px;
  text-align: center;
}
.btn-group.right {
  text-align: right;
}
.btn-group a {
  display: inline-block;
  margin: 0 5px;
}
a.btn svg {
  margin-right: 5px;
}
@media (max-width: 414px) {
  .btn-group a {
    display: block;
    margin: 5px 0px;
  }
}
/********************************************************************************************* 
label X Form           
*********************************************************************************************/
.glyphicon-calendar {
  position: relative;
}
.glyphicon-calendar a {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 1rem;
}
[class^=col-] + .glyphicon-calendar a {
  right: 15px;
  top: 3px;
}
input.formStyle {
  height: 34px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/*間格線*/
.line-b {
  border-bottom: 1px dashed #dee5e7;
  width: 100%;
  overflow: hidden;
  min-height: 2px;
  padding: 5px 0px;
}
.line-m {
  margin-top: 10px;
  margin-bottom: 10px;
}
.line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-inline .form-group {
  margin-right: 5px;
}
.memberForm .form-group {
  margin-bottom: 0px;
}
.memberForm .control-label {
  line-height: 34px;
  text-align: right;
  background: #f6f6f6;
  padding: 2px 8px;
  border-bottom: 1px solid #ccc;
}
.memberForm .form-content {
  padding: 2px 8px;
}
@media (max-width: 667px) {
  .memberForm .control-label {
    display: block;
    text-align: left;
  }
}
@media (min-width: 667px) {
  .memberForm {
    display: table;
    width: 100%;
  }
  .memberForm .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .memberForm .form-content {
    display: table-cell;
    padding: 2px 8px;
    border-bottom: 1px solid #ccc;
  }
}
.input_address [class^=col-] + [class^=col-], .input_address [class^=col-]:first-of-type, .input_birday [class^=col-] + [class^=col-], .input_birday [class^=col-]:first-of-type {
  padding: 0px 5px;
}
/********************************************************************************************* 
Pagination Style
*********************************************************************************************/
.pa-wrap {
  text-align: center;
  margin-top: 20px;
}
.pagination {
  display: inline-block;
  font-family: Helvetica, Arial, "Microsoft JhengHei", sans-serif;
}
.pagination a {
  color: black;
  float: left;
  padding: 6px 15px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination a.active {
  background-color: #2f3d7a;
  color: white;
  border: 1px solid #2f3d7a;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/**分頁樣式(全文字)**/
ul.PageNumber {
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
}
ul.PageNumber li {
  display: inline;
  padding: 2px;
}
ul.PageNumber a {
  padding: 2px;
}
.PageNumber span.disabled {
  color: #bbbbbb;
  padding: 2px;
}
.dropdowns .toggleMenu .svg-inline--fa {
  position: absolute;
  right: 10px;
  top: 13px;
}
/*手機板*/
.m_menu {
  display: none;
}
@media(max-width: 1240px) {
  .m_menu {
    display: block;
  }
  .masterIcon {
    position: absolute;
    right: 50px;
  }
  .masterIcon li {
    float: left;
    display: inline-block;
    font-size: 1.2rem;
    background: #eee;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 5px;
  }
  .cd-search.is-visible {
    top: 50px;
  }
  .m_menu .mfun {
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }
  .m_menu .mfun .iconmenu img {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
  }
  .m_menu .mfun .iconmenu a {
    border-radius: 10px;
    display: flex;
    text-align: center;
    margin: 5px 0px;
    color: #fff;
    background: #10a5c3;
    padding: 10px;
  }
  .m_menu .mfun .iconmenu a.member {
    background: #c59e13;
  }
  .m_menu .mfun .iconmenu a.en {
    background: #c59e13;
  }
  .m_menu .mfun .iconmenu a:hover.en {
    background: #907206;
  }
  .m_menu .mfun .iconmenu a:hover {
    background: #00749b;
    color: #fff;
  }
  .m_menu .svg-inline--fa {
    margin-right: 0px;
  }
  .m_menu .user_name {
    background: #eee;
    line-height: 50px;
    margin: 0px 0px 10px 0px;
    text-align: center;
  }
  .m_menu .user_name a.memberInfo {
    padding: 6px 20px;
  }
  .m_menu .user_name a.memberInfo .fa-user {
    margin-right: 5px;
    color: #cbcbcb;
  }
  .m_menu .user_name a.memberInfo:hover {
    background: #f5736a;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 1px solid #f5736a;
  }
  .m_menu .user_name .login {
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border: none;
    background: #3fb8d7;
  }
  .m_menu .user_name .login .fa-user {
    margin-right: 5px;
  }
  .m_menu .user_name .logout {
    display: block;
    float: right;
    width: 30%;
    height: 50px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border: none;
    background: #10a5c3;
  }
  .m_menu .user_name .logout:hover, .m_menu .user_name .login:hover {
    background: #fa8072;
  }
  .m_menu .m_logo {
    float: left;
    width: 250px;
    margin: 2px 0px 0px 5px;
    position: absolute;
    top: 0;
  }
}