@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* outline: solid #f00 1px !important;
  background: #000 !important;
  color: #fff !important; */
}
html {
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}
body {
  margin: 0px;
  padding: 0px;
  background: url("images/bg.jpg") top fixed;
  /* 　//設定背景圖片的呈現方式.jpg */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.main {
  font-family: "Noto Sans TC", sans-serif;
}
.main-container {
  max-width: 120rem;
  padding: 0 4.6rem;
  margin: 0 auto;
  letter-spacing: 0.33rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  color: #433e2b;
}
.span-inline-block {
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
}
.scaled {
  transition: all 0.3s;
  cursor: pointer;
}
.scaled:hover,
.scaled:active {
  transform: scale(1.1);
}
.scaled2 {
  transition: all 0.3s;
  cursor: pointer;
}
.scaled2:hover,
.scaled2:active {
  transform: scale(1.05);
}
.translate {
  transition: all 0.5s;
  cursor: pointer;
}
.translate:hover,
.translate:active {
  transform: translate(1rem, -2.4rem);
}

/*****************************/
/* SECTION HERO */
/*****************************/
.section-hero {
  width: 100%;
  /* background-image: url(images/bg-hero.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  /* background-color: #fdf4f0; */
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.hero-title-img {
  width: 100%;
}

/*****************************/
/* SECTION INTRO */
/*****************************/
.section-intro {
  width: 100%;
  /* background-image: url(images/bg-01.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  /* background-color: rgba(0, 0, 0, 0.8); */
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  padding: 9rem 0 3.2rem 0;
  z-index: 0;
}
.intro {
  text-align: justify;
  margin-bottom: 8rem;
  letter-spacing: 0.33rem;
  line-height: 1.8;
}

/*****************************/
/* PROMOTION */
/*****************************/
.promotion-grid {
  display: grid;
  grid-template-columns: auto auto;
  /* padding-bottom: 9rem;
  border-bottom: solid 1px #999; */
  margin-bottom: 9rem;
}
.promotion-box {
  text-align: left;
  padding-top: 6.4rem;
  border-top: dashed 1px #999;
}
.promotion-date {
  font-family: "Noto Serif TC", serif;
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.5rem;
  color: #426049;
  margin-bottom: 2.4rem;
}
.promotion-pic-img {
  width: 30rem;
}
.promotion-text-flex {
  display: flex;
  gap: 1rem;
}
.dot-img {
  width: 3.4rem;
  padding-top: 1rem;
}
.promotion-text {
  color: #433e2b;
  font-size: 2rem;
  letter-spacing: 0.3rem;
}
.promotion-big {
  font-size: 3rem;
  font-weight: bold;
  color: #426049;
}

/*****************************/
/* RESIDENCE */
/*****************************/
.residence {
  max-width: 90rem;
  margin: 0 auto;
  padding-bottom: 6.4rem;
  margin-bottom: 6.4rem;
  border-bottom: dashed 1px #999;
}
.chapter-title-img {
  height: 18rem;
  margin-bottom: 4.8rem;
}
.poet-info-grid {
  max-width: 90rem;
  display: grid;
  grid-template-columns: auto auto;
  gap: 4.6rem;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.poet-pic-img {
  width: 33rem;
}
.poet-info-box {
  text-align: left;
  justify-self: flex-start;
}
.poet-tag {
  display: inline-block;
  font-family: "Noto Serif TC", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 0.3rem 1rem;
  margin-bottom: 1.6rem;
}
.poet-tag-pink {
  background-color: #d19771;
}
.poet-tag-green {
  background-color: #4a664f;
}
.poet-tag-blue {
  background-color: #5d8c89;
}
.poet-name {
  font-family: "Noto Serif TC", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  color: #45624b;
}
.poet-locale {
  font-size: 3.6rem;
  margin-top: 1.6rem;
}
.poet-note {
  font-size: 1.6rem;
  color: #777;
  margin-top: 3rem;
  line-height: 1;
}
.poet-intro {
  text-align: justify;
  letter-spacing: 0.33rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}
.poet-poem {
  text-align: justify;
  letter-spacing: 0.33rem;
  line-height: 1.8;
  padding: 3.2rem;
  background-color: rgba(209, 205, 180, 0.8);
}

/*****************************/
/* RESIDENCE LECTURES*/
/*****************************/
.residence-lectures {
  max-width: 90rem;
  margin: 0 auto;
  background-color: #d19771;
  border-radius: 0.9rem;
  padding: 6.4rem;
  padding-bottom: 8rem;
  color: #fff;
  position: relative;
  margin-bottom: 9rem;
}
.poet-tag-absolute {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.residence-lectures-pic-01,
.residence-lectures-pic-02 {
  position: absolute;
}
.residence-lectures-pic-01 {
  top: -12rem;
  right: -1rem;
}
.residence-lectures-pic-02 {
  top: 52rem;
  right: -3rem;
}
.residence-lectures-pic-01-img {
  width: 40rem;
}
.residence-lectures-pic-02-img {
  width: 34rem;
}
.residence-lecture {
  text-align: left;
}
.residence-lecture-01 {
  padding-bottom: 6.4rem;
  margin-bottom: 6.4rem;
  border-bottom: dashed 0.1rem #fff;
}
.residence-lecture-title {
  font-family: "Noto Serif TC", serif;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.residence-lecture-info-box {
  display: inline-block;
  background-color: #bb7f4f;
  border-radius: 0.8rem;
  padding: 2rem;
  margin-bottom: 3.2rem;
}

/*****************************/
/* INTERVATIONAL */
/*****************************/
.international {
  max-width: 90rem;
  margin: 0 auto;
}
.poet {
  padding-bottom: 6.4rem;
}
.border-bottom {
  margin-bottom: 6.4rem;
  border-bottom: dashed 1px #999;
}

/*****************************/
/* OPENING */
/*****************************/
.opening,
.closing {
  margin-bottom: 9rem;
}
.opening-bn-img {
  width: 100%;
  margin-bottom: 4.6rem;
}
.lecture-content {
  text-align: left;
}
.lecture-title {
  font-family: "Noto Serif TC", serif;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.lecture-title-2 {
  margin-bottom: 0.3rem;
}
.lecture-subtitle {
  font-family: "Noto Serif TC", serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4.6rem;
}
.lecture-info-box {
  /* display: inline-block; */
  background-color: #cdc9af;
  border-radius: 0.8rem;
  padding: 2rem;
  margin-bottom: 4.6rem;
  /* color: #45624b; */
}
.lecture-pics {
  max-width: 80rem;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem;
  margin-bottom: 4.6rem;
}
.lecture-pic-img {
  height: 30rem;
}
.lecture-pic-text {
  font-size: 1.6rem;
  color: #777;
  margin-top: 0.3rem;
}
.lecture-ticket-box {
  background-color: #cbb6a5;
  border-radius: 0.8rem;
  padding: 2rem;
  margin-bottom: 3.2rem;
  display: grid;
  grid-template-columns: auto auto;
  gap: 9rem;
  justify-content: space-between;
  margin-top: 4.6rem;
  text-align: left;
}
.lecture-ticket-kktix-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
  align-items: start;
}
.kktix-img {
  width: 12rem;
}

/*****************************/
/* POEM LECTURES */
/*****************************/
.intro-text {
  text-align: left;
}
.poem-lecture-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem;
  row-gap: 6.4rem;
  margin-top: 4.6rem;
  margin-bottom: 9rem;
}
.poem-lecture-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;

  padding: 0 4.6rem;

  letter-spacing: 0.33rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  color: #433e2b;
}
.poe-lecture {
  background-color: #cdc9af;
  border-radius: 0.8rem;
  padding: 3.2rem;
  text-align: left;
}
.lecture-info-box-2 {
  margin-bottom: 4.6rem;
  color: #45624b;
}
.lecture-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  justify-content: space-between;
  gap: 4.6rem;
}
.margin-bottom {
  margin-bottom: 9rem;
}

/*****************************/
/* SECTION BOOKS */
/*****************************/
.section-books {
  padding-bottom: 9rem;
}
.book-cata-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.6rem;
  row-gap: 5.2rem;
  align-items: start;
  justify-content: center;
}
.book-cata {
  justify-self: center;
}
.book-cata-title-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.book-cata-title {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 3.6rem;
}
.more-img {
  width: 7rem;
}
.book-grid {
  max-width: 50rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.3rem;
  align-items: start;
  justify-content: center;
}
.book-set {
  max-width: 21rem;
}
.book-img {
  height: 28rem;
}
.book-title {
  font-size: 2rem;
  margin-top: 0.3rem;
}

/*****************************/
/* TOP */
/*****************************/
.top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}
