@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400..900&family=Noto+Serif+TC:wght@400..900&family=Roboto&display=swap');

:root {
  --color-main: #bf8827;
  --color-main-sub: #bb822b;
  --color-main-dark: #8a6323;

  --color-link: #b48123;

}


/*reset*/
body {
  margin: 0;
  padding: 0;
  color: #444;
  font: 18px/140% 'Noto Sans TC', sans-serif;
  line-height: 1.7;
  background-size: 100% 3px;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

html {
  /*safari內網頁的字體不會無緣無故變大*/
  -webkit-text-size-adjust: 100%;
}

div,
p,
span,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
table,
td,
th,
img {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  border: none;
  box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 0.7px;
}

img {
  border: none;
  display: block;
  width: 100%;
}

ul,
li {
  list-style: none;
}

ol {
  padding: inherit;
}

ol li {
  list-style: decimal;
}


html:focus,
body:focus,
div:focus {
  outline: none;
}

/* 一般樣式設定 */
.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.tC {
  text-align: center;
}

.tC img {
  margin: 0 auto;
}

.tB {
  font-weight: bold;
}

.web {
  display: block;
}

.mobile {
  display: none;
}

figure {
  margin: 0;
}

a {
  color: var(--color-link);
  text-decoration: none;
}
a:hover {
  opacity: .8;
  transition: all 300ms ease-in-out;
}

a.alink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999em;
  z-index: 2;
}

/* 文字大小 */
h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.25rem;
}

.en {
  font-family: 'Roboto';
}

/* 最大寬度 */
.max-w-l {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/*===========頁面架構===========*/

.container {
  padding: 40px 0 55px 0;
}

.in {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

/*===========天地框架===========*/
/*---header---*/
header {
  position: relative;
  background: #fff;
  z-index: 98;
}

header::before {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #8a6323, #f7b304);
  position: absolute;
  left: 0;
  top: 0;
}

header.m_open::before {
  display: none;
}

header .top {
  padding: 26px 0 22px;
  position: relative;
}

header .top .logo {
  width: 222px;
  height: 52px;
  display: block;
  background: url(../images/logo.png) left center no-repeat;
  background-size: 100% auto;
}

header .media-group {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.media-group {
  display: flex;
  gap: 0 10px;
}
.media-item {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background: url(../images//media_fb.svg)no-repeat center center / contain;
  background-size: 30px auto;
}
.media-item:hover {
  opacity: 1;
}

.media-item.fb {
  background-image: url(../images/media_fb.svg);
}
.media-item.fb:hover {
  border-color: #000;
  filter: invert(39%) sepia(12%) saturate(3779%) hue-rotate(181deg) brightness(100%) contrast(70%);
  transition: 0s;
}

.media-item.yt {
  background-image: url(../images/media_yt.svg);
}
.media-item.yt:hover {
  border-color: #000;
  filter: invert(11%) sepia(95%) saturate(7205%) hue-rotate(1deg) brightness(108%) contrast(110%);
  transition: 0s;
}

.media-item.podcast {
  background-image: url(../images/media_podcast.svg);
}
.media-item.podcast:hover {
  border-color: #000;
  filter: brightness(0) saturate(100%) invert(22%) sepia(80%) saturate(2468%) hue-rotate(264deg) brightness(86%) contrast(99%);
  transition: 0s;
}

.media-item.spotify {
  background-image: url(../images/media_spotify.svg);
}
.media-item.spotify:hover {
  border-color: #000;
  filter: brightness(0) saturate(100%) invert(69%) sepia(11%) saturate(4158%) hue-rotate(87deg) brightness(100%) contrast(80%);
  transition: 0s;
}

.media-item.kkbox {
  background-image: url(../images/media_kkbox.svg);
}
.media-item.kkbox:hover {
  border-color: #000;
  filter: brightness(0) saturate(100%) invert(68%) sepia(26%) saturate(6366%) hue-rotate(160deg) brightness(103%) contrast(110%);
  transition: 0s;
}

.media-item.ig {
  position: relative;
  background-image: url(../images/media_ig.svg);
}
.media-item.ig::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/media_ig_white.svg);
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}
.media-item.ig:hover,
.m_pageMenu .media-item.ig:hover {
  background: radial-gradient(circle at 30% 110%,
        #ffdb8b 0%,
        #ee653d 25%,
        #d42e81 50%,
        #a237b6 75%,
        #3e57bc 100%); 
}
.media-item.ig:hover::after {
  opacity: 1;
}

.media-item.pp {
  position: relative;
  background-image: url(../images/media_pp.svg);
}
.media-item.pp:hover {
  border-color: #000;
  filter: brightness(0) saturate(100%) invert(66%) sepia(86%) saturate(724%) hue-rotate(351deg) brightness(97%) contrast(97%);
  transition: 0s;
}

.media-item.threads {
  position: relative;
  background-image: url(../images/media_threads.svg);
}
.media-item.threads:hover {
  border-color: #000;
  background-color: #000;
  background-image: url(../images/media_threads_white.svg);
  transition: 0s;
}



header .bot .in {
  background-color: #fff;
  /* padding: 10px 0; */
  color: #5c5c5c;
  border-top: solid 1px var(--color-main-dark);
  border-bottom: solid 1px var(--color-main-dark);
}

header .bot a {
  color: #5c5c5c;
}

header .bot .dropMenu {
  display: none;
}

header .nav {
  display: flex;
  justify-content: center;
  position: relative;
}

header .nav>li>a {
  padding: 15px;
  display: block;
}

header .nav>li>.on ,
header .nav>li>a:hover {
  color: #bb8822;
  font-weight: 700;
  opacity: 1;
}

header .nav>li {
  position: static;
}

header .nav>li:hover>a {
  color: #bb8822;
  font-weight: 700;
}

/* header .nav .hasSub>a {
  padding-right: 25px;
  position: relative;
}

header .hasSub>a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  right: 10px;
  top: 25px;
  transition: 0.2s all ease-in-out;
} */

/* lv2 */
header .hasSub ul {
  display: none;
  position: absolute;
  background-color: #fff;
  left: -15px;
  width: calc(100% + 30px);
  padding: 30px 25px;
  flex-wrap: wrap;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  transform: translateY(100%);
  bottom: -1px;
}

header .hasSub:hover ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 48px);
  grid-auto-flow: column;
}

header .hasSub ul li {
  flex: 0 1 auto;
  /* width: 25%; */
  padding-right: 24px;
}
header .hasSub ul .row-2 {
  height: 96px;
  grid-row-start: 4;
  grid-row-end: 6;
}

header .hasSub ul a {
  display: block;
  line-height: 48px;
  color: #444;
  position: relative;
  padding-left: 15px;
}

header .hasSub ul a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 22px;
  background-color: #bb8822;
  top: 14px;
}

header .hasSub ul a:hover {
  color: #bb8822;
}

header .hasSub ul li:nth-child(3n) {
  margin-right: 0;
}

/* header .hasSub:hover> ::before {
  transform: rotate(315deg);
  top: 28px;
  border-color: #a78b56;
} */

header .bot .logo {
  display: none;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 65px;
  background: url(../images/logo_white.png)no-repeat center center /contain;
  z-index: 2;
}

header .bot .search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/search-main.svg)no-repeat center center / 26px auto;
}

header.fixed {
  width: 100%;
  position: fixed;
}

header.fixed .top {
  display: none;
}

header.fixed .bot {
  background-color: var(--color-link);
}

header.fixed .bot .in {
  max-width: 1100px;
  background-color: transparent;
  border: none;
  /* padding: 5px 0; */
}

header.fixed .bot .nav > li > a {
  color: #fff;
}

header.fixed .nav>a {
  padding: 20px 15px;
}

header.fixed::before {
  display: none;
}

header.fixed .hasSub ul {
  bottom: 0px;
}

header.fixed .bot .logo {
  display: block;
}

header.fixed .bot .search {
  background: url(../images/search_white.svg) no-repeat center center / contain;
}




header .mobile {
  padding: 8px 0;
}

header .mobile .logo {
  width: 135px;
  height: 63px;
  background: url(../images/logo.png)no-repeat center center / contain;
  display: block;
}

header .m_header_btn {
  width: 40px;
  height: 40px;
  background: url(../images/m_pageMenu.svg)no-repeat center center / contain;
  position: absolute;
  background-size: 30px auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

header .m_header_btn.pageMenu {
  right: 10px;
  background-image: url(../images/m_pageMenu.svg);
}

header .m_header_btn.search {
  right: 55px;
  background-image: url(../images/search.svg);
}

header .mobile.menuOpen {
  background-color: #bd9957;
}

header .mobile.menuOpen .logo {
  background-image: url(../images/logo_white.png);
}

header .mobile.menuOpen .m_header_btn.pageMenu {
  background-image: url(../images/m_pageMenu_close.svg);
}

header .mobile.menuOpen .m_header_btn.search {
  display: none;
}

.m_pageMenu {
  position: fixed;
  /* top: 67px; */
  left: 0;
  width: 100%;
  max-height: calc(100vh - 67px);
  min-height: calc(100vh - 67px);
  background: #bd9957;
  border-top: 1px solid #fff;
  overflow-y: auto;
  padding: 15px;
  display: none;
  z-index: 98;
}

.m_pageMenu.open {
  display: block;
}

.m_pageMenu a {
  color: #fff;
}

.m_pageMenu ul>li {
  border-bottom: 1px solid #e7d5ad;
}

.m_pageMenu ul>li a {
  display: block;
  padding: 10px;
}

.m_pageMenu ul>li:last-of-type {
  border-bottom: none;
  ;
}

.m_pageMenu ul ul {
  background-color: var(--color-link);
  padding: 12px 15px;
  display: none;
}

.m_pageMenu ul ul li {
  border-bottom: none;
}

.m_pageMenu ul ul li a {
  padding: 5px 0;
  font-size: 1rem;
}

.m_pageMenu ul .hasSub {
  position: relative;
}

.m_pageMenu ul .hasSub a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  right: 10px;
  top: 16px;
  transition: 0.2s all ease-in-out;
}

.m_pageMenu ul .hasSub.open ul {
  display: block;
}

.m_pageMenu ul .hasSub.open a::before {
  transform: rotate(315deg);
  top: 23px;
}

.m_pageMenu .media-group {
  margin-top: 20px;
}

.m_pageMenu .media-item {
  background-color: var(--color-link);
  border: none;
}

.m_pageMenu .media-item.fb {
  background-image: url(../images/media_fb_white.svg);
}

.m_pageMenu .media-item.yt {
  background-image: url(../images/media_yt_white.svg);
}

.m_pageMenu .media-item.podcast {
  background-image: url(../images/media_podcast_white.svg);
}

.m_pageMenu .media-item.spotify {
  background-image: url(../images/media_spotify_white.svg);
}

.m_pageMenu .media-item.kkbox {
  background-image: url(../images/media_kkbox_white.svg);
}

.m_pageMenu .media-item.ig {
  background-image: url(../images/media_ig_white.svg);
}

.m_pageMenu .media-item.pp {
  background-image: url(../images/media_pp_white.svg);
}
.m_pageMenu .media-item.pp:hover {
  background-color: #f4aa10;
  filter: none;
}

.m_pageMenu .media-item.threads {
  background-image: url(../images/media_threads_white.svg);
}
.m_pageMenu .media-item.threads:hover {
  background-color: #000;
}

/* searchbox */
.searchPage_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(80, 80, 80, 0.9);
  z-index: 99;
  display: none;
}

.searchPage_cover.open {
  display: block;
}

.search-item {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  color: #fff;
  max-width: 800px;
  width: calc(100% - 80px);
  display: flex;
}

.searchPage_cover .icon {
  position: absolute;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.searchPage_cover .icon.close {
  right: 0px;
  top: -50px;
  background-image: url(../images/m_pageMenu_close.svg);
}

.search-item .icon.search {
  left: 0px;
  top: 8px;
  background-image: url(../images/search_white.svg);
  width: 20px;
}

/*輸入框*/
.search-item input[type='text'] {
  width: 100%;
  padding: 0 30px 0 40px;
  height: 50px;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-size: 1.375rem;
  color: #fff;
}

input:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}

::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}

::placeholder {
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}

/*---footer---*/
footer {
  background-color: #161616;
  padding: 26px 0;
}

footer .in {
  display: flex;
  justify-content: space-between;
}

footer .logo {
  width: 206px;
  height: 56px;
  background: url(../images/logo_white.png)no-repeat center center / contain;
  display: block;
}

footer .rbx {
  text-align: right;
  display: flex;
  flex-direction: column;
}

footer a {
  color: #fff;
}

footer .link a {
  font-size: 1rem;
}

footer .link a+a {
  margin-left: 8px;
}

footer .media-item {
  background-color: #3e3e3e;
  border: none;
}

footer .media-item.fb {
  background-image: url(../images/media_fb_white.svg);
}
footer .media-item.yt {
  background-image: url(../images/media_yt_white.svg);
}
footer .media-item.podcast {
  background-image: url(../images/media_podcast_white.svg);
}
footer .media-item.spotify {
  background-image: url(../images/media_spotify_white.svg);
}
footer .media-item.kkbox {
  background-image: url(../images/media_kkbox_white.svg);
}
footer .media-item.ig,
footer .media-item.ig:hover {
  background: #3e3e3e url(../images/media_ig_white.svg) center center no-repeat;
  background-size: auto 30px;
}
footer .media-item.ig::after {
  content: none;
}
footer .media-item.pp {
  background-image: url(../images/media_pp_white.svg);
}
footer .media-item.threads {
  background-image: url(../images/media_threads_white.svg);
}
footer .media-item.threads:hover {
  background-color: #3e3e3e;
}

footer .media-item.fb:hover,
footer .media-item.yt:hover,
footer .media-item.podcast:hover,
footer .media-item.spotify:hover,
footer .media-item.kkbox:hover,
footer .media-item.pp:hover {
  -webkit-filter: none;
  filter: none;
}



/*===========主要內容===========*/

.container .in {
  display: flex;
}

.main_content {
  width: calc(100% - 345px);
}

.container .silderbar {
  width: 300px;
  flex: 0 0 auto;
  margin-left: 45px;
}



/*KV*/
.kvarea {
  position: relative;
  padding-bottom: 40px;
}
.kvarea .alink {
  display: block;
}
.kvarea .imbx img {
  display: block;
  position: static;
  width: 100%;
}
.kvarea .swiper-button-prev,
.kvarea .swiper-button-next {
  top: calc(50% - 20px);
}


/* 主打文章 */
.mainArticle {
  padding-bottom: 30px;
  border-bottom: solid 1px #d9d9d9;
}
.mainArticle.last {
  border-bottom: none;
}

.mainArticle .title {
  padding: 0 0 20px;
  margin-bottom: 20px;
  font-family: "Noto Serif TC", serif;
  border-bottom: solid 1px #bd832a;
}

.mainArticle h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  line-height: 1.25;
  margin-bottom: 10px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box; */
}

.mainArticle h3 {
  font-size: 2.5rem;
  color: #000;
  line-height: 1.2;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box; */
}

.mainArticle .info {
  text-align: center;
  /* padding: 12px 0; */
  margin-bottom: 20px;
}

.mainArticle .info span {
  font-size: 1rem;
}

.mainArticle .info .time {
  color: #797979;
  font-weight: 500;
}

.mainArticle .info span.tag {
  font-size: 0.875rem;
  color: var(--color-main-dark);
  background-color: #eee7df;
  padding: 3px 15px;
  margin-left: 5px;
}

.mainArticle p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.mainArticle a {
  font-weight: 500;
  color: var(--color-main-dark);
}

.block {
  position: relative;
}

.block+.block {
  margin-top: 30px;
}

/* 標題 */
.tit {
  color: #000;
  font-size: 1.375rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  font-weight: 500;
}

/* 文章列表樣式 */
.tit+.article-item {
  padding-top: 0;
}

.article-item:first-of-type {
  padding-top: 0;
}

.article-item {
  padding: 30px 0;
  position: relative;
  display: flex;
}

.article-item:hover .img img {
  transform: scale(1.1);
}

.article-item h3 {
  transition: color 0.2s ease-in-out;
}

.article-item:hover .txt h3 {
  color: var(--color-link);
}

.article-item.mobile {
  display: none;
}

.article-item+.article-item {
  border-top: 1px solid #e2e2e2;
}

.article-item .imgbx {
  width: 300px;
  margin-right: 30px;
  position: relative;
  flex: 0 0 auto;
}

.article-item .img {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.img img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in-out;
}

.tit+.article-item.top-article::before {
  top: -5px;
}

.article-item.top-article:first-of-type::before {
  top: -5px;
}

.article-item.top-article::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 270px;
  width: 25px;
  height: 25px;
  background: url(../images/top_article.svg)no-repeat center center / contain;
  z-index: 2;

}

.article-item .tag-group {
  position: absolute;
  left: 10px;
  bottom: 45px;
  text-align: left;
  width: 280px;
  z-index: 3;
}

.tag-group span,
.tag-group a {
  font-size: 0.875rem;
  color: var(--color-main-dark);
  background-color: #eee7df;
  padding: 2px 5px;
  margin-right: 5px;
  white-space: nowrap;
}

.tag-group a:hover {
  color: var(--color-main);
  opacity: 1;
}

.article-item h3 {
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
  line-height: 1.4;
  margin-bottom: 8px;
}

.article-item .info {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 5px;
  flex-wrap: wrap;
  position: relative;
  z-index: 4;
}

.article-item .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 174px;
}

.article-item .info .en {
  color: #949494;
  margin-right: 10px;
}

.article-item .date {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.article-item .date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: #949494;
}

.article-item .category {
  position: relative;
  top: -1px;
}

.article-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
  line-height: 1.5;
}

.category {
  /* color: #3280c2; */
}

.viewNm {
  position: relative;
  padding-left: 22px;
  background: url(../images/view.svg)no-repeat left center;
  background-size: 18px auto;
  color: #888;
  font-size: 1rem;
}

.link-sy {
  padding-right: 15px;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  color: #bd832a;
}

.link-sy::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #bd832a;
  border-right: 2px solid #bd832a;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}

/* 廣告輪播樣式 */
.article-item.Ad .imgbx {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.Ad-swiper {
  padding-bottom: 30px;
}

.wrapper .Ad-swiper-pagination {
  bottom: -5px;
}

/* app廣告 */
.appIntro {
  transition: 0.2s all ease-in-out;
}

.appIntro:hover {
  opacity: .8;
}

/* 主打書輪播 */
.block.book {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 12px;
  margin-bottom: 35px;
  position: relative;
}

.bookSwiper {
  padding-bottom: 35px;
}

.bookSwiper .imgbx {
  width: 100%;
}

.bookSwiper .img {
  position: relative;
  width: 100%;
  padding-bottom: 130.9%;
}

.bookSwiper h3 {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
}

.block.book .swiper-button-next {
  right: -20px;
}

.block.book .swiper-button-prev {
  left: -20px;
}

.bookSwiper .swiper-pagination {
  bottom: 0;
}

.swiper-pagination span {
  width: 12px;
  height: 12px;
  border: 1px solid #777;
  background: #fff;
  opacity: 1;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color-main-sub);
  width: 16px;
  height: 16px;
  border: none;
  position: relative;
  top: 2px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 50%;
  top: calc(50% - 40px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #515151;
  border-right: 2px solid #515151;
  transform: rotate(45deg);
  position: absolute;
  left: 12px;
}

.swiper-button-prev::after {
  transform: rotate(225deg);
  left: 16px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .6;
}

/* yt頻道 */
.yt-item {
  display: flex;
  background-color: #eee7df;
}

.iframe-box {
  width: 505px;
}

.iframe-box .iframe {
  position: relative;
  padding-bottom: 56.25%;
}

.iframe-box iframe {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.yt-item .txt {
  width: calc(100% - 505px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.yt-item .txt p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 5px;
}

.yt-item .txt h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
  line-height: 1.8;
  /* margin-bottom: 30px; */
}

/* 熱門文章 */
.tit+.hotarticle-item {
  padding-top: 0;
  margin-top: -5px;
}

.hotarticle-item .viewNm {
  margin-left: 5px;
  min-width: 65px;
  flex: 1 0 auto;
}

.hotarticle-item {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  position: relative;
}

.hotarticle-item:hover p {
  color:var(--color-main-sub);
}

.hotarticle-item+.hotarticle-item {
  border-top: 1px solid #e2e2e2;
}

.hotarticle-item p {
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
  letter-spacing: .4px;
  transition: 0.2s all ease-in-out;
}

/* 文章分類 */
.block.category .category {
  margin-bottom: 8px;
  position: relative;
}

.block.category {
  position: relative;
}

.block.category .category::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 8px;
  left: 11px;
  width: 1px;
  border-left: 2px dotted #adadad;
}

.block.category.category li {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}

.block.category .category li:last-of-type {
  margin-bottom: 0;
}

.block.category .category li a {
  display: block;
  font-size: 1.125rem;
  color: #444;
  padding-left: 35px;
  background: #fff url(../images/target-icon.png) no-repeat left 2px center / contain;
  background-size: 20px auto;
}

.block.category .category li:hover a {
  color: #bd832a;
  opacity: 1;
}

/* 快捷選單 */
.quickMenu a {
  border: 1px solid #000;
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  color: #000;
  display: block;
}

.quickMenu li {
  margin-bottom: 14px;
}

.quickMenu li:hover a {
  border-color: #bd832a;
  color: #bd832a;
  opacity: 1;
}

.quickMenu li:last-of-type {
  margin-bottom: 0;
}

/* 老師介紹 */
.teacherSilder,
.appIntro {
  max-width: 500px;
  margin: 0 auto;
}

.teacherSilder .imgbx {
  margin-bottom: 8px;
}

.teacherSilder h3 {
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
  font-size: 1.5rem;
}

.teacherSilder h3 span {
  color: #444;
  font-size: 1.125rem;
  padding-left: 0px;
}

.teacherSilder p {
  line-height: 1.667em;
}

/*===========內頁樣式===========*/

.container.inner .in {
  display: block;
}

h3.innerTit {
  color: #000;
  font-size: 1.5rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 25px;
  font-weight: bold;
}

.innerTit+.subtit {
  margin-top: -10px;
}

h3.subtit {
  margin-bottom: 10px;
  color: var(--color-main-dark);
  font-weight: bold;
}

h3.innerTit::before {
  content: "";
  width: 5px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: var(--color-main-sub);
  /* background: linear-gradient(to bottom, #0072ef, #28ada6); */
}

/* 關於我們 */
.aboutUs {
  position: relative;
  background-color: #f9f7f4;
  margin-left: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.aboutUs .imgbx {
  width: 270px;
  flex: 0 0 auto;
  position: absolute;
  top: -30px;
  left: -60px;
}

.aboutUs .imgbx .img {
  position: relative;
  padding-bottom: 100%;
  border: solid 6px #ede5db;
}

.aboutUs .txt {
  padding: 30px;
  padding-left: 240px;
  min-height: 270px;
}

.aboutUs h4 {
  font-size: 1.875rem;
  color: var(--color-main-sub);
  font-weight: bold;
}

.aboutUs h4 span {
  font-size: 1.25rem;
  color: #000;
  font-weight: 400;
}

.aboutUs p {
  line-height: 2rem;
  color: #666;
  margin-bottom: 10px;
}

.aboutUs .decoTxt {
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: bold;
  color: #bd832a;
  opacity: .1;
  font-style: oblique;
  position: absolute;
  right: 30px;
  bottom: -24px;
  margin-bottom: 0;
}

.list-sy1 {
  margin-bottom: 25px;
}

.list-sy1>li {
  display: flex;
  gap: 0 30px;
  color: #000;
  font-size: 1.25rem;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}


.list-sy1>li li {
  margin-bottom: 5px;
}

.list-sy1>li h5 {
  flex: 0 0 auto;
  width: 84px;
  font-weight: bold;
  color: #000;
  font-size: 1.25rem;
}

.list-sy1>li p {
  flex: 1 1 auto;
}


.li-point li {
  position: relative;
  padding-left: 24px;
}
.li-point li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(0.85em - 4px);
  width: 8px;
  height: 8px;
  background-color: #cda370;
  border-radius: 50%;
}




/*------------------------------------*\
  video
\*------------------------------------*/
.videoList h5 {
  font-weight: bold;
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 25px;
}
.videoList ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
  align-items: stretch;
  list-style: none;
  position: relative;
}
.videoList li {
  flex: 0 0 calc(33% - 38px);
  position: relative;
}

.videoPreview .title {
  font-size: 1.125rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.videoPreview a {
  color: #4c4c4c;
}
.videoPreview a:hover {
  color: var(--color-link);
}
.videoPreview .imgbox {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 10px;
  overflow: hidden;
}
.videoPreview img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.videoPreview .time {
  font-size: 1.125rem;
  line-height: 24px;
  color: #7d7d7d;
}





/* 聯絡我們 */
.contactUs h2 {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.color-main {
  color: var(--color-main);
}

.contactUs .color-main {
  font-weight: bold;
}

.contactUs-item {
  display: flex;
  position: relative;
  min-height: 427px;
}

.contactUs-item .txt,
.contactUs-item .imgbx {
  width: 50%;
  position: relative;
  z-index: 1;
}

.contactUs-item .point-deco {
  width: 200px;
  position: absolute;
  right: -60px;
  bottom: -20px;
}

.contactUs-item .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #eee7df;
  padding: 30px;
}

.contactUs-item .txt li {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.contactUs-item h4 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #000;
  margin-top: -6px;
}

.contactUs-item h4 a {
  color: #000;
  word-wrap:break-word;
  transition: 0.2s all ease-in-out;
}

.contactUs-item h4 a:hover {
  color: var(--color-main);
}

.contactUs-item h5 {
  font-size: 1.125rem;
  color: #444;
  margin-bottom: 4px;
}

.contactUs-item .txt li {
  position: relative;
  padding: 25px 0 25px 100px;
}

.contactUs-item .txt li::before {
  content: "";
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #fff;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 40px auto;
  transform: translateY(-50%);
}

.contactUs-item .txt li.email::before {
  background-image: url(../images/contact-icon-email.svg);
}

.contactUs-item .txt li.line::before {
  background-image: url(../images/contact-icon-line.svg);
}

.contactUs-item .txt li+li {
  border-top: 2px dotted #d3d3d3;
}

.contactUs .imgbx {
  position: relative;
}

.contactUs .imgbx::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: block;
  border: 2px solid #fff;
  z-index: 2;
}

.contactUs .decoTxt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  font-weight: bold;
  font-style: oblique;
  color: #fff;
  opacity: .8;
  z-index: 3;
  white-space: nowrap;
}

/* 搜尋頁 */
.search-result-input {
  position: relative;
  margin-bottom: 50px;
  border: 1px solid #b1b1b1;
  border-radius: 8px;
  display: flex;
}
.search-result-input select {
  font-size: 1.125rem;
  padding: 0 10px;
  margin: 5px;
  background-color: #eee;
  border-radius: 6px;
  border: none;
}

.search-result-input .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/search-main.svg)no-repeat center center / 30px auto;
  display: block;
}

.search-result-input input {
  height: 50px;
  padding: 15px 10px;
  font-size: 1.25rem;
  width: 100%;
  color: #000;
  font-weight: 600;
  background-color: transparent;
}

.search-result-input input::-webkit-input-placeholder {
  color: #666;
}

.search-result-input input::-moz-placeholder {
  color: #666;
}

.search-result-input input:-ms-input-placeholder {
  color: #666;
}

.search-result-input input::-ms-input-placeholder {
  color: #666;
}

.search-result-input input::placeholder {
  color: #666;
}

.result.block {
  padding: 50px 0;
  margin-bottom: -55px;
}

.gray.block {
  background-color: #f6f6f6;
}

.result.block h4 {
  font-size: 1.25rem;
  margin-bottom: 25px;
}

.result.block h4 span {
  padding: 0 5px;
  margin-bottom: 25px;
}

.gray.block .nodata-bx {
  padding: 40px 0;
}

.nodata-bx {
  text-align: center;
  padding: 84px 0;
}

.nodata-bx .imgbx {
  width: 110px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.nodata-bx h4 {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
}

/*分頁樣式*/
.pagination-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.pagination-bx li {
  font-size: 1.25em;
  color: #fff;
  position: relative;
  text-align: center;
  transition: 0.2s all ease-in-out;
  margin-bottom: 10px;
}

.pagination-bx li+li {
  margin-left: 15px;
}

.pagination-bx li.on a {
  background-color: var(--color-main);
  color: #fff;
}

.pagination-bx li a:hover {
  opacity: 1;
  color: var(--color-main);
}

.pagination-bx li.on a:hover {
  color: #fff;
  background-color: var(--color-link);
}

.pagination-bx .arrow:hover::before,
.pagination-bx .arrow.prev:hover::before {
  border-color: var(--color-main);
}

.pagination-bx a {
  font-family: 'Roboto';
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #f9f9f9;
  position: relative;
  display: block;
}

.result.block .pagination-bx a {
  background-color: #fff;
}

.result.block .pagination-bx li.on a {
  background-color: var(--color-link);
  color: #fff;
}

.pagination-bx a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pagination-bx .arrow {
  position: relative;
}

.pagination-bx .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg)translateY(-50%);
  position: absolute;
  top: 48%;
  left: 12px;
  display: block;
  z-index: 2;
}

.pagination-bx .arrow.prev::before {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-top: none;
  border-right: none;
  left: 18px;
}

/* 文章內容頁 */
.article-innerTit {
  margin-bottom: 30px;
}

.article-innerTit .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}

.article-innerTit .share {
  width: 84px;
  flex: 0 0 auto;
}

.article-innerTit h3 {
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
  margin-bottom: 10px;
  line-height: 1.5;
}

.article-innerTit .info .en {
  font-size: 1rem;
  color: #888;
}

.article-innerTit .info {
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3px 0;
}

.article-innerTit .info .category {
  font-size: 1rem;
}

.article-innerTit .date {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.article-innerTit .date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: #bcbcbc;
}

/* 延伸閱讀/相關分類文章 */
.moreSwiper, .relatedSwiper {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.moreArticle {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
  position: relative;
}

.moreArticle .swiper-button-next,
.moreArticle .swiper-button-prev {
  top: calc(50% - 10px);
}

.moreArticle .swiper-button-next {
  right: -15px;
}

.moreArticle .swiper-button-prev {
  left: -15px;
}

.moreArticle h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.moreArticle .swiper-slide {
  width: 225px;
  margin-right: 30px;
}

.moreArticle .swiper-slide:hover img {
  transform: scale(1.1);
}

.moreArticle .swiper-slide:hover h4 {
  color: var(--color-main);
}

.moreArticle .imgbx {
  margin-bottom: 8px;
  overflow: hidden;
}

.moreArticle h4 {
  font-weight: bold;
  color: #000;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
  line-height: 1.4;
  margin-bottom: 5px;
}

.moreArticle .en {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.moreArticle .article-innerTit .info .en,
.moreArticle .article-innerTit .info .viewNm {
  font-size: 0.875rem;
}

.moreArticle .article-innerTit .info .viewNm {
  background-size: 16px auto;
}

.moreArticle .article-innerTit .date::before {
  display: none;
}

.moreArticle .imgbx {
  position: relative;
  padding-bottom: 56.25%;
}

/*頁面1100以內時*/
@media screen and (max-width: 1100px) {

  /*===========天地框架===========*/

  /*===========主要內容===========*/
  /* 文章列表 */
  .article-item .imgbx {
    width: 280px;
  }

  .article-item.top-article::before {
    left: 250px;
  }

  .article-item .txt {
    min-height: 150px;
  }

  .article-item .tag-group {
    width: 270px;
    bottom: 35px;
  }

  /* yt頻道 */
  .iframe-box {
    max-width: 405px;
    width: 100%;
  }

  .yt-item .txt {
    width: calc(100% - 405px);
  }

}

/*頁面992以內時*/
@media screen and (max-width: 992px) {

  /*===========天地框架===========*/
  /*header */
  header .web {
    display: none;
  }

  header .mobile {
    display: block;
  }

  .m_pageMenu {
    top: 78px;
  }

  header {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.05);
    position: fixed;
    width: 100%;
  }

  header.fixed::before {
    display: block;
  }

  header.m_open::before {
    display: none;
  }

  .container {
    padding-top: 110px;
  }

  /*===========主要內容===========*/
  .container .in {
    flex-direction: column;
  }

  .main_content {
    width: 100%;
  }

  .container .silderbar {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  /* 主打書輪播 */
  .bookSwiper {
    max-width: 300px;
  }

  .block.book .swiper-button-next {
    right: 20%;
  }

  .block.book .swiper-button-prev {
    left: 20%;
  }

  .bookSwiper h3 {
    margin: 15px 0;
  }

  .block.book {
    padding-bottom: 25px;
  }

  /* 主打文章 */
  .mainArticle h2 {
    font-size: 2.5rem;
  }

  .mainArticle h3 {
    font-size: 2rem;
  }

  .mainArticle .info {
    padding: 10px 0;
  }

  /* 熱門文章 */
  .hotarticle-item p {
    font-size: 1.125rem;
  }

  /*===========內頁樣式===========*/
  /* 關於我們 */
  .aboutUs .txt {
    padding: 20px 20px 20px 230px;
  }

  /* 聯絡我們 */
  .contactUs .decoTxt {
    font-size: 3rem;
  }

  .contactUs-item h4 {
    font-size: 1.375rem;
  }






}


@media screen and (max-width: 767px) {

  /*--- 一般設定--- */
  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  /*===========天地框架===========*/
  /*---header--- */
  header .mobile .logo {
    width: 130px;
    height: 51px;
  }

  .container {
    padding-top: 87px;
  }

  .in {
    padding: 0 10px;
  }

  .m_pageMenu {
    top: 67px;
  }

  .search-item {
    top: 50%;
    width: calc(100% - 40px);
  }



  /*--- footer ---*/
  footer {
    padding: 15px 0;
  }

  footer .in {
    flex-direction: column;
    align-items: center;
  }

  footer .logo {
    width: 130px;
  }

  footer .rbx {
    flex-direction: column-reverse;
    text-align: center;
    width: 100%;
  }

  footer a {
    font-size: 1rem;
  }

  footer .media-group {
    display: flex;
    justify-content: center;
    gap: 0 15px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #808080;
  }

  footer .media-item {
    margin-left: 0;
  }

  /*===========主要內容===========*/
  /* 主打文章 */
  .mainArticle h2 {
    font-size: 1.75rem;
  }

  .mainArticle h3 {
    font-size: 1.5rem;
  }

  .mainArticle p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  /* 主打書 */
  .block.book .swiper-button-next {
    right: 0px;
  }

  .block.book .swiper-button-prev {
    left: 0;
  }

  /* 文章列表 */
  h3.subtit {
    font-size: 1.25rem;
  }

  .article-item.mobile {
    display: flex;
  }

  .article-item .txt {
    min-height: auto;
    width: calc(100% - 115px);
  }

  .article-item .info+p {
    display: none;
  }

  .article-item .tag-group {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 0.75rem;

  }

  .article-item .imgbx {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }

  .article-item .imgbx .img {
    padding-bottom: 100%;
  }

  .article-item.top-article::before {
    left: 70px;
    width: 20px;
    height: 20px;
  }

  .article-item .info {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.75rem;
    top: -1px;
    position: relative;
    margin-bottom: 0;
  }

  .article-item .category {
    margin-left: 0;
    margin-top: -3px;
  }

  .article-item h3 {
    font-size: 1rem;
    margin-bottom: 3px;
    line-height: 1.3;
  }

  .article-item.top-article::before {
    top: 10px;
  }

  .article-item {
    padding: 15px 0;
  }

  .Ad-swiper {
    padding-bottom: 40px;
  }

  .article-item .viewNm {
    font-size: 0.75rem;
    background-size: 16px auto;
  }

  .wrapper .Ad-swiper-pagination {
    bottom: 0px;
  }

  .tag-group span,
  .tag-group a {
    font-size: 0.75rem;
    margin-bottom: 2px;
    display: inline-block;
    padding: 1px 5px;
  }

  .tit {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .link-sy {
    font-size: 1.125rem;
  }

  .link-sy::before {
    right: 5px;
  }

  /* yt頻道 */
  .yt-item {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }

  .iframe-box {
    max-width: 100%;
  }

  .yt-item .txt p {
    font-size: 0.875rem;
  }

  .yt-item .txt {
    width: 100%;
    padding: 15px;
  }

  .yt-item .txt h4 {
    margin-bottom: 10px;
  }

  /* 主打書 */
  .bookSwiper .imgbx {
    max-width: 250px;
    margin: 0 auto;
  }

  .block.book {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .bookSwiper h3 {
    font-size: 1.25rem;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 10px;
  }

  /* 熱門文章 */
  .hotarticle-item p {
    font-size: 1rem;
  }

  /* 文章分類 */
  .nodata-bx h4 {
    font-size: 1.375rem;
  }

  .nodata-bx .imgbx {
    width: 90px;
    margin-bottom: 10px;
  }

  .nodata-bx {
    padding: 50px 0;
  }

  .block.category .category li a {
    font-size: 1.125rem;
    background-size: 20px auto;
    padding-left: 30px;
  }

  .block.category.category li {
    margin-bottom: 5px;
  }

  .block.category .category::before {
    left: 10px;
  }

  /* 快捷選單 */
  .quickMenu a {
    font-size: 1.125rem;
  }

  /* 老師介紹*/
  .teacherSilder h3 {
    font-size: 1.25rem;
  }

  .teacherSilder h3 span {
    font-size: 1.125rem;
  }

  .teacherSilder {
    font-size: 1rem;
  }

  /*===========內頁樣式===========*/
  h3.innerTit {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }

  h3.innerTit::before {
    height: 22px;
  }

  /* 搜尋結果 */
  .search-result-input {
    margin-bottom: 30px;
  }

  .result.block {
    padding: 30px 0;
  }

  /* 分頁樣式 */
  .pagination-bx li+li {
    margin-left: 10px;
  }

  /* 關於我們 */
  .aboutUs {
    margin: 0 0 30px 0;
    background-color: #fff;
  }

  .aboutUs .imgbx {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    width: 200px;
  }

  .aboutUs .txt {
    padding: 50px 20px 20px;
    margin-left: 0;
    background-color: #f6f6f6;
    margin-top: -40px;
  }

  .aboutUs h4 {
    text-align: center;
    font-size: 1.375rem;
    margin-bottom: 5px;
  }

  .aboutUs h4 span {
    font-size: 1rem;
  }

  .aboutUs p {
    font-size: 1rem;
  }

  .aboutUs .decoTxt {
    font-size: 2.5rem;
    bottom: -30px;
  }

  .list-sy1>li h5,
  .list-sy1>li {
    font-size: 1rem;
  }

  .list-sy1>li h5 {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }

  .list-sy1>li {
    flex-direction: column;
  }

  .list-sy1>li li {
    margin-bottom: 0;
  }


  .li-point li {
    padding-left: 20px;
  }
  .li-point li::before {
    width: 6px;
    height: 6px;
    top: calc(0.85em - 3px);
    left: 6px;
  }



  /* 聯絡我們 */
  .contactUs {
    max-width: 400px;
    margin: 0 auto;
  }

  .contactUs-item {
    flex-direction: column-reverse;
  }

  .contactUs-item .img {
    position: relative;
    padding-bottom: 37.84%;
  }

  .contactUs h2 {
    font-size: 1.5rem;
  }

  .contactUs-item .txt,
  .contactUs-item .imgbx {
    width: 100%;
  }

  .contactUs-item .point-deco {
    width: 120px;
    position: absolute;
    right: -60px;
    top: -40px;
  }

  .contactUs .decoTxt {
    font-size: 2.5rem;
  }

  .contactUs .imgbx::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 1px;
  }

  .contactUs-item {
    min-height: 0;
  }

  .contactUs-item h4 {
    font-size: 1.25rem;
  }

  .contactUs-item .txt {
    padding: 0 15px;
  }

  .contactUs-item .txt li {
    padding-left: 80px;
  }
  .contactUs-item .txt li::before {
    width: 60px;
    height: 60px;
    background-position: left 11px center;
  }

  /*分頁樣式*/
  .pagination-bx a {
    width: 38px;
    height: 38px;
    font-size: 1.25rem;
  }

  .pagination-bx .arrow::before {
    left: 5px;
  }

  .pagination-bx .arrow.prev::before {
    left: 10px;
  }

  /* 延伸閱讀 */
  .moreSwiper, .relatedSwiper {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }


  .moreArticle .swiper-slide-next,
  .moreArticle .swiper-slide-prev {
    opacity: .5;
  }

  .moreArticle h4 {
    min-height: 44.8px;
  }

  .moreArticle .swiper-button-next {
    right: -3px;
  }

  .moreArticle .swiper-button-prev {
    left: -3px;
  }

  .moreArticle .swiper-button-next,
  .moreArticle .swiper-button-prev {
    top: calc(50% - 15px);
  }



  /*------------------------------------*\
    video
  \*------------------------------------*/
  .videoList h5 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .videoList ul {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .videoPreview .title {
    font-size: 1rem;
  }


}