@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
  outline: none;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: bold;
}

html, body {
  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.secbox-sendForm .Offer .info .info-box, .secbox-sendForm .Offer .info .info-group, .secbox-sendForm .Offer .info .info-group-one-column, .secbox-sendForm .Offer .info .info-group-one-column .td-info, .secbox-sendForm .Offer .info .info-group-radio, .secbox-sendForm-src .Offer .info .info-box, .secbox-sendForm-src .Offer .info .info-group, .secbox-sendForm-src .Offer .info .info-group-one-column, .secbox-sendForm-src .Offer .info .info-group-one-column .td-info, .secbox-sendForm-src .Offer .info .info-group-radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.secbox-sendForm .btn-submit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.secbox-sendForm .btn-submit {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.clrBoth {
  clear: both;
}

.divine-2-box {
  position: relative;
}
.divine-2-box .divine-left {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-left {
    float: left;
  }
}
.divine-2-box .divine-right {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-right {
    float: right;
  }
}

.show-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .show-pc {
    display: block;
  }
}

.show-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.has-animation {
  position: relative;
}
.has-animation p, .has-animation h2 {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in h2 {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:after {
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes movingSec1Gph {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.25%);
  }
  50% {
    transform: translateY(-0.5%);
  }
  80% {
    transform: translateY(-0.25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  position: relative;
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  margin: 0;
  padding: 0;
}

/* 英數換行宣告 */
div {
  word-wrap: break-word;
  word-break: normal;
}

summary::marker {
  font-size: 0;
}

/* 諮詢填表 */
.secbox-sendForm {
  margin: 0 auto 0 auto;
  padding:2%;
  font-size: 15px;
}
.secbox-sendForm .Offer {
  width: 95%;
  margin: 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-sendForm .Offer {
    width: 90%;
    margin: 15px auto;
  }
}
@media only screen and (min-width: 1366px) {
  .secbox-sendForm .Offer {
    width: 100%;
    margin: 40px auto 20px auto;
  }
}
.secbox-sendForm .Offer .info {
  margin: 20px 0;
}
.secbox-sendForm .Offer .info span {
  color: #393939;
  font-size: 105%;
  text-align: left;
}
.secbox-sendForm .Offer .info .info-ad-txt {
  color: #0453aa;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 481px) {
  .secbox-sendForm .Offer .info .info-ad-txt {
    text-align: left;
  }
}
.secbox-sendForm .Offer .info .info-box {
  flex-wrap: wrap;
}
.secbox-sendForm .Offer .info .info-group {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 481px) {
  .secbox-sendForm .Offer .info .info-group {
    width: calc(100% / 2);
  }
}
.secbox-sendForm .Offer .info .th-info {
  width: 25%;
  color: #393939;
  font-size: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .secbox-sendForm .Offer .info .th-info {
    width: 30%;
    font-size: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-sendForm .Offer .info .th-info {
    width: 25%;
  }
}
.secbox-sendForm .Offer .info .th-info span {
  color: #bf0000;
  font-size: 80%;
  margin-right: 5px;
}
.secbox-sendForm .Offer .info .td-info {
  width: 75%;
}
@media only screen and (min-width: 768px) {
  .secbox-sendForm .Offer .info .td-info {
    width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-sendForm .Offer .info .td-info {
    width: 75%;
  }
}
.secbox-sendForm .Offer .info input[type="text"] {
  position: relative;
  width: 92%;
  border: #e0dcdc 1px solid;
  background-color: #ffffff;
  padding: 10px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.secbox-sendForm .Offer .info a {
  text-decoration: none;
}
.secbox-sendForm .Offer .info .info-group-wide {
  width: calc(100% / 2);
}
@media only screen and (min-width: 481px) {
  .secbox-sendForm .Offer .info .info-group-wide {
    width: calc(100% / 2);
  }
}
.secbox-sendForm .Offer .info .info-group-wide-flex {
  /* 20230310 start */
  display: flex;
  width: calc(100% / 2);
  /* 20230310 end */
}
.secbox-sendForm .Offer .info .info-group-wide-flex .select-style-self {
  /* 20230310 start */
  width: 100%;
  /* 20230310 end */
}
.secbox-sendForm .Offer .info .info-group-single {
  width: 100%;
}
.secbox-sendForm .Offer .info .info-group-single .th-info {
  width: 100%;
  margin-bottom: 10px;
}
.secbox-sendForm .Offer .info .info-group-single .td-info {
  width: 100%;
}
.secbox-sendForm .Offer .info .info-group-single .td-info input[type="text"] {
  width: 97%;
}
.secbox-sendForm .Offer .info .info-group-single .td-info input[type="text"] {
  /* 20230107 start */
  width: 94%;
  /* 20230107 end */
}
@media only screen and (min-width: 480px) {
  .secbox-sendForm .Offer .info .info-group-single .td-info input[type="text"] {
    /* 20230107 start */
    width: 97%;
    /* 20230107 end */
  }
}
.secbox-sendForm .Offer .info .info-group-one-column {
  /* 20230107 start */
  width: 100%;
  align-items: flex-start;
  margin-bottom: 10px;
  /* 20230107 end */
}
@media only screen and (min-width: 480px) {
  .secbox-sendForm .Offer .info .info-group-one-column {
    /* 20230107 start */
    align-items: center;
    /* 20230107 end */
  }
}
.secbox-sendForm .Offer .info .info-group-one-column .th-info {
  /* 20230107 start */
  width: 25%;
  padding-top: 15px;
  /* 20230107 end */
}
@media only screen and (min-width: 480px) {
  .secbox-sendForm .Offer .info .info-group-one-column .th-info {
    /* 20230107 start */
    width: 15.5%;
    padding-top: 0;
    /* 20230107 end */
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-sendForm .Offer .info .info-group-one-column .th-info {
    /* 20230107 start */
    width: 12.5%;
    /* 20230107 end */
  }
}
.secbox-sendForm .Offer .info .info-group-one-column .td-info {
  /* 20230107 start */
  flex-wrap: wrap;
  /* 20230107 end */
}
@media only screen and (min-width: 480px) {
  .secbox-sendForm .Offer .info .info-group-one-column .td-info {
    /* 20230107 start */
    width: 85%;
    flex-wrap: nowrap;
    /* 20230107 end */
  }
}
.secbox-sendForm .Offer .info .info-group-radio {
  width: 100%;
  margin-bottom: 20px;
}
.secbox-sendForm .Offer .info .info-group-radio .th-info {
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .secbox-sendForm .Offer .info .info-group-radio .th-info {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-sendForm .Offer .info .info-group-radio .th-info {
    width: 20%;
  }
}
@media only screen and (min-width: 1366px) {
  .secbox-sendForm .Offer .info .info-group-radio .th-info {
    width: 15%;
  }
}
.secbox-sendForm .Offer .info .info-group-radio .td-info {
  width: 55%;
}
@media only screen and (min-width: 768px) {
  .secbox-sendForm .Offer .info .info-group-radio .td-info {
    width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-sendForm .Offer .info .info-group-radio .td-info {
    width: 80%;
  }
}
@media only screen and (min-width: 1366px) {
  .secbox-sendForm .Offer .info .info-group-radio .td-info {
    width: 85%;
  }
}
.secbox-sendForm .Offer .info .info-group-radio .td-info input[type="radio"] {
  cursor: pointer;
  margin: 0 10px 0 20px;
}
.secbox-sendForm .Offer .info .select-style-self {
  width: 60%;
  color: #393939;
  font-size: 100%;
  background: transparent;
  cursor: pointer;
  border: none;
  border-bottom: #393939 1px solid;
  margin: 5px 0 10px 0;
  padding: 5px 8px;
  outline: none;
}
@media only screen and (min-width: 481px) {
  .secbox-sendForm .Offer .info .select-style-self {
    width: 50%;
    margin: 15px 0;
    font-size: 120%;
  }
}
@media only screen and (min-width: 1366px) {
  .secbox-sendForm .Offer .info .select-style-self {
    width: 35%;
  }
}
.secbox-sendForm .Offer .info .select-style-self-multi {
  /* 20230107 start */
  width: 45%;
  color: #393939;
  font-size: 100%;
  background: transparent;
  cursor: pointer;
  border: none;
  border-bottom: #393939 1px solid;
  margin: 5px 5% 10px 0;
  padding: 5px 8px;
  outline: none;
  /* 20230107 end */
}
@media only screen and (min-width: 480px) {
  .secbox-sendForm .Offer .info .select-style-self-multi {
    /* 20230107 start */
    width: 40%;
    margin: 0 5% 0 0;
    /* 20230107 end */
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-sendForm .Offer .info .select-style-self-multi {
    /* 20230107 start */
    width: 15%;
    font-size: 120%;
    margin: 0 2% 0 0;
    /* 20230107 end */
  }
}
.secbox-sendForm .Offer .info .select-style-icon {
  position: relative;
  margin-right: 20px;
  display: inline;
}
.secbox-sendForm .Offer .info .select-style-icon span {
  position: absolute;
  top: 6px;
  left: 2px;
  color: #bf0000;
  font-size: 80%;
  font-weight: bold;
  z-index: 5;
}
.secbox-sendForm .Offer .info .statement {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px auto 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-sendForm .Offer .info .statement {
    align-items: center;
  }
}
.secbox-sendForm .Offer .info .statement input[type="checkbox"] {
  display: none;
}
.secbox-sendForm .Offer .info .statement input[type="checkbox"]:checked + label {
  background-color: #bf0000;
}
.secbox-sendForm .Offer .info .statement input[type="checkbox"]:checked + label i {
  color: #ffffff;
}
.secbox-sendForm .Offer .info .statement aside {
  color: #bf0000;
  font-size: 90%;
  line-height: 1.2;
}
@media only screen and (min-width: 481px) {
  .secbox-sendForm .Offer .info .statement aside {
    font-size: 90%;
  }
}
.secbox-sendForm .Offer .info .statement .chenckbox-active {
  cursor: pointer;
  background-color: #fff;
  border: #0453aa 1px solid;
  padding: 5px 5px;
  margin: 0 10px 0 0;
}
.secbox-sendForm .Offer .info .statement .chenckbox-active:hover, .secbox-sendForm .Offer .info .statement .chenckbox-active:active {
  background-color: #bf0000;
  border: #bf0000 1px solid;
}
.secbox-sendForm .Offer .info .statement .chenckbox-active:hover i, .secbox-sendForm .Offer .info .statement .chenckbox-active:active i {
  color: #ffffff;
}
.secbox-sendForm .Offer .info .statement .chenckbox-active i {
  color: #fff;
  font-size: 130%;
}
.secbox-sendForm .btn-submit {
  display: block;
  width: 70%;
  font-size: 100%;
  color: #fff;
  text-align: center;
  border: #ff0000 1px solid;
  text-decoration: none;
  background-color: #e61959;
  border: #e61959 1px solid;
  padding: 12px 30px;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-sendForm .btn-submit {
    width: 50%;
    font-size: 120%;
    padding: 15px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-sendForm .btn-submit {
    width: 50%;
    letter-spacing: 2px;
    padding: 15px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-sendForm .btn-submit {
    width: 30%;
  }
}
.secbox-sendForm .btn-submit:hover {
  color: #e61959;
  background-color: #ffffff;
}

/* 20200926 end */
/* 20200831 end */
/* 20200911 end */
