@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 字體載入 */
/* 全局設定 */
h1,
h2,
h3,
p,
span,
a {
  font-family: "Noto Sans", "Noto Sans SC", Sans;
}

/* 針對簡體中文的特殊設定 */
html {
  font-family: "Noto Sans SC", "Noto Sans", Sans;
}

body {
  /* background-color: #FFFFE8; */
  position: relative;
  background-color: #fff;
}

/* 所有圖片設定 */
img {
  width: 100%;
  vertical-align: bottom;
}

/* 所有連結裝飾消失 */
a {
  text-decoration: none;
}

/* 容器 */
.wrap {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 40px 0;
  position: relative;
}

/* 各section h2 */
.titleh2 {
  color: var(--G900, #333);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0px auto 56px;
}

.titleh2::after {
  content: " ";
  width: 80%;
  height: 6px;
  right: 0;
  bottom: -8px;
  left: 0;
  background-color: var(--G900, #333);
  margin: auto;
  position: absolute;
}

.pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none !important;
  }
}
.tworow {
  display: grid;
  gap: 48px;
}

.fourrow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-content: space-evenly;
}

@media (min-width: 1024px) {
  .tworow {
    grid-template-columns: repeat(2, 1fr);
  }
  .fourrow {
    grid-template-columns: repeat(4, 1fr);
  }
}
.outlinebtn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #333333;
  background: #ffffff;
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  font-style: normal;
  transition: 0.3s;
}

.outlinebtn:hover {
  border-radius: 100px;
  border: 1px solid #95bec9;
  background: #95bec9;
}

@media (min-width: 768px) {
  .outlinebtn {
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-style: normal;
  }
}
/* 字體載入 */
/* 全局設定 */
h1,
h2,
h3,
p,
span,
a {
  font-family: "Noto Sans", "Noto Sans SC", Sans;
}

/* 針對簡體中文的特殊設定 */
html {
  font-family: "Noto Sans SC", "Noto Sans", Sans;
}

body {
  /* background-color: #FFFFE8; */
  position: relative;
  background-color: #fff;
}

/* 所有圖片設定 */
img {
  width: 100%;
  vertical-align: bottom;
}

/* 所有連結裝飾消失 */
a {
  text-decoration: none;
}

/* 容器 */
.wrap {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 40px 0;
  position: relative;
}

/* 各section h2 */
.titleh2 {
  color: var(--G900, #333);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0px auto 56px;
}

.titleh2::after {
  content: " ";
  width: 80%;
  height: 6px;
  right: 0;
  bottom: -8px;
  left: 0;
  background-color: var(--G900, #333);
  margin: auto;
  position: absolute;
}

.pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none !important;
  }
}
.tworow {
  display: grid;
  gap: 48px;
}

.fourrow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-content: space-evenly;
}

@media (min-width: 1024px) {
  .tworow {
    grid-template-columns: repeat(2, 1fr);
  }
  .fourrow {
    grid-template-columns: repeat(4, 1fr);
  }
}
.outlinebtn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #333333;
  background: #ffffff;
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  font-style: normal;
  transition: 0.3s;
}

.outlinebtn:hover {
  border-radius: 100px;
  border: 1px solid #95bec9;
  background: #95bec9;
}

@media (min-width: 768px) {
  .outlinebtn {
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-style: normal;
  }
}
.discount {
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px;
  margin: auto;
  cursor: pointer;
}
.discount .txt {
  width: -moz-fit-content;
  width: fit-content;
}
.discount .txt span {
  display: inline;
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.discount .txt span.deadline {
  width: -moz-fit-content;
  width: fit-content;
  color: #525252;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  font-style: normal;
}
.discount .toast {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #95bec9;
  color: #ffffff;
  padding: 20px 24px;
  border-radius: 5px;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  animation: fadeOut 2s ease forwards;
}

@keyframes fadeOut {
  0%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0px 1px 8px -8px #292929;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  position: relative;
  background: none;
  box-sizing: border-box;
}
header .logo .pic img {
  max-width: 180px;
}
header .logo .pic a {
  cursor: default;
}
header .wholemenu .menu_item {
  list-style: none;
}
header .wholemenu .menu_item a {
  display: flex;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  color: #292929;
  cursor: pointer;
}
header .wholemenu .menu {
  display: none;
  list-style: none;
}
header .wholemenu .menu.open {
  display: block;
  width: 100vw;
  overflow: auto;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border-top: 2px solid #dddddd;
}
header .wholemenu .menu.open ul {
  overflow-y: scroll;
  height: 80vh;
}
header .wholemenu .menu.open .menu_title {
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  padding: 24px 0 8px;
  text-align: center;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}
header .wholemenu .menu.open .menu_item {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
header .wholemenu .menu.open .menu_item a {
  width: 100%;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  text-align: center;
  padding: 24px 0;
  justify-content: center;
}
header .wholemenu .menu.open .menu_item a:hover {
  background: #eeeeee;
}
header .hamburger {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .hamburger a {
  margin-right: 16px;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
}
header .hamburger a:hover {
  color: #95bec9;
}
header .hamburger .pic {
  max-width: 36px;
}

@media (min-width: 480px) {
  header .logo .pic img {
    max-width: 300px;
  }
  .discount .toast {
    background-color: #95bec9;
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-style: normal;
  }
  header .wholemenu .menu_item a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  header .logo .pic img {
    max-width: 480px;
  }
  header .wholemenu .menu_item a {
    font-size: 16px;
  }
  header .wholemenu {
    display: flex;
    align-items: center;
  }
  header .wholemenu .menu.open {
    display: flex;
  }
  header .wholemenu .menu.open ul {
    flex-grow: 1;
  }
}
/*<<<<<<<<<<< footer >>>>>>>>>>>>*/
footer {
  border-top: 1px solid var(--G700, #777);
}

footer .wrap {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}

footer p {
  display: flex;
  align-items: center;
}

footer ul {
  display: flex;
  justify-content: center;
}

footer ul li {
  padding: 0 4px;
  transition: 0.5s linear;
  aspect-ratio: 1/1;
  max-width: 36px;
}

footer ul li:not(:first-child) {
  margin-left: 20px;
}

footer ul li:hover {
  transform: translateY(-2px);
}

footer p {
  text-align: center;
  font-size: 14px;
}

/* 字體載入 */
/* 全局設定 */
h1,
h2,
h3,
p,
span,
a {
  font-family: "Noto Sans", "Noto Sans SC", Sans;
}

/* 針對簡體中文的特殊設定 */
html {
  font-family: "Noto Sans SC", "Noto Sans", Sans;
}

body {
  /* background-color: #FFFFE8; */
  position: relative;
  background-color: #fff;
}

/* 所有圖片設定 */
img {
  width: 100%;
  vertical-align: bottom;
}

/* 所有連結裝飾消失 */
a {
  text-decoration: none;
}

/* 容器 */
.wrap {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 40px 0;
  position: relative;
}

/* 各section h2 */
.titleh2 {
  color: var(--G900, #333);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0px auto 56px;
}

.titleh2::after {
  content: " ";
  width: 80%;
  height: 6px;
  right: 0;
  bottom: -8px;
  left: 0;
  background-color: var(--G900, #333);
  margin: auto;
  position: absolute;
}

.pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none !important;
  }
}
.tworow {
  display: grid;
  gap: 48px;
}

.fourrow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-content: space-evenly;
}

@media (min-width: 1024px) {
  .tworow {
    grid-template-columns: repeat(2, 1fr);
  }
  .fourrow {
    grid-template-columns: repeat(4, 1fr);
  }
}
.outlinebtn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #333333;
  background: #ffffff;
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  font-style: normal;
  transition: 0.3s;
}

.outlinebtn:hover {
  border-radius: 100px;
  border: 1px solid #95bec9;
  background: #95bec9;
}

@media (min-width: 768px) {
  .outlinebtn {
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-style: normal;
  }
}
body {
  /* background-color: var(--g00, #FFFFE8); */
  position: relative;
}

.toggleweitch {
  position: sticky;
  z-index: 2;
  background: var(--g00, #FFF);
}
.toggleweitch .boxbtnwrap {
  display: flex;
}
.toggleweitch .boxbtnwrap .boxbtn {
  flex-grow: 1;
  font-size: var(--dh1-size, 32px);
  font-weight: var(--dh1-weight, 700);
  font-style: normal;
  line-height: var(--dh1-line-height, 150%);
  text-align: center;
  cursor: pointer;
}
.toggleweitch .boxbtnwrap .boxbtn.active {
  border-bottom: 4px solid var(--g900, #333);
  background-color: #95bec9;
}

.bookall {
  display: none;
}
.bookall.active {
  display: block;
}
.bookall.active .bookall_area a {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  align-content: start;
  border-radius: 20px;
  border: 1px solid var(--g700, #777);
  overflow: hidden;
  box-sizing: border-box;
  transition: 0.3s;
}
.bookall.active .bookall_area a:hover {
  background-color: #95bec9;
}
.bookall.active .bookall_area a .pic {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bookall.active .bookall_area a .txt {
  width: 100%;
  padding-top: 8px;
}
.bookall.active .bookall_area a .txt .name {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bookall.active .bookall_area a .txt .name p,
.bookall.active .bookall_area a .txt .name span {
  color: var(--g900, #333);
  text-align: center;
  font-size: var(--dh2-size, 28px);
  font-weight: var(--dh2-weight, 700);
  line-height: var(--dh2-line-height, 150%);
}
.bookall.active .bookall_area a .txt .name span {
  margin-left: 4px;
}
.bookall.active .bookall_area a .txt .job {
  padding-bottom: 4px;
  border-bottom: 1px solid #dddddd;
}
.bookall.active .bookall_area a .txt .job p {
  color: var(--g900, #333);
  text-align: center;
  font-size: var(--dp2-size, 18px);
  font-weight: var(--dp2-weight, 400);
  line-height: var(--dp2-line-height, 150%);
}
.bookall.active .bookall_area a .txt .tags {
  padding: 8px 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 8px;
}
.bookall.active .bookall_area a .txt .tags span {
  width: 70%;
  border: 1px solid #dddddd;
  border-radius: 16px;
  color: var(--g900, #333);
  font-size: var(--dp3-size, 16px);
  font-style: normal;
  font-weight: var(--dp3-weight, 400);
  line-height: var(--dp3-line-height, 150%);
  padding: 4px 16px;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  box-sizing: border-box;
}
.pagination button {
  background-color: transparent;
  border: 0px;
  font-size: var(--dp3-size, 16px);
  padding: 8px;
  cursor: pointer;
}
.pagination button.numberbtn {
  aspect-ratio: 1/1;
  min-width: 40px;
}
.pagination button.numberbtn.active {
  background-color: #95bec9;
}

/* 字體載入 */
/* 全局設定 */
h1,
h2,
h3,
p,
span,
a {
  font-family: "Noto Sans", "Noto Sans SC", Sans;
}

/* 針對簡體中文的特殊設定 */
html {
  font-family: "Noto Sans SC", "Noto Sans", Sans;
}

body {
  /* background-color: #FFFFE8; */
  position: relative;
  background-color: #fff;
}

/* 所有圖片設定 */
img {
  width: 100%;
  vertical-align: bottom;
}

/* 所有連結裝飾消失 */
a {
  text-decoration: none;
}

/* 容器 */
.wrap {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 40px 0;
  position: relative;
}

/* 各section h2 */
.titleh2 {
  color: var(--G900, #333);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0px auto 56px;
}

.titleh2::after {
  content: " ";
  width: 80%;
  height: 6px;
  right: 0;
  bottom: -8px;
  left: 0;
  background-color: var(--G900, #333);
  margin: auto;
  position: absolute;
}

.pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none !important;
  }
}
.tworow {
  display: grid;
  gap: 48px;
}

.fourrow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-content: space-evenly;
}

@media (min-width: 1024px) {
  .tworow {
    grid-template-columns: repeat(2, 1fr);
  }
  .fourrow {
    grid-template-columns: repeat(4, 1fr);
  }
}
.outlinebtn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #333333;
  background: #ffffff;
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  font-style: normal;
  transition: 0.3s;
}

.outlinebtn:hover {
  border-radius: 100px;
  border: 1px solid #95bec9;
  background: #95bec9;
}

@media (min-width: 768px) {
  .outlinebtn {
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-style: normal;
  }
}
.banner .wrap {
  padding: 16px 0;
}

.professorlist .wrap .item {
  margin: auto;
}
.professorlist .wrap .item .pic {
  aspect-ratio: 1/1.3;
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
  margin: auto;
  max-width: 360px;
}
.professorlist .wrap .item .txt {
  display: flex;
  flex-wrap: wrap;
}
.professorlist .wrap .item .txt .name {
  width: 100%;
  margin: auto;
  padding-bottom: 8px;
  position: relative;
}
.professorlist .wrap .item .txt .name::after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.professorlist .wrap .item .txt .name p {
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 48px;
  font-weight: 900;
  line-height: 72px;
}
.professorlist .wrap .item .txt .name .job span {
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}
.professorlist .wrap .item .txt .describe {
  margin-top: 16px;
}
.professorlist .wrap .item .txt .describe p {
  margin: auto;
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.professorlist .wrap .item .txt .guide {
  padding: 32px 16px 0;
  margin-top: 20px;
}
.professorlist .wrap .item .txt .guide p {
  margin: auto;
  font-style: italic;
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  position: relative;
}
.professorlist .wrap .item .txt .guide p:before {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1/1;
  background-image: url("../images/component/quotes.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.professorlist .wrap .item .txt .link {
  display: grid;
  width: 100%;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
}
.professorlist .wrap .item .txt .link a {
  color: #333333;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
.professorlist .wrap .item .txt .link a img {
  aspect-ratio: 1/1;
  max-width: 32px;
}
.professorlist .wrap .item .txt .link a span {
  margin-left: 4px;
}

@media (min-width: 1024px) {
  .professorlist .wrap .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .professorlist .wrap .item .pic {
    min-width: 360px;
    max-width: 480px;
    margin: 0;
  }
  .professorlist .wrap .item .txt {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
  }
  .professorlist .wrap .item .txt .name {
    margin: 0;
  }
  .professorlist .wrap .item .txt .link {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .professorlist .wrap .item .txt .link a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
}
.professorwrite {
  background-color: #eeeeee;
  padding: 40px 0;
  box-sizing: border-box;
}
.professorwrite .wrap {
  padding-bottom: 40px;
}
.professorwrite .wrap .item {
  margin: auto;
  flex-grow: 1;
  position: relative;
}
.professorwrite .wrap .item .pic {
  margin: auto;
  flex: 0 0 auto;
  width: 90%;
  max-width: 225px;
  /* shdw01 */
  box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
}
.professorwrite .wrap .item .txt {
  gap: 16px;
}
.professorwrite .wrap .item .txt .name {
  margin: auto;
  font-family: "Noto Sans TC";
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  font-style: normal;
  position: relative;
  padding-bottom: 16px;
}
.professorwrite .wrap .item .txt .name p {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow-y: hidden;
}
.professorwrite .wrap .item .txt .name::after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.professorwrite .wrap .item .txt .describe {
  margin: 16px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.professorwrite .wrap .item .txt .describe p {
  color: #333333;
  text-overflow: ellipsis;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow-y: hidden;
}
.professorwrite .wrap .item .txt .link {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.professorwrite .wrap .item .txt .link a {
  background-color: #70809d;
  color: #ffffff;
  border: none;
  font-weight: 400;
}
.professorwrite .wrap .item .txt .link a:first-child {
  margin-right: 16px;
}
.professorwrite .wrap .item .txt .link a:first-child:hover {
  background-color: #5e749f;
}
.professorwrite .wrap .item .txt .link a:last-child {
  background-color: #95bec9;
}
.professorwrite .wrap .item .txt .link a:last-child:hover {
  background-color: #7eb9c9;
}
.professorwrite .wrap .swiper-button-prev::after,
.professorwrite .wrap .swiper-button-next::after {
  display: none;
}
.professorwrite .wrap .swiper-pagination-bullet {
  background-color: #bbbbbb !important;
}
.professorwrite .wrap .swiper-pagination-bullet-active {
  background-color: #333333 !important;
}

@media (min-width: 1024px) {
  .professorwrite .swiper-wrapper {
    width: 80%;
  }
  .professorwrite .wrap .item {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    box-sizing: border-box;
    align-items: center;
  }
  .professorwrite .wrap .item .pic {
    flex-shrink: 0;
    min-width: 300px;
    margin: 0;
  }
  .professorwrite .wrap .item .txt {
    margin-left: 16px;
    max-width: 960px;
  }
  .professorwrite .wrap .item .txt .name p {
    text-align: left;
  }
  .professorwrite .wrap .item .txt .describe {
    margin: 16px 0 0;
  }
  .professorwrite .wrap .item .txt .link {
    justify-content: left;
  }
  .professorwrite .wrap .swiper-button-prev,
  .professorwrite .wrap .swiper-button-next {
    padding: 0px 24px;
  }
}
.recommend .bookall_area .item {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-grow: 1;
}
.recommend .bookall_area .item .pic {
  flex: 0 0 auto;
  width: 90%;
  max-width: 225px;
  /* shdw01 */
}
.recommend .bookall_area .item .pic img {
  box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
}
.recommend .bookall_area .item .txt {
  flex: 1 1 auto;
}
.recommend .bookall_area .item .txt .name {
  margin: auto;
  font-family: "Noto Sans TC";
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  font-style: normal;
  position: relative;
  padding-bottom: 16px;
}
.recommend .bookall_area .item .txt .name p {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow-y: hidden;
}
.recommend .bookall_area .item .txt .name::after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.recommend .bookall_area .item .txt .describe {
  margin: 16px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.recommend .bookall_area .item .txt .describe p {
  color: #333333;
  text-overflow: ellipsis;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow-y: hidden;
}
.recommend .bookall_area .item .txt .link {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.recommend .bookall_area .item .txt .link a {
  background-color: #70809d;
  color: #ffffff;
  border: none;
  font-weight: 400;
}
.recommend .bookall_area .item .txt .link a:first-child {
  margin-right: 16px;
}
.recommend .bookall_area .item .txt .link a:first-child:hover {
  background-color: #5e749f;
}
.recommend .bookall_area .item .txt .link a:last-child {
  background-color: #95bec9;
}
.recommend .bookall_area .item .txt .link a:last-child:hover {
  background-color: #7eb9c9;
}

@media (min-width: 480px) {
  .recommend .bookall_area .item {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
  }
  .recommend .bookall_area .item .pic {
    flex: 0 0 300px;
  }
  .recommend .bookall_area .item .txt {
    flex: 1 1 auto;
    margin-left: 32px;
  }
  .recommend .bookall_area .item .txt .name p {
    text-align: left;
  }
  .recommend .bookall_area .item .txt .describe {
    margin: 16px 0 0;
  }
  .recommend .bookall_area .item .txt .link {
    width: 100%;
    justify-content: left;
  }
}