.blog-content #blog,
.blog-content #blog-m {
  margin-top: 24px;
}

#blog-m {
  display: none;
}

.blog .item {
  width: 100%;
  height: calc(62.5em / 16 * 9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.blog .owl-dots {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.blog .owl-dots > .owl-dot {
  width: 12px;
  height: 12px;
}

.blog .owl-dots .owl-dot ~ .owl-dot {
  margin-left: 12px;
}

.blog .owl-dots .owl-dot::before {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#siteBody {
  padding: 0 24px 16px 0;
}

#siteBody > .tool-bar {
  width: 68.5em;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 6.25vh;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

#siteBody > .tool-bar > .tab {
  display: flex;
  overflow-x: auto;
}

#siteBody > .tool-bar > .tab > div {
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  flex-shrink: 0;
}

#siteBody > .tool-bar > .tab .swiper-slide:hover {
  border-bottom: 1px solid #211614;
}

#siteBody > .tool-bar > .tab .swiper-slide:not(:last-child) {
  margin-right: 60px;
}

#siteBody > .tool-bar > .tab .swiper-slide._active {
  font-weight: 500;
}

#siteBody > .tool-bar > .select {
  width: 100%;
  display: none;
}

.form-control:disabled,
.form-control[readonly],
.input-select-option .form-control.input-select {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 1px solid black;
}

.input-select-option .form-control.input-select._focus {
  outline: none;
  box-shadow: none;
}

#siteBody > .tool-bar > .search {
  width: 30%;
}

#siteBody > .tool-bar > .search input {
  width: 100%;
  background-color: unset;
  border: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 1px;
  color: black;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#siteBody > .tool-bar > .search input::placeholder {
  font-weight: normal;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 1px;
  color: black;
}

.cards-group > .main-card {
  display: flex;
  cursor: pointer;
}

.cards-group > .main-card > .info > .title {
  margin-bottom: 60px;
}

.cards-group > hr {
  margin: 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.cards-group {
  width: 68.5em;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-bottom: 160px;
}

.cards-group .min-card {
  width: 30%;
  margin-top: 32px;
  cursor: pointer;
}

.cards-group .min-card:first-child,
.cards-group .min-card:nth-child(7n + 1) {
  width: 100%;
  display: flex;
  cursor: pointer;
}

.cards-group .min-card:nth-child(7n + 1):not(:first-child) {
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.cards-group .min-card:first-child,
.cards-group .min-card:nth-child(7n + 1):not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.cards-group .min-card > img {
  margin-bottom: 24px;
}

.cards-group .min-card:first-child > img,
.cards-group .min-card:nth-child(7n + 1) > img {
  width: 70%;
  max-height: 507px;
  padding-right: 40px;
  object-fit: cover;
}

.cards-group .min-card:first-child .info,
.cards-group .min-card:nth-child(7n + 1) .info {
  width: 30%;
}

.cards-group .min-card .info > .tag {
  margin-bottom: 12px;
}

.cards-group .min-card:first-child .info > .tag,
.cards-group .min-card:nth-child(7n + 1) .info > .tag {
  margin-bottom: 16px;
}

.cards-group .min-card > .info > .title {
  margin-bottom: 8px;
  line-height: 1.5;
}

.cards-group .min-card:first-child .info > .title,
.cards-group .min-card:nth-child(7n + 1) .info > .title {
  margin-bottom: 60px;
}

.cards-group .info > .tag {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 20px;
  letter-spacing: 1px;
}

.cards-group .info > .tag > span {
  /* border: 1px solid #666;
  border-radius: 10px; */
  color: #666;
  /* padding: 4px 8px; */
}

.cards-group .info > .title {
  font-family: "jf-jinxuan", "SanFranciscoDisplayLight", "PingFang TC", "微軟正黑體", "Microsoft JhengHei", "細明體", MingLiU,
    sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333;
}

.cards-group .info > .content {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #666666;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Inner */
audio {
  margin: 20px 0;
}

.bloginner {
  margin-top: 5rem;
}

.bloginner .hr {
  width: 95%;
  max-width: 62.5em;
  margin: auto;
  height: 1px;
  background-color: #333;
}

.blog-content {
  width: 62.5em;
  margin: auto;
  margin-bottom: 30px;
}

.blog-content .head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin: auto;
}

.blog-content .title {
  width: 100%;
  margin-bottom: 12px;
}

.blog-content .head h2 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333;
  font-family: "jf-jinxuan", "SanFranciscoDisplayLight", "PingFang TC", "微軟正黑體", "Microsoft JhengHei", "細明體", MingLiU,
    sans-serif;
  margin-right: 1rem;
  text-align: justify;
}

.blog-content .head p {
  margin-top: 12px;
}

.blog-content .head p,
.blog-content .head span,
.blog-other div p {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #666666;
}

.blog-content .head .back {
  cursor: pointer;
  display: flex;
}

.blog-content .head > .back img {
  width: auto;
}

.blog-content .head > .back span {
  word-break: keep-all;
  white-space: nowrap;
  margin-right: 8px;
}

.blog-content .body {
  width: 47em;
  margin: auto;
}

.blog-content .body > .class {
  color: black;
  margin-bottom: 12px;
}

.blog-other div p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.share-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.share-group *:not(:last-child) {
  margin-right: 20px;
}

.share-group img {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.blog-content > .body {
  margin-top: 60px;
}

.blog-content > .body p {
  font-weight: 300 !important;
  font-size: 1rem;
  letter-spacing: 1px;
}

.blog-other {
  width: 62em;
  margin: 60px auto;
}

.blog-other > .title {
  font-family: "jf-jinxuan", "SanFranciscoDisplayLight", "PingFang TC", "微軟正黑體", "Microsoft JhengHei", "細明體", MingLiU,
    sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  max-width: 55rem;
  color: #333;
  margin-bottom: 20px;
}

.blog-other > .list {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
}

.blog-other > .list > div {
  width: 280px;
  cursor: pointer;
}

.blog-other > .list > div img {
  width: 100%;
  height: 172px;
  object-fit: cover;
}

.blog-other > .list > div h3 {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222;
  margin-top: 28px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "jf-jinxuan", "SanFranciscoDisplayLight", "PingFang TC", "微軟正黑體", "Microsoft JhengHei", "細明體", MingLiU,
    sans-serif;
}

.blog-other > ul {
  list-style: none;
  padding-left: 30px;
}

.blog-other > ul > li {
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
}

/* .blog-other > ul > li:hover {
  color: black;
} */

.blog-other > ul > li:not(:last-child) {
  margin-bottom: 20px;
}

.blog-other > ul > li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background-color: #666;
  position: absolute;
  top: calc((14px * 1.8 - 8px) / 2);
  left: -20px;
}

.ql-editor {
  color: #333333;
  line-height: 2;
}

.ql-snow .ql-editor h3 {
  line-height: 1.8;
}

.ql-snow .ql-editor img {
  margin: 4px 0 8px 0;
}


.blog-content > .body {
  margin-top: 0;
}

#scrollTop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 99;
  cursor: pointer;
}
.border-0 {
  border: none;
}
@media (max-width: 990px) {
}
@media (max-width: 1140px) {
  .blog-other > .list {
    gap: 20px;
    overflow-x: auto;
    padding: 15px 0;
    padding-right: 5%;
    scroll-snap-type: x mandatory;
  }

  .blog-other > .list::-webkit-scrollbar {
    opacity: 0;
  }

  .blog-other > .list > div {
    scroll-snap-align: start;
  }
}

@media (max-width: 990px) {
  body {
    overflow-x: hidden;
  }
  .blogContainer {
    padding: 24px !important;
  }
  #blog {
    display: none;
  }

  #blog-m {
    display: block;
  }

  .blog .item {
    height: calc(100vw - 50px);
  }

  #siteBody {
    padding: 0 0 0 50px;
    margin-top: 2rem;
  }

  #siteBody > .tool-bar {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 7.5vh;
    flex-wrap: wrap-reverse;
  }

  #siteBody > .tool-bar > .search {
    width: 100%;
  }

  .cards-group {
    width: 100%;
    margin: unset;
    margin-right: auto;
    gap: 60px 40px;
    margin-bottom: 120px;
  }

  .cards-group .min-card:first-child,
  .cards-group .min-card:nth-child(7n + 1) {
    flex-wrap: wrap;
    gap: 24px;
  }

  .cards-group .min-card:first-child > img,
  .cards-group .min-card:nth-child(7n + 1) > img {
    width: 100%;
    max-height: 460px;
    padding-right: 0;
    margin-bottom: 0;
  }

  .cards-group .min-card:first-child > .info,
  .cards-group .min-card:nth-child(7n + 1) > .info {
    width: 95%;
    margin-right: auto;
  }

  .cards-group .min-card:first-child > .info > .tag,
  .cards-group .min-card:nth-child(7n + 1) > .info > .tag {
    margin-bottom: 12px;
  }

  .cards-group .min-card:first-child > .info > .title,
  .cards-group .min-card:nth-child(7n + 1) > .info > .title {
    margin-bottom: 24px;
  }

  .cards-group .min-card {
    width: calc(50% - 20px);
  }

  /* Inner */
  .blog-content {
    width: 100%;
    margin-left: 0;
  }

  .blog-other > ul {
    max-width: calc((100vw - 50px) * 0.95);
  }

  .blog-other > .list {
    max-width: calc(100vw - 50px);
  }

  .share-group > img {
    width: 28px;
    height: 28px;
    cursor: pointer;
  }

  .blog-content .body {
    width: 95%;
  }
}

@media (max-width: 520px) {
  audio {
    width: 95%;
  }

  #siteBody > .tool-bar {
    margin-top: 2rem;
  }

  .blog .owl-dots {
    text-align: left;
    bottom: -30px;
  }

  .blog .owl-dots > .owl-dot {
    width: 8px;
    height: 8px;
  }

  #siteBody > .tool-bar > .tab {
    display: none;
  }

  #siteBody > .tool-bar > .tab > div:not(:last-child) {
    margin-right: 0;
  }

  #siteBody > .tool-bar > .select {
    display: block;
  }

  .cards-group .min-card:first-child,
  .cards-group .min-card:nth-child(7n + 1) {
    padding-bottom: 0;
    border-bottom: unset;
  }

  .cards-group .min-card:nth-child(7n + 1):not(:first-child) {
    padding-top: 0;
    border-top: unset;
  }

  .cards-group .min-card:first-child > img,
  .cards-group .min-card:nth-child(7n + 1) > img {
    max-height: calc((100vw - 70px) * 0.67);
  }

  .cards-group .min-card:first-child > .info > .tag,
  .cards-group .min-card:nth-child(7n + 1) > .info > .tag {
    margin-bottom: 8px;
  }

  .cards-group .min-card:first-child > .info > .title,
  .cards-group .min-card:nth-child(7n + 1) > .info > .title {
    margin-bottom: 16px;
  }

  .cards-group {
    width: 100%;
    gap: 20px;
    margin-bottom: 80px;
  }

  .cards-group .min-card {
    width: 100%;
  }

  .cards-group .info {
    width: 95%;
    margin-right: auto;
  }

  .cards-group .info > .content {
    -webkit-line-clamp: 2;
  }

  .cards-group .min-card > .info > .title {
    margin-bottom: 4px;
  }

  /* Inner */

  .blog-content .head {
    margin: unset;
  }

  .blog-content .head h2 {
    font-size: 1.3rem;
  }

  .blog-content > .body {
    margin: unset;
    margin-top: 42px;
  }

  .blog-content > .body p {
    font-size: 0.875rem;
  }

  .blog-other {
    gap: 12px;
  }

  .blog-other > .list > div {
    width: 212px;
  }

  .blog-other > .list > div img {
    width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .blog-other > .list > div h3 {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .blog-other > .list > div p {
    font-size: 0.875rem;
  }

  .blog-other > ul > li {
    font-size: 1rem;
  }

  .share-group *:not(:last-child) {
    margin-right: 10px;
  }

  #scrollTop {
    right: 5%;
  }
  .ql-snow .ql-editor blockquote {
  font-size:14px !important;
  }
}
