/* color */
/* font */
/* transition */
.commentItem .textBox, .relationItem {
  font-family: "Noto Sans TC", "Noto Serif TC", sans-serif; }

.timeline .timelineItem .yearBox, .timeline .timelineItem .yearBox p, .relationItem, .relationItem .icon {
  transition: all 0.65s ease-in-out; }

.insTitle {
  padding-left: 0; }

.authorTop {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media (max-width: 820px) {
    .authorTop {
      align-items: center;
      flex-direction: column-reverse; } }
  .authorTop .authorLeft {
    width: 60%;
    padding-right: 15px; }
    @media (max-width: 1024px) {
      .authorTop .authorLeft {
        width: 50%; } }
    @media (max-width: 820px) {
      .authorTop .authorLeft {
        width: 100%; } }
    @media (max-width: 640px) {
      .authorTop .authorLeft {
        padding-right: 0; } }
  .authorTop .authorRight {
    width: 40%; }
    @media (max-width: 1024px) {
      .authorTop .authorRight {
        width: 50%; } }
    @media (max-width: 820px) {
      .authorTop .authorRight {
        text-align: center;
        width: 100%;
        margin-bottom: 20px; } }

.authorBottom {
  padding-bottom: 40px; }

.contentBlock {
  margin: 40px 0 60px; }

.timeline .textEditor {
  background-color: transparent;
  padding: 0; }

.timeline .timelineItem {
  align-items: center;
  display: flex;
  margin-bottom: 60px;
  position: relative;
  z-index: 2; }
  @media (max-width: 640px) {
    .timeline .timelineItem {
      flex-direction: column;
      align-items: flex-start; } }
  .timeline .timelineItem:nth-child(even) {
    flex-direction: row-reverse; }
    @media (max-width: 820px) {
      .timeline .timelineItem:nth-child(even) {
        flex-direction: row; } }
    @media (max-width: 640px) {
      .timeline .timelineItem:nth-child(even) {
        flex-direction: column; } }
    .timeline .timelineItem:nth-child(even) .textBox {
      flex-direction: row-reverse; }
      @media (max-width: 820px) {
        .timeline .timelineItem:nth-child(even) .textBox {
          flex-direction: row; } }
      @media (max-width: 640px) {
        .timeline .timelineItem:nth-child(even) .textBox {
          flex-direction: column; } }
  .timeline .timelineItem:last-child .yearBox:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-left: 3px solid #3f513c;
    border-top: 3px solid #3f513c;
    rotate: -135deg;
    top: calc(100% + 35px); }
  @media (min-width: 1281px) {
    .timeline .timelineItem:hover .yearBox {
      background-image: url("../assets/images/yearBox2.svg"); }
      .timeline .timelineItem:hover .yearBox p {
        color: #fff; } }
  .timeline .timelineItem .emptyBox {
    width: 45%; }
    @media (max-width: 820px) {
      .timeline .timelineItem .emptyBox {
        display: none; } }
  .timeline .timelineItem .textBox {
    align-items: center;
    width: 45%;
    display: flex;
    gap: 20px; }
    @media (max-width: 820px) {
      .timeline .timelineItem .textBox {
        width: 100%; } }
    @media (max-width: 640px) {
      .timeline .timelineItem .textBox {
        align-items: flex-start;
        flex-direction: column; } }
    .timeline .timelineItem .textBox .imgBox {
      height: 100%;
      aspect-ratio: 1/1; }
      @media (max-width: 640px) {
        .timeline .timelineItem .textBox .imgBox {
          width: 100%;
          text-align: center; } }
      .timeline .timelineItem .textBox .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1/1; }
    .timeline .timelineItem .textBox .textContent p {
      font-size: 14px;
      color: #525252;
      line-height: 1.2; }
      @media (max-width: 640px) {
        .timeline .timelineItem .textBox .textContent p {
          font-size: 16px; } }
  .timeline .timelineItem .yearBox {
    align-items: center;
    display: flex;
    justify-content: center;
    background-image: url("../assets/images/yearBox.svg");
    width: 10%;
    margin: 0 40px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    aspect-ratio: 1/1;
    position: relative; }
    @media (max-width: 820px) {
      .timeline .timelineItem .yearBox {
        width: 25%;
        margin: 0 40px 0 0; } }
    @media (max-width: 640px) {
      .timeline .timelineItem .yearBox {
        width: 20%;
        margin-bottom: 20px; } }
    .timeline .timelineItem .yearBox:after {
      content: "";
      position: absolute;
      width: 3px;
      background-color: #3f513c;
      height: 90%;
      top: 90%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }
      @media (max-width: 1024px) {
        .timeline .timelineItem .yearBox:after {
          height: calc(100% + 12px); } }
      @media (max-width: 820px) {
        .timeline .timelineItem .yearBox:after {
          height: 75%; } }
      @media (max-width: 640px) {
        .timeline .timelineItem .yearBox:after {
          width: 150%;
          height: 2px;
          top: 50%;
          left: auto;
          right: -150%;
          transform: translateY(-50%); } }
    .timeline .timelineItem .yearBox p {
      margin-top: -16px;
      color: #b2953f;
      font-size: 24px;
      line-height: 1; }
      @media (max-width: 640px) {
        .timeline .timelineItem .yearBox p {
          font-size: 20px; } }

.albumBox {
  padding: 0;
  background-color: transparent; }
  .albumBox .albumList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 25px;
    grid-row-gap: 25px; }
    @media (max-width: 1024px) {
      .albumBox .albumList {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 820px) {
      .albumBox .albumList {
        grid-column-gap: 15px;
        grid-row-gap: 15px; } }
    @media (max-width: 640px) {
      .albumBox .albumList {
        grid-template-columns: repeat(2, 1fr); } }
    .albumBox .albumList .albumItem {
      position: relative;
      font-size: 0; }
      .albumBox .albumList .albumItem img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1/1; }
      .albumBox .albumList .albumItem .imgBox {
        height: 100%; }
    .albumBox .albumList .albumItem:nth-child(1) {
      grid-area: 1 / 1 / 2 / 2; }
      @media (max-width: 640px) {
        .albumBox .albumList .albumItem:nth-child(1) {
          grid-area: auto; } }
    .albumBox .albumList .albumItem:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3; }
      @media (max-width: 640px) {
        .albumBox .albumList .albumItem:nth-child(2) {
          grid-area: auto; } }
    .albumBox .albumList .albumItem:nth-child(3) {
      grid-area: 2 / 1 / 3 / 2; }
      @media (max-width: 640px) {
        .albumBox .albumList .albumItem:nth-child(3) {
          grid-area: auto; } }
    .albumBox .albumList .albumItem:nth-child(4) {
      grid-area: 2 / 2 / 3 / 3; }
      @media (max-width: 640px) {
        .albumBox .albumList .albumItem:nth-child(4) {
          grid-area: auto; } }
    .albumBox .albumList .albumItem:nth-child(5) {
      grid-area: 1 / 3 / 3 / 5; }
      @media (max-width: 640px) {
        .albumBox .albumList .albumItem:nth-child(5) {
          grid-area: auto; } }

.commentItem {
  align-items: center;
  display: flex;
  gap: 45px;
  margin-bottom: 60px; }
  @media (max-width: 640px) {
    .commentItem {
      flex-direction: column; } }
  .commentItem .imgBox {
    width: 24%;
    font-size: 0;
    position: relative; }
    @media (max-width: 640px) {
      .commentItem .imgBox {
        width: 50%; } }
    .commentItem .imgBox img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 2;
      position: relative; }
    .commentItem .imgBox:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 5px solid #c9b478;
      left: 15px;
      top: -20px; }
  .commentItem .textBox {
    flex: 1; }
  .commentItem .title {
    color: #525252;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px; }
  .commentItem .desc {
    color: #525252;
    line-height: 1.7;
    margin-bottom: 25px;
    letter-spacing: 1.8px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .commentItem .btnBox {
    justify-content: flex-end; }

.relationItem {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 40px;
  border: 1px solid #a15e3d;
  border-radius: 18px;
  margin-bottom: 20px;
  color: #a15e3d;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2.2px; }
  @media (min-width: 1281px) {
    .relationItem:hover {
      color: #fff;
      background-color: #a15e3d; }
      .relationItem:hover .icon {
        scale: 1.1; } }
  @media (max-width: 640px) {
    .relationItem {
      font-size: 16px; } }
  .relationItem .icon {
    display: flex;
    align-items: center;
    width: 25px;
    margin-right: 20px; }
    @media (max-width: 640px) {
      .relationItem .icon {
        width: 40px; } }
