/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}

label {
  display: block;
}

button {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

html {
  font-size: 16px;
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  image-rendering: optimizequality;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.tran {
  transition: all ease 1s;
}

a {
  color: white;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.op0 {
  opacity: 0 !important;
}

.op1 {
  opacity: 1 !important;
}

.hidden {
  display: none;
}

.menu-btn {
  height: 90px;
  width: 90px;
  background: #fff;
}
.menu-btn::before, .menu-btn::after {
  content: "";
  display: block;
  height: 2px;
  width: 44.4444444444%;
  margin: auto;
}
.menu-btn::before {
  margin-bottom: 10px;
}

#view {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.layout-header {
  position: fixed;
  display: flex;
  width: 100%;
  z-index: 100;
  height: 0;
  justify-content: space-between;
}
.layout-header .header-left {
  padding-top: 38px;
  width: 222px;
}
.layout-header .header-left .logo {
  width: 117px;
  margin: auto;
}
.layout-header .header-right {
  display: flex;
  justify-content: flex-end;
  height: 90px;
  position: relative;
}
.layout-header .header-right .lang-select {
  line-height: 5.625rem;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
}
.layout-header .header-right .lang-select a {
  color: #fff;
  font-family: "Roboto", "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  border-bottom: 1px solid white;
  transition: 0.5s ease all;
}
.layout-header .header-right .lang-select a:hover {
  opacity: 0.5;
}
.layout-header .header-right .menu-btn {
  transition: 0.3s ease background;
}
.layout-header .header-right .menu-btn::before {
  background: #01417F;
  transition: 0.3s ease background;
}
.layout-header .header-right .menu-btn::after {
  background: #01417F;
  transition: 0.3s ease background;
}
.layout-header .header-right .menu-btn:hover {
  background: #01417F;
}
.layout-header .header-right .menu-btn:hover::before {
  background: #fff;
}
.layout-header .header-right .menu-btn:hover::after {
  background: #fff;
}
.layout-header .line {
  content: "";
  display: block;
  height: 1px;
  width: 100vw;
  background: #fff;
  position: absolute;
  bottom: -90px;
  left: 222px;
}
.layout-copyright {
  font-family: "Noto Sans TC";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1875rem;
  color: #fff;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  margin-right: 36px;
  white-space: nowrap;
  height: 100%;
  text-align: center;
  padding-top: 88px;
}
.layout-mask {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: black;
  opacity: 0;
  transition: all ease 1s;
  visibility: hidden;
}
.layout-mask.show {
  visibility: visible;
  opacity: 0.3;
}
.layout-aside {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 999;
  display: flex;
  transform: translateX(150%);
}
.layout-aside .nav-list-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 9vh 0 6.3vh 0;
}
.layout-aside .nav-list-box .nav-list {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.layout-aside .nav-list-box .nav-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.layout-aside .nav-list-box .nav-list::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.layout-aside .nav-list-box .nav-list::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
.layout-aside .nav-list-box .nav-list::-webkit-scrollbar {
  background-color: transparent;
  display: none;
}
.layout-aside .nav-list-box .nav-list a {
  color: #01417F;
  display: block;
  padding: 3vh 20px 3vh 20px;
  font-family: "Noto Sans TC";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem;
  letter-spacing: 0em;
  min-width: 182px;
  max-width: 250px;
  text-align: center;
}
.layout-aside .nav-list-box .nav-list a:hover {
  background: #01417F;
  color: #fff;
}
.layout-aside .nav-list-box .logo-box {
  text-align: center;
  padding-top: 20px;
}
.layout-aside .social-list-box {
  background: #01417F;
}
.layout-aside .social-list-box .menu-btn {
  background: #01417F;
  border-bottom: 0.0625rem solid #fff;
  transition: 0.3s ease background;
}
.layout-aside .social-list-box .menu-btn::before, .layout-aside .social-list-box .menu-btn::after {
  background: #fff;
}
.layout-aside .social-list-box .menu-btn:hover {
  background: #01274c;
}
.layout-aside .social-list-box .social-list {
  padding-top: 80px;
  overflow: auto;
  height: calc(100% - 60px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.layout-aside .social-list-box .social-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.layout-aside .social-list-box .social-list::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.layout-aside .social-list-box .social-list::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
.layout-aside .social-list-box .social-list::-webkit-scrollbar {
  background-color: transparent;
  display: none;
}
.layout-aside .social-list-box .social-list a {
  transition: 0.5s ease all;
}
.layout-aside .social-list-box .social-list a:hover {
  opacity: 0.5;
}
.layout-aside .social-list-box .social-list li {
  text-align: center;
  margin-bottom: 40px;
}
.layout-aside .social-list-box .social-list img {
  height: 1.25rem;
  width: 1.25rem;
}
.layout-aside.show {
  transform: translateX(0);
}

.container {
  width: 100%;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.container::-webkit-scrollbar-track {
  background-color: transparent;
}
.container::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.container::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
.container::-webkit-scrollbar {
  background-color: transparent;
  display: none;
}
.container-content {
  overflow: hidden;
  padding-bottom: 20vh;
}
.container .mod-copyright {
  display: none;
}

h1 {
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .menu-btn {
    width: 45px;
    height: 45px;
  }
  .layout-header .header {
    height: 45px;
  }
  .layout-header .header-left {
    width: unset;
    margin-left: 19px;
    padding-top: 20px;
  }
  .layout-header .header-left .logo {
    width: 70px;
  }
  .layout-header .header-right {
    border: 0;
    position: relative;
    height: 45px;
  }
  .layout-header .header-right .lang-select {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .layout-header .line {
    display: none !important;
  }
  .layout-copyright {
    display: none;
  }
  .layout-aside .nav-list-box {
    padding: 45px 0 63px 0;
  }
  .layout-aside .nav-list-box .nav-list a {
    padding: 0 30px 0 29px;
    font-size: 14px;
    line-height: 44px;
  }
  .layout-aside .social-list-box .social-list {
    padding-top: 40px;
    height: calc(100% - 40px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .layout-aside .social-list-box .social-list::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .layout-aside .social-list-box .social-list::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .layout-aside .social-list-box .social-list::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
  }
  .layout-aside .social-list-box .social-list::-webkit-scrollbar {
    background-color: transparent;
    display: none;
  }
  .layout-aside .social-list-box .social-list li {
    margin-bottom: 20px;
  }
  .container .mod-copyright {
    display: block;
    padding-top: 20px;
    color: #fff;
    font-family: "Noto Sans TC";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
  }
}
#view {
  background: url(../images/bg/img_bg_page.jpg) no-repeat center/cover;
}

.container {
  color: #fff;
  position: relative;
  opacity: 0;
}
.container.show {
  opacity: 1;
}
.container .contact-content {
  max-width: 883px;
  margin: 30vh auto 0;
  padding: 0 60px 20vh 30px;
}
.container .contact-content .title {
  font-family: "Noto Sans TC";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.625rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.5625rem;
}

.contact-form label {
  border: 1px solid #fff;
  margin-bottom: 10px;
}
.contact-form label span {
  font-family: "Poppins", "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  min-width: 100px;
  letter-spacing: -0.01em;
}
.contact-form label input {
  color: #fff;
  flex: 1;
  max-width: calc(100% - 100px);
  font-size: 16px;
}
.contact-form label textarea {
  color: #fff;
  font-size: 16px;
  width: 100%;
  letter-spacing: -0.01em;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.contact-form label textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.contact-form label textarea::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.contact-form label textarea::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
.contact-form label textarea::-webkit-scrollbar {
  background-color: transparent;
  display: none;
}
.contact-form .contact-input label {
  display: flex;
  padding: 13px 15px;
}
.contact-form .contact-textarea label {
  padding: 15px;
  height: 184px;
}
.contact-form .contact-textarea span {
  display: block;
  margin-bottom: 15px;
}
.contact-form .contact-textarea textarea {
  height: calc(100% - 39px);
}
.contact-form .input-box {
  margin-bottom: 30px;
}
.contact-form .err-msg {
  font-family: "Poppins", "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #ff5555;
  display: none;
  margin-bottom: 10px;
}
.contact-form .err label {
  border-color: #ff5555;
}
.contact-form .err .err-msg {
  display: block;
}
.contact-form .btn-box {
  text-align: center;
}
.contact-form .btn-box button {
  line-height: 2.4375rem;
  width: 7.625rem;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Noto Sans TC";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
}

.mask {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.mask .alert {
  width: 25.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
}
.mask .alert .ret {
  display: none;
}
.mask .alert .msg-box {
  line-height: 1.4375rem;
  font-size: 1rem;
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
}
.mask .alert .btn-box {
  margin-top: 2.9375rem;
  line-height: 2.4375rem;
  font-size: 1.125rem;
}
.mask .alert .btn-box a {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .container .contact-content {
    margin-top: 130px;
    padding: 0 40px 20vh 30px;
  }
}/*# sourceMappingURL=contact.css.map */