@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Nanum+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap");
.bg {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.bg .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center 70%;
}

.top {
  position: relative;
  height: 100vh;
}

.top-slogan {
  position: sticky;
  top: calc(100vh - 100px);
  color: #fff;
  font-size: 26px;
  text-shadow: black 0 0 0.5em;
  line-height: 1.5em;
  text-align: center;
  z-index: 2;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.top-slogan.show {
  -moz-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
}

.block {
  position: relative;
  margin: 200px 0;
}

.consult {
  width: 50%;
  margin: auto;
}
.consult-box {
  margin-bottom: 100px;
}
.consult-box:last-child {
  margin-bottom: 0;
}
.consult-data {
  width: fit-content;
  padding: 0 0 10px 10px;
  margin: 0 0 30px 0;
  font-size: 18px;
}
.consult-data:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  box-shadow: -3px 3px 4px 0px #090909;
}
.consult-data:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: -15px;
  bottom: -2px;
  background: #666;
  box-shadow: 2px -1px 2px 0 #090909;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.consult-en {
  color: #666;
  margin-left: 42px;
  text-shadow: 4px 4px 4px #000;
}
.consult-tw {
  width: 42px;
  color: #a99166;
  text-shadow: 4px 4px 4px #000;
}
.consult-list {
  width: calc(100% - 55px);
  margin: 0 0 0 auto;
  box-sizing: border-box;
}
.consult-list li {
  margin: 0 0 15px 0;
}
.consult-list li:last-child {
  margin: 0;
}
.consult-half {
  display: flex;
  margin: 15px 0;
}
.consult-half li {
  margin: unset;
}
.consult-h2 {
  width: calc(50% - 10px);
}
.consult-h2:first-child {
  margin: 0 auto 0 0;
}
.consult .code {
  text-align: right;
}
.consult-send {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 100px 0 0 0;
}
.consult-send a {
  position: relative;
  display: block;
  margin: 0 0 0 20px;
  background: #262626;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.consult-send a:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  text-align: center;
  background: #a99166;
  -moz-transition: width 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: width 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: width 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.consult-send a:hover {
  background: #000;
}
.consult-send a:hover:after {
  width: 0%;
}
.consult-send .button {
  padding: 7px 15px 2px;
  font-size: 13px;
}

label {
  float: left;
  width: fit-content;
  padding: 5px 10px 0 0;
}

input, textarea, select {
  width: calc(100% - 77px);
  padding: 0 15px;
  border: none;
  color: #fff;
  box-sizing: border-box;
  background-color: #333;
  resize: none;
}

input {
  height: 30px;
}

select {
  height: 30px;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
}

textarea {
  height: 60px;
  padding: 10px 15px;
  font-family: "cwTeXYen", "微軟正黑體", "Montserrat", serif, sans-serif;
}

.mo {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s 0.1s;
  -o-transition: opacity 0.6s, -o-transform 0.6s 0.1s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0s, 0.1s;
  transition: opacity 0.6s, transform 0.6s 0.1s;
}
.mo.mov {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .block {
    margin: 200px 0 100px;
  }

  .consult {
    width: 60%;
  }
}
@media screen and (max-width: 900px) {
  .consult {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .block {
    margin: 150px 0 100px;
  }

  .consult {
    width: calc(100% - 60px);
  }
  .consult-box {
    margin-bottom: 60px;
  }
  .consult-list {
    width: calc(100% - 12px);
  }
  .consult-list li {
    margin: 0 0 10px;
  }
  .consult-data {
    display: flex;
    align-items: flex-end;
    padding: 0 0 5px 15px;
  }
  .consult-data:before {
    height: 12px;
  }
  .consult-half {
    display: block;
  }
  .consult-h2 {
    width: 100%;
  }
  .consult-h2:first-child {
    margin: 0 0 15px 0;
  }
  .consult-tw {
    width: 80px;
    letter-spacing: 3px;
  }
  .consult-en {
    margin-left: 10px;
  }
  .consult-send {
    margin: 50px 0 0 0;
  }
  .consult .code {
    text-align: left;
  }

  input, textarea, select {
    width: 100%;
    margin: 5px 0 0 0;
  }

  .g-recaptcha {
    transform: scale(0.9);
    transform-origin: left center;
  }
}
