@charset "UTF-8";
:root {
  scroll-padding-top: 8rem;
}

.president-info .president-info--cross {
  position: absolute;
  content: "";
  top: 0%;
  left: 55%;
  width: 180px;
  height: 400px;
  background-image: url("../img/dot_repeat.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  opacity: 0.9;
  z-index: -1;
}
@media (max-width: 992px) {
  .president-info .president-info--cross {
    display: none;
  }
}
.president-info .president-info--cross_3 {
  position: absolute;
  content: "";
  top: 40%;
  right: 10%;
  width: 180px;
  height: 400px;
  background-image: url("../img/dot_repeat.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  opacity: 0.9;
  z-index: 2;
}
@media (max-width: 992px) {
  .president-info .president-info--cross_3 {
    display: none;
  }
}
.president-info .president-info--cross_4 {
  position: absolute;
  content: "";
  bottom: 0%;
  left: 10%;
  width: 400px;
  height: 150px;
  background-image: url("../img/dot_repeat.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  opacity: 0.9;
  z-index: 2;
}
@media (max-width: 992px) {
  .president-info .president-info--cross_4 {
    display: none;
  }
}

.section_title {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: 700;
  color: #000;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.section_title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #AB844A;
}

.section_title2 {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.section_title2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #fff;
}

.president-info01 {
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px;
  min-height: 60vh;
}
@media (max-width: 992px) {
  .president-info01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.president-info01__info {
  width: 60%;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.president-info01__info .subtitle {
  font-size: 0.95rem;
  color: #666;
  padding-left: 20px;
  flex: 0 0 auto;
  width: 100%;
}
@media (max-width: 992px) {
  .president-info01__info {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .president-info01__info {
    width: 90%;
  }
}
.president-info01__info .contact {
  flex: 0 0 auto;
  width: 40%;
}
@media (max-width: 1200px) {
  .president-info01__info .contact {
    flex: 0 0 auto;
    width: 55%;
  }
}
@media (max-width: 992px) {
  .president-info01__info .contact {
    flex: 0 0 auto;
    width: 100%;
  }
}
.president-info01__info .contact .name {
  margin-top: 30px;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.president-info01__info .contact .name small {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}
.president-info01__info .contact .tel {
  font-size: 1rem;
  color: #000;
}
.president-info01__info .contact .tel span {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
.president-info01__info .link {
  padding-top: 45px;
  flex: 0 0 auto;
  width: 60%;
}
@media (max-width: 1200px) {
  .president-info01__info .link {
    flex: 0 0 auto;
    width: 45%;
  }
}
@media (max-width: 992px) {
  .president-info01__info .link {
    flex: 0 0 auto;
    width: 100%;
  }
}
.president-info01__pic {
  position: absolute;
  left: 56%;
  bottom: 0;
  width: 400px;
  height: 800px;
}
@media (max-width: 768px) {
  .president-info01__pic {
    left: 50%;
    width: 360px;
    height: 760px;
  }
}
@media (max-width: 576px) {
  .president-info01__pic {
    left: 30%;
    width: 300px;
    height: 700px;
  }
}
.president-info01__pic img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  width: auto;
}
@media (min-width: 992px) {
  .president-info01__pic img {
    filter: drop-shadow(6px 6px 15px #000000);
  }
}
.president-info01 .text-thu {
  position: absolute;
  left: 51%;
  bottom: 12%;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 1.2rem;
  line-height: 1em;
  color: #AB844A;
  z-index: 10;
}
@media (max-width: 992px) {
  .president-info01 .text-thu {
    display: none;
  }
}
.president-info01::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  background-image: url("../img/president/president_01_bg.png");
  background-position: top center;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media (max-width: 992px) {
  .president-info01::before {
    display: none;
  }
}

.president-info02 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  min-height: 50vh;
  background-color: #002147;
}
.president-info02::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  width: 50%;
  height: 30px;
  background-color: #002147;
  z-index: -1;
}
.president-info02__line {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #cccccc;
  transform: translateY(50%);
}
.president-info02__info {
  text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  display: block;
}
.president-info02__info--title {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.president-info02__info--title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #fff;
}
.president-info02__info--desc {
  text-align: left;
  font-size: 0.95rem;
  color: #fff;
}
@media (min-width: 1200px) {
  .president-info02__info--desc {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.president-info03 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px;
}
.president-info03__info {
  display: block;
}
.president-info03__info--title {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  color: #997933;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .president-info03__info--title {
    font-size: 1.6rem;
  }
}
.president-info03__info--title2 {
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 700;
  color: #222;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .president-info03__info--title2 {
    font-size: 1.4rem;
  }
}
.president-info03__info--subtitle {
  font-size: 1.2rem;
  line-height: 1.7em;
  font-weight: 500;
  color: #222;
}
@media (max-width: 1200px) {
  .president-info03__info--subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .president-info03__info--subtitle {
    font-size: 1rem;
  }
}
.president-info03__info--desc {
  text-align: left;
  font-size: 0.95rem;
  color: #222;
}
@media (min-width: 1200px) {
  .president-info03__info--desc {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.president-info03__info--desc2 {
  text-align: left;
  font-size: 0.95rem;
  color: #222;
}

.president-info03__mianitem {
  position: relative;
}
.president-info03__mianitem--logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background-color: #f0f4f8; /* 你想要的顏色 */
  -webkit-mask: url("../img/logo/thu_logo_w.svg") no-repeat center;
          mask: url("../img/logo/thu_logo_w.svg") no-repeat center;
}
@media (max-width: 992px) {
  .president-info03__mianitem--logo {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 768px) {
  .president-info03__mianitem--logo {
    display: none;
  }
}
.president-info03__mianitem--bigtitle {
  position: absolute;
  width: 500px;
  height: auto;
  top: 0px;
  right: 0px;
  transform: translateY(50%);
  right: 0;
  font-size: 5rem;
  line-height: 1em;
  font-weight: 800;
  color: #f0f4f8;
}
.president-info03__mianitem--bigtitle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  right: 0;
  bottom: -30%;
  background: #f0f4f8;
}
@media (max-width: 1500px) {
  .president-info03__mianitem--bigtitle {
    font-size: 4rem;
    width: 380px;
    transform: translateY(100%);
  }
}
@media (max-width: 1200px) {
  .president-info03__mianitem--bigtitle {
    font-size: 3rem;
    width: 300px;
    transform: translateY(110%);
  }
}
@media (max-width: 992px) {
  .president-info03__mianitem--bigtitle {
    font-size: 2.5rem;
    width: 240px;
    transform: translateY(100%);
  }
}
@media (max-width: 768px) {
  .president-info03__mianitem--bigtitle {
    display: none;
  }
}
.president-info03__mianitem--leftpic {
  position: relative;
  left: 0px;
  bottom: 0;
  width: 50%;
  transition: all 0.4s;
  height: 560px;
}
@media (min-width: 992px) {
  .president-info03__mianitem--leftpic {
    margin-top: -120px;
  }
}
@media (max-width: 1680px) {
  .president-info03__mianitem--leftpic {
    width: 50%;
    height: 480px;
    transition: all 0.4s;
  }
}
@media (max-width: 1440px) {
  .president-info03__mianitem--leftpic {
    width: 50%;
    height: 450px;
    transition: all 0.4s;
  }
}
@media (max-width: 1200px) {
  .president-info03__mianitem--leftpic {
    width: 50%;
    height: 400px;
    transition: all 0.4s;
  }
}
@media (max-width: 992px) {
  .president-info03__mianitem--leftpic {
    width: 50%;
    height: 360px;
    transition: all 0.4s;
  }
}
@media (max-width: 768px) {
  .president-info03__mianitem--leftpic {
    width: 100%;
    height: 360px;
  }
}
.president-info03__mianitem--leftpic::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 0 600px 600px 0;
  height: 100%;
  width: 90%;
  background-image: url("../img/president/president_02_bg.png");
  background-position: top right;
  transition: all 0.4s;
  z-index: -1;
}
@media (min-width: 1800px) {
  .president-info03__mianitem--leftpic::before {
    background-position: top center;
    background-size: cover;
    transition: all 0.4s;
  }
}
@media (max-width: 768px) {
  .president-info03__mianitem--leftpic::before {
    width: 100%;
    border-radius: 0 0 0 0;
  }
}
.president-info03__mianitem--leftpic::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  left: 0;
  bottom: -16px;
  background: #997933;
}
.president-info03__mianitem--leftpic img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .president-info03__mianitem--leftpic img {
    width: 80%;
    height: auto;
  }
}
.president-info03__mianitem--leftpic > .img_bk {
  position: absolute;
  right: 72%;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 600px 600px 0;
  background-color: rgba(171, 132, 74, 0.6);
  z-index: -1;
}
@media (max-width: 768px) {
  .president-info03__mianitem--leftpic > .img_bk {
    right: 60%;
  }
}
.president-info03__mianitem--leftpic > .text-thu2 {
  position: absolute;
  left: 30%;
  bottom: 6%;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 1.6rem;
  line-height: 1em;
  color: #997933;
  z-index: 10;
}
@media (max-width: 1200px) {
  .president-info03__mianitem--leftpic > .text-thu2 {
    font-size: 3rem;
    letter-spacing: 1.2rem;
  }
}
@media (max-width: 992px) {
  .president-info03__mianitem--leftpic > .text-thu2 {
    font-size: 2rem;
    letter-spacing: 1.2rem;
  }
}
@media (max-width: 768px) {
  .president-info03__mianitem--leftpic > .text-thu2 {
    font-size: 3rem;
    letter-spacing: 1.2rem;
  }
}
@media (max-width: 576px) {
  .president-info03__mianitem--leftpic > .text-thu2 {
    left: 8%;
    font-size: 2.4rem;
    letter-spacing: 1.1rem;
  }
}
.president-info03__mianitem--rihgtlink {
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 540px;
  padding: 40px;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .president-info03__mianitem--rihgtlink {
    position: absolute;
  }
}
@media (max-width: 1680px) {
  .president-info03__mianitem--rihgtlink {
    width: 50%;
    height: 480px;
    transition: all 0.4s;
  }
}
@media (max-width: 1440px) {
  .president-info03__mianitem--rihgtlink {
    width: 50%;
    height: 450px;
    transition: all 0.4s;
  }
}
@media (max-width: 1200px) {
  .president-info03__mianitem--rihgtlink {
    width: 50%;
    height: 400px;
    transition: all 0.4s;
  }
}
@media (max-width: 992px) {
  .president-info03__mianitem--rihgtlink {
    width: 50%;
    height: 260px;
    transition: all 0.4s;
  }
}
@media (max-width: 768px) {
  .president-info03__mianitem--rihgtlink {
    width: 100%;
    min-height: 260px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .president-info03__mianitem--rihgtlink .president-info03__info {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
}

.president-info03__info--philosophy {
  background: linear-gradient(to bottom, transparent 16px, #f7fbff 16px);
  background-position: 0 0;
  padding-bottom: 100px;
  counter-reset: item;
}
.president-info03__info--philosophy .president-info03__info--text {
  position: relative;
  counter-increment: item;
  z-index: 1;
  padding-bottom: 20px;
}
.president-info03__info--philosophy .president-info03__info--text::before {
  content: counter(item, decimal-leading-zero); /* 顯示帶有前導零的數字 */
  position: absolute;
  right: -5px;
  top: -45px;
  z-index: -1;
  color: #ffffff;
  font-weight: bold;
  font-size: 9rem;
  line-height: 1em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.03);
}

.president-info04 {
  position: relative;
  height: 600px;
}
@media (max-width: 1200px) {
  .president-info04 {
    height: 880px;
  }
}
.president-info04::after {
  position: absolute;
  content: "";
  top: 0;
  left: 42%;
  height: 100%;
  width: 58%;
  z-index: -1;
}
@media (min-width: 1200px) {
  .president-info04::after {
    background-color: rgba(171, 132, 74, 0.94);
  }
}
@media (max-width: 1200px) {
  .president-info04::after {
    top: 45%;
    left: 0%;
    height: 55%;
    width: 100%;
    background-color: rgba(171, 132, 74, 0.95);
  }
}
.president-info04::before {
  position: absolute;
  content: "";
  top: 0;
  left: 42%;
  height: 100%;
  width: 58%;
  z-index: -2;
  background-image: url(../img/president/president_03_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .president-info04::before {
    top: 45%;
    left: 0%;
    height: 55%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .president-info04 .info04-box {
    display: flex;
    flex-wrap: wrap;
  }
  .president-info04 .info04-box .section_title,
  .president-info04 .info04-box .section_title2 {
    margin-top: 60px;
  }
}
.president-info04 .info04-box ul.info04-box__desc {
  padding-top: 30px;
  list-style: none;
  padding-right: 2px;
  margin-left: -30px;
}
.president-info04 .info04-box__boxleft {
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .president-info04 .info04-box__boxleft {
    flex: 0 0 auto;
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .president-info04 .info04-box__boxleft {
    height: 400px;
  }
}
.president-info04 .info04-box__boxleft ul.info04-box__desc li {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(128, 0, 0, 0.3);
  width: 60%;
}
.president-info04 .info04-box__boxleft ul.info04-box__desc li:first-child {
  border-top: 1px solid #997933;
}
@media (min-width: 1200px) {
  .president-info04 .info04-box__boxleft ul.info04-box__desc li {
    width: 88%;
  }
}
@media (min-width: 1200px) {
  .president-info04 .info04-box__boxright {
    flex: 0 0 auto;
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .president-info04 .info04-box__boxright {
    height: 440px;
  }
}
.president-info04 .info04-box__boxright ul.info04-box__desc li {
  color: #fff !important;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 60%;
}
.president-info04 .info04-box__boxright ul.info04-box__desc li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px) {
  .president-info04 .info04-box__boxright ul.info04-box__desc li {
    width: 88%;
  }
}

.president-info04__pic {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 450px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .president-info04__pic {
    width: 540px;
    right: -120px;
    bottom: 0px;
  }
}
.president-info04__pic img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=pageItem-president.css.map */
