body {
  background-image: url(/service/eCard/images/bg.jpg);
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
  /* background-position: center; */
  /* background-size: cover; */
}

.eCardTitle {
  font-family: '標楷體' !important;
  font-size: 2.6em;
}

.eCardMain {
  font-family: '標楷體' !important;
  font-size: 1.6em;
}

.eCardRecipient {
  font-family: '標楷體' !important;
  font-size: 1.4em;
}

.eCardPreview {
  font-family: '標楷體' !important;
  font-size: 1.4em;
}

@media (max-width: 767px) {
  body {
    /* background-image: url(/images/indexbg_vertical.jpg); */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    /* background-size: cover; */
  }

  .mainbox {
    /* margin-top: 50px; */
  }
}