@charset "UTF-8";
@import url(magnific-popup.css);
@import url(mg_popup.css);
a {
  color: #036EB8;
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: #aaa;
  opacity: 0.9;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 0.9;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: #aaa;
  opacity: 0.9;
}

.red {
  color: #f76260;
}

.sh-no-m {
  min-width: 1170px;
}
.sh-no-m .site-main-wrapper .site-main {
  padding: 100px 0;
}

.preview-tip-box {
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  position: relative;
  background: #121212;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.preview-tip-box .ptb-container {
  width: 100%;
  position: relative;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-box img {
  vertical-align: top;
}
@media (max-width: 820px) {
  .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site-body {
  width: 100%;
  min-width: 1170px;
  position: relative;
  background: #FFF;
  /*-- 主內容區塊 START
  ------------------- */
  /*-- 詳細內容區塊 START
  ------------------- */
  /*----*/
  /*-- 表單定義 --*/
  /*----*/
  /*-- 標題標籤 --*/
  /*----*/
  /*-- 捐款資料頁 --*/
  /*----*/
}
@media (max-width: 820px) {
  .site-body {
    min-width: 0;
  }
}
.site-body .site-main-wrapper {
  width: 100%;
  position: relative;
}
.site-body .site-main-wrapper .site-content {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-body .site-main-wrapper .smw-box {
  width: 100%;
  max-height: 575px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.site-body .site-main-wrapper .smw-box .smb-pic {
  width: 100%;
  display: block;
}
@media (max-width: 820px) {
  .site-body .site-main-wrapper .site-content {
    width: 100%;
    height: auto;
  }
  .site-body .site-main-wrapper .smw-box {
    height: auto;
  }
}
.site-body .site-content-wrapper {
  width: 100%;
  position: relative;
}
.site-body .site-content-wrapper * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-body .site-content-wrapper .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .site-content-wrapper .flex-box img {
  vertical-align: top;
}
@media (max-width: 820px) {
  .site-body .site-content-wrapper .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-body .site-content-wrapper .site-content {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.site-body .site-content-wrapper .content-title-box {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 820px) {
  .site-body .site-content-wrapper .content-title-box {
    margin-bottom: 32px;
  }
}
.site-body .site-content-wrapper .content-title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid #666;
}
.site-body .site-content-wrapper .content-title + .content-dsr {
  margin-top: 16px;
}
@media (max-width: 820px) {
  .site-body .site-content-wrapper .content-title {
    font-size: 24px;
  }
}
.site-body .site-content-wrapper .content-dsr {
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 820px) {
  .site-body .site-content-wrapper .content-dsr {
    font-size: 16px;
  }
}
.site-body .site-content-wrapper .tab-inner {
  display: none;
}
.site-body .site-content-wrapper.se-0 .site-content {
  min-height: calc(100vh - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px;
}
.site-body .site-content-wrapper.se-0 .content-dsr {
  width: 100%;
}
.site-body .site-content-wrapper.se-0 .se0-items-list {
  width: 100%;
  padding: 0px 12px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-body .site-content-wrapper.se-0 .se0-items-list .sil-box {
  width: 100%;
  max-width: 1000px;
  min-height: 284px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 24px 24px;
}
.site-body .site-content-wrapper.se-0 .se0-items-list .sil-box + .sil-box {
  margin-top: 24px;
}
.site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-img {
  width: 374px;
  height: 236px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: #D9D9D9;
}
.site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-img img {
  width: 100%;
  display: block;
}
.site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content {
  width: 100%;
  margin-left: 24px;
  padding: 16px 24px 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content .sic-box {
  width: 100%;
}
.site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content .sic-title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
}
.site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content .sic-dsr {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content .sic-btn-box {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content .sic-btn-box .sic-btn {
  min-width: 160px;
  height: 52px;
  border-radius: 8px;
  background: #444;
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 820px) {
  .site-body .site-content-wrapper.se-0 .site-content {
    width: 100%;
  }
  .site-body .site-content-wrapper.se-0 .se0-items-list .sil-box {
    max-width: 374px;
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 24px 0;
  }
  .site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content {
    margin-left: 0;
    padding: 0px 16px;
  }
  .site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content .sic-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content .sic-dsr {
    font-size: 14px;
  }
  .site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content .sic-btn-box {
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-body .site-content-wrapper.se-0 .se0-items-list .sil-box .sil-content .sic-btn-box .sic-btn {
    width: 100%;
    min-width: 0;
  }
}
.site-body input {
  padding: 12px 10px;
  font-size: 14px;
  color: #444;
  border: 1px solid #E0E0E0;
  background: #FFF;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
}
.site-body input:focus, .site-body input:hover {
  background: #fffde9;
}
.site-body ::-webkit-input-placeholder {
  color: #B4B3B6;
  opacity: 0.9;
}
.site-body :-moz-placeholder {
  color: #B4B3B6;
  opacity: 0.9;
}
.site-body ::-moz-placeholder {
  color: #B4B3B6;
  opacity: 0.9;
}
.site-body :-ms-input-placeholder {
  color: #B4B3B6;
  opacity: 0.9;
}
.site-body input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.site-body input[type=radio] {
  width: 20px;
  height: 20px;
}
.site-body textarea {
  padding: 12px 10px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  background: white;
  resize: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
}
.site-body textarea:focus, .site-body textarea:hover {
  background: #fffde9;
}
.site-body select {
  padding: 10px 10px;
  color: #000;
  border: 1px solid #E0E0E0;
  background: #FFF;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
}
.site-body input[type=submit] {
  cursor: pointer;
}
.site-body .input-error {
  border: 2px solid #FF4B4B;
}
.site-body .input-error-txt {
  color: #FF4B4B;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 2px;
}
.site-body .sdc-form-box {
  width: 100%;
  /*-- 地址 --*/
}
.site-body .sdc-form-box .sdc-form {
  width: 100%;
  margin: 0 auto;
}
.site-body .sdc-form-box .sf-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #036EB8;
  margin-bottom: 16px;
}
.site-body .sdc-form-box dl, .site-body .sdc-form-box dd, .site-body .sdc-form-box dt, .site-body .sdc-form-box a, .site-body .sdc-form-box .radio {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.site-body .sdc-form-box dl {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-body .sdc-form-box dl:last-child {
  margin-bottom: 0;
}
.site-body .sdc-form-box dl.sf-oneline dt {
  padding-top: 0px;
}
.site-body .sdc-form-box dt {
  width: 134px;
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
}
.site-body .sdc-form-box dd {
  width: 100%;
  margin-left: 16px;
  position: relative;
}
.site-body .sdc-form-box .inp-required {
  color: #E02020;
  font-size: 16px;
  margin-right: 2px;
}
.site-body .sdc-form-box input:not(input[type=radio], input[type=checkbox]) {
  width: 100%;
  height: 44px;
}
.site-body .sdc-form-box input:not(input[type=radio], input[type=checkbox]):disabled {
  background: #F7F7F7;
}
.site-body .sdc-form-box select {
  width: 100%;
  height: 44px;
}
.site-body .sdc-form-box .sf-radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-body .sdc-form-box .sf-radio-box + input {
  margin-top: 8px;
}
.site-body .sdc-form-box .sf-radio-box.srb-w01 .sf-radio {
  width: calc(50% - 8px);
}
.site-body .sdc-form-box .sf-radio-box.srb-w01 .sf-radio:nth-child(2n) {
  margin-right: 0;
}
.site-body .sdc-form-box .sf-radio {
  margin-right: 16px;
  padding: 12px 0;
}
.site-body .sdc-form-box .sf-radio input[type=radio] {
  display: none;
}
.site-body .sdc-form-box .sf-radio .radio {
  cursor: pointer;
  text-indent: 28px;
  overflow: visible;
  position: relative;
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  min-height: 20px;
}
.site-body .sdc-form-box .sf-radio .radio:before {
  background: white;
  border: 1px solid #AAA;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 99em;
}
.site-body .sdc-form-box .sf-radio .radio:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 4px;
  border-style: solid;
  border-width: 0 0 3px 3px;
  border-color: #222;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.site-body .sdc-form-box .sf-radio input[type=radio]:checked + .radio:after {
  opacity: 1;
}
.site-body .sdc-form-box .sf-check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-body .sdc-form-box .sf-check-box + input {
  margin-top: 8px;
}
.site-body .sdc-form-box .sf-check {
  margin-right: 16px;
  padding: 12px 0;
}
.site-body .sdc-form-box .sf-check input[type=checkbox] {
  display: none;
}
.site-body .sdc-form-box .sf-check .checkbox {
  cursor: pointer;
  text-indent: 28px;
  overflow: visible;
  position: relative;
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  min-height: 20px;
}
.site-body .sdc-form-box .sf-check .checkbox:before {
  content: "";
  background: white;
  border: 1px solid #AAA;
  border-radius: 3px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.site-body .sdc-form-box .sf-check .checkbox:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 4px;
  border-style: solid;
  border-width: 0 0 3px 3px;
  border-color: #222;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.site-body .sdc-form-box .sf-check input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}
.site-body .sdc-form-box .sf-captcha {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-body .sdc-form-box .sf-captcha .sfc-img {
  width: 90px;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-body .sdc-form-box .sf-captcha .sfc-img img {
  width: 100%;
  display: block;
}
.site-body .sdc-form-box .sf-captcha .sfc-txt {
  color: #007AFF;
  font-size: 15px;
  line-height: 1;
  text-decoration: underline;
}
.site-body .sdc-form-box .sf-select {
  position: relative;
}
.site-body .sdc-form-box .sf-select:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #888 transparent transparent transparent;
  right: 17px;
  top: calc(50% - 4px);
  position: absolute;
  pointer-events: none;
}
.site-body .sdc-form-box .sf-select.disabled:after {
  border-color: #B4B3B6;
}
.site-body .sdc-form-box .sf-select select {
  width: 100%;
  padding-right: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.site-body .sdc-form-box .sf-tel-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-body .sdc-form-box .sf-tel-box .stb-line {
  width: 10px;
  border-top: 1px solid #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 4px;
}
.site-body .sdc-form-box .sf-tel-box .stb-inp01 {
  width: 112px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-body .sdc-form-box .sf-tel-box .stb-inp02 {
  width: 100%;
}
.site-body .sdc-form-box .sf-addr-block {
  width: 100%;
}
.site-body .sdc-form-box .sf-addr-block .sf-checkbox-box {
  margin-bottom: 8px;
}
.site-body .sdc-form-box .sf-addr-block .dab-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
}
.site-body .sdc-form-box .sf-addr-block .sf-select {
  width: 100%;
}
.site-body .sdc-form-box .sf-addr-block .sf-select + .sf-select {
  margin-left: 8px;
}
.site-body .sdc-form-box .sf-addr-block .dab-inp {
  margin-left: 8px;
}
.site-body .sdc-form-box .sf-inptxt-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -8px;
}
.site-body .sdc-form-box .sf-inptxt-wrap .siw-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.site-body .sdc-form-box .sf-inptxt-wrap .siw-txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-body .sdc-form-box .sf-inptxt-wrap .sf-select, .site-body .sdc-form-box .sf-inptxt-wrap .siw-inp {
  margin: 0 8px;
}
.site-body .sdc-form-box .sf-inptxt-wrap .sf-select {
  width: 80px;
}
.site-body .sdc-form-box .sf-inptxt-wrap .siw-inp {
  width: 70px;
}
.site-body .sdc-form-box .dnt-price-list {
  width: 100%;
  margin-top: 4px;
}
.site-body .sdc-form-box .dnt-price-list .dpl-btn {
  width: 100%;
  height: 40px;
  padding: 4px 16px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  background: #FFF;
}
.site-body .sdc-form-box .dnt-price-list .dpl-btn + .dpl-btn {
  margin-top: 8px;
}
.site-body .sdc-form-box .dnt-price-list .dpl-btn.on-touch, .site-body .sdc-form-box .dnt-price-list .dpl-btn.dlb-act {
  color: #FFF;
  background: #444;
  border-color: #444;
}
.site-body .sdc-form-box .sf-tip {
  width: 100%;
  font-size: 14px;
  color: #888;
  line-height: 1.4;
  margin: -8px 0 16px;
}
@media (max-width: 820px) {
  .site-body .sdc-form-box {
    /*-- 地址 --*/
  }
  .site-body .sdc-form-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-body .sdc-form-box dt {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 4px;
    text-align: left;
  }
  .site-body .sdc-form-box dd {
    margin-left: 0;
  }
  .site-body .sdc-form-box input:not(input[type=radio], input[type=checkbox]) {
    width: 100%;
  }
  .site-body .sdc-form-box .sf-captcha {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-body .sdc-form-box .sf-captcha .sfc-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .site-body .sdc-form-box .sf-captcha .sfc-txt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .site-body .sdc-form-box .sf-addr-block .dab-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-body .sdc-form-box .sf-addr-block .sf-select {
    width: calc(50% - 4px);
  }
  .site-body .sdc-form-box .sf-addr-block .dab-inp {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}
.site-body .scb-terms-confirm {
  width: 100%;
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.site-body .scb-terms-confirm .sf-check {
  padding: 0;
  margin-right: 0;
}
.site-body .scb-terms-confirm .sf-check + .sf-check {
  margin-top: 8px;
}
.site-body .scb-terms-confirm .sf-check .checkbox {
  font-size: 14px;
  line-height: 1.4;
}
.site-body .sc-title-tab {
  width: 100%;
  margin-bottom: 24px;
}
.site-body .sc-title-tab .stt-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #DFE7EA;
}
.site-body .sc-title-tab .stt-list .stl-link {
  min-width: 64px;
  height: 64px;
  padding: 12px 16px;
  margin-right: 24px;
  margin-bottom: -1px;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #2A2824;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.site-body .sc-title-tab .stt-list .stl-link.on-touch {
  border-color: #209A6B;
}
.site-body .sc-title-tab .stt-list .stl-act {
  color: #209A6B;
  border-color: #209A6B;
  font-weight: bold;
}
@media (max-width: 820px) {
  .site-body .sc-title-tab .stt-list .stl-link {
    min-width: 60px;
    height: 60px;
    padding: 12px 8px;
  }
}
.site-body .se-dn-data .site-content {
  padding: 24px 0px 60px;
}
.site-body .se-dn-data .sdd-content {
  width: 100%;
  min-height: calc(100vh - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-body .se-dn-data .sdd-content .sdc-box {
  width: 585px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-body .se-dn-data .sdd-content .sdc-box .sdb-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .se-dn-data .sdd-content .sdc-box .sdb-content .sdbc-img {
  width: 537px;
  height: 353px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
  background: #D9D9D9;
}
.site-body .se-dn-data .sdd-content .sdc-box .sdb-content .sdbc-img img {
  width: 100%;
  display: block;
}
.site-body .se-dn-data .sdd-content .sdc-box .sdb-content .sdbc-box {
  width: 100%;
  padding: 0px 16px;
}
.site-body .se-dn-data .sdd-content .sdc-box .sdb-content .sdbc-title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8px;
}
.site-body .se-dn-data .sdd-content .sdc-box .sdb-content .sdbc-dsr {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.site-body .se-dn-data .sdd-content .sdc-box .sdb-note-txt {
  width: calc(100% - 32px);
  margin: 24px auto 0px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.site-body .se-dn-data .sdd-content .sdc-form-box {
  width: 100%;
  min-height: 600px;
  padding: 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #DCDCDC;
  background: #FFF;
}
.site-body .se-dn-data .sfb-btn-box {
  width: 100%;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-body .se-dn-data .sfb-btn-box .sbb-btn {
  width: 100%;
  max-width: 154px;
  height: 52px;
  border-radius: 8px;
  background: #444;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.site-body .se-dn-data .sfb-btn-box .sbb-btn.on-touch {
  background: #333;
}
@media (max-width: 820px) {
  .site-body .se-dn-data .site-content {
    width: 100%;
    padding: 24px 16px 40px;
  }
  .site-body .se-dn-data .sdd-content {
    max-width: 585px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-body .se-dn-data .sdd-content .sdc-box {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
  }
  .site-body .se-dn-data .sdd-content .sdc-box .sdb-content .sdbc-img {
    width: 100%;
    height: auto;
  }
  .site-body .se-dn-data .sdd-content .sdc-box .sdb-content .sdbc-box {
    padding: 0px;
  }
  .site-body .se-dn-data .sdd-content .sdc-box .sdb-note-txt {
    width: 100%;
  }
  .site-body .se-dn-data .sdd-content .sdc-form-box {
    min-height: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-body .se-dn-data .sdd-content .sdc-form-box .sf-inptxt-wrap .sf-select {
    width: 130px;
  }
  .site-body .se-dn-data .sdd-content .sdc-form-box .sf-inptxt-wrap .siw-inp {
    width: 160px;
  }
  .site-body .se-dn-data .sfb-btn-box {
    margin-top: 16px;
  }
  .site-body .se-dn-data .sfb-btn-box .sbb-btn {
    width: 100%;
    max-width: 100%;
  }
}

/*----*/
/*--條款--*/
.site-terms {
  width: 100%;
  height: auto;
  position: relative;
}
.site-terms + .site-terms {
  margin-top: 15px;
}
.site-terms .stm-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #1C1C1E;
}
.site-terms .stm-title + .about_inner {
  margin-top: 5px;
}
.site-terms .stm-title.stt-c {
  text-align: center;
}
.site-terms .about_inner {
  color: #222;
}
.site-terms .about_inner p {
  font-size: 16px;
  line-height: 1.6;
}
.site-terms .about_inner p + h3, .site-terms .about_inner p + h4 {
  margin-top: 16px;
}
.site-terms .about_inner p + p, .site-terms .about_inner p + ul, .site-terms .about_inner p + table {
  margin-top: 8px;
}
.site-terms .about_inner h3, .site-terms .about_inner h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}
.site-terms .about_inner ul {
  list-style: cjk-decimal;
  padding-left: 31px;
  font-size: 16px;
  line-height: 1.6;
}
.site-terms .about_inner ul + h3, .site-terms .about_inner ul + h4 {
  margin-top: 16px;
}
.site-terms .about_inner ul + p, .site-terms .about_inner ul + ul, .site-terms .about_inner ul + table {
  margin-top: 8px;
}
.site-terms .about_inner ul li {
  margin: 4px 0;
}
.site-terms .about_inner ul li a {
  font-size: 16px;
  color: #036EB8;
}
.site-terms .about_inner ul li a:hover {
  text-decoration: none;
}
.site-terms .about_inner ul ul {
  list-style: decimal;
  padding-left: 26px;
}
.site-terms .about_inner ul ul ul {
  list-style: disc;
  padding-left: 16px;
}
.site-terms .about_inner ul.nonels li {
  list-style: none;
}
.site-terms .about_inner .ai-bklogo {
  height: 60px;
}
.site-terms .about_inner .ai-bklogo img {
  height: 100%;
}
.site-terms .about_inner table {
  background-color: transparent;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  margin: 15px 0;
}
.site-terms .about_inner table + h3, .site-terms .about_inner table + h4 {
  margin-top: 16px;
}
.site-terms .about_inner table + p, .site-terms .about_inner table + ul, .site-terms .about_inner table + table {
  margin-top: 8px;
}
.site-terms .about_inner table td, .site-terms .about_inner table th {
  min-height: 40px;
  padding: 10px 10px;
  vertical-align: top;
  border: 1px solid #E0E0E0;
  text-align: center;
  vertical-align: middle;
}
.site-terms .about_inner table th {
  font-weight: bold;
  background-color: #F5F5F5;
}
.site-terms .about_inner table td {
  color: #48484A;
  background-color: #FFF;
}
.site-terms .about_inner table .tb-l {
  text-align: left;
}
.site-terms .about_inner table .tb-r {
  text-align: right;
}
/*----*/