* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #4f4223;
  color: #fff;
}

::-moz-selection {
  background-color: #4f4223;
  color: #fff;
}

body {
  background-image: url(../images/bgImg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: top left;
  background-color: #a6c5a3;
  font-family: "Noto Noto TC", sans-serif;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body {
    background-size: 150% auto;
  }
}
@media screen and (max-width: 900px) {
  body {
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

h1, h2, h3, p, a {
  font-family: "Noto Noto TC", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  font-weight: 400;
}

img {
  width: auto;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

p {
  font-family: "Noto Serif TC", serif;
  margin: 0;
  padding: 0;
  opacity: 0.9;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: clamp(18px, 1.9vw, 22px);
}
@media screen and (max-width: 768px) {
  p {
    font-size: 18px;
    line-height: 32px;
  }
}

.txtL {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 600;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.area {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  box-shadow: 7px 5px 18px rgba(0, 0, 0, 0.2);
  margin-bottom: 5em;
  position: relative;
}
.area .container {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  align-items: center;
  margin: 0 auto 5em;
  border-bottom: 1px solid #a6a6a6;
}
.area .container.noLine {
  border-bottom: none;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .area .container {
    flex-wrap: wrap;
    margin: 0 auto 2em;
  }
}

/*- numTitle -*/
.numTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.numTitle p.num {
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
  margin-top: -0.1em;
  padding: 0 0.1em;
  letter-spacing: -0.05em;
  color: #d4b58d;
}
.numTitle p.title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  padding: 0;
  color: #b89971;
  line-height: 1.3;
}
.numTitle p.title span {
  display: block;
}
@media screen and (max-width: 1400px) {
  .numTitle {
    margin-bottom: 0.5em;
  }
  .numTitle img {
    max-height: 90px;
  }
  .numTitle p.num {
    font-size: 140px;
  }
}
@media screen and (max-width: 500px) {
  .numTitle {
    margin-bottom: 1em;
  }
  .numTitle p.num {
    font-size: 90px;
  }
  .numTitle img {
    max-height: 60px;
  }
}
@media screen and (max-width: 400px) {
  .numTitle p.num {
    font-size: 70px;
  }
  .numTitle img {
    max-height: 50px;
  }
}

/*- sideImg -*/
.sideImg {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.sideImg .corner {
  margin: 1em;
}
@media screen and (max-width: 1420px) {
  .sideImg .corner {
    width: 50px;
  }
  .sideImg .line {
    width: 120px;
  }
}
@media screen and (max-width: 900px) {
  .sideImg .corner {
    width: 40px;
  }
  .sideImg .line {
    width: 100px;
  }
}

/*- picBox -*/
.picBox {
  position: relative;
  width: 55%;
  margin-bottom: 1em;
}
.picBox .photo {
  width: 100%;
  max-width: 927px;
  display: block;
}
.picBox p {
  width: 100%;
  margin: 0 auto;
  line-height: 1.2em;
  position: relative;
  padding: 10px 20px 5px 40px;
}
.picBox p::before {
  content: "";
  background-image: url(../images/iLine.png);
  background-size: auto;
  background-position: left top;
  background-repeat: repeat-y;
  width: 16px;
  height: calc(100% + 30px);
  position: absolute;
  top: -30px;
  left: 10px;
  z-index: 1;
}
.picBox p .title {
  font-size: clamp(14px, 1.3vw, 18px);
}
.picBox p .name {
  font-size: clamp(14px, 1.2vw, 16px);
}
@media screen and (max-width: 960px) {
  .picBox {
    width: 100%;
    margin-bottom: 2em;
  }
}

.picBox.sizL {
  width: 100%;
  margin: 0 auto 2em;
}
.picBox.sizL img {
  max-width: none;
}

/*- txtBox -*/
.txtBox {
  margin-bottom: 2em;
  width: 45%;
  padding: 1em 0;
}
.txtBox p {
  padding: 0 2em;
}
@media screen and (max-width: 960px) {
  .txtBox {
    width: 100%;
  }
  .txtBox p {
    padding: 0 0.5em;
  }
}

.txtBox.full {
  width: 100%;
}

/*-- banner -----------------*/
.banner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 4em;
}
.banner .txtBox {
  width: 1620px;
  max-width: 85%;
  margin: 0;
  padding: 0;
}
.banner .txtBox img {
  display: block;
}
.banner .txtBox h1 {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.banner .txtBox .slogan {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .banner .txtBox {
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .banner {
    padding-top: 2em;
  }
}

.bgW {
  background-image: url(../images/bgPaper_w.jpg);
  background-size: auto;
  background-position: 0;
  background-repeat: repeat;
}

.bgLO {
  background-image: url(../images/bgPaper_LO.jpg);
  background-size: auto;
  background-position: 0;
  background-repeat: repeat;
}

/*-- area01 -----------------*/
.area01 .txtBox.ta-c {
  text-align: center;
}

/*-- area05 -----------------*/
.area05 {
  margin-bottom: 0;
}

/*-- fot -----------------*/
.fot {
  position: relative;
  display: flex;
  padding-top: 0.5em;
}
.fot p {
  font-size: clamp(14px, 1.2vw, 16px);
  text-align: center;
  line-height: 1.5;
  padding: 2em 3% 2em 1em;
  margin: 0 auto;
  max-width: 65%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .fot p {
    padding: 0.5em 3% 0.5em 1em;
  }
}
@media screen and (max-width: 600px) {
  .fot p {
    max-width: 100%;
  }
}

/*- iLotus -*/
.iLotus {
  background-image: url(../images/iLotus.png);
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  width: 30%;
  height: 241px;
  max-width: 462px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .iLotus {
    display: none;
  }
}

/*- iLotus -*/
.iLion {
  background-image: url(../images/iLion.png);
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  width: 10%;
  height: 222px;
  max-width: 191px;
  left: 0;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
}
@media screen and (max-width: 1600px) {
  .iLion {
    transform: translateX(0) translateY(50%);
    width: 191px;
    max-width: 30%;
  }
}

/*- iElephant -*/
.iElephant {
  background-image: url(../images/iElephant.png);
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  width: 13%;
  height: 141px;
  max-width: 160px;
  right: 0;
  bottom: 0;
  transform: translateX(50%) translateY(80%);
}
@media screen and (max-width: 1600px) {
  .iElephant {
    transform: translateX(0) translateY(50%);
    width: 160px;
  }
}

.btnLink + .fot {
  height: 300px;
}
@media screen and (max-width: 600px) {
  .btnLink + .fot {
    height: 250px;
  }
}
@media screen and (max-width: 460px) {
  .btnLink + .fot {
    height: 200px;
  }
}

/*- btnRotate -*/
.btnLink {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -2.5em;
  width: 900px;
  max-width: 150%;
  height: auto;
  transform: translateX(-50%);
  cursor: pointer;
}
.btnLink img {
  display: block;
}
.btnLink:hover {
  bottom: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .btnLink {
    bottom: 0;
  }
}

/*- btnTop -*/
.btnTop {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: url(../images/btnTop.png);
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 189px;
  height: 217px;
  display: block;
  transform: translateX(5%) translateY(5%);
}
@media screen and (max-width: 900px) {
  .btnTop {
    transform: translateX(5%) translateY(-100%);
  }
}
@media screen and (max-width: 576px) {
  .btnTop {
    width: 150px;
    height: 172px;
  }
}/*# sourceMappingURL=style_letter.css.map */