@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Huninn&family=Noto+Serif+TC:wght@400;500;600;900&family=Noto+Sans+TC:wght@400;500;600;700&display=swap');
:root {
  font-size: 62.5%;
}
body {
  font-family: "Noto Serif TC", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
main {
  line-height: 1.4;
  max-width: 1920px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: all .4s ease;
}
ul {
  list-style: none;
  padding-left: 0;
}
/*------------------------------------
  LP style
------------------------------------*/
h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 35px;
}
h2 {
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
}
section:nth-child(odd) {
  background-color: #fff;
}
section:nth-child(even) {
  color: #fff;
  background-color: #b08e6b;
}
section .container {
  max-width: 1200px;
}
.btn {
  font-size: 4rem;
  font-weight: 900;
  border: 1px solid #fff;
  border-radius: 50rem;
  padding: 5px 85px;
}
.btn:hover {
  border: 1px solid #fff;
}
.paddingLR,
.prefaceTxt p {
  padding-right: 40px;
  padding-left: 40px;
}
.text p,
.author p,
.prefaceText p,
.rec p,
.introText p,
.preview p {
  text-align: justify;
}
.kv h2 {
  font-size: 5.5rem;
  font-weight: 900;
  color: #707070;
  margin-top: 50px;
  margin-bottom: 80px;
}
.kvMain {
  position: relative;
  aspect-ratio: 1120 / 1250;
}
.kvMain img {
  object-fit: contain;
  position: absolute;
  opacity: 0;
  animation: fadeIn 1.5s ease-in forwards;
}
.kvMain img:nth-child(1) {
  animation: fadeIn 1.5s ease-in forwards;
}
.kvMain img:nth-child(2) {
  animation: fadeIn 1.5s ease-in forwards;
  animation-delay: 0.3s;
}
.kvMain img:nth-child(3) {
  animation: fadeIn 1.5s ease-in forwards;
  animation-delay: 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.text p,
.author p,
.prefaceText p {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 60px;
}
.author {
  padding-top: 60px;
}
.author .d-flex {
  flex-direction: column;
}
.authorText p {
  margin-bottom: 70px;
}
.author img {
  max-width: 580px;
  align-self: flex-end;
  margin-top: -220px;
}
.outline {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.outline p {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 50px;
}
.outline p:last-child {
  margin-bottom: 0;
}
.preface {
  padding-top: 70px;
  padding-bottom: 120px;
}
.preface h2 {
  margin-bottom: 50px;
}
.prefaceText img {
  margin-bottom: 45px;
}
.rec {
  padding-top: 90px;
  padding-bottom: 120px;
}
.rec .d-flex ul:first-child {
  border-right: 1px solid #000;
  padding-right: 35px;
}
.rec .d-flex ul:last-child {
  padding-left: 35px;
}
.rec h2 {
  margin-bottom: 70px;
}
.rec h2 span {
  font-size: 1.3rem;
}
.rec h3,
.modal-body h3 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.rec h3 span,
.modal-body h3 span {
  font-size: 1.5rem;
}
.rec p {
  font-size: 3rem;
  font-weight: 400;
}
.rec p a {
  font-size: 1.3rem;
  margin-left: -5px;
}
.rec p a:hover {
  cursor: pointer;
}
.rec li:not(:last-child) {
  margin-bottom: 70px;
}
.modal .btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.modal-body {
  padding: 30px 15px;
}
.modal-body p {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 40px;
}
.intro {
  padding-top: 70px;
  padding-bottom: 40px;
}
.book {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 80px;
}
.book img {
  max-width: 330px;
  margin-right: 40px;
}
.book span {
  font-size: 1.5rem;
}
.book .price {
  margin-top: -10px;
  margin-bottom: 20px;
}
.book .btn a {
  color: #fff;
}
.book .btn:hover {
  background-color: #1a5937;
}
.introText {
  font-size: 3.5rem;
  font-weight: 400;
}
.introText ul {
  list-style: none;
}
.introText ul.main {
font-size: 4rem;
  font-weight: 700;}
.introText li {
  display: flex;
  margin-bottom: 60px;
}
.introText ul.main li {
  margin-bottom: 0;
}
.introText li:before {
  content: "〇";
}
.introText p {
  margin-bottom: 60px;
}
.divider {
  width: 60%;
  height: 1px;
  background-color: #fff;
  margin: 60px auto;
}
section.preview {
  color: #fff;
  background-color: #1a5937;
  margin-top: 115px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.preview h3 {
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  color: #b08e6b;
  margin: 40px 0;
}
.preview p {
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
}
.preview p:not(:last-child) {
  margin-bottom: 20px;
}
.preview .accordion-item {
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.preview .accordion-button {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.preview .accordion-button::after {
  background-image: url(../images/preview-icon_down.png);
  background-size: 100%;
  width: 40px;
  height: 22px;
  margin-left: 15px;
}
.preview .accordion-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.event {
  color: #000;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 120px;
}
.eventbox {
  text-align: center;
  border: 3px solid #b08e6b;
  padding: 40px 30px 80px;
}
.eventbox h2 {
  display: inline-block;
  border-bottom: 2px solid #000;
  padding: 0 20px 20px;
}
.eventbox h4 {
  font-size: 4rem;
  font-weight: 900;
}
.eventbox h4 span {
  font-size: 1.5rem;
  margin-top: 10px;
}
.eventbox span {
  display: inline-block;
}
.event-time {
  font-size: 3rem;
  font-weight: 900;
  margin: 20px 0;
}
.event-time strong {
  font-size: 5rem;
}
.event-time>div {
  display: inline-block;
}
.event-add {
  margin-bottom: 30px;
}
.event-speaker span {
  font-weight: 900;
  margin-bottom: 5px;
}
.event .btn {
  border: 1px solid #000;
  padding: 5px 40px;
  margin-top: 40px;
}
.event .btn:hover {
  border: 1px solid #fff;
  background-color: #1a5937;
}
.event .btn a {
  color: #000;
}
.event .btn:hover a {
  color: #fff;
}

/*------------------------------------
  Locus Publishing Footer
------------------------------------*/
.footer {
  margin-top: 40px;
  padding: 40px 0 20px;
  background: #312f30;
  overflow: hidden;
  text-align: center;
}
.footer .content {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  overflow: hidden;
}
.footer .logo img {
  height: 70px;
}
.footer .com {
  overflow: hidden;
}
.footer .com dl {
  width: 50%;
  float: left;
  color: #fff;
}
.footer .com dd {
  margin-bottom: 20px;
  padding: 10px 0 2px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.footer .com dt a {
  color: #fff;
  padding: 0 10px;
}
.footer .ico {
  padding: 40px 0 10px;
  overflow: hidden;
}
.footer .ico img {
  height: 50px;
}
.footer .ico a {
  padding: 10px;
}
.footer p {
  color: #d4d4d4;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 20px;
  }
  .footer .content {
    width: auto;
  }
  .footer .com dl {
    width: auto;
    float: none;
    padding-bottom: 10px;
  }
  .footer .com dd {
    margin-bottom: 10px;
  }
  .footer .com dt a {
    padding: 0;
    margin: 0 5px;
    font-size: 14px;
  }
  .footer .ico {
    padding: 10px 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .footer .com dt a {
    display: inline-block;
    padding: 0;
    margin: 5px;
  }
}
@media screen and (max-width:375px) {
  .footer {
    padding: 20px 0;
  }
  .footer .ico a {
    padding: 10px 0;
    display: inline-block;
  }
}
/*re-font-size*/
.footer .com dt {
  font-size: 1.4rem;
  font-weight: 400;
}
.footer .com dd {
  font-size: 1.4rem;
  font-weight: 500;
}

/*------------------------------------
  RWD
------------------------------------*/
@media screen and (min-width: 1200px) {
  .kvMain {
    height: clamp(600px, 100dvh, 1250px);
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .paddingLR,
  .prefaceTxt p {
    padding-right: 30px;
    padding-left: 30px;
  }
  .kv h2 {
    font-size: 5rem;
  }
  .outline p span {
    display: block;
  }
  .eventbox {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    margin-bottom: 30px;
  }
  h2 {
    font-size: 4rem;
  }
  .btn {
    font-size: 3rem;
    padding: 5px 65px;
  }
  .kv h2 {
    font-size: 4.5rem;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .kv h2 span {
    display: block;
  }
  .preface,
  .rec,
  section.event {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .outline p {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .text p,
  .author p,
  .prefaceText p {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .author img {
    max-width: 400px;
    margin-top: -120px;
  }
  .preface h2 {
    margin-bottom: 30px;
  }
  .prefaceText {
    margin-top: 40px;
  }
  .prefaceText img {
    margin-bottom: 20px;
  }
  .rec h2 {
    margin-bottom: 40px;
  }
  .rec p {
    font-size: 2.4rem;
  }
  .rec .d-flex {
    flex-direction: column;
  }
  .rec .d-flex ul:first-child {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .rec .d-flex ul:last-child {
    padding-left: 0;
  }
  .rec li:not(:last-child) {
    margin-bottom: 30px;
  }
  .divider {
    width: 90%;
    margin: 40px auto;
  }
  .introText {
    font-size: 2.8rem;
  }
  .introText ul.main {
    font-size: 3rem;
  }
  .introText p,
  .introText li {
    margin-bottom: 30px;
  }
  section.preview {
    margin-top: 60px;
  }
  .eventbox {
    padding: 40px 20px 60px;
  }
  .event-time {
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .kv h2 {
    font-size: 4rem;
  }
  .author img {
    max-width: 320px;
    margin-top: -90px;
  }
  .book {
    flex-direction: column;
    align-items: center;
  }
  .book img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .book .price {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .paddingLR,
  .prefaceTxt p {
    padding-right: 20px;
    padding-left: 20px;
  }
  h1 {
    margin-bottom: 20px;
  }
  .outline p {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .text p,
  .author p,
  .prefaceText p {
    font-size: 2.4rem;
  }
  .prefaceText {
    padding-right: 20px;
    padding-left: 20px;
  }
  .introText {
    font-size: 2.4rem;
  }
  .introText ul.main {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .paddingLR,
  .prefaceTxt p,
  .prefaceText {
    padding-right: 15px;
    padding-left: 15px;
  }
  h2,
  .kv h2 {
    font-size: 3.5rem;
  }
  .book img {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .event-time {
    font-size: 2.4rem;
  }
  .event-time strong {
    font-size: 4rem;
  }
  .eventbox h4 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  h2,
  .kv h2 {
    font-size: 3rem;
  }
  .text p,
  .author p,
  .prefaceText p {
    font-size: 2rem;
  }
  .outline {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .author {
    padding-top: 40px;
  }
  .author img {
    max-width: 240px;
    margin-top: -30px;
  }
  .preface,
  .rec,
  section.event {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .preface h2 {
    margin-bottom: 20px;
  }
  .rec h3,
  .modal-body h3 {
    font-size: 2.2rem;
  }
  .rec p {
    font-size: 2rem;
  }
  .book {
    font-size: 3.5rem;
  }
  .book img {
    max-width: 240px;
    margin-bottom: 0px;
  }
  .introText ul.main {
    font-size: 2.4rem;
  }
  .introText {
    font-size: 2.2rem;
  }
  .preview h3 {
    font-size: 3rem;
  }
  .preview .accordion-button {
    font-size: 2.4rem;
  }
  .preview .accordion-button::after {
    width: 25px;
    height: 14px;
  }
  .preview p {
    font-size: 2rem;
  }
  .eventbox {
    width: 94%;
    padding: 30px 10px 60px;
  }
  .eventbox h2 {
    font-size: 2.8rem;
  }
  .event-time strong {
    font-size: 3rem;
  }
  .eventbox h4 {
    font-size: 2.6rem;
  }
  .event .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .paddingLR,
  .prefaceTxt p,
  .prefaceText {
    padding-right: 10px;
    padding-left: 10px;
  }
  .kv h2 {
    font-size: 2.6rem;
  }
  .outline p {
    font-size: 1.9rem;
  }
}