/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
#message_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  #message_sec .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #message_sec .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 6.5rem;
  }
}

#message_sec figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #message_sec figure {
    width: 57rem;
  }
}

.message_ttl {
  position: relative;
}
@media screen and (min-width: 769px) {
  .message_ttl {
    width: 51rem;
  }
}

.message_ttl h2 {
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
}
@media screen and (min-width: 769px) {
  .message_ttl h2 {
    line-height: 1.3em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .message_ttl h2 {
    line-height: 1.3em;
    font-size: 5rem;
    letter-spacing: 0.05em;
  }
}

.message_ttl p {
  position: relative;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
}
@media screen and (min-width: 769px) {
  .message_ttl p {
    padding-top: 2rem;
    line-height: 1.5em;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .message_ttl p {
    padding-top: 3rem;
    line-height: 1.5em;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}

#message_main .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  #message_main .box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: 26rem 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #message_main .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 24rem 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    row-gap: 3rem;
  }
}

#message_main .box figure {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #message_main .box figure {
    grid-row: 1/3;
  }
}

#message_main .box .message_sub {
  grid-column: 2/3;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #message_main .box .message_sub {
    line-height: 1.5em;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  #message_main .box .message_sub > h3 {
    line-height: inherit;
    font: inherit;
  }
  #message_main .box .message_sub > h3:first-of-type {
    margin-top: -0.25em;
  }
  #message_main .box .message_sub > h3:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  #message_main .box .message_sub {
    line-height: 1.5em;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
  #message_main .box .message_sub > h3 {
    line-height: inherit;
    font: inherit;
  }
  #message_main .box .message_sub > h3:first-of-type {
    margin-top: -0.25em;
  }
  #message_main .box .message_sub > h3:last-of-type {
    margin-bottom: -0.25em;
  }
}

@media screen and (min-width: 769px) {
  #message_main .box > div {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 768px) {
  #message_main .box > div {
    grid-column: 1/3;
  }
}

#message_main .box .general_txt {
  position: relative;
}
@media screen and (min-width: 769px) {
  #message_main .box .general_txt {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #message_main .box .general_txt {
    margin-bottom: 2.8rem;
  }
}

#message_main .box .general_txt.list {
  padding-left: 2.4em;
  text-indent: -2.4em;
}

@media screen and (min-width: 769px) {
  #message_main .box .general_txt.list + .list {
    margin-top: -1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #message_main .box .general_txt.list + .list {
    margin-top: -2.8rem;
  }
}

.signature {
  text-align: right !important;
  margin-bottom: 0 !important;
}