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

::selection {
  background-color: #614c3f;
  color: #fff;
}

::-moz-selection {
  background-color: #614c3f;
  color: #fff;
}

body {
  background-color: #fff;
  font-family: "Noto Serif TC", Arial, Helvetica, sans-serif;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, a, button {
  font-family: "Noto Serif TC", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

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

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

p, a {
  color: #40200e;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
}

button {
  padding: 0;
  cursor: pointer;
  opacity: 0.9;
}
button:hover {
  opacity: 1;
}

.outerWrap {
  border-top: 26px solid #614c3f;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

/*-- icon --*/
.iDownload {
  width: 23px;
  height: 23px;
  background-image: url("../images/iDownload_o.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.iSignUp {
  width: 23px;
  height: 23px;
  background-image: url("../images/iSignUp_b.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

/*-- ill --*/
.ill {
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

.ill.illBuddha {
  left: 0;
  top: 0;
  background-image: url("../images/illBuddha.png");
  width: 654px;
  height: 721px;
  max-width: 45%;
}
@media only screen and (max-width: 1600px) {
  .ill.illBuddha {
    left: -5%;
  }
}

.ill.illLotus {
  right: 0;
  top: 40%;
  background-image: url("../images/illLotus.png");
  width: 610px;
  height: 806px;
  max-width: 45%;
}
@media only screen and (max-width: 1600px) {
  .ill.illLotus {
    right: -5%;
  }
}

.bannerBox {
  position: relative;
  left: 50%;
  padding-top: 2em;
  width: 728px;
  max-width: 80%;
  transform: translateX(-50%);
  margin: 0;
}
.bannerBox h1 {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.bannerBox img {
  width: 100%;
}

.mainArea {
  position: relative;
  padding: 4em 0 1em;
  width: 100%;
  overflow: hidden;
  /*itemBox*/
  /*contact*/
  /*btnBox*/
}
@media only screen and (max-width: 760px) {
  .mainArea {
    padding: 2em 0 1em;
  }
}
.mainArea::after {
  content: "";
  position: relative;
  display: block;
  margin-top: 2em;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  width: 100%;
  background-image: url("../images/footerLine.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.mainArea .content {
  position: relative;
  z-index: 2;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 2em 3%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
}
@media only screen and (max-width: 760px) {
  .mainArea .content {
    padding: 2em 5%;
  }
}
.mainArea .itemBox {
  width: 100%;
}
.mainArea .itemBox .item {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mainArea .itemBox .item h3 {
  margin-bottom: 0.1em;
  color: #40200e;
  font-size: 26px;
  width: 150px;
  padding-right: 0.5em;
}
.mainArea .itemBox .item .txt {
  width: calc(100% - 150px);
  padding-top: 0.2em;
}
.mainArea .itemBox .item p {
  margin-bottom: 0.4em;
}
.mainArea .itemBox .item p b {
  margin-right: 0.5em;
}
.mainArea .itemBox .item p .bgLight {
  background-color: #e3d0ae;
  border-radius: 8px;
  padding: 0 0.5em;
  font-weight: 600;
}
@media only screen and (max-width: 760px) {
  .mainArea .itemBox .item h3, .mainArea .itemBox .item .txt {
    width: 100%;
  }
}
.mainArea .contact {
  border-radius: 40px;
  background-color: #fff;
  padding: 2em;
  margin-bottom: 1.5em;
}
.mainArea .contact .item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.mainArea .contact .item h3 {
  border-radius: 30px;
  color: #fff;
  text-align: center;
  width: 86px;
  height: 34px;
  line-height: 34px;
  margin-right: 0.5em;
}
.mainArea .contact .item:last-of-type {
  margin-bottom: 0;
}
.mainArea .btnBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}
.mainArea .btnBox .btn {
  width: 270px;
  height: 60px;
  text-align: center;
  border-radius: 10px;
  max-width: 45%;
  position: relative;
  margin: 0 0.2em;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  transition: all 0.5s;
}
.mainArea .btnBox .btn p {
  font-size: 30px;
  font-weight: 900;
}
.mainArea .btnBox .btn p, .mainArea .btnBox .btn i {
  position: relative;
  z-index: 1;
  transform: translateY(-6px);
}
.mainArea .btnBox .btn i {
  margin-right: 0.2em;
}
.mainArea .btnBox .btn::after {
  content: "";
  width: 270px;
  height: 60px;
  max-width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: -6px;
  border-radius: 10px;
}
.mainArea .btnBox .btn:hover {
  background-color: #614c3f;
}
.mainArea .btnBox .btn:hover::after {
  background-color: #e3d0ae;
}
.mainArea .btnBox .btn.colO {
  background-color: #614c3f;
}
.mainArea .btnBox .btn.colO::after {
  background-color: #e5b149;
}
.mainArea .btnBox .btn.colO p {
  color: #614c3f;
}
.mainArea .btnBox .btn.colO:hover {
  background-color: #614c3f;
}
.mainArea .btnBox .btn.colO:hover::after {
  background-color: #e3d0ae;
}
.mainArea .btnBox .btn.colB {
  background-color: #e5b149;
}
.mainArea .btnBox .btn.colB::after {
  background-color: #614c3f;
}
.mainArea .btnBox .btn.colB p {
  color: #e5b149;
}
.mainArea .btnBox .btn.colB:hover {
  background-color: #614c3f;
}
.mainArea .btnBox .btn.colB:hover::after {
  background-color: #e3d0ae;
}
.mainArea .btnBox .btn.colB:hover p {
  color: #614c3f;
}
.mainArea .btnBox .btn.colB:hover .iDownload {
  background-image: url("../images/iDownload_b.svg");
}
@media only screen and (max-width: 500px) {
  .mainArea .btnBox .btn {
    height: 50px;
  }
  .mainArea .btnBox .btn::after {
    height: 50px;
  }
  .mainArea .btnBox .btn p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 400px) {
  .mainArea .btnBox .btn {
    max-width: 90%;
    margin-bottom: 0.5em;
  }
}

footer {
  text-align: center;
  background-color: #614c3f;
  padding: 1em 3%;
  position: relative;
}
footer p {
  color: #fff;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */