@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;*/
  font-family:"trebuchet ms", "helvetica", "arial", "verdana", "sans-serif";
  color: #333;
  font-size: 15px;
  overflow-x: hidden;
}
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: #4575c1;
  -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: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
img {
  max-width: 100%;
}
main {
  overflow: hidden;
}
main p {
  line-height: 1.5;
}
/*訂單完整資訊*/
.InfoBox {
  border: 8px solid #e8e8e8;
}
.InfoBox > ul > li:nth-of-type(even) {
  background-color: #f9f9f9;
}
.InfoBox li, .InfoBox dl {
  display: block;
  padding: 3px;
}
.InfoBox dt {
  float: left;
  color: #084e96;
}
.css-table.orderList .td {
  text-align: center;
  border-right: none;
  border-left: none;
}
.orderList img {
  max-width: 110px;
  height: auto;
  vertical-align: middle;
}
/**-------------------------------------------------------------------------------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;
  background: #fff;
  transition: all 0.4s ease;
}
#header {
  background: #588fe3;
}
header .TopBox {
  padding: 5px 0px;
}
header .TopBox .container {
  display: flex;
  align-items: center;
}
@media(max-width: 1240px) {
  header .TopBox {
    padding: 0px;
  }
  header .TopBox .container {
    display: block;
  }
}
header .right {
  margin-left: auto;
}
header .userID {
  text-align: right;
  min-height: 10px;
  margin-right: 10px;
}
header .right-menu {
  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-menu .user_name {
  display: flex;
  align-items: center;
}
header .right-menu .user_name a {
  padding: 5px 15px;
  margin-right: 5px;
}
header .right-menu .user_name a:hover {
  background: #f5736a;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  border: 1px solid #f5736a;
}
header .right-menu .user_name a .fa-user {
  margin-right: 5px;
  color: #cbcbcb;
}
.header-fixed .logo {
  float: left;
  width: 320px;
  z-index: 2;
  position: relative;
  transition: all 0.4s ease;
}
.header-fixed {
  transition: all 0.4s ease;
}
.header-fixed.shrink {
  transition: all 0.4s ease;
  border-bottom: 1px solid #eee;
}
@media(max-width: 1240px) {
  header {
    height: 50px;
  }
  .header-fixed.shrink {
    margin-top: 0px;
  }
  header .header-fixed {
    display: none;
  }
}
.header-fixed .logo a {
  display: block;
  background: url(../images/logo2.svg)no-repeat left center; 
  background-size: contain;
  height: 55px;
  text-indent: -9999px;
}
@media(max-width: 1240px) {
  .header-fixed .logo a {
    height: 40px;
    margin-left: 10px;
    margin-top: 5px;
  }
}
header .shrink {
  /*margin-top: -65px;*/
  transition: all 0.4s ease;
}
@media (max-width: 1240px) {
  header .right {
    margin-top: 0px;
  }
  .Sub-menu, header .userID {
    display: none;
  }
  header .user-login {
    margin-top: 0px;
  }
}
.Sub-menu > a {
  float: left;
  font-size: 0.85rem;
  line-height: 30px;
  padding: 5px 15px;
  position: relative;
  color: #cbcbcb;
}
.Sub-menu > a:hover {
  color: #fff;
}
/*icon_EN*/
.Sub-menu .language span {
  background: #0b75be;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  padding: 0px 10px;
}
.Sub-menu .language:hover span {
  background: #f5736a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.Sub-menu .language {
  padding: 5px;
}
/*icon_FB*/
.Sub-menu .fb:hover:after, .Sub-menu .search:hover:after {
  width: 46px;
  height: 46px;
}
.Sub-menu .fb:after, .Sub-menu .search:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #3546a0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/*icon_搜尋*/
.Sub-menu .search:after {
  background-color: #88c038;
}
/**搜尋**/
.input-txt {
  position: relative;
  overflow: hidden;
}
@media(min-width: 1025px) {
  .cd-search.is-visible {
    top: 65px;
  }
}
.cd-search {
  z-index: 3;
  top: -90px;
  left: 0;
  padding: 20px 15px;
  width: 100%;
  background-color: #f5f9fe;
  -webkit-transition: top .3s 0s, visibility 0s 0s;
  -moz-transition: top .3s 0s, visibility 0s 0s;
  transition: top .3s 0s, visibility 0s 0s;
}
@media(min-width: 1240px) {
  .cd-search {
    padding: 30px 52px 20px 52px;
  }
}
.cd-search {
  position: fixed;
}
@media(min-width: 1240px) {
  .cd-search form {
    margin: 0 auto;
    max-width: 930px;
  }
}
.cd-search input {
  padding: 0 0 0 10px;
  width: 100%;
  height: 45px;
  color: #000;
  line-height: 45px;
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media(min-width: 1025px) {
  .cd-search input {
    display: block;
    font-size: 1.25rem;
    font-size: 15px;
  }
}
.cd-search .btn-search {
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  width: 50px;
  height: 45px;
  font-size: 1.5rem;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: none;
  background: #0b75be;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0px 20px 20px 0px;
}
@media(min-width: 1025px) {
  .cd-search .btn-search {
    width: 90px;
  }
}
/**header-手機**/
.searchBox_m {
  padding: 10px;
  text-align: center;
}
.searchBox_m input {
  padding: 0 0 0 10px;
  width: 100%;
  height: 45px;
  color: #000;
  line-height: 45px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.searchBox_m .btn-search {
  display: block;
  float: right;
  width: 50px;
  height: 45px;
  font-size: 1.5rem;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border: none;
  background: none #666;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#TopArea {
  background: url(../images/pattern.gif);
  margin-top: 110px;
  position: relative;
  padding: 2em 0em;
}
@media(max-width: 1240px) {
  #TopArea {
    margin-top: 50px;
  }
}
#TopArea .title {
  margin-bottom: 15px;
  text-align: center;
}
#TopArea .title h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
#TopArea .title h4 {
  color: #ff9500;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: .26em;
}
/**-------------------------------------------------------------------------------Banner**/
#bannerArea {
  
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
@media (max-width: 1240px) {
  #bannerArea {
    margin-top: 50px;
  }
}
#bannerArea img {
  width: 100%;
  display: block;
}
#bannerArea ul {
  position: relative;
}
.slogan {
  position: absolute;
  color: #c20000;
  right: 10%;
  left: 10%;
  font-weight: bold;
  height: 100%;
}
.like-table {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1.3;
}
.bxslider li {
  position: relative;
}
.bxslider li img {
  width: 100%;
  display: block;
}
/**麵包屑**/
.breadcrumbs {
  padding-top: 15px;
  margin: 0px 30px;
  text-align: right;
}
@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 20px;
    margin: 0px 20px;
  }
}
.breadcrumbs li {
  position: relative;
  padding-right: 16px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .breadcrumbs li {
    padding-right: 32px;
  }
}
.breadcrumbs li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -2px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #1183e4;
}
@media screen and (min-width: 992px) {
  .breadcrumbs li:after {
    right: 12px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
  }
}
.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: #1183e4;
}
.breadcrumbs li a:hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #64bcd4;
}
/**-------------------------------------------------------------------------------內頁資料區塊**/
.dan_wrap {
  width: 100%;
  background: url(../images/pattern.gif);
}
.jdan {
  width: 90%;
  max-width: 1100px;
  height: 35px;
  background: #fff;
  margin: 0 auto;
}
.gdan {
  width: 95%;
  max-width: 1200px;
  height: 35px;
  background: #fff;
  margin: 0 auto;
}
main.cd-main-content {}
.InMain {
  padding: 0px 0px 25px 0px;
  background: #fff;
}
.wrap {
  line-height: 1.5;
  padding: 20px 30px 20px 30px;
  overflow: hidden;
  min-height: 500px;
}
@media (max-width: 650px) {
  .wrap {
    padding: 20px 10px 20px 10px;
  }
}
.InBox {
  background: #fff;
  min-height: 200px;
  line-height: 1.8;
  padding-bottom: 20px;
}
.menulink {
  margin-bottom: 10px;
}
.Boxtitle h4 {
  padding: 10px 0px 0px 0px;
}
.remarkBox {
  border: 2px solid #cde5eb;
  border-top: 1px solid #cde5eb;
  background: #f5f5f5;
  padding: 10px
}
/*頁面搜尋Bar*/
.page_search {
  position: relative;
  margin: 0px 0px 20px 0px;
  line-height: 1.8;
  padding: 20px 20px 10px 20px;
  background: #f5f5f5;
  border-radius: 20px;
}
.page_search .input-control, .page_search .form-control {
  border: 1px solid #f6f6f6;
}
.page_search .btn-search {
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  padding: 0px 15px;
  height: 34px;
  color: #fff;
  text-align: center;
  border: none;
  background: #0b75be;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0px 20px 20px 0px;
}
/*文章標題*/
.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: left;
  font-size: 0.85rem;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  .articleinfo {
    text-align: left;
  }
}
/*文章時間*/
.articleinfo .time {
  margin-right: 10px;
}
.articleinfo .time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  content: "\f017";
  color: #265698;
  padding-right: 5px;
}
/*文章來源*/
.articleinfo .source {
  text-align: right;
}
@media (max-width: 650px) {
  .articleinfo .source {
    display: block;
    text-align: left;
  }
}
.articleinfo .source:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  content: "\f303";
  color: #265698;
  padding-right: 5px;
}
/*文章下載區塊*/
.articledow {
  margin-top: 20px;
  background: #fff;
}
.articledow h5 {
  text-align: center;
  width: 100%;
  height: 50px;
  position: relative;
  box-sizing: border-box;
  -moz-border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0;
  border-top: 3px solid #0b75be;
  border-left: 3px solid #0b75be;
  border-right: 3px solid #0b75be;
  padding-top: 15px;
  color: #0b75be;
  font-size: 15px;
  font-weight: bold;
}
.articledow ul {
  -moz-border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  border-radius: 0px 0px 40px 40px;
  border-bottom: 3px solid #eee;
  border-left: 3px solid #eee;
  border-right: 3px solid #eee;
  padding: 0px 10px 10px 10px;
  margin-top: 10px;
}
.articledow ul li {
  padding: 5px 20px;
  box-sizing: border-box;
}
.articledow ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.fa-file-word, .fa-file-pdf, .fa-file-excel, .fa-file-powerpoint, .fa-file-archive, .fa-file-image {
  margin-right: 8px;
}
.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: #fff;
  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 22px 10px 16px;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
}
.Btnstyle01:hover {
  color: #3490f6 !important;
}
.Btnstyle01 svg {
  margin-right: 10px;
  position: relative;
  top: -1px;
  fill: #3490f6;
}
.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;
}
/**-------------------------------------------------------------------列表樣式**/
/**討論區**/
#ForumList {}
#ForumList li {
  margin-bottom: 10px;
  line-height: 1.5;
  border: 3px solid #eee;
  display: block;
  border-radius: 20px;
  padding: 10px 20px;
}
#ForumList li h4 {
  font-weight: bold;
  margin: 5px 0px;
}
.count {
  text-align: right;
  cursor: pointer;
  padding: 5px 0px;
  border-bottom: 1px solid #eee;
}
.count:hover {
  text-decoration: underline;
}
.message {
  position: relative;
  margin: 10px 0px;
}
.message .form-control {
  padding-right: 50px;
}
.message .btn-publish {
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  width: 50px;
  height: 34px;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
}
.message .btn-publish:hover {
  text-decoration: underline;
}
#ForumList .publish_info span, #Publish .publish_info span, #Comment .comment_info span {
  margin-right: 10px;
  color: #999;
  font-size: 0.9rem;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, PingFang TC, 黑體-繁, Heiti TC, 蘋果儷中黑, Apple LiGothic Medium, 微軟正黑體, Microsoft JhengHei, sans-serif;
}
#ForumList .publish_info span svg {
  margin-right: 5px;
  color: #CCC;
}
.Comment {}
.Comment .comment_info {
  display: inline-block;
  padding: 10px 10px 0px 0px;
}
.Comment .comment_info span {
  display: block;
}
.Comment .comment_info .id {}
.Comment .comment_info .date {
  color: #999;
  font-size: 0.9rem;
}
.res-box {
  color: rgba(0, 0, 0, 0.85);
  padding: 8px 0px;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.res-box p {
  display: inline-block;
  line-height: 1.5;
  background: #eee;
  border-radius: 20px;
  padding: 10px;
}
.res_con {
  width: calc(100% - 130px);
  display: inline-block;
}
.v-ellipsis a {
  color: #0b75be;
}
.v-ellipsis a:hover {
  text-decoration: underline;
}
/**列表-消息_02**/
#NList_Area {}
#NList_Area li {
  border-bottom: 1px dashed #d2d2d2;
  padding: 10px 0px;
  width: 100%;
  position: relative;
}
#NList_Area li h4 {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
}
#NList_Area ul li:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
#NList_Area ul li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #ffa542;
  -webkit-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  -o-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
}
#NList_Area li .date {
  color: #ffa542;
}
/**列表-消息**/
.NewsList ul {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.NewsList [class^=col-] {
  margin: 0px 0px 20px 0px;
  padding: 15px;
  position: relative;
}
.NewsList li > a {
  display: block;
}
.NewsList li {
  overflow: hidden;
  padding: 10px 0px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding-bottom: 10px;
  border: 3px solid #fff;
  line-height: 1.5;
}
.NewsList li .date {
  color: #ffa542;
}
.NewsList li .Txt {
  padding: 10px 0px;
}
.NewsList li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -98px;
  width: 1px;
  height: 196px;
  background-color: #ccc;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.NewsList li:hover {
  -webkit-box-shadow: -5px 5px 15px rgba(4, 4, 4, 0.1);
  box-shadow: -5px 5px 15px rgba(4, 4, 4, 0.1);
  cursor: pointer;
  border-radius: 20px;
  border: 3px solid #fdad3c;
}
.NewsList li:hover:after {
  opacity: 0;
}
.NewsList li:hover + li:after {
  opacity: 0;
}

.NewsList li .Txt .des{
    height: 270px;
    color: #595757;
    overflow: hidden;
}

.NewsList li .Txt h4{
  color: #595757;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.NewsList li .Txt h4 {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
  height: 50px;
}
.NewsList .btn02 i {
  width: 47px;
  margin: 10px 0px;
}
.NewsList li:hover .btn02 i:before {
  border-color: transparent transparent #0e8ae5 #0e8ae5;
}
.NewsList li:hover .btn02 i:after {
  background-color: #0e8ae5;
}
/*報名時間*/
.topinfo {
  flex-direction: row;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topinfo .TagArea {
  margin-bottom: 5px;
}
.topinfo .regTime {
  flex-direction: row;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.topinfo .regTime:before {
  content: "";
  background: url(../images/alarmClock_icon.svg) no-repeat;
  display: inline-block;
  line-height: 1;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
li:hover .btn02 i {
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.btn02 i {
  position: relative;
  display: block;
  width: 26px;
  height: 10px;
}
.btn02 i:before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 1px;
  width: 0;
  height: 0;
  border-color: transparent transparent #d1d1d1 #d1d1d1;
  border-style: solid solid solid solid;
  border-width: 2px 4px;
}
.btn02 i:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
}
/*相片*/
#photoArea {
  margin-top: 20px;
}
#photoArea .item img {
  padding: 8px;
  background: rgb(245, 245, 245);
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
#photoArea .item a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  position: absolute;
  top: 45%;
  left: 50%;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #1183e4;
  border-radius: 50px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#photoArea .item:hover a:after {
  opacity: 1;
  margin-top: -15px;
}
#photoArea .item:hover img {
  opacity: 0.15
}
#photoArea .item {
  padding: 8px;
  position: relative;
}
#photoArea .masonry {
  margin-top: 10px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
#photoArea .date {
  color: #1183e4;
  text-align: center;
}
#photoArea h3.title {
  margin: 0;
  font-size: 1.875rem;
  color: #333;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
#photoArea h3.title:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #1183e4;
  display: block;
  position: relative;
  bottom: -2px;
  left: 50%;
  margin-left: -40px;
}
/**學術活動列表**/
.EventList li {}
.EventList li a {}
.EventList li:hover {
  cursor: pointer;
}
.EventList .TxtBox {
  padding: 10px;
}
.EventList li .title {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 1rem;
  margin: 5px;
}
.EventList li a:hover {
  color: #000;
}
.EventList .info {
  font-size: 95%;
}
.EventList .info span {
  padding-bottom: 2px;
  flex-direction: row;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.EventList .info span svg:not(:root).svg-inline--fa {
  color: #b5b5b6;
  width: 20px;
  text-align: center;
}
.EventList .TagArea span b {
  margin: 0px 3px;
}
.moreBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-top: 1px solid #d9d9d9;
}
.moreBtn .text {
  margin-right: 10px;
  padding-left: 22px;
  letter-spacing: .025em;
  line-height: 1;
}
.moreBtn .arw svg {
  width: 20px;
  height: 10px;
}
.moreBtn .arw svg line {
  stroke: #fdad3c;
}
.EventDetail .form-content a {
  color: #4575c1;
  font-weight: bold;
}
.EventDetail .form-content a:hover {
  color: #ff675f;
}
/**網站連結列表**/
#LinkList ul li a {
  display: block;
  padding: 1rem;
  width: 100%;
  height: 100%;
}
#LinkList li a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.5;
  transition: all .2s linear;
}
#LinkList [class^=col-] {
  text-align: center;
  margin: 0px 0px 20px 0px;
  padding: 0px 10px;
}
#LinkList li img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  transition: all .2s linear;
}
#LinkList .title {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fdad3c;
  text-align: center;
}
/*下載列表*/
#DownloadList a {
  border: 1px solid #eee;
  display: block;
  border-radius: 50px;
  padding: 10px;
}
#DownloadList a:hover {
  background: #0b75be;
  color: #fff;
}
#DownloadList a:hover .date, #DownloadList a:hover .svg-inline--fa {
  color: #fff;
}
#DownloadList li {
  margin-bottom: 10px;
}
#DownloadList .title {
  display: inline-block;
  padding-left: 10px;
}
#DownloadList .date {
  width: 100px;
  float: right;
  color: #9c9c9c;
}
@media (max-width: 850px) {
  #DownloadList .date {
    float: none;
    padding-left: 10px;
  }
  #DownloadList a {
    border-radius: 20px;
  }
}
/*網站導覽*/
.sitemapList {}
.sitemapList .box {
  overflow: hidden;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
  min-height: 34px;
}
.sitemapList .box span {
  padding-right: 5px;
}
.sitemapList .box ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: left;
  float: left;
  width: 25%;
  padding: 5px 0px;
}
.sitemapList .box ul li ul {
  margin: 0px 0px 0px 20px;
}
.sitemapList .box ul li ul li {
  width: 100%;
  padding: 3px 0px;
}
@media (max-width: 970px) {
  .sitemapList .box ul li {
    width: 33%
  }
}
@media (max-width: 750px) {
  .sitemapList .box ul li {
    width: 50%
  }
}
@media (max-width: 500px) {
  .sitemapList .box ul li {
    width: 100%
  }
}
.sitemapList .box h4 {
  text-align: center;
  width: 100%;
  height: 50px;
  position: relative;
  box-sizing: border-box;
  -moz-border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0;
  border-top: 3px solid #0b75be;
  border-left: 3px solid #0b75be;
  border-right: 3px solid #0b75be;
  padding-top: 10px;
  color: #0b75be;
  font-size: 15px;
  font-weight: bold;
}
.sitemapList .box > ul {
  -moz-border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  border-radius: 0px 0px 40px 40px;
  border-bottom: 3px solid #eee;
  border-left: 3px solid #eee;
  border-right: 3px solid #eee;
  padding: 0px 10px 20px 10px;
  margin-top: 10px;
  overflow: hidden;
}
.sitemapList .box h4 a {
  color: #265698;
}
.sitemapList .box h4 a:hover {
  color: #ff675f;
}
.sitemapList .box h4:after {
  content: "";
  border-bottom: 4px dotted #fdad3c;
  height: 4px;
  display: block;
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
}
/**影片列表**/
.FilmList {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.FilmList .box {
  line-height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.FilmList .box .item {
  border: 1px solid #eee;
  margin: 5px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
.FilmList .box .item:hover {
  background-color: #0058a4;
}
.FilmList .box .pic {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: all .2s linear;
}
.FilmList .box .item:hover .pic {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all .2s linear;
}
.FilmList .box .txt {
  padding: 20px 6.006%;
  border-bottom: 1px solid #d9d9d9;
}
.FilmList .box .item:hover .txt, .FilmList .box .item:hover .date {
  color: #fff;
  transition: all .2s linear;
}
.FilmList .date {
  color: #999;
  font-size: 14px;
  padding: 15px 6.006%;
}
.FilmList .box .txt p {
  position: relative;
  padding: 10px 5.1195%;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .025em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  text-overflow: ellipsis;
  height: 60px;
}
.FilmList .box .txt p:after, .FilmList .box .txt p:before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/img-crn.png);
  background-size: 20px 20px;
  content: '';
  transition: all .2s linear;
}
.FilmList .box .item:hover .txt p:after, .FilmList .box .item:hover .txt p:before {
  background-image: url(../images/img-crn_w.png);
  transition: all .2s linear;
}
.FilmList .box .txt p:before {
  -webkit-transform: rotate(-180deg);
  top: 0;
  left: 0;
  transform: rotate(-180deg);
}
.FilmList .box .txt p:after {
  right: 0;
  bottom: 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-dep {
  padding: 5px 0px 20px 0px;
}
/*登入註冊*/
.ForgetBox {
  position: relative;
  margin-top: 20px;
  min-height: 200px;
  line-height: 1.8;
  padding: 20px;
  border: 3px solid #0b75be;
  border-radius: 40px;
}
.loginArea .remindInfo {
  margin-bottom: 20px;
  text-align: center;
}
.rightBox .remindInfo {
  text-align: left;
}
.ForgetBox .remindInfo h4 {
  font-size: 24px;
  font-weight: 700;
  color: #0b75be;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  margin: auto;
}
.ForgetBox .remindInfo h4 img {
  width: 40px;
  float: left;
  vertical-align: middle;
}
.ForgetBox .remindInfo:before {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
.loginBox h4 {
  text-align: center;
  width: 100%;
  height: 60px;
  position: relative;
  box-sizing: border-box;
  -moz-border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0;
  border-top: 3px solid #0b75be;
  border-left: 3px solid #0b75be;
  border-right: 3px solid #0b75be;
  padding-top: 12px;
  font-size: 22px;
  color: #0b75be;
  font-weight: bold;
}
.loginBox .conBox {
  -moz-border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  border-radius: 0px 0px 40px 40px;
  border-bottom: 3px solid #eee;
  border-left: 3px solid #eee;
  border-right: 3px solid #eee;
  padding: 0px 10px 10px 10px;
  margin-top: 20px;
  min-height: 240px;
}
.input_icon a {
  padding: 0;
  position: absolute;
  right: 13px;
  top: 3px;
  font-size: 100%;
  bottom: 2px;
  width: 28px;
  height: 28px;
  border-radius: 5px;
}
.input_icon a.icon-eye {
  background: url(../images/icon_eye.png) no-repeat;
  background-size: contain;
}
.input_icon a.icon-eye-slash, .input_icon a.icon-eye:hover {
  background: url(../images/icon_eye_slash.png) no-repeat;
  background-size: contain;
}
.input_icon .icon-eye-slash:hover {
  background: url(../images/icon_eye_hover.png) no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .loginArea .leftBox, .loginArea .rightBox {
    padding: 20px 10px;
  }
}
/*頁面第四層選單*/
.FourthMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.FourthMenu a {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 5px 15px;
}
.FourthMenu li {
  position: relative;
  text-align: center;
}
.FourthMenu a::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 10px;
  content: "";
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background: url(../images/nav_pt01.png) center;
  background-size: cover;
}
/*頁面類別標籤*/
.GategoryTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.GategoryTab li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.GategoryTab > li.current > a {
  color: #fff;
  background-color: #0b75be;
}
.GategoryTab > li.current {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}
.GategoryTab li > a:hover {
  color: #fff;
  background-color: #0b75be;
}
.GategoryTab > li + li {
  margin-left: 3px;
}
.GategoryTab > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 10px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b75be;
  background-color: #f5f5f5;
  letter-spacing: 1px;
  line-height: 15px;
}
.GategoryTab button span {
  font-size: 1rem;
}
/*課程標籤*/
.labelTag {
  line-height: 2;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  font-size: 85%;
  padding: 0px 10px;
}
/*消息標籤*/
.newTag {
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
  font-size: 13px;
}
.Tag_Green {
  background: #88c038;
}
.Tag_LightBlue {
  background: #0b75be;
}
.Tag_Orange {
  background: #fdad3c;
}
.Tag_BlueGreen {
  background: #27c0dc;
}
.Tag_Gray {
  background: #eee;
  color: #666;
}
/*學會章程*/
dl.Charter {
  color: rgb(51, 51, 51);
  line-height: 30px;
  font-size: 15px;
  margin: 0px 0px 30px 0px
}
dl.Charter dt {
  padding: 5px 10px;
  color: rgb(17, 17, 17);
  float: left;
  box-sizing: border-box;
  font-weight: bold;
}
dl.Charter dd:first-of-type {
  border-top: none;
}
dl.Charter dd {
  padding: 5px 5px 5px 20px;
  height: auto !important;
  margin-left: 96px;
  border-left: 1px solid #ccc;
  border-top: 1px dotted #ddd;
  min-height: 24px;
}
dl.Charter dd:nth-of-type(even) {
  background-color: rgb(246, 246, 246);
}
.modify-date {
  text-align: right;
  font-size: 13px;
  line-height: 22px;
  color: #999;
  position: relative;
  overflow: hidden;
  margin: 10px 0px;
}
.modify-date ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.modify-date .btn-history, .modify-date .btn-hidden {
  display: inline-block;
  padding: 3px 10px;
  margin-left: 10px;
  font-size: 12px;
  color: #666;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 20px;
}
.modify-date-other {
  text-align: right;
}
.textEditor .modify-date a.btn-history:link, .textEditor .modify-date a.btn-hidden:link {
  text-decoration: none;
  background: #e9e9e9;
  color: #4575c1;
  font-weight: bold;
}
.textEditor .modify-date a.btn-history:hover, .textEditor .modify-date a.btn-hidden:hover {
  background: #4575c1;
  color: #fff;
  border: 1px solid #4575c1;
}
/**-------------------------------------------------------------------標題樣式**/
.titleStyle {
  color: #0b75be;
  border-bottom: 1px solid #dee5e7;
  text-align: left;
  padding: 5px 0px 5px 0px;
  font-weight: bold;
}
.titleStyle:after {
  content: "";
  width: 120px;
  height: 2px;
  background: #0b75be;
  display: block;
  position: relative;
  bottom: -6px;
}
.titleStyle02 {
  color: #1884c4;
  border-bottom: 3px dotted #1884c4;
  text-align: left;
  font-weight: bold;
  padding: 10px 0px 0px 0px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
}
.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;
}
.textEditor .titleStyle04 {
  background: #3fb8d7;
  color: #fff;
  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: #0b75be;
  color: #fff !important;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
#gotop .svg-inline--fa {
  margin: 0px;
  font-size: 1rem;
}
/**-------------------------------------------------------------------------------footer**/
#top_contact_wrap {
  width: 100%;
  max-width: calc(100% - 60px);
  position: relative;
  margin: 0 auto;
  -moz-border-radius: 0px 0px 20px 20px;
  -webkit-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  z-index: 50;
}
#top_contact:before {
  background: url(../images/bg-slider.svg);
  content: "";
  height: 5px;
  display: block;
  margin-bottom: 40px;
}
#top_contact {
  padding: 0px 0px 40px 0px;
}
#footer {
  position: relative;
  z-index: 10;
  background: #88c038;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  font-size: 0.9rem;
}
#footer .Infooter {
  width: 100%;
  max-width: calc(100% - 60px);
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
#footer .Copyright, #footer .Visitors {
  z-index: 60;
  position: relative;
  margin: 5px;
}
#footer:before {
  content: "";
  left: 0;
  bottom: 0;
  z-index: 20;
  position: absolute;
  display: block;
  border-top: 120px solid transparent;
  border-right: 120px solid transparent;
  border-bottom: 120px solid #0b75be;
  border-left: 120px solid #0b75be;
}
#footer:after {
  content: "";
  right: 0;
  bottom: 0;
  z-index: 20;
  position: absolute;
  display: block;
  border-top: 120px solid transparent;
  border-left: 120px solid transparent;
  border-bottom: 120px solid #fdad3c;
  border-right: 120px solid #fdad3c;
}
footer {
  color: #fff;
}
.footerContactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .5px;
  line-height: 1.8;
  justify-content: space-between;
}
.footerContactList li {
  position: relative;
  margin-bottom: 10px;
}
.footerContactList li + li {
  padding-left: 35px;
}
.footerContactList .contactTitle {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.footerContactList .contactAdd .labelTag {
  width: 60px;
  margin-right: 10px;
  font-size: 80%; 
  display: block;
}
.footerContactList .contactAdd .contactTitle {
  color: #0b75be;
}
.footerContactList .contactTel .contactTitle {
  color: #88c038;
}
.footerContactList .contactMail .contactTitle {
  color: #fdad3c;
}
.footerContactList li + li::before {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #095f90;
}
.footerContacInfo {
  width: 80%;
  float: left;
}
.social {
  width: 20%;
  float: left;
}
.social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.social a img {
  width: 100px;
  height: auto;
}
.social {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1180px) {
  .footerContactList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    margin-left: auto;
    margin-right: auto;
  }
  .footerContacInfo, .social {
    width: 100%;
    float: none;
  }
  .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 515px) {
  .footerContactList li + li {
    padding-right: 0px;
  }
  .footerContactList {
    justify-content: flex-start;
  }
}
/********************************************************************************************* 
2.  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;
  }
}
/********************************************************************************************* 
3.  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;
}
/*.control-label:after {
	content: " ｜ ";
	font-weight: bold;
	display: inline-block;
	top: -1px;
	position: relative;
	padding-left: 5px;
	color:#dee5e7;
}*/
/*驗證碼*/
.code input {
  width: 90px;
  float: left;
  height: 34px;
}
.code-img button {
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  background: none;
}
.code img {
  float: left;
  border: 1px solid #dddddd;
  margin: 0px 5px;
}
.code-img a:hover {
  color: #60aa00;
}
/*間格線*/
.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: 15px;
}
.memberForm .control-label {
  line-height: 34px;
  text-align: right;
  color: #333;
  background: #e6f5ff;
  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;
  }
}
.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;
}
/********************************************************************************************* 
4.  FA-Icon Style            
*********************************************************************************************/
.fa:before, .fa:after {
  display: inline-block;
  font-family: FontAwesome;
}
/********************************************************************************************* 
5.  適應性
*********************************************************************************************/
@media (max-width: 1180px) {
  .like-table {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media (max-width: 769px) {
  .content-wrap ul li {
    line-height: 1.5;
  }
  .slogan, .Inslogan {
    font-size: 1.3rem;
  }
  .BoxLeft, .BoxRight {
    width: 100%;
    padding: 0px 30px;
  }
  .BoxLeft {
    border-right: none;
  }
  .ApplyBox {
    margin-top: 30px;
  }
  .like-table {
    font-size: 1.5rem;
  }
}
@media (max-width: 668px) {
  .like-table {
    font-size: 1.2rem;
  }
}
@media (max-width: 649px) {
  .slogan, .Inslogan {
    font-size: 0.8rem;
  }
}
@media (max-width: 415px) {
  .like-table {
    font-size: 0.8rem;
  }
}
/********************************************************************************************* 
8.  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 {
  float: right;
}
/*手機板*/
.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;
    padding-bottom: 10px;
    width: 95%;
    margin: 0 auto;
  }
  .m_menu .mfun .iconmenu a {
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0px 5px;
    color: #fff;
  }
  .m_menu .mfun .iconmenu a.GoHome {
    background: #3fb8d7;
  }
  .m_menu .mfun .iconmenu a.member {
    background: #89c13c;
  }
  .m_menu .mfun .iconmenu a.sitemap {
    background: #fb7b72;
  }
  .m_menu .mfun .iconmenu a:hover {
    background: #3fb8d7;
    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: #3fb8d7;
  }
  .m_menu .user_name .logout:hover, .m_menu .user_name .login:hover {
    background: #fa8072;
  }
  .m_menu .m_logo {
    float: left;
    width: 280px;
    margin: 5px 0px 0px 10px;
    position: absolute;
    top: 0;
  }
  .m_menu .m_logo img {
    display: block;
    width: 100%;
  }
}