/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/css/contact.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.button_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .button_row.space_between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.875rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    .button_row.space_between .button {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: auto;
      color: #222;
      background: #fff;
      margin: 0 0.625rem;
      -webkit-box-shadow: 0.125rem 0.1875rem 0.4375rem rgba(0, 0, 0, 0.25);
              box-shadow: 0.125rem 0.1875rem 0.4375rem rgba(0, 0, 0, 0.25); }
      @media screen and (max-width: 480px) {
        .button_row.space_between .button {
          margin: 0.625rem 0; } }
  .button_row.download {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem; }
    @media screen and (max-width: 950px) {
      .button_row.download {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .button_row.download .button {
      min-width: auto;
      font-size: 1.125rem;
      font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
      line-height: 3.5rem;
      margin: 0 0.625rem; }
      @media screen and (max-width: 480px) {
        .button_row.download .button {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 0.625rem 0; } }
    .button_row.download .button_link {
      padding: 0 2.8125rem; }

.button {
  min-width: 19.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-family: "DM Serif Display", "Noto Serif TC";
  letter-spacing: 0.125rem;
  background: #222;
  line-height: 4.375rem;
  padding: 0;
  border: 0;
  border-radius: 4.375rem;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out; }
  .button i,
  .button svg {
    display: inline-block;
    width: auto;
    margin-right: 0.3125rem; }
  .button:hover {
    background: #b4b4b4; }

.button_link {
  text-align: center; }

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
  @media screen and (max-width: 950px) {
    .form_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -0.5625rem;
      margin-right: -0.5625rem; } }
  @media screen and (max-width: 480px) {
    .form_row {
      margin-left: 0;
      margin-right: 0; } }
  .form_row .button {
    line-height: 4.0625rem; }

.form_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.75rem; }
  @media screen and (max-width: 950px) {
    .form_col {
      padding: 0.4375rem 0.5625rem; } }
  @media screen and (max-width: 480px) {
    .form_col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0.3125rem 0; } }
  .form_col.short {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%; }
    @media screen and (max-width: 950px) {
      .form_col.short {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  .form_col.auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media screen and (max-width: 480px) {
      .form_col.auto {
        padding: 0.3125rem 0.5625rem; } }

.form_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.375rem;
          flex: 0 0 5.375rem;
  font-weight: bold;
  text-align: right;
  padding: 0.75rem;
  padding-top: 1.6875rem; }
  @media screen and (max-width: 950px) {
    .form_title {
      padding: 0.5625rem;
      padding-top: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .form_title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0.9375rem 0rem 0.125rem;
      text-align: left; } }

.sec_contact {
  padding: 6.25rem 0 9.375rem; }
  .sec_contact .container_inner {
    max-width: 56.25rem; }
  .sec_contact .maintitle_row {
    margin-bottom: 1.25rem; }
  @media screen and (max-width: 480px) {
    .sec_contact .maintitle_en {
      font-size: 7.3125rem; } }
  .sec_contact .breadcrumbs {
    margin-bottom: 1.25rem; }

.form_row {
  font-size: 1.25rem; }
  @media screen and (max-width: 950px) {
    .form_row:last-child .form_title {
      display: none; } }

.form_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form_col .checkboxStyle {
    margin-right: 0.625rem; }

.must {
  font-size: 1.5rem;
  line-height: 1.25rem;
  color: #b12e2e; }

.button_row {
  width: 100%;
  margin-top: 1.25rem; }

