@charset "UTF-8";
body {
  font-family: "Futura Standard Book", "Roboto", "Microsoft YaHei", σ╛«Φ╗ƒΘ¢àΘ╗æΘ½ö, "Microsoft JhengHei", σ╛«Φ╗ƒµ¡úΘ╗æΘ½ö, Arial, sans-serif;
  color: #63aeac; }

header {
  padding: 20px 0;
  max-height: 100px; }
  header img {
    height: 50px; }
  header .canon-logo {
    max-width: 105px;
    margin-top: 3px; }
  header .pet-logo {
    max-width: 115px;
    margin-right: 10px; }
  header .lang-logo {
    max-width: 40px;
    margin-top: 5px; }

.banner {
  padding: 0; }
  .banner .banner-tag {
    width: 80%;
    margin-left: 10%;
    max-width: 600px;
    position: absolute;
    top: 100px;
    z-index: 2; }
  .banner .banner-tag-d {
    width: 40%;
    max-width: 500px;
    margin-left: 2%;
    position: absolute;
    top: 120px;
    z-index: 2; }
  .banner .banner-tag-eng-d {
    width: 30%;
    top: 100px; }
  .banner .banner-tag-chi-m {
    top: 120px; }

.body-container {
  background-image: url("../image/intro_bg_m.png");
  background-repeat: no-repeat;
  padding-top: 30px; }
  .body-container .txt-bg {
    position: relative;
    top: -35px;
    width: 220%;
    left: -50%; }
  .body-container .txt-container {
    overflow: hidden;
    position: relative;
    top: -90px; }
  .body-container .intro-txt {
    position: absolute;
    width: 85%;
    font-size: 4.2vw;
    margin-left: 7%;
    top: 38%; }
  .body-container .intro-txt-eng {
    top: 31%;
    font-size: 3.6vw; }

.intro .pet-d {
  width: 80%; }

.forms {
  text-align: center;
  color: #868686;
  position: relative;
  top: -110px; }
  .forms .form-container {
    background-color: #fff;
    margin: 10px;
    margin-top: 100px;
    height: 400px;
    padding: 20px; }
    .forms .form-container h4 {
      margin-top: 40px;
      margin-bottom: 40px;
      color: #404040; }
    .forms .form-container .sign-in-form {
      position: relative;
      top: -80px; }
    .forms .form-container .sign-in-info {
      height: 160px; }
    .forms .form-container .register-form {
      position: relative;
      top: -80px; }
      .forms .form-container .register-form img {
        width: 90%;
        text-align: center; }
      .forms .form-container .register-form .register-bold {
        font-size: 1.3em;
        color: #63aeac;
        font-weight: bold; }
      .forms .form-container .register-form .register-info {
        height: 160px;
        padding-top: 30px; }
        .forms .form-container .register-form .register-info p {
          font-size: 1.2em;
          padding-left: 10px; }
        .forms .form-container .register-form .register-info .p-eng {
          font-size: 0.9em;
          max-width: 230px; }
        .forms .form-container .register-form .register-info img {
          height: 100px;
          width: auto; }
      .forms .form-container .register-form .reg-icon {
        padding-right: 0; }
    .forms .form-container input[type="text"], .forms .form-container input[type="password"] {
      width: 100%;
      max-width: 400px;
      height: 45px;
      border: 1px solid #82c3c1;
      padding-left: 10px;
      margin-bottom: 10px; }
    .forms .form-container input[type="button"] {
      height: 50px;
      width: 100%;
      max-width: 400px;
      margin-top: 15px;
      border: none;
      background-color: #63ADAC;
      color: #fff; }
      .forms .form-container input[type="button"]:active, .forms .form-container input[type="button"] :hover {
        background-color: #82c3c1; }
      .forms .form-container input[type="button"]:focus {
        outline: 0; }
    .forms .form-container .form-icon {
      position: relative;
      max-width: 100px;
      top: -70px; }

#member {
  padding-bottom: 40px; }
  #member .img-holder {
    text-align: center;
    height: 150px;
    margin: 0 0 30px 0; }
    #member .img-holder img {
      vertical-align: middle;
      max-width: 130px;
      margin-bottom: 20px;
      width: 100%; }
    #member .img-holder .no-margin {
      margin-top: 18px;
      margin-bottom: 2px; }
  #member .member-title {
    max-width: 220px;
    margin-bottom: 30px; }

footer {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  background-image: url("../image/footer_bg_m.png"); }
  footer .img-holder {
    display: inline-block;
    margin: 0 1px; }
    footer .img-holder img {
      width: 40px;
      height: 40px; }
  footer .icons-container {
    margin-bottom: 20px; }

.check {
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  text-align: left;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  /* Create a custom checkbox */ }
  .check p {
    padding-left: 20px; }
  .check input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #82c3c1;
    /* Style the checkmark/indicator (hidden when not checked) */ }
    .check .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid #000;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .check input:checked ~ .checkmark:after {
    display: block; }

@media only screen and (min-width: 768px) {
  .body-container {
    background-image: url("../image/intro_bg_d.png");
    background-repeat: no-repeat; }
    .body-container .txt-bg {
      position: relative;
      top: -20px;
      left: 0;
      width: 100%; }
    .body-container .intro-txt {
      top: 42%;
      width: 78%;
      margin-left: 10%;
      font-size: 1.5vw; }
    .body-container .intro-txt-eng {
      top: 38%;
      font-size: 1.5vw;
      width: 80%;
      margin-left: 8%; }

  footer {
    padding-top: 120px;
    background-image: url("../image/footer_bg_d.png"); } }
@media only screen and (max-width: 768px) {
  .forms .form-container {
    font-size: 0.9em; }
    .forms .form-container h4 {
      font-size: 20px;
      margin: 30px 0; }
    .forms .form-container .register-form .register-info p {
      font-size: 1em;
      padding-top: 5px; }
    .forms .form-container .register-form .register-info .register-bold {
      font-size: 1.3em; }
    .forms .form-container .register-form .register-info img {
      max-width: 80px;
      height: auto; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .body-container .intro-txt {
    top: 45%;
    width: 80%;
    font-size: 1.2em;
    margin-left: 8%; }
  .body-container .intro-txt-eng {
    width: 80%;
    font-size: 1.8vw;
    top: 39%; }
  .body-container p {
    padding-left: 20px; } }

/*# sourceMappingURL=style.css.map */
