/** Body **/

body {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #3c3c3c;
  -moz-user-select : none;
  -webkit-user-select: none;
}

blockquote {
  border-left: none;
}

a {
  text-decoration: none;
  color: #592883;
}

a[data-toggle='lightbox'] {
  display: block;
}

a:hover {
  text-decoration: none;
}

.navbar {
  min-height: 80px;
}

.nav.navbar-nav {
  display: flex;
  align-items: center;
}

.row {
  margin: 0px auto;
  max-width: 1000px;
}

.navbar-collapse {
  padding: 0px;
}

.nav-pills {
  margin-top: 5px;
}

.nav-pills>li>div {
  color: #666;
  padding: 8px 5px;
}

.nav-pills>li>a {
  padding: 0px 5px;
  /*font-size: 36px;*/
  line-height: 36px;
}

.navlink-div>a {
  float: left;
  padding-right: 5px;
}

.facebook-icon {
  font-weight: 900;
  color: #fff;
  background-color: #3A5795;
  border-radius: 5px;
  width: 32px;
  font-size: 32px;
  padding-right: 10px;
  text-align: right;
}

.line-div {
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin: 10px auto;
  width: 90%;
  line-height: 1;
}

.ibmi-icon {
  background-color: #0068c1;
  color: #fff;
  font-size: 10px;
  width: 24px;
  padding: 5.3px 1px;
  float: left;
  margin-top: 3px;
}

.info-div { 
  padding: 15px 0px;
}

.info-title {
  color: #592883;
  font-size: 18px;
  font-weight: bold;
}

.info-detail {
  font-size: 14px;
  padding: 15px 0px;
}

@media (min-width: 768px) {
  .col-sm-125 {
    width: 12.5%;
    float: left;
    padding: 0px 15px;
  }
  .col-sm-auto {
    width: auto;
    float: left;
    padding: 5px 0px !important;
    white-space: nowrap;
  }
  .menu-search {
    display: flex !important;
    float: right !important;
  }
}

.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}

/** Logo **/

/** fancybox **/

.fancybox-skin {
  background: initial;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.fancybox-opened .fancybox-title {
  visibility: hidden;
}

.fancybox-iframe {
  border-radius: 5px;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

/* Main Top */

.main-menu {
  padding: 5px 0px;
  padding-bottom: 2px;
}

.main-menu.new-icon::after {
  content: "NEW";
  color: #91307a;
  font-size: 12px;
  background-color: #e8cd42;
  position: absolute;
  top: 2.5px;
  right: 0;
  border-radius: 5px;
  padding: 0px 2.5px;
  font-weight: bold;
  animation-name: newicon;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes newicon {
  0% {
    background-color: #e8cd42;
    color: #91307a;
  }
  80% {
    background-color: #e8cd42;
    color: #91307a;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
}

.highlight-title {
  color: #91307a;
  background-color: #e8cd42;
  border-radius: 5px;
  padding: 0px 2.5px;
  font-weight: bold;
  animation-name: highlightstr;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes highlightstr {
  0% {
    background-color: #e8cd42;
    color: #91307a;
  }
  80% {
    background-color: #e8cd42;
    color: #91307a;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
}

.menu-img {
  width: auto;
}

.open>div>div {
  width: 0;
  height: 0;
  border: 8px solid;
  /* border-color: #ffffff #ffffff rgba(0, 0, 0, 0.7); */
  border-color: #592883 #592883 rgba(0, 0, 0, 0.7);
  margin: -16px auto 0px;
}

.main-top {
  background-color: #592883;
  padding: 0px;
  border-top: 4px solid #592883;
  border-bottom: 4px solid #f4f4f4;
  position: fixed;
  width: 100%;
  z-index: 100;
  min-height: 65px;
}

.navbar .navbar-default {
  border-top: 4px solid #592883;
}

.navbar-default .navbar-nav>li>a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

.navbar-default .navbar-brand {
  color: #337ab7;
  ;
}

.navbar-default .navbar-brand:hover {
  color: #592883;
}

.navbar-default .navbar-brand:focus {
  color: #592883;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background: rgba(255, 255, 255, .2);
  /*color: #592883;*/
  color:#fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
  background: rgba(255, 255, 255, .2);
  color: #592883;
}

.navbar-default, .navbar-toggle, .collapsed {
  background-color: #fff;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}

.search-menu {
  left: -170px;
  padding: 15px;
  width: 280px;
}

.input-group {
  width: 100%;
}

#Search {
  width: 80%;
}

.dropdown-menu>li>a {
  color: #fff;
  padding: 15px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  font-weight: bold;
}

.dropdown-menu>li>a:hover {
  background-color: #333;
  color: #592883;
  font-size: 18px;
}

.line-share {
  margin-left: 10px;
}

.line-share>a>img {
  width: 34px;
  height: 34px;
}

/** 首頁 **/

.owl-banner .owl-item div {
  padding: 5px;
  width: 100%;
}

.owl-banner .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#banner-1 .owl-prev {
  position: absolute;
  left: 10px;
  color: #fff;
  font-size: 34px;
  background: initial;
  top: 40%;
  padding: 0px;
}

#banner-1 .owl-next {
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 34px;
  background: initial;
  top: 40%;
  padding: 0px;
}

#banner-1 .owl-controls .clickable {
  display: none;
}

.index-div-01 {
  padding: 15px 0px;
}

.index-div-01 .photo-title {
  font-size: 18px;
  padding: 15px;
  background-image: url("../images/icon-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: bold;
}

.index-div-01 .photo-title img {
  margin-right: 15px;
}

.index-div-01 .photo-text {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 24px;
  text-overflow: ellipsis;
}

.index-div-01 .photo-img {
  padding: 0px 15px;
}

.index-div-01 .photo-img img {
  width: 100%;
}

.index-div-01 .news-title {
  font-size: 18px;
  padding: 15px 0px;
  margin-left: 15px;
  border-bottom: 2px solid #592883;
  color: #592883;
  font-weight: bold;
}

.index-div-01 .news-title img {
  margin-right: 15px;
}

.index-div-01 .news-text {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-div-02 {
  width: 100%;
  padding: 30px 15px;
  background-color: #e2e6e7;
}

.index-div-02-border {
  padding: 0px 10px;
}

.index-div-02-list {
  background-color: #fff;
  padding: 10px 15px;
}

.index-div-02-title {
  font-size: 18px;
  color: #592883;
  width: 100%;
  padding: 5px 0px;
  font-weight: bold;
}

.index-div-02-img {
  padding: 5px 0px;
}

.index-div-02-img img {
  width: 100%;
}

.index-div-02-text {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  min-height: 84px;
}

.index-div-02-more {
  margin-top: 10px;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #592883;
  color: #fff;
  width: 80px;
  border-radius: 5px;
}

.index-div-03 {
  padding: 30px 0px;
}

.index-div-03 {
  padding: 15px 0px;
}

.index-div-03 .photo-title {
  font-size: 18px;
  padding: 15px;
  background-image: url("../images/box-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.index-div-03 .photo-title img {
  margin-right: 15px;
}

.index-div-03 .news-title {
  font-size: 18px;
  padding: 15px 0px;
  border-bottom: 2px solid #592883;
  margin-bottom: 15px;
  color: #592883;
  font-weight: bold;
}

.index-div-03 .news-title img {
  margin-right: 15px;
}

.title-more {
  position: absolute;
  right: 15px;
}

.index-div-03 .news-text {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 28px;
}

.height-150-div {
  height: 150px;
  overflow: hidden;
}

.owl-banner-2 {
  padding: 15px 15px;
}

.owl-banner-2 .item {
  margin: 3px;
}

.owl-banner-2 .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-pagination {
  display: none;
}

.banner-link-div {
  margin-top: 30px;
  padding: 30px;
  padding-bottom: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#banner-2 .owl-prev {
  position: absolute;
  left: 0px;
  color: #333;
  font-size: 28px;
  background: initial;
  top: calc(50% - 28px);
  padding: 0px;
}

#banner-2 .owl-next {
  position: absolute;
  right: 0px;
  color: #333;
  font-size: 28px;
  background: initial;
  top: calc(50% - 28px);
  padding: 0px;
}

#banner-2 .owl-controls .clickable {
  display: none;
}

.news-text span {
  color: #3c3c3c;
}

.team-list {
  padding: 5px;
}

.team-list-div {
  /*border: 1px solid rgba(0, 0, 0, 0.1);	*/
  padding: 0px;
  background-color: #7ba1d1;
}

.team-list-img {
  padding: 0px;
  overflow: hidden;
  position: relative;
}

.team-list-img img {
  width: 100%;
}

.team-list-text {
  padding: 10px 5px 10px 10px;
  font-size: 14px;
  color: #fff;
}

.team-list-text a {
  font-size: 16px;
  color: #fff;
}

.team-list-more {
  padding: 0px 5px;
}

.team-list-more>a {
  font-weight: 500;
  font-size: 36px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.team-list-bottom {
  width: 100%;
  bottom: 0px;
  position: absolute;
  background-color: #7ba1d1;
  opacity: 0.8;
}

.team-list-type {
  font-size: 14px;
  color: #7da71c;
  font-weight: bold;
}

.team-list-brief {
  padding-top: 20px;
}

.team-detail-image {
  max-width: 200px;
}

.team-detail-image .team-image {
  padding: 5px;
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 4px 4px 3px rgba(20%, 20%, 40%, 0.5);
}

.team-detail-title {
  background-color: #7ba1d0;
  padding: 15px;
}

.team-detail-title .title-div {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
}

.team-detail-title .title-div2 {
  font-size: 16px;
  padding-bottom: 25px;
  color: #fff;
}

/** Main Center **/

.center-title {
  background-image: url("../images/banner03.jpg");
  padding: 55px 75px;
  height: 169px;
  font-size: 35px;
  color: #592883;
  font-weight: bold;
}

.center-div {
  padding: 15px 0px;
}

.center-left {
  padding: 0px;
}

.center-left-title {
  font-size: 18px;
  color: #592883;
  border-bottom: 2px solid #592883;
  padding: 10px 5px;
  font-weight: bold;
}

.center-left-date {
  float: right;
  font-size: 14px;
  color: #333;
}

.center-left-page {
  color: #3c3c3c;
  padding: 10px 15px;
}

.center-left-top {
  padding: 10px 0px;
  font-size: 14px;
}

.left-top-1 {
  padding: 10px 0px;
  float: left;
}

.left-top-1>img {
  margin-left: 10px;
}

.left-top-2 {
  float: right;
}

.left-top-2>div {
  float: left;
  padding-top: 5px;
}

.left-top-2 .addthis {
  padding-top: 0px;
}

.center-left-value {
  clear: both;
  padding: 15px 0px;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.center-left-value::after {
  content: '　';
  display: block;
  clear: both;
}

.center-left-value .row {
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(100% + 30px) !important;
}

.left-div-top {
  padding: 0px;
}

.center-left-div {
  width: 100%;
  padding: 15px 0px;
  display: flex;
  flex-wrap: wrap;
}

.left-div-img>img {
  width: 100%;
}

.left-div-title {
  font-size: 18px;
  color: #592883;
  padding-bottom: 10px;
}

.left-div-value {
  font-size: 14px;
  color: #3c3c3c;
}

.left-div-more {
  color: #4487c6;
  font-size: 14px;
  padding: 10px 0px;
}

.photo-list-div {
  margin: 7.5px 0px;
  padding: 0px;
}

.photo-list-img {
  padding: 15px 10px 20px;
  border: 1px solid #c1c1c1;
  margin: 10px 0px;
  border-radius: 5px;
}

.photo-list-img>img {
  width: 100%;
}

.photo-list-value {
  font-size: 14px;
  width: 100%;
  min-height: 60px;
}

.photo-list-row {
  clear: both;
}

.table-title {
  color: #fff;
  background-color: #592883;
  font-size: 14px;
}

.table-value {
  color: #3c3c3c;
  font-size: 14px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px 10px;
}

.center-right {
  padding-right: 0px;
}

.center-right-div {
  width: 100%;
}

.right-title {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px;
  /*background: -webkit-linear-gradient(rgba(89, 40, 131, 0.5), #fff);
  background: -o-linear-gradient(rgba(89, 40, 131, 0.5), #fff);
  background: -moz-linear-gradient(rgba(89, 40, 131, 0.5), #fff);
  background: linear-gradient(rgba(89, 40, 131, 0.5), #fff);*/
  color: #fff;
  font-weight: bold;
  background-color: #592883;
}

.right-value {
  color: #3c3c3c;
  padding: 5px 5px 5px 25px;
  background-image: url('../images/dot01.gif');
  background-repeat: no-repeat;
  background-position: 10px 10px;
  font-size: 14px;
}

.right-value:hover {
  color: #4487c6;
}

.right-more {
  color: #4487c6;
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
}

.member-list-div>a {
  color: #666;
}

.member-list-div-focus>a {
  color: #337ab7;
}

.member-value-div {
  padding: 20px 0px;
  border-bottom: 1px solid #c1c1c1;
}

.member-title {
  font-size: 16px;
  color: #337ab7;
  font-weight: 500;
  padding: 10px 0px;
}

.member-value {
  font-size: 12px;
  padding: 5px 0px;
  word-break: break-all;
}

.member-more>a {
  color: #ff6400;
  padding: 5px 0px;
}

.DSCDOCTYP-div {
  font-size: 18px;
  padding: 15px;
}

.DSCDOC-div {
  font-size: 18px;
  padding: 15px;
}

.DSCDOC-item {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #592883;
  border-radius: 5px;
  margin-bottom: 10px;
}

.contactus-info span {
  padding-bottom: 15px;
  display: inline-block;
  /* or block */
}

.google-auto-placed {
  display: none;
}

#twcaseal.SMALL {
  margin-top: 5px;
}

#twcaseal.SMALL #twcad2 {
  left: 140px;
  top: 0px;
}

#swal2-content {
  font-size: 18px;
}

.swal2-actions {
  font-size: 14px;
}

.dropdown-menu {
  min-width: 220px;
}

.modal-dialog {
  /*width: auto !important;*/
  width: 90%;
}

@media print {
	a[href]:after {
		content: "";
	}
}

@media (max-width: 767px) {
  .center-right {
    padding-right: 15px;
  }
  .center-left-value {
    padding: 15px 15px;
  }

  .nav.navbar-nav {
    display: block;
    align-items: center;
}
}

/** Main Bottom **/

.main-bottom {
  position: relative;
  background-color: #f6f6f6;
  clear: both;
  cursor: default;
  margin-top: 60px;
  overflow: hidden;
}

.bottom-div {
  max-width: 1550px;
  color: #333;
  padding: 70px 15px 15px 15px;
  margin: 0 auto;
}

.column {
  padding: 10px 15px 15px;
}

.column h4 {
  padding-left: 0.15em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.column a {
  color: #666;
  display: list-item;
  table-layout: fixed;
  list-style-type: none;
  list-style-position: outside;
  line-height: 2.0em;
}

.column span {
  color: #666;
  display: list-item;
  table-layout: fixed;
  list-style-type: none;
  list-style-position: outside;
  line-height: 2.0em;
}

.customer-service {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
  padding: 20px 0px;
}

.bottom-logo {
  margin-top: 15px;
  max-width: 100%;
  width: auto;
}

#epaper_bottom_form .input-group-btn {
  display: table-cell;
}

.video-div {
  padding-bottom: 30px;
}

.video-div .embed-responsive {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-div .video-title {
  padding: 15px 0px;
  text-align: left;
  min-height: 60px;
}

.video-div .video-min-title {
  padding: 10px 0px;
  text-align: left;
  min-height: 60px;
}

.video-div .glyphicon {
  font-size: 48px;
  color: #c00;
  width: 100%;
  text-align: center;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  opacity: 0.75;
}

@media (min-width: 768px) {
  .col-125 {
    width: 12.5%;
  }
  .col-250 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  /** Main-Top **/
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    padding: 15px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #592883;
  }
  .navbar-nav {
    margin: 7.5px 0px;
    padding: 0px;
  }
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dropdown, .open {
    padding: 0px;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #592883;
    color: #fff;
  }
  .open, .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7);
  }
  #banner-1 .owl-prev, #banner-1 .owl-next {
    top: 40%;
  }
}

@media (max-width: 760px) {
  /** Main-Center **/
  .center-title {
    background-size: 760px;
    padding: 45px 50px;
    font-size: 24px;
    height: 128.1px;
  }

  .navbar {
    min-height: 60px;
  }
}

@media (max-width: 500px) {
  /** Logo **/
  .center-logo {
    height: 110px;
    background-color: rgba(255, 255, 255, 0.65);
  }
  .logo-img {
    width: 80%;
  }
  /** Main-Center **/
  .center-title {
    background-size: 500px;
    padding: 27px 35px;
    font-size: 20px;
    height: 84.5px;
  }
  /** register **/
  .register-div {
    padding: 5px 15px 10px;
  }
  .register-title {
    width: 100%;
    float: inherit;
    text-align: center;
    padding: 5px 15px 15px 0px;
    font-size: 16px;
  }
  .register-input {
    width: 80%;
    float: inherit;
    margin: 0px auto;
  }
}