@charset "UTF-8";
#lsdv .breadcrumb {
  padding: 20px 0;
  font: 1em "Noto Sans TC", sans-serif;
  line-height: 1em;
}
#lsdv .breadcrumb a, #lsdv .breadcrumb span, #lsdv .breadcrumb h1, #lsdv .breadcrumb > .active {
  display: inline;
  font-size: 1em;
  text-decoration: none;
}
#lsdv .breadcrumb > li {
  display: inline;
}
#lsdv .breadcrumb > li:first-of-type::before {
  content: "←";
  padding-right: 5px;
}
#lsdv .breadcrumb > li + li:before {
  padding: 0 10px;
  content: "/";
  color: #969696;
}
#lsdv .pagination-group {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
#lsdv .pagination-right .arrow {
  transform: rotate(180deg);
}
#lsdv .pagination .arrow {
  width: 15px;
  height: 15px;
}
#lsdv .icons {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-size: cover;
}
#lsdv .icons-arrow {
  cursor: pointer;
  background: url(../component/images/icons-arrow.svg) no-repeat center;
}
#lsdv .icons-arrow.top {
  transform: rotate(90deg);
}
#lsdv .icons-arrow.bottom {
  transform: rotate(-90deg);
}
#lsdv .icons-arrow.right {
  transform: rotate(-180deg);
}
#lsdv .icons-upload {
  background: url(../component/images/icons-upload.svg) no-repeat center;
}
#lsdv .icons-delete {
  background: url(../component/images/icons-delete.svg) no-repeat center;
}
#lsdv .icons-cross {
  background: url(../component/images/icons-cross.svg) no-repeat center;
}
#lsdv .icons-edit {
  background: url(../component/images/icons-edit.svg) no-repeat center;
}
#lsdv .icons-file {
  background: url(../component/images/icons-file.svg) no-repeat center;
}
#lsdv .icons-user {
  background: url(../component/images/icons-user.svg) no-repeat center;
}
#lsdv .modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  opacity: 0;
  transition: opacity 0.15s linear;
  font: 1em "Noto Sans TC", sans-serif;
  line-height: 1.2em;
}
#lsdv .modal.js-modal-in {
  opacity: 1;
  display: block;
  pointer-events: none;
}
#lsdv .modal-inner {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: white;
}
@media (min-width: 768px) {
  #lsdv .modal-inner {
    position: relative;
    top: calc(50% - 300px);
    max-width: 727px;
    border-radius: 15px;
  }
}
#lsdv .modal-header {
  padding: 18px 20px;
  font-size: 1.15em;
  line-height: 1em;
  font-weight: 600;
  background: #e5e5e5;
}
@media (min-width: 768px) {
  #lsdv .modal-header {
    border-radius: 15px;
    background: white;
  }
}
#lsdv .modal-body {
  position: relative;
  max-height: 500px;
  min-height: 400px;
  background-clip: padding-box;
  animation: rotate 2s infinite;
  pointer-events: visible;
  overflow-y: auto;
}
#lsdv .modal-footer {
  width: 100%;
  padding: 15px;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #dddddd;
  background: #e4e4e4;
  pointer-events: visible;
}
#lsdv .modal-content {
  padding: 18px 20px;
}
#lsdv .modal .btn-close {
  position: absolute;
  right: 0;
  top: -30px;
}
#lsdv .uploadPhoto {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
@media (min-width: 992px) {
  #lsdv .uploadPhoto {
    width: calc(50% - 12px);
  }
}
@media (min-width: 992px) {
  #lsdv .uploadPhoto:nth-child(even) {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #lsdv .uploadPhoto:nth-child(odd) {
    margin-right: 10px;
  }
}
#lsdv .uploadPhoto-left {
  display: flex;
  align-items: center;
}
#lsdv .uploadPhoto-img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
#lsdv .uploadPhoto-fileName {
  word-break: break-all;
  white-space: pre-line;
}
#lsdv .uploadPhoto-fileSize {
  margin-top: 8px;
  padding: 2px 5px;
  color: #969696;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  font-size: 0.9em;
}
#lsdv .articleList-inner {
  padding: 15px 20px;
  text-decoration: none;
}
#lsdv .articleList-item {
  padding: 10px;
}
#lsdv .articleList-left {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  border: 5px solid white;
  background: white;
}
#lsdv .articleList-right {
  padding: 10px 0 10px 20px;
}
#lsdv .articleList-top {
  position: relative;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  border: 5px solid white;
  background: white;
}
#lsdv .articleList-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lsdv .articleList-tag {
  padding: 2px 8px;
  font-size: 0.7em;
  border-radius: 10px;
  background: #595959;
  color: white;
}
#lsdv .articleList-title {
  padding: 5px 0;
  font: 1.15em "Noto Sans TC", sans-serif;
  line-height: 1.3em;
  font-weight: 600;
  color: #1c1c1c;
}
#lsdv .articleList-desc {
  font: 1em "Noto Sans TC", sans-serif;
  line-height: 1.3em;
  color: #969696;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#lsdv .articleList-search {
  margin: 8px 0;
  font: 1.15em "Noto Sans TC", sans-serif;
  line-height: 1.3em;
  font-weight: 600;
  color: #1c1c1c;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#lsdv .articleList-search-no {
  font-size: 0.9em;
  color: #1c1c1c;
}
#lsdv .articleList-class {
  font: 1em "Noto Sans TC", sans-serif;
  line-height: 1.3em;
  color: #969696;
}
#lsdv .articleList .col-xs-12 .col-sm-6.col-md-4:nth-child(odd) {
  clear: both;
}
@media (min-width: 992px) {
  #lsdv .articleList .col-xs-12 .col-sm-6.col-md-4:nth-child(odd) {
    clear: inherit;
  }
  #lsdv .articleList .col-xs-12 .col-sm-6.col-md-4:nth-child(3n+1) {
    clear: both;
  }
}
#lsdv .articleList .col-xs-6.col-md-3:nth-child(odd) {
  clear: both;
}
@media (min-width: 992px) {
  #lsdv .articleList .col-xs-6.col-md-3:nth-child(odd) {
    clear: inherit;
  }
}
#lsdv .articleList .col-xs-12.col-sm-6.col-md-4:nth-child(odd) {
  clear: both;
}
@media (min-width: 992px) {
  #lsdv .articleList .col-xs-12.col-sm-6.col-md-4:nth-child(odd) {
    clear: inherit;
  }
  #lsdv .articleList .col-xs-12.col-sm-6.col-md-4:nth-child(3n+1) {
    clear: both;
  }
}
#lsdv .categorymMenu {
  display: none;
}
@media (min-width: 1200px) {
  #lsdv .categorymMenu {
    display: block;
  }
}
/*#lsdv .categorymMenu-m:hover .categorymMenu-lists {*/
/*  display: block;*/
/*  z-index: 9;*/
/*}*/
@media (min-width: 1200px) {
  #lsdv .categorymMenu-m {
    display: none;
  }
}
#lsdv .categorymMenu-title {
  padding: 12px;
  margin-bottom: 5px;
  font-size: 1.15em;
  font-weight: 600;
  border-bottom: 1px dashed #e4e4e4;
}
#lsdv .categorymMenu-lists {
  display: none;
  position: absolute;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 #dddddd;
  background: white;
}
@media (min-width: 1200px) {
  #lsdv .categorymMenu-lists {
    display: block;
    width: 90%;
    position: relative;
  }
}
#lsdv .categorymMenu-item {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
}
#lsdv .categorymMenu-item.active {
  color: #0057ff;
}
#lsdv .categorymMenu-selectItem {
  padding: 12px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: white;
  cursor: pointer;
}
#lsdv .categorymMenu-selectItem::after {
  content: url(../component/images/icons-arrow.svg);
  position: absolute;
  right: 12px;
  transform: rotate(-90deg);
}
#lsdv .categorymSubMenu {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  #lsdv .categorymSubMenu {
    padding-top: 0;
  }
}
#lsdv .categorymSubMenu-item {
  display: inline-block;
  margin: 0 8px 10px 0;
  padding: 5px 15px;
  border-radius: 35px;
  border: 1px solid #e4e4e4;
  text-decoration: none;
}
#lsdv .categorymSubMenu-item.active {
  color: #e4e4e4;
  background: #0057ff;
  border-color: #0057ff;
}
#lsdv .js-categorymMenu-m-active .categorymMenu-lists {
    display: block;
    z-index: 9;
}

#lsdv .article {
  margin-bottom: 50px;
}
#lsdv .articleTitle {
  position: relative;
}
#lsdv .articleTitle-banner {
  width: 100%;
  height: 350px;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}
#lsdv .articleTitle-txt {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  font-size: 1.7em;
  text-align: center;
  letter-spacing: 8px;
  color: white;
}
#lsdv .articleTitle-txt small {
  letter-spacing: -0.05em;
}
#lsdv .articleContent {
  max-width: 825px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
#lsdv .articleContent-inner {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
}
@media (min-width: 768px) {
  #lsdv .articleContent-inner {
    display: flex;
  }
}
#lsdv .articleContent-info {
  display: flex;
  flex-direction: column;
}
#lsdv .articleContent-info-top {
  padding-bottom: 25px;
}
#lsdv .articleContent-img {
  width: calc(100% - 20px);
  border-radius: 8px;
}
#lsdv .articleContent-title {
  padding-bottom: 15px;
  font: 1.7em "Noto Sans TC", sans-serif;
  line-height: 1.4em;
  font-weight: 800;
  color: #212121;
}
#lsdv .articleContent-desc {
  color: #1c1c1c;
}
#lsdv .articleContent-desc a {
  color: #0057ff;
}
#lsdv .articleContribute {
  max-width: 825px;
  padding-bottom: 40px;
}
#lsdv .articleContribute-content {
  padding: 10px 0 20px;
  color: #969696;
  font-size: 0.9em;
}
#lsdv .articleContribute-content:last-of-type {
  margin-bottom: 15px;
}
#lsdv .articleContribute-floor {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
#lsdv .articleContribute-floor a {
  color: #0057ff;
}
#lsdv .articleContribute-title {
  margin: 30px auto 10px;
  padding: 10px 0;
  font-size: 1.15em;
  font-weight: 600;
  color: #1c1c1c;
  border-bottom: 1px solid #e5e5e5;
}
#lsdv .articleContribute-neme {
  font-size: 1.15em;
  font-weight: 600;
  color: #1c1c1c;
}
#lsdv .articleContribute-neme time {
  padding-left: 10px;
  color: #969696;
  font-size: 0.9em;
}/*# sourceMappingURL=article.css.map */
