@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
article#contact {
  background-image: url(../images/bg.png);
  background-position: center top;
  background-color: #000;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1920px) {
    article#contact {
      background-size: 1920px; } }
  @media only screen and (max-width: 800px) {
    article#contact {
      background-size: 1000px; } }

.d01, .d02, .d03, .i02 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3; }

.d01 {
  background-image: url(../images/contact_d01.png);
  width: 137px;
  height: 269px;
  left: 50%;
  top: 390px;
  margin-left: -650px; }
  @media only screen and (max-width: 1200px) {
    .d01 {
      width: 120px;
      margin-left: -350px; } }
  @media only screen and (max-width: 800px) {
    .d01 {
      width: 80px;
      top: 320px;
      margin-left: -170px; } }

.d02 {
  background-image: url(../images/contact_d02.png);
  width: 155px;
  height: 184px;
  left: 50%;
  top: 1000px;
  margin-left: -530px; }
  @media only screen and (max-width: 1200px) {
    .d02 {
      width: 120px;
      top: 1520px;
      margin-left: -120px; } }
  @media only screen and (max-width: 800px) {
    .d02 {
      width: 100px;
      top: 1350px;
      margin-left: -40px; } }

.d03 {
  background-image: url(../images/contact_d03.png);
  width: 257px;
  height: 281px;
  left: 50%;
  top: 850px;
  margin-left: 340px; }
  @media only screen and (max-width: 1200px) {
    .d03 {
      width: 220px;
      top: 800px;
      margin-left: 170px; } }
  @media only screen and (max-width: 800px) {
    .d03 {
      width: 150px;
      top: 600px;
      margin-left: 50px;
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg); } }

.i02 {
  background-image: url(../images/about_i02.png);
  width: 538px;
  height: 409px;
  left: -190px;
  top: 500px;
  z-index: 1;
  -webkit-transform: rotate(-105deg);
  -ms-transform: rotate(-105deg);
  transform: rotate(-105deg); }
  @media only screen and (max-width: 1400px) {
    .i02 {
      left: -250px; } }
  @media only screen and (max-width: 1200px) {
    .i02 {
      width: 600px;
      top: initial;
      bottom: 150px; } }
  @media only screen and (max-width: 800px) {
    .i02 {
      width: 350px;
      bottom: 80px;
      left: -80px; } }

section.kv {
  position: relative;
  padding-top: 140px;
  overflow: hidden;
  padding-bottom: 110px; }
  @media only screen and (max-width: 1200px) {
    section.kv {
      padding-top: 90px;
      padding-bottom: 300px; } }
  section.kv::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); }
  section.kv .i01, section.kv .light, section.kv .light02 {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat; }
  section.kv .i01 {
    background-image: url(../images/contact_img01.png);
    width: 665px;
    height: 738px;
    right: 0;
    top: 80px;
    z-index: 1; }
    @media only screen and (max-width: 1200px) {
      section.kv .i01 {
        width: 500px;
        top: 230px; } }
    @media only screen and (max-width: 800px) {
      section.kv .i01 {
        z-index: 2;
        width: 300px;
        top: 220px;
        right: -50px; } }
  section.kv .light {
    background-image: url(../images/light.png);
    width: 681px;
    height: 457px;
    left: 50%;
    top: 120px;
    margin-left: -680px;
    opacity: 0.2; }
    @media only screen and (max-width: 1200px) {
      section.kv .light {
        width: 600px;
        top: 100px;
        margin-left: -450px; } }
    @media only screen and (max-width: 800px) {
      section.kv .light {
        width: 681px;
        top: -80px;
        margin-left: -500px; } }
  section.kv .light02 {
    background-image: url(../images/light.png);
    width: 681px;
    height: 457px;
    right: 0;
    bottom: 0px;
    opacity: 0.2; }
    @media only screen and (max-width: 1200px) {
      section.kv .light02 {
        width: 600px; } }
    @media only screen and (max-width: 800px) {
      section.kv .light02 {
        width: 400px;
        bottom: -50px;
        right: -200px; } }
  section.kv .main {
    width: 1100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    position: relative;
    z-index: 5; }
    @media only screen and (max-width: 1200px) {
      section.kv .main {
        width: 675px; } }
    @media only screen and (max-width: 800px) {
      section.kv .main {
        width: 100%;
        padding: 0 20px; } }
    section.kv .main .bread {
      position: relative;
      z-index: 3;
      margin-bottom: 60px; }
      @media only screen and (max-width: 800px) {
        section.kv .main .bread {
          margin-bottom: 40px; } }
      section.kv .main .bread a {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #FFF;
        cursor: pointer; }
      section.kv .main .bread label {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #FFF;
        margin-left: 5px; }
      section.kv .main .bread span {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #EBE696;
        margin-left: 5px; }
    section.kv .main .title {
      width: 615px;
      height: 284px;
      margin-bottom: 75px; }
      @media only screen and (max-width: 1200px) {
        section.kv .main .title {
          width: 500px;
          height: 200px;
          margin-bottom: 250px; } }
      @media only screen and (max-width: 800px) {
        section.kv .main .title {
          width: 363px;
          height: 178px;
          margin: 0 auto;
          margin-bottom: 150px; } }
    section.kv .main .contact {
      position: relative;
      width: 675px;
      margin: 0 auto; }
      @media only screen and (max-width: 1200px) {
        section.kv .main .contact {
          width: 100%; } }
      section.kv .main .contact .info {
        margin-bottom: 50px; }
        @media only screen and (max-width: 800px) {
          section.kv .main .contact .info {
            margin-bottom: 30px; } }
        section.kv .main .contact .info h1 {
          font-family: 'Noto Serif TC', serif;
          font-size: 36px;
          font-weight: 900;
          line-height: 52px;
          color: #FFF;
          margin-bottom: 20px; }
        section.kv .main .contact .info h2 {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          color: #FFF; }
      section.kv .main .contact a {
        font-family: 'Noto Serif TC', serif;
        font-size: 36px;
        font-weight: 900;
        line-height: 52px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff5d2), color-stop(#FFF9E2), color-stop(#EBD896), to(#B49C1D));
        background: -webkit-linear-gradient(top, #fff5d2, #FFF9E2, #EBD896, #B49C1D);
        background: -o-linear-gradient(top, #fff5d2, #FFF9E2, #EBD896, #B49C1D);
        background: linear-gradient(180deg, #fff5d2, #FFF9E2, #EBD896, #B49C1D);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
        margin-bottom: 30px;
        padding-left: 45px;
        position: relative; }
        @media only screen and (max-width: 800px) {
          section.kv .main .contact a {
            font-size: 24px;
            font-weight: 900;
            line-height: 36px;
            margin-bottom: 10px; } }
        section.kv .main .contact a.tel:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          width: 34px;
          height: 29px;
          margin-top: -14px;
          background-image: url(../images/icon_phone.png); }
        section.kv .main .contact a.mail:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          width: 34px;
          height: 24px;
          margin-top: -12px;
          background-image: url(../images/icon_mail.png); }
      section.kv .main .contact form {
        position: relative;
        text-align: center;
        padding-top: 20px; }
        @media only screen and (max-width: 800px) {
          section.kv .main .contact form {
            padding-top: 50px; } }
        section.kv .main .contact form label {
          position: relative;
          display: block;
          margin-bottom: 40px; }
          section.kv .main .contact form label .name {
            display: inline-block;
            vertical-align: bottom;
            position: absolute;
            color: #adadad;
            font-family: 'Noto Serif TC', serif;
            font-size: 24px;
            font-weight: 900;
            line-height: 36px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            section.kv .main .contact form label .name span {
              color: #adadad;
              font-size: 16px;
              font-weight: 400;
              line-height: 36px;
              display: inline-block;
              vertical-align: bottom;
              margin-left: 5px; }
          section.kv .main .contact form label input, section.kv .main .contact form label textarea {
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            color: #EBE696;
            height: 50px;
            width: 100%;
            background-color: transparent;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 20px 5px;
            border-bottom: 2px solid #adadad;
            text-align: left;
            border-radius: 0; }
          section.kv .main .contact form label textarea {
            resize: none;
            border: none;
            overflow: hidden;
            border-bottom: 2px solid #adadad;
            padding: 8px 20px 5px; }
          section.kv .main .contact form label.active .name {
            font-size: 16px;
            top: -25px;
            color: #EBE696; }
            section.kv .main .contact form label.active .name span {
              font-size: 14px;
              color: #EBE696; }
          section.kv .main .contact form label.active input, section.kv .main .contact form label.active textarea {
            border-bottom: 2px solid #EBE696; }
        section.kv .main .contact form button {
          color: #adadad;
          font-size: 20px;
          font-weight: bold;
          border: solid 2px #adadad;
          text-align: center;
          width: 110px;
          padding: 2px 0;
          border-radius: 50px;
          background-color: transparent;
          cursor: pointer;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          @media only screen and (min-width: 801px) {
            section.kv .main .contact form button:hover {
              border: solid 2px #EBE696;
              background-color: #EBE696;
              color: #000; } }
