/*---------- blog_list --------------*/
.date_wrap {
  display: flex;
  color: #747474;
}
.date_wrap .category {
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}
.date_wrap .category:after {
  content: "";
  width: 1px;
  background-color: #747474;
  right: 0;
  position: absolute;
  top: 5px;
  bottom: 0;
  height: 18px;
}
.date_wrap .time {
  margin-right: 8px;
}

.title_descript {
  margin-bottom: 100px;
}
.primary_wrap {
  flex: 0 0 65%;
  margin-right: 5%;
}
.aside_wrap {
  flex: 0 0 30%;
}
.blog_list_wrap li {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.blog_detail_wrap {
  padding: 5%;
}
.blog_list_wrap ul li {
  margin-bottom: 30px;
}
.blog_list_wrap ul li h2 {
  font-size: clamp(1rem, 3vw, 1.5rem);
  color: #c39b79;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 8px;
}
.blog_list_wrap .date_wrap {
  border-bottom: 1px solid #e9cab1;
  padding-bottom: 21px;
  margin-bottom: 21px;
}
.article {
  margin-bottom: 8px;
}
.link_wrap {
  text-align: right;
}
.aside_wrap aside {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 8px;
  padding: 5%;
  margin-bottom: 30px;
  position: relative;
}
.aside_wrap aside.tag_block {
  background-color: transparent;
  box-shadow: inherit;
  padding: 0;
}
.aside_title {
  border-bottom: 1px solid #e9cab1;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: var(--primary_color);
  text-transform: uppercase;
}
.aside_detail > ul > li {
  margin-bottom: 12px;
}
.aside_detail > ul > li a {
  color: #747474;
}
.aside_detail ul li a:hover {
  color: var(--primary_color);
}
.aside_detail .date_wrap {
  margin-bottom: 3px;
  color: var(--primary_color);
}
.aside_detail .category:after {
  background-color: var(--primary_color);
}
.img_wrap {
  flex: 0 0 32%;
  margin-right: 3%;
}
.img_wrap img {
  height: auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.article_wrap {
  flex: 0 0 65%;
}
.article_name {
  line-height: 1.4;
}
.article_list .article_list_item {
  margin-top: 30px;
}
.search_button {
  color: #e9cab1;
  font-size: 23px;
}
.form-control {
  width: 85%;
  font-size: 1rem;
  padding: 3%;
  border: 0 none;
  margin-right: 5%;
  border-radius: 8px;
}
.form-control:hover,
.form-control:focus {
  border: 0 none;
  outline: none;
}
.form-control:focus-visible {
  border: 0 none;
  outline: none;
}
.aside_wrap aside.tag_block ul {
  display: flex;
  flex-wrap: wrap;
}
.aside_wrap aside.tag_block ul li {
  margin: 2% 3% 2% 0;
}
.aside_wrap aside.tag_block ul li a {
  display: block;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  border-radius: 4px;
  display: block;
  padding: 3px 16px 5px;
}
.aside_wrap aside.tag_block ul li a:hover {
  background-color: #c39b79;
  color: #fff;
}
._page_container {
  text-align: center;
}
._prev,
._next {
  background-color: transparent;
  border: 0 none;
  color: #747474;
  padding: 0;
}
._pages_li_2._active_2 {
  background-color: var(--primary_color);
}
._pages_li_2 {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 0;
  min-width: inherit;
  line-height: 30px;
  border: 0 none;
}
#st-1 .st-btn {
  width: 32px;
}
/*---------- blog_view --------------*/
.blog_view_wrap {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.blog_article_wrap {
  padding: 5%;
}
.blog_article_wrap h1 {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.72px;
  color: var(--primary_color);
}
.blog_article_wrap .date_wrap {
  border-bottom: 1px solid var(--primary_color);
  padding-bottom: 3%;
  margin-bottom: 3%;
}
.blog_article_wrap .sharethis-inline-share-buttons {
  margin-bottom: 3%;
}
.blog_article_wrap .article p {
  margin: 20px 0;
  line-height: 31px; /* 193.75% */
  letter-spacing: 0.48px;
}
.blog_article_wrap .link_to_article {
  margin-bottom: 5%;
}
.blog_article_wrap .link_to_article ul {
  display: flex;
  justify-content: space-between;
}
.blog_article_wrap .link_to_article ul li {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.blog_article_wrap .link_to_article ul li a {
  color: var(--primary_color);
  display: block;
  border: 1px solid #bababa;
  padding: 2% 5%;
  box-sizing: border-box;
  border-radius: 8px;
}
.blog_article_wrap .link_to_article ul li a:hover {
  background-color: var(--primary_color);
  border: 1px solid var(--primary_color);
  color: #fff;
}
.blog_article_wrap .link_to_article ul li a span {
  font-family: "Lexend Tera", sans-serif;
  margin-left: 29px;
  color: #bababa;
}
.blog_article_wrap .link_to_article ul li a:hover span {
  color: #fff;
}
.nextpost_wrap a {
  display: flex;
  color: #747474;
}
.nextpost_wrap a .icon_wrap {
  margin-right: 5%;
}
.nextpost_wrap a .icon_wrap .svg_bg {
  background-color: #f3f3f3;
  border-radius: 100%;
  width: 79px;
  height: 79px;
}
.nextpost_wrap a .icon_wrap .svg_bg svg {
  color: #747474;
  fill: currentColor;
}
.nextpost .nextpost_title {
  font-size: 14px;
  color: #bdbdbd;
  letter-spacing: 0.42px;
}
.nextpost h3 {
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.72px;
  color: var(--primary_color);
}
.blog_img {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 62.25%;
  width: 100%;
}
.blog_img .blog_img_box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.section_blog_view .blog_img {
  padding-bottom: 73.25%;
}

#ig_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.ig_item {
  width: 32%;
  margin: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-items: center;
  position: relative;
}
.ig_item.carousel_album::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 22 22" viewBox="0 0 22 22"><path d="M15.9 13.6V5c0-1.3-1.1-2.4-2.4-2.4H5C3.7 2.7 2.7 3.7 2.7 5v8.6c0 1.3 1 2.4 2.3 2.4h8.6c1.3 0 2.3-1.1 2.3-2.4zM18 6.9v7.4c0 2.1-1.7 3.8-3.8 3.8H6.8c-.3 0-.4.3-.2.5.5.5 1.1.8 1.9.8h6.1c2.6 0 4.7-2.1 4.7-4.7V8.5c0-.7-.3-1.4-.8-1.9-.2-.2-.5 0-.5.3z" style="fill:%23fff"/></svg>')
    no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
}
.ig_item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.ig_item a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ig_item .card-img-top {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
}

@media (max-width: 1100px) {
  .title_descript {
    margin-bottom: 5%;
  }
  .webimgview_wrap.display_flex {
    flex-direction: column;
  }
  .webimgview_wrap .primary_wrap {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 5%;
  }
}

table {
  width: 100%;
  table-layout: auto;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 讓滾動更平滑 */
}

.table-responsive table {
  width: 100%;
  min-width: 600px; /* 設定一個最小寬度 */
}
