@charset "utf-8";
/* 共用基本樣式 */
@import url("help/reset.css");
@import url("../fonts/font-awesome.min.css");
@import url("help/grid.css");
@import url("help/progress.css");
@import url("editor.css");
/********************************************************************************************* 
1.  Basic Style            
*********************************************************************************************/
*, *::after, *::before {
  box-sizing: border-box;
}
body {
  font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
  color: #333;
  font-size: 1rem;
  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;
  -moz-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;
}
.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
/*圖片hover效果*/
.pic img {
  display: block;
  width: 100%;
  transition: all 0.4s ease;
}
.pic:hover img {
  opacity: 0.4;
  transform: scale(1.06);
}
.pic:hover a:after, .pic:hover a:before {
  opacity: 1;
  margin-top: -15px;
}
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;
}
#header {
  background: #4575c1;
  height: 40px;
}
.header-fixed .logo {
  float: left;
  width: 400px;
  margin-right: 60px;
  transition: all 0.4s ease;
  margin: 5px 0px;
}
.header-fixed .logo a {
  display: block;
  background: url(../images/logo.png)no-repeat left center;
  background-size: contain;
  height: 65px;
  text-indent: -9999px;
}
header .shrink {
  margin-top: -85px;
  transition: all 0.4s ease;
}
.TopBox {
  background: #fff;
}
.TopBox .rightBox {
  float: right;
  font-size: 0.85rem;
  line-height: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.TopBox .rightBox a {
  float: left;
}
/*Line*/
.TopBox .rightBox a.line {
  display: flex;
  margin-right: 10px;
}
/*會員登入*/
.TopBox .rightBox a.login, .TopBox .rightBox a.user {
  background: #3fb8d7;
  padding: 0px 10px;
  border-radius: 20px 0px 0px 20px;
  color: #fff;
}
/*會員登出*/
.TopBox .rightBox a.logout {
  background: #2197b0;
  padding: 0px 10px;
  color: #fff;
}
/*連絡我們*/
.TopBox .rightBox a.contact {
  color: #3fb8d7;
  background: #e9e9e9;
  padding: 0px 10px;
  border-radius: 0px 20px 20px 0px;
  margin-right: 10px;
}
.TopBox .rightBox .contact i {
  color: #3fb8d7;
}
.TopBox .rightBox a:hover {
  color: #fff;
  background: #fa8072;
}
.TopBox .rightBox a.contact:hover i {
  color: #fff;
}
.TopBox .rightBox .login i, .TopBox .rightBox .contact i {
  padding-right: 5px;
}
/*搜尋*語系*sitemap*/
.TopBox .rightBox .search, .TopBox .rightBox .language, .TopBox .rightBox .sitemap {
  text-align: center;
  background: #3064b7;
  border-radius: 50%;
  width: 30px;
  display: inline-block;
  margin-right: 5px;
}
.TopBox .rightBox a i {
  color: #fff;
  text-align: center;
}
/**搜尋**/
.input-txt {
  position: relative;
  overflow: hidden;
}
.cd-search.is-visible {
  top: 70px;
}
@media only screen and (min-width: 1025px) {
  .cd-search.is-visible {
    top: 79px;
  }
}
.cd-search {
  z-index: 2;
  top: -90px;
  left: 0;
  padding: 20px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: top .3s 0s, visibility 0s 0s;
  -moz-transition: top .3s 0s, visibility 0s 0s;
  transition: top .3s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 1200px) {
  .cd-search {
    padding: 30px 52px 20px 52px;
  }
}
.cd-search {
  position: fixed;
}
.cd-search .btn-close {
  position: relative;
  margin-left: 10px;
  float: right;
  width: 45px;
  height: 45px;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .cd-search .btn-close {
    position: absolute;
    top: 20px;
    right: 52px;
  }
}
.cd-search .btn-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search .btn-close:before, .cd-search .btn-close:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 45px;
  opacity: .3;
  background-color: #fff;
  -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;
}
.cd-search .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1200px) {
  .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: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 1025px) {
  .cd-search input {
    display: block;
    font-size: 1.25rem;
    font-size: 15px;
  }
}
.cd-search .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;
}
@media only screen and (min-width: 1025px) {
  .cd-search .btn-search {
    width: 90px;
  }
}
/**header-手機**/
.m_menu, .m_Sub_menu {
  display: none;
}
.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;
}
.m_menu .mfun {
  border-bottom: 1px solid #3b63ab !important;
  text-align: center;
  padding-bottom: 10px;
}
.m_menu .mfun .iconmenu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_menu .mfun .iconmenu a {
  background: #f0efed;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0px 5px;
  color: #3fb8d7;
}
.m_menu .mfun .iconmenu a:hover {
  background: #3fb8d7;
  color: #fff;
}
.m_menu .user_name {
  background: #eee;
  line-height: 50px;
  margin: 0px 0px 10px 0px;
}
.m_menu .user_name .logout {
  display: block;
  float: right;
  width: 50%;
  height: 50px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border: none;
  background: #3fb8d7;
}
.m_menu .user_name .logout:hover {
  background: #fa8072;
}
/**-------------------------------------------------------------------------------Banner**/
#bannerArea {
  margin-top: 115px;
  position: relative;
}
#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;
}
#bannerArea .s-ti {
  font-family: 'Century Gothic', '微軟正黑體', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 12px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#bannerArea .s-ti i {
  display: block;
  color: #08449d;
  font-size: 2.125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 668px) {
  #bannerArea .s-ti {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #bannerArea .s-ti i {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 530px) {
  #bannerArea .s-ti {
    font-size: 1rem;
    line-height: 1.2;
  }
  #bannerArea .s-ti i {
    font-size: 1.5rem;
  }
}
.bxslider li {
  position: relative;
}
.bxslider li img {
  width: 100%;
  display: block;
}
/**麵包屑**/
.breadcrumbs {
  text-align: right;
  color: #898989;
  padding: 10px;
  font-size: 0.8rem;
}
.breadcrumbs i {
  margin-right: 5px;
}
.breadcrumbs span {
  padding: 0px 3px;
  color: #d2d2d2;
}
.breadcrumbs b {
  color: #000;
  font-weight: bold;
}
/**-------------------------------------------------------------------------------內頁資料區塊**/
main {
  overflow: hidden;
}
.InMain {
  background: #f7f9fb url(../images/inner_bg.png);
  padding: 0px 0px 15px 0px;
}
.InBox {
  background: #fff;
  min-height: 200px;
  line-height: 1.8;
  padding-bottom: 20px;
}
.menulink {
  margin-bottom: 10px;
}
.Boxtitle h4 {
  padding: 10px 0px 0px 0px;
}
.ConBox {
  overflow: hidden;
  box-sizing: border-box;
}
.remarkBox {
  border: 2px solid #cde5eb;
  border-top: 1px solid #cde5eb;
  background: #f5f5f5;
  padding: 10px
}
/*Left Menu*/
.m-LefMenuBox {
  display: none;
  margin-bottom: 10px;
}
#cssmenu h3 {
  background: url(../images/lefttitle_bg.jpg);
  font-size: 22px;
  padding: 20px 10px;
}
/*頁面搜尋Bar*/
.page_search {
  margin-bottom: 10px;
  background: #f6f6f6;
  padding: 8px 20px;
  border-radius: 5px;
}
/*文章標題*/
.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;
}
/*文章內容*/
.articleCon {
  line-height: 1.5;
  padding: 10px 30px;
}
.articleinfo {
  text-align: right;
}
@media (max-width: 650px) {
  .articleinfo {
    text-align: left;
  }
}
/*文章時間*/
.articleinfo .time {
  margin-right: 10px;
}
.articleinfo .time:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f017";
  color: #a7a7e5;
  padding-right: 5px;
}
/*文章來源*/
.articleinfo .source {
  text-align: right;
}
@media (max-width: 650px) {
  .articleinfo .source {
    display: block;
    text-align: left;
  }
}
.articleinfo .source:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f040";
  color: #a7a7e5;
  padding-right: 5px;
}
/*文章下載區塊*/
.articledow {
  margin-top: 20px;
  border: 2px solid #eee;
  background: #fff;
}
.articledow h5 {
  color: #fff;
  background: #cfb094;
  position: relative;
  padding: 5px 0px 5px 15px;
  font-size: 16px;
}
/*.articledow h5:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 80%;
	top: 10%;
	width: 5px;
	background: #ffb400;
}*/
.articledow ul {}
.articledow ul li {
  padding: 5px 20px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.articledow ul li a {
  font-weight: bold;
}
.fa-file-word-o, .fa-file-pdf-o, .fa-file-excel-o, .fa-file-powerpoint-o, .fa-file-zip-o, .fa-file-image-o {
  width: 25px;
  line-height: 25px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  margin-right: 5px;
  font-weight: normal;
}
.fa-file-word-o {
  background: #3064b7;
}
.fa-file-pdf-o {
  background: #ff6738;
}
.fa-file-excel-o {
  background: #97c145;
}
.fa-file-powerpoint-o {
  background: #feb138;
}
.fa-file-zip-o {
  background: #b87100;
}
.fa-file-image-o {
  background: #3fb8d7;
}
@media screen and (max-width: 1024px) {
  #cssmenu.LefMenuBox {
    display: none;
  }
  .m-LefMenuBox {
    display: block;
    position: relative;
  }
  .m-LefMenuBox i {
    display: block;
    font-size: 15px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .m-LefMenuBox i.fa-navicon:after {
    content: "選單";
    font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
    padding-left: 5px;
  }
}
.btn-style {
  cursor: pointer;
  border: 0;
  background: none;
}
/**-------------------------------------------------------------------列表樣式**/
/**列表-消息**/
.ListStyle li {
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
  padding: 10px 0px;
  width: 100%;
}
.ListStyle li .title {
  font-weight: bold;
  font-size: 1.1rem;
}
.ListStyle li .date {
  color: #4575c1;
}
/*列表-外圓框*/
.ListStyle_box li {
  margin-bottom: 10px;
}
.ListStyle_box li .title {
  color: #4575c1;
  font-weight: bold;
  font-size: 1.1rem;
}
.ListStyle_box li .brief {
  word-wrap: break-word;
  word-break: normal;
}
.ListStyle_box a {
  border: 1px solid #eee;
  display: block;
  border-radius: 5px;
  padding: 10px;
}
.ListStyle_box a:hover {
  background: #eee;
}
/**學術活動列表**/
#EventList {}
#EventList li .title a {
  color: #4575c1;
}
#EventList li .title a:hover {
  color: #ff675f;
}
#EventList .info {
  font-size: 90%;
}
#EventList .info span {
  display: block;
}
#EventList .info span i {
  color: #b5b5b6;
  width: 30px;
  text-align: center;
}
#EventList .TagArea span b {
  font-weight: bold;
}
.EventDetail {}
.EventDetail .form-content a {
  color: #4575c1;
  font-weight: bold;
}
.EventDetail .form-content a:hover {
  color: #ff675f;
}
/**網站連結列表**/
#LinkList .title:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #afafaf;
  margin-right: 10px;
  font-weight: normal;
}
/*下載列表*/
#DownloadList .title {
  display: inline-block;
}
#DownloadList .date {
  width: 100px;
  float: right;
}
@media (max-width: 850px) {
  #DownloadList .date {
    float: none;
  }
}
/*網站導覽*/
.sitemapList {}
.sitemapList .box {
  border: 1px solid #e8e8e8;
  overflow: hidden;
  padding: 10px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  min-height: 34px;
}
.sitemapList .box span {
  padding-right: 5px;
}
.sitemapList .box ul {
  margin-top: 25px;
}
.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 34px;
}
.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 {
  background: #eeeeee;
  color: #70b310;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px 10px;
}
.sitemapList .box h4 a {
  color: #70b310;
}
.sitemapList .box h4 a:hover {
  color: #ff675f;
}
/*登入註冊*/
.loginArea h4 i {
  font-weight: normal;
}
.loginArea {
  background: #fff;
  margin-top: 20px;
  min-height: 200px;
  line-height: 1.8;
  padding: 20px;
  background-color: #fafafa;
}
.loginArea .tabs {
  border: 1px solid #d5d5d5;
}
.iconlgoin {
  float: left;
  padding-right: 10px;
}
.iconlgoin img {
  width: 55px;
}
.loginArea .leftBox {
  border-right: 1px solid #eee;
}
.loginArea .leftBox, .loginArea .rightBox {
  padding: 0px 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .loginArea .leftBox {
    border-right: none;
  }
  .loginArea .leftBox, .loginArea .rightBox {
    padding: 20px 10px;
  }
}
/*廣告商*/
.ConBox #ADArea {
  padding: 20px 0px 40px 0px;
  line-height: normal;
}
.ConBox #ADArea .pic {
  line-height: 20px;
  position: relative;
  padding: 0px 5px;
}
.ConBox #ADArea .pic img {
  border: 1px solid #eee;
}
/*頁面類別標籤*/
.GategoryTab {
  margin-bottom: 10px;
  display: inline-block;
}
.GategoryTab [class^=col-] button {
  width: 100%
}
.GategoryTab button {
  margin-bottom: 5px;
  margin-right: 5px;
}
.GategoryTab button span {
  font-size: 1rem;
}
/*課程標籤*/
.labelTag {
  line-height: 2.2;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 80%;
  padding: 0px 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.Tag_DarkBlue {
  background: #3064b7;
}
.Tag_LightBlue {
  background: #6495ed;
}
.Tag_Purple {
  background: #a7a7e5;
}
.Tag_Gray {
  background: #e8e8e8;
  color: #595757;
}
/*學會章程*/
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: #3064b7;
  border-bottom: 1px solid #dee5e7;
  text-align: left;
  padding: 5px 0px 5px 0px;
}
.titleStyle:after {
  content: "";
  width: 120px;
  height: 2px;
  background: #3064b7;
  display: block;
  position: relative;
  bottom: -6px;
}
.titleStyle02 {
  color: #3fb8d7;
  border-bottom: 1px solid #dee5e7;
  text-align: left;
  padding: 10px 0px 0px 0px;
}
.titleStyle02 i {
  font-weight: normal;
}
.titleStyle02:after {
  content: "";
  width: 120px;
  height: 2px;
  background: #3fb8d7;
  display: block;
  position: relative;
  bottom: -1px;
}
.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: 100px;
  width: 50px;
  height: 50px;
  z-index: 98;
  border-radius: 100%;
  background: #fa8072;
  color: #fff !important;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.3;
  padding: 2px 0 0;
  cursor: pointer;
  font-family: Century Gothic;
  font-weight: bold;
}
#gotop i {
  font-size: 1rem;
  display: block;
}
/**-------------------------------------------------------------------------------footer**/
footer {
  position: relative;
  background: url(../images/parts_stripe_green.png);
  padding: 20px 0px;
  color: #fff;
  font-size: 85%;
  text-align: left;
  font-family: 'Century Gothic', '微軟正黑體', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.downInfo {}
.downInfo li {
  overflow: hidden;
  margin-bottom: 5px;
}
.downInfo i {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 25px;
  line-height: 24px;
  text-align: center;
  margin-right: 5px;
  font-size: 12px;
  float: left;
}
.downInfo .line {
  position: absolute;
  top: 30px;
  right: 20px;
}
.downInfo p {
  display: block;
  overflow: hidden;
}
.downInfo b {
  float: left;
}
.downMail b {
  background: #6495ed;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  line-height: 1.8;
  text-align: center;
  width: 90px;
  position: relative;
}
.downInfo {
  padding-bottom: 15px;
}
.downMail {
  border-top: 1px solid #7196d0;
  padding: 15px 10px;
}
.visitor {
  border-top: 1px solid #7196d0;
  padding-top: 15px;
}
@media only screen and (min-width: 991px) {
  footer {
    text-align: left;
  }
  .visitor, .downMail {
    border-left: 1px solid #7196d0;
    border-top: none;
    padding-left: 20px;
    padding-top: 0px;
  }
}
footer b {
  padding-right: 5px;
}
footer h4 {
  letter-spacing: 1px;
  font-family: 'Century Gothic', '微軟正黑體', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
  text-transform: uppercase;
}
/**Copyright**/
#endArea {
  position: relative;
  padding: 10px 0;
  color: #fff;
  background: #2b579e;
  font-size: 13px;
  text-align: center;
}
#endArea i.fa-wrench {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 3px;
  font-size: 6px;
}
.cartoon {
  background: url(../images/footer-img.png) no-repeat;
  width: 253px;
  height: 90px;
  position: absolute;
  right: 5%;
  bottom: 0;
}
@media (max-width: 970px) {
  .cartoon {
    bottom: 33px;
  }
}
@media (max-width: 450px) {
  .cartoon {
    width: 210px;
    height: 72px;
    right: 2%;
    background-size: 210px;
  }
}
/********************************************************************************************* 
2.  Btn Style            
*********************************************************************************************/
.btn i {
  padding-right: 5px;
}
.btn-wrap .btn {
  margin: 2px;
}
.btn-wrap {
  text-align: center;
}
.btn-wrap .left {
  padding: 0px 7.5px 0px 0px;
  float: left;
  width: 50%;
  margin: 0;
}
.btn-wrap .right {
  padding: 0px 0px 0px 7.5px;
  float: left;
  width: 50%;
  margin: 0;
}
.btn-group {
  margin: 10px 0px;
  text-align: right;
}
@media (max-width: 750px) {
  .btn-group {
    text-align: center;
  }
}
.btn-group a {
  display: inline-block;
  margin: 0 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: 60px;
  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 0px 0px;
}
.code-img a:hover {
  color: #60aa00;
}
.input_county {}
.input_area {}
.input_code {}
.input_add {}
/*間格線*/
.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;
}
/********************************************************************************************* 
4.  FA-Icon Style            
*********************************************************************************************/
.fa:before, .fa:after {
  display: inline-block;
  font-family: FontAwesome;
}
/********************************************************************************************* 
5.  適應性
*********************************************************************************************/
@media (max-width: 1180px) {
  .m_menu .m_logo {
    float: left;
    width: 180px;
    margin: 5px 0px 0px 60px;
    position: absolute;
    top: 0;
  }
  .m_menu .m_logo a {
    display: block;
  }
  .m_menu .m_logo img {
    display: block;
    width: 100%;
  }
  .like-table {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media (max-width: 960px) {
  header .header-fixed {
    display: none;
  }
  .m_menu {
    display: block;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .m_Sub_menu {
    display: block;
  }
  #bannerArea {
    margin-top: 50px;
  }
}
}
@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: Verdana, 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;
}
/*得獎人*/
.awards-box {
  position: relative;
  margin: 15px 0px 15px 0px;
}
.awards-title {}
#search-winner {
  position: relative;
  margin-left: -5px;
}
@media (min-width: 991px) {
  #search-winner {
    right: 0px;
    position: absolute;
  }
}
.awardsList .box {
  line-height: 20px;
  position: relative;
  margin: 0px 0px 15px 0px;
}
.awardsList .box .item {
  border: 1px solid #e8e8e8;
  overflow: hidden;
  padding: 10px;
  position: relative;
  background: #f7f7f7;
  display: block;
}
.awardsList .box .item:hover {
  border: 1px solid #3971ab;
}
.awardsList .box a.item:hover:after {
  opacity: 1;
  margin-top: 0px;
}
.awardsList .box a.item:after {
  content: "READ MORE";
  font-family: 'Century Gothic', '微軟正黑體', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -15px;
  text-align: center;
  font-size: 18px;
  color: #385cc1;
  padding: 10px;
  background: #3971ab;
  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;
  ;
}
.awardsList h4 {
  font-size: 16px;
  line-height: 1.3;
  height: 45px;
}
.awardsList div.summary {
  font-size: 14px;
  line-height: 1.5;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.awardsList .img {
  overflow: hidden;
}
@media (min-width: 667px) {
  .awardsList .img {
    height: 250px;
  }
}
@media (min-width: 991px) {
  .awardsList .img {
    height: 160px;
  }
}
.awardsList .img img, .profile_info .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.awardsList h4 {
  color: #3971ab;
  font-weight: bold;
  font-size: 110%;
}
.awardsList h3 {
  color: #1c4577;
  font-size: 137.50%;
}
.awardsList ul {
  margin-bottom: 20px;
}
.profile {}
.profile .row {
  margin: 10px 0px;
}
.profile h4 {
  float: left;
}
.profile h4 i {
  display: inline-block;
}
ul.profile_link {
  position: absolute;
  right: 30px;
  padding: 0px;
}
@media (max-width: 990px) {
  ul.profile_link {
    padding: 10px 0px;
    text-align: center;
    position: relative;
    right: 0px;
  }
  .profile h4 {
    float: none;
    text-align: center;
  }
  .profile h4 i {
    display: none;
  }
  .titleStyle02:after {
    margin: auto;
  }
}
ul.profile_link li {
  display: inline-block;
  border-left: 1px solid #333;
  padding: 0px 10px;
}
ul.profile_link li a {
  color: #4575c1;
}
ul.profile_link li a:hover {
  color: #c31915;
}
ul.profile_link li:last-child {
  border-right: 1px solid #333;
}
ul.profile_link li .Anchor_point button {
  margin-bottom: 5px;
}