@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+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;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;
}

* {
  font-family: "Noto Serif TC", serif !important;
}

body {
  background-image: url("../images/component/textured_background.jpg");
  background-size: 100% 100%;
  background-repeat: space;
  background-position: 50% 50%;
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
}
.container {
  width: 80%;
  max-width: 1140px;
  margin: auto;
}

.section_title {
  margin-bottom: 16px;
}
.section_title h2 {
  font: 700 36px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .section_title {
    margin-bottom: 32px;
  }
  .section_title h2 {
    font: 700 54px/100% "Noto Serif TC";
  }
}
* {
  font-family: "Noto Serif TC", serif !important;
}

body {
  background-image: url("../images/component/textured_background.jpg");
  background-size: 100% 100%;
  background-repeat: space;
  background-position: 50% 50%;
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
}
.container {
  width: 80%;
  max-width: 1140px;
  margin: auto;
}

.section_title {
  margin-bottom: 16px;
}
.section_title h2 {
  font: 700 36px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .section_title {
    margin-bottom: 32px;
  }
  .section_title h2 {
    font: 700 54px/100% "Noto Serif TC";
  }
}
header {
  padding: 8px 0;
  background-color: rgba(236, 236, 236, 0.8);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .container .pic.logo {
  display: flex;
}
header .container .pic.logo a {
  width: 90%;
  display: flex;
  align-items: center;
}
header .container .menu {
  display: flex;
  align-items: center;
}
header .container .menu a:first-child {
  margin-right: 24px;
}
header .container .menu a:first-child h5 {
  font: 700 24px/150% "Noto Serif TC";
  text-align: center;
  color: #1b1b1b;
  transition: 0.3s;
}
header .container .menu a:first-child h5:hover {
  color: #EB421B;
}
header .container .menu .hamburger {
  width: 68px;
  height: 68px;
  border: 1px solid #454545;
  border-radius: 9999px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
header .container .menu .hamburger:hover {
  background-color: #EB421B;
  border-color: #d9d9d9;
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.1490196078);
}
header .container .menu .hamburger:hover .bar, header .container .menu .hamburger:hover .bar::before, header .container .menu .hamburger:hover .bar::after {
  background-color: #d9d9d9;
}
header .container .menu .hamburger .bar {
  width: 32px;
  height: 4px;
  background-color: #454545;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
header .container .menu .hamburger .bar::before, header .container .menu .hamburger .bar::after {
  display: block;
  content: "";
  width: 32px;
  height: 4px;
  background-color: #454545;
  position: relative;
  transition: 0.3s;
}
header .container .menu .hamburger .bar::before {
  bottom: 12px;
}
header .container .menu .hamburger .bar::after {
  top: 8px;
}
header .container .menu .page_list {
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #ECECEC;
  width: 0;
  height: 100vh;
  overflow: scroll;
}
header .container .menu .page_list li {
  cursor: pointer;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}
header .container .menu .page_list li:first-child {
  display: flex;
  justify-content: end;
}
header .container .menu .page_list li:first-child .pic {
  width: 50px;
  padding: 24px 48px;
}
header .container .menu .page_list li a {
  display: block;
  flex-direction: column;
  padding: 24px 48px;
  box-sizing: border-box;
  margin: auto;
  transition: 0.3s;
}
header .container .menu .page_list li a h5 {
  font: 600 32px/150% "Noto Serif TC";
  text-align: center;
  color: #1b1b1b;
}
header .container .menu .page_list li a p {
  font: 700 24px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  text-align: center;
  color: #373636;
}
header .container .menu .page_list li:hover a h5, header .container .menu .page_list li:hover a p {
  color: #EB421B;
}

@media screen and (min-width: 480px) {
  header .container .pic.logo {
    width: 50%;
  }
  header .container .pic.logo a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  header .container .pic.logo {
    width: 30%;
  }
}
footer {
  margin: 72px 0 48px;
}

footer p {
  text-align: center;
  color: #454545;
}

* {
  font-family: "Noto Serif TC", serif !important;
}

body {
  background-image: url("../images/component/textured_background.jpg");
  background-size: 100% 100%;
  background-repeat: space;
  background-position: 50% 50%;
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
}
.container {
  width: 80%;
  max-width: 1140px;
  margin: auto;
}

.section_title {
  margin-bottom: 16px;
}
.section_title h2 {
  font: 700 36px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .section_title {
    margin-bottom: 32px;
  }
  .section_title h2 {
    font: 700 54px/100% "Noto Serif TC";
  }
}
.intro {
  width: 100%;
  margin: auto;
  margin-bottom: 72px;
}
.intro .pic {
  width: 100%;
}

.accordion {
  margin-bottom: 96px;
}
.accordion .container .panel_container {
  justify-content: center;
  align-items: center;
}
.accordion .container .panel_container .panel {
  padding: 40px 16px;
  margin: 10px 0;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion .container .panel_container .panel:hover {
  background-color: #d9d9d9;
}
.accordion .container .panel_container .panel.active {
  background-color: #d9d9d9;
}
.accordion .container .panel_container .panel .txt {
  width: 80%;
  vertical-align: middle;
}
.accordion .container .panel_container .panel .txt .title h2 {
  display: inline-block;
  font: 700 24px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #1b1b1b;
  margin-bottom: 24px;
}
.accordion .container .panel_container .panel .txt .content {
  display: none;
}
.accordion .container .panel_container .panel .txt .content.active {
  display: block;
}
.accordion .container .panel_container .panel .txt .content p {
  font: 400 16px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #454545;
}

@media screen and (min-width: 992px) {
  .accordion {
    margin-bottom: 36px;
  }
  .accordion .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .accordion .container .craftman {
    width: 45%;
  }
  .accordion .container .craftman .pic {
    padding: 0 72px;
    box-sizing: border-box;
  }
  .accordion .container .panel_container {
    width: 55%;
  }
  .accordion .container .panel_container .panel {
    padding: 40px 24px;
  }
  .accordion .container .panel_container .panel .pic {
    max-width: 34px;
  }
  .accordion .container .panel_container .panel .txt .title h2 {
    font: 700 34px/150% "Noto Serif TC";
    letter-spacing: 0.12em;
    color: #1b1b1b;
    margin-bottom: 24px;
    vertical-align: middle;
  }
}
.card .container .item {
  margin-bottom: 24px;
  border: 1px solid #1b1b1b;
  transition: 0.3s;
}
.card .container .item:hover {
  background-color: #EB421B;
}
.card .container .item:hover .txt h3 {
  color: #ffffff;
}
.card .container .item:hover .txt h4 {
  color: #ffffff;
}
.card .container .item:hover .txt h5 {
  color: #ffffff;
}
.card .container .item:hover .txt p {
  color: #ffffff;
}
.card .container .item a .txt {
  padding: 24px 32px 36px;
  box-sizing: border-box;
  transition: 0.3s;
}
.card .container .item a .txt h3 {
  font: 700 34px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #1b1b1b;
  transition: 0.3s;
}
.card .container .item a .txt h4 {
  font: 600 32px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #373636;
  margin-bottom: 12px;
  transition: 0.3s;
}
.card .container .item a .txt h5 {
  font: 600 22px/140% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #EB421B;
  margin-bottom: 12px;
  transition: 0.3s;
}
.card .container .item a .txt p {
  font: 400 16px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #454545;
  transition: 0.3s;
}

@media screen and (min-width: 480px) {
  .card .container .cardrow .item a .pic {
    position: relative;
    overflow: hidden;
  }
  .card .container .cardrow .item a .quote {
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    top: 80%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
  }
  .card .container .cardrow .item a .quote h5 {
    font: 600 22px/140% "Noto Serif TC";
    letter-spacing: 0.12em;
    color: #ffffff;
    padding: 24px 32px 36px;
    box-sizing: border-box;
  }
  .card .container .cardrow .item a:hover .pic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(221, 221, 221, 0) 0%, rgba(34, 34, 34, 0.8) 71.85%);
    opacity: 1;
  }
  .card .container .cardrow .item a:hover .quote {
    opacity: 1;
  }
  .card .container .one_row .item a {
    display: flex;
  }
  .card .container .one_row .item a .pic {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .card .container .one_row .item a .pic img {
    width: auto;
    height: 100%;
  }
  .card .container .one_row .item a .txt {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
  }
  .card .container .two_row {
    display: flex;
  }
  .card .container .two_row .item {
    width: 50%;
    box-sizing: border-box;
  }
  .card .container .two_row .item:not(:last-child) {
    margin-right: 24px;
  }
  .card .container .two_row .item .pic {
    max-height: 400px;
    overflow: hidden;
  }
  .card .container .two_row .item .txt h5 {
    display: none;
  }
  .card .container .three_row {
    display: flex;
  }
  .card .container .three_row .item {
    width: 50%;
    box-sizing: border-box;
  }
  .card .container .three_row .item:not(:last-child) {
    margin-right: 24px;
  }
  .card .container .three_row .item .txt h5 {
    display: none;
  }
}
* {
  font-family: "Noto Serif TC", serif !important;
}

body {
  background-image: url("../images/component/textured_background.jpg");
  background-size: 100% 100%;
  background-repeat: space;
  background-position: 50% 50%;
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
}
.container {
  width: 80%;
  max-width: 1140px;
  margin: auto;
}

.section_title {
  margin-bottom: 16px;
}
.section_title h2 {
  font: 700 36px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .section_title {
    margin-bottom: 32px;
  }
  .section_title h2 {
    font: 700 54px/100% "Noto Serif TC";
  }
}
.craftman_intro {
  padding-top: 100px;
  margin-bottom: 32px;
}
.craftman_intro .container .item .pic {
  margin: auto;
  overflow: hidden;
}
.craftman_intro .container .item .txt h3 {
  font: 700 34px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #1b1b1b;
  transition: 0.3s;
}
.craftman_intro .container .item .txt h4 {
  font: 600 32px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #373636;
  margin-bottom: 12px;
  transition: 0.3s;
}
.craftman_intro .container .item .txt h5 {
  font: 600 22px/140% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #EB421B;
  margin-bottom: 12px;
  transition: 0.3s;
}
.craftman_intro .container .item .txt p {
  font: 400 16px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #454545;
  transition: 0.3s;
}

@media screen and (min-width: 480px) {
  .craftman_intro .container .item {
    display: flex;
  }
  .craftman_intro .container .item .pic {
    width: 45%;
    max-height: 405px;
    display: flex;
    justify-content: center;
  }
  .craftman_intro .container .item .pic img {
    width: auto;
    height: 100%;
  }
  .craftman_intro .container .item .txt {
    display: flex;
    flex-direction: column;
    width: 55%;
    justify-content: center;
    padding: 24px 0px 36px 32px;
    box-sizing: border-box;
  }
}
.article_area {
  background-color: #d9d9d9;
  padding-top: 32px;
  padding-bottom: 64px;
  margin-bottom: 36px;
}
.article_area .container .item {
  background-color: #E7E6E6;
  transition: 0.3s;
}
.article_area .container .item .pic {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.article_area .container .item .txt {
  padding: 12px 16px 32px;
  box-sizing: border-box;
}
.article_area .container .item .txt h3 {
  font: 700 24px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #1b1b1b;
  margin-bottom: 16px;
}
.article_area .container .item .txt p {
  font: 400 16px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #454545;
  margin-bottom: 16px;
}
.article_area .container .item .txt span {
  font: 700 24px/150% "Noto Serif TC";
  letter-spacing: 0.12em;
  color: #EB421B;
  justify-content: end;
  display: flex;
}
.article_area .container .item .two_articles {
  cursor: default;
}
.article_area .container .readmore_btn {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 24px;
  justify-content: space-between;
}
.article_area .container .readmore_btn a {
  width: 48%;
  height: 72px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #E7E6E6;
}
.article_area .container .readmore_btn a span {
  font: 700 24px/150% "Noto Serif TC";
  color: #EB421B;
}
.article_area .container .readmore_btn a:hover {
  background-color: #EB421B;
}
.article_area .container .readmore_btn a:hover span {
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .article_area {
    margin-bottom: 72px;
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .article_area .container .item:hover {
    background-color: #EB421B;
  }
  .article_area .container .item:hover .txt h3, .article_area .container .item:hover .txt p, .article_area .container .item:hover .txt span {
    color: #ffffff;
  }
  .article_area .container .item a {
    display: flex;
  }
  .article_area .container .item a .pic {
    width: 45%;
    max-height: 480px;
    display: flex;
    justify-content: center;
  }
  .article_area .container .item a .pic img {
    width: auto;
    height: 100%;
  }
  .article_area .container .item a .txt {
    padding: 0px 60px;
    width: 55%;
    margin: auto;
  }
  .article_area .container .item a .txt h3 {
    font: 600 32px/150% "Noto Serif TC";
    margin-bottom: 36px;
  }
  .article_area .container .item a .txt p {
    margin-bottom: 36px;
  }
}
.choose_book, .before_job {
  margin-bottom: 72px;
}
.choose_book .container, .before_job .container {
  display: flex;
  flex-wrap: wrap;
}
.choose_book .container a, .before_job .container a {
  width: 50%;
  box-sizing: border-box;
  transition: 0.25s linear;
  padding: 1.5% 2% 1%;
}
.choose_book .container a .pic, .before_job .container a .pic {
  width: 100%;
}
.choose_book .container a .txt, .before_job .container a .txt {
  width: 100%;
  margin-top: 10px;
}
.choose_book .container a .txt p, .before_job .container a .txt p {
  font: 400 16px/150% "Noto Serif TC";
  color: #373636;
  /* 書架書名兩行限制 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行數 */
  -webkit-box-orient: vertical;
  white-space: normal;
}

.before_job .readmore {
  width: fit-content;
  display: flex;
  text-align: center;
  margin: auto;
  padding: 16px 24px;
  margin-top: 24px;
  font-size: 20px;
  border: 1px solid #EB421B;
  color: #EB421B;
}
.before_job .readmore:hover {
  background-color: #EB421B;
  color: #ffffff;
}

@media screen and (min-width: 480px) {
  .choose_book .container a, .before_job .container a {
    width: 25%;
    padding-bottom: 1.8%;
  }
  .choose_book .container a:hover, .before_job .container a:hover {
    background-color: #EB421B;
  }
  .choose_book .container a:hover .txt p, .before_job .container a:hover .txt p {
    color: #ececec;
  }
}