@charset "UTF-8";
.informationList .fileLink svg, .pdfBtn span, .pdfBtn svg, .fileBox .fileColumn .downLink .text, .fileBox .fileColumn .downLink svg, .fileBox .fileColumn .downLink .title, .classDownload a svg, .informationBox .infoRowContent .infoColumnDownload svg {
  transition: all 0.5s;
}

.bgArea {
  margin: 46px 0 48px;
}
.bgArea .wrap {
  padding: 0;
  max-width: none;
}
@media (max-width: 1200px) {
  .bgArea {
    margin: 30px 0;
  }
}

.bgBox {
  position: relative;
}
@media (min-width: 1921px) {
  .bgBox img {
    width: 100%;
  }
}
.bgBox .item {
  position: relative;
}
@media (max-width: 1200px) {
  .bgBox .Img {
    height: 460px;
  }
}
.bgBox .Img img {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .bgBox .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.bgBox .Txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.bgBox .Txt .textEditor {
  color: #fff;
}
.bgBox .title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #fff;
}
.bgBox .subTitle {
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #fff;
}
.bgBox .text {
  margin: 15px auto 0;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  max-width: 760px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  .bgBox .text {
    padding-left: 0;
    padding-right: 0;
  }
}
.bgBox .code {
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-top: 22px;
  color: #fff;
}
.bgBox .btn {
  margin-top: 30px;
}
.bgBox .btn a {
  display: inline-block;
  text-align: center;
  min-width: 190px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  background-color: #009944;
}
@media (min-width: 1201px) {
  .bgBox .btn a:hover {
    background-color: #004d22;
  }
}
.bgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.leaderList::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.leaderList.sortCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.leaderList li {
  float: left;
  width: 50%;
  padding: 10px;
}
@media (max-width: 640px) {
  .leaderList li {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .leaderList li:nth-of-type(1) {
    text-align: right;
  }
  .leaderList li:nth-of-type(1) .item {
    display: inline-block;
    text-align: left;
  }
  .leaderList li:nth-of-type(2) .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .leaderList li:nth-of-type(2) .Txt {
    padding-top: 27px;
    padding-bottom: 20px;
  }
  .leaderList li:nth-of-type(2) .Txt::before {
    top: auto;
    bottom: -30px;
  }
  .leaderList li:nth-of-type(3) .item {
    text-align: right;
  }
  .leaderList li:nth-of-type(3) .Txt {
    padding-left: 0;
    padding-right: 40px;
    padding-bottom: 27px;
  }
  .leaderList li:nth-of-type(3) .Txt::before {
    content: "";
    position: absolute;
    left: auto;
    right: 30px;
  }
  .leaderList li:nth-of-type(4) .item {
    display: -ms-flexbox;
    display: flex;
  }
  .leaderList li:nth-of-type(4) .Txt {
    padding-left: 20px;
    padding-top: 55px;
    padding-bottom: 25px;
  }
  .leaderList li:nth-of-type(4) .Txt::before {
    top: 30px;
    left: -30px;
    height: 2px;
    width: 77px;
  }
}
.leaderList .Txt {
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 27px;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .leaderList .Txt {
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
  }
}
.leaderList .Txt:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  width: 2px;
  height: 100%;
  background-color: #009944;
}
@media (max-width: 767px) {
  .leaderList .Txt:before {
    top: -13px;
    left: 15px;
  }
}
.leaderList .Txt .title {
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1200px) {
  .leaderList .Txt .title {
    font-size: 16px;
  }
}
.leaderList .Txt p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.leaderList img {
  display: block;
  max-width: 100%;
}

.numList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -7px;
}
.numList .numItem {
  -ms-flex: 1;
      flex: 1;
  padding: 7px;
}
@media (max-width: 1200px) {
  .numList .numItem {
    -ms-flex: initial;
        flex: initial;
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .numList .numItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .numList .numItem {
    width: 100%;
  }
}
.numList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 5px;
  padding: 26px 20px 20px;
  border: 1px solid rgba(153, 153, 153, 0.55);
}
@media (max-width: 640px) {
  .numList .item {
    padding: 21px 15px 15px;
  }
}
.numList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 60px;
  margin: 0 auto;
}
.numList .title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.5px;
  margin-top: 14px;
  color: #009944;
}
.numList .num {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #f08200;
}
@media (max-width: 640px) {
  .numList .num {
    font-size: 30px;
  }
}

.pressArea {
  padding: 85px 0;
}
@media (max-width: 1200px) {
  .pressArea {
    padding: 30px 0;
  }
}
.pressArea li:nth-of-type(1) .date,
.pressArea li:nth-of-type(1) .Txt,
.pressArea li:nth-of-type(1) .link {
  font-size: 16px;
  color: #f08200;
  border-bottom: 3px solid #009944;
  background-color: transparent;
}
@media (max-width: 640px) {
  .pressArea li:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 640px) {
  .pressArea li:nth-of-type(2) {
    border-top: 3px solid #009944;
  }
}
.pressArea .item {
  display: -ms-flexbox;
  display: flex;
}
.pressArea .date {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 160px;
  min-height: 65px;
  text-align: center;
  border-bottom: 1px solid #c7c9c9;
  background-color: rgba(235, 236, 236, 0.5);
}
@media (max-width: 640px) {
  .pressArea .date {
    display: none;
    padding: 10px;
    width: 100px;
  }
}
.pressArea .Txt {
  padding: 20px;
  margin: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 275px);
  min-height: 65px;
  border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
  .pressArea .Txt {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: start;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px 0;
    margin: 0;
    width: 100%;
  }
}
.pressArea .Txt .mDate {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
@media (min-width: 641px) {
  .pressArea .Txt .mDate {
    display: none;
  }
}
@media (max-width: 640px) {
  .pressArea .Txt .mDate {
    display: block;
  }
}
.pressArea .Txt .title {
  font-weight: 400;
}
.pressArea .Txt .title a {
  color: #414141;
}
@media (min-width: 1201px) {
  .pressArea .Txt .title a:hover {
    color: #009944;
  }
}
.pressArea .link {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 95px;
  min-height: 65px;
  border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
  .pressArea .link {
    display: none;
  }
}
.pressArea .link svg {
  width: 16px;
  height: 16px;
  color: #009944;
}
.pressArea .btn {
  margin-top: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 640px) {
  .pressArea .btn {
    margin-top: 30px;
  }
}
.pressArea .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 215px;
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  background-color: #009944;
}
@media (min-width: 1201px) {
  .pressArea .btn a:hover {
    opacity: 0.95;
  }
}

/***** 投資人全域 *****/
.mainArea {
  overflow: hidden;
}
.mainArea.hasBg, .mainArea .hasBg {
  background-color: #f3f4f4;
}
@media (min-width: 1201px) {
  .mainArea.investors {
    padding-bottom: 60px;
  }
}

@media (min-width: 1201px) {
  .contentBox.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .contentBox.flex > .leftBox {
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: calc(100% - 330px);
    padding-right: 30px;
  }
  .contentBox.flex > .rightBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 330px;
    padding-left: 30px;
  }
  .contentBox.flex > .classNote {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .contentBox .rightBox {
    border-left: 1px solid #dbdbdb;
  }
}
@media (max-width: 1200px) {
  .contentBox .rightBox {
    margin-top: 50px;
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  .classBoxRow {
    margin-bottom: 20px;
  }
}

.mClassLink ul ul > li {
  border-top: 1px solid #dbdbdb;
}

.classItemBox {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
.classItemBox .classLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.classItemBox .classLink li {
  display: block;
  width: 33.33%;
  padding: 5px;
}
.classItemBox .classLink a {
  position: relative;
  display: block;
  padding: 17px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #595959;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: rgba(0, 153, 68, 0.2);
}
.classItemBox .classLink a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #009944;
  transition: all 0.4s ease;
}
.classItemBox .classLink a.current {
  color: #000;
  background-color: #fff;
}
.classItemBox .classLink a.current::before {
  width: 100%;
}
@media (min-width: 1201px) {
  .classItemBox .classLink a:hover {
    color: #000;
    background-color: #fff;
  }
  .classItemBox .classLink a:hover::before {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .classItemBox .classLink {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    text-align: center;
  }
  .classItemBox .classLink.open {
    display: block;
  }
  .classItemBox .classLink > li {
    width: 100%;
  }
  .classItemBox .classLink > li:not(:first-child) {
    border-top: 1px solid #dbdbdb;
  }
  .classItemBox .classLink > li > a.current {
    color: #f08200;
  }
  .classItemBox .classLink > li ul {
    display: none;
  }
  .classItemBox .classLink a {
    color: #111111;
    background-color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 1.66;
    padding: 14px 15px;
    position: relative;
  }
  .classItemBox .classLink a::before {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .classItemBox .classLink a {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) and (max-width: 400px) {
  .classItemBox .classLink a {
    font-size: 15px;
  }
}
.classItemBox .wrap {
  padding: 0;
}
@media (max-width: 480px) {
  .classItemBox .wrap {
    max-width: 360px;
  }
  .classItemBox .wrap .classLink {
    width: 100%;
    max-width: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.otherDataBox {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 1200px) {
  .otherDataBox {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .otherDataBox {
    margin-top: 0;
  }
}
.otherDataBox .classBox {
  z-index: 1;
}
.otherDataBox .classBox .classLink {
  width: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1;
  text-align: center;
}
.otherDataBox .classBox .classLink.open {
  display: block;
}
.otherDataBox .classBox .classLink > li:not(:first-child) {
  border-top: 1px solid #dbdbdb;
}
.otherDataBox .classBox .classLink > li > a.current {
  color: #f08200;
}
.otherDataBox .classBox .classLink > li ul {
  display: none;
}
.otherDataBox .classBox .classLink a {
  color: #111111;
  background-color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 1.66;
  padding: 14px 15px;
  position: relative;
}
.otherDataBox .classBox .classLink a.current {
  color: #009944;
}
@media (max-width: 640px) {
  .otherDataBox .classBox .classLink a {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .otherDataBox .classBox .classLink a {
    font-size: 15px;
  }
}
.otherDataBox .classBox .classCurrent {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: initial;
}

/***** 側邊選單 *****/
.sideBox .Img {
  margin-bottom: 30px;
}
.sideBox .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/***** landing *****/
.landingSectionArea {
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .landingSectionArea {
    padding: 25px 0;
  }
}

.landingSectionBox {
  position: relative;
}

@media (max-width: 960px) {
  .textEditor .contentBuilder .column.landingDataImg, .textEditor .contentBuilder .column.landingDataTxt {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .column.landingDataImg {
    padding-right: 0 !important;
    padding-bottom: 15px;
  }
}

@media (min-width: 1201px) {
  .landingIndexBox .titleBox {
    margin-bottom: 78px;
  }
}

.landingDataBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.landingDataBox .landingDataImg > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.landingDataBox .landingDataTxt .landingStockBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100% + 16px);
  margin-top: -8px;
  margin-bottom: -8px;
}
@media (min-width: 961px) {
  .landingDataBox .landingDataTxt .stockItem {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .landingDataBox .landingDataTxt .stockItem {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .landingDataBox .landingDataTxt .stockItem {
    width: 100%;
  }
}

.landingLinkBox {
  padding-bottom: 34px;
}

.landingLinkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.landingLinkList .guideItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 10px 20px;
}
@media (min-width: 769px) {
  .landingLinkList .guideItem {
    width: 33.3333333333%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .landingLinkList .guideItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .landingLinkList .guideItem {
    padding: 10px 10px 20px;
  }
}
@media (max-width: 480px) {
  .landingLinkList .guideItem {
    width: 100%;
  }
}
.landingLinkList .guideItem > .Txt {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 28px;
}
.landingLinkList .Img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.landingLinkList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.landingLinkList .Txt {
  padding: 0;
}
.landingLinkList .title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-bottom: 13px;
  margin-bottom: 9px;
  color: #333;
  border-bottom: 1px solid #b2b2b2;
}
.landingLinkList .title::before {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 61px;
  height: 4px;
  background-color: #009944;
}
@media (min-width: 641px) {
  .landingLinkList .linkBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 641px) {
  .landingLinkList .linkBox > ul {
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 50%;
    padding-right: 10px;
  }
}
.landingLinkList .linkBox > ul li {
  padding: 2px 0;
}
.landingLinkList .linkBox a {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #666;
}
@media (min-width: 1201px) {
  .landingLinkList .linkBox a:hover {
    color: #009944;
  }
}

.landingNewsBox .titleBox .title {
  font-size: 40px;
}
@media (min-width: 1201px) {
  .landingNewsBox .titleBox {
    margin-bottom: 62px;
  }
}
.landingNewsBox .btn1 {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .landingNewsBox .btn1 {
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .landingNewsList {
    border-top: 4px solid #009944;
  }
}
.landingNewsList .landingNewsItem {
  position: relative;
  padding: 18.5px 0;
  background-color: #f4f4f4;
}
.landingNewsList .landingNewsItem:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.landingNewsList .landingNewsItem.topTitleItem {
  background-color: #e2e2e2;
  border-top: 4px solid #009944;
  margin-bottom: 9px;
}
.landingNewsList .landingNewsItem.topTitleItem::before {
  display: none;
}
.landingNewsList .landingNewsItem.topTitleItem .date,
.landingNewsList .landingNewsItem.topTitleItem .title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #343434;
}
@media (max-width: 640px) {
  .landingNewsList .landingNewsItem.topTitleItem {
    display: none;
  }
}
.landingNewsList .landingNewsItem::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 236px;
  z-index: 1;
  width: 9px;
  height: calc(100% + 1px);
  background-color: #fff;
}
@media (max-width: 640px) {
  .landingNewsList .landingNewsItem {
    background-color: transparent;
  }
  .landingNewsList .landingNewsItem::before {
    display: none;
  }
}
.landingNewsList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.landingNewsList .date {
  text-align: center;
  width: 236px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
}
@media (max-width: 640px) {
  .landingNewsList .date {
    text-align: left;
    width: 100%;
  }
}
.landingNewsList .title {
  width: calc(100% - 236px);
  padding-left: 36px;
}
.landingNewsList .title a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
  color: #333;
}
@media (min-width: 1201px) {
  .landingNewsList .title a:hover {
    color: #009944;
  }
}
@media (max-width: 640px) {
  .landingNewsList .title {
    text-align: left;
    width: 100%;
    padding-left: 0;
  }
}

.bottomContentArea {
  padding: 20px 0 60px;
}

/***** article *****/
.articleBoxWrap .Txt {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .articleBoxWrap .Txt {
    margin-top: 20px;
  }
}
@media (max-width: 840px) {
  .articleBoxWrap .Txt {
    overflow-x: auto;
  }
}
.articleBoxWrap .btnBox {
  padding-top: 40px;
  text-align: center;
}

.articleBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
.articleBox .articleTitle {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 1200px) {
  .articleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .articleBox .articleTitle {
    width: 100%;
  }
}

.articleList .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.articleList .title .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
  margin-right: 10px;
  color: #fff;
  line-height: 24px;
  background-color: #009944;
}
.articleList li {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}
.articleList h3 {
  font-size: 16px;
  font-weight: 400;
}

table.tableBasicInfo tr:first-child {
  border-top-color: #ddd;
}
table.tableBasicInfo tr td {
  padding: 15px 20px;
}

.horizontalTable .horizontalTableInner {
  overflow-x: auto;
  cursor: move;
}

.horizontalTable {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.horizontalTable table {
  min-width: 850px;
}

.m_horizontalTable {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
}
@media (min-width: 1025px) {
  .m_horizontalTable {
    display: none;
  }
}
.m_horizontalTable .cloned {
  padding: 10px 8px;
  background-color: #fff;
}
.m_horizontalTable .cloned:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.m_horizontalTable .cloned:first-child {
  color: #fff;
  background-color: #009944;
}

.noteTxt {
  padding: 15px 0 0 20px;
  color: #747474;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

/***** information *****/
.informationBox .infoRow {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}
@media (max-width: 640px) {
  .informationBox .infoRow {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 641px) {
  .informationBox .infoRow .infoColumn {
    line-height: 1.2;
  }
  .informationBox .infoRow .infoColumn:not(:last-child) {
    border-right: 1px solid;
    margin-right: 15px;
  }
  .informationBox .infoRow .infoColumnDate {
    width: 100px;
    color: #009944;
    font-size: 15px;
  }
  .informationBox .infoRow .infoColumnTitle {
    -ms-flex: 1;
        flex: 1;
  }
  .informationBox .infoRow .infoColumnDownload {
    width: 80px;
    text-align: center;
  }
  .informationBox .infoRow .infoColumnVideo {
    width: 60px;
  }
}
@media (max-width: 640px) {
  .informationBox .infoRow .infoColumnDate, .informationBox .infoRow .infoColumnTitle, .informationBox .infoRow .infoColumnDownload, .informationBox .infoRow .infoColumnVideo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 8px 0;
  }
  .informationBox .infoRow .infoColumnTitle {
    padding-right: 8px;
    overflow: hidden;
  }
  .informationBox .infoRow .infoColumnVideo.noVideo {
    display: none;
  }
}
.informationBox .infoRowHead {
  background-color: #343536;
}
.informationBox .infoRowHead .infoColumn {
  color: #fff;
}
.informationBox .infoRowHead .infoColumn:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 640px) {
  .informationBox .infoRowHead {
    display: none;
  }
}
@media (min-width: 641px) {
  .informationBox .infoRowContent:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
  }
}
.informationBox .infoRowContent .infoColumn:not(:last-child) {
  border-color: #dbdbdb;
}
@media (max-width: 640px) {
  .informationBox .infoRowContent .infoColumn {
    border: 1px solid #dbdbdb;
    position: relative;
  }
  .informationBox .infoRowContent .infoColumn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    background-color: #343536;
  }
}
.informationBox .infoRowContent .infoColumnDownload svg {
  width: 25px;
  height: 35px;
  cursor: pointer;
  display: inline-block;
  fill: #009944;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .informationBox .infoRowContent .infoColumnDownload svg:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.informationBox .infoRowContent .infoColumnVideo a {
  display: block;
  width: 30px;
  font-size: 25px;
  color: #009944;
}
@media (min-width: 641px) {
  .informationBox .infoRowContent .infoColumnVideo a {
    margin: 0 auto;
  }
}
.informationBox .infoRowContent .infoColumn .columnName {
  display: none;
  position: relative;
  width: 110px;
  padding: 8px 12px 8px 8px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #343536;
}
@media (max-width: 640px) {
  .informationBox .infoRowContent .infoColumn .columnName {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 12px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}

/***** commissioner *****/
.commissionerList .commissionerItem {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}
.commissionerList .commissionerItem .title {
  position: relative;
  padding: 0 15px 0 0;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.commissionerList .commissionerItem .title::before {
  content: "+";
  color: #009944;
  cursor: pointer;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.commissionerList .commissionerItem .textBox {
  display: none;
  padding: 10px 15px;
  margin-top: 20px;
  background-color: #f8f8f8;
}

.classDownload {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
}
.classDownload a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
@media (min-width: 1201px) {
  .classDownload a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .classDownload a:hover .text {
    background-color: #f08200;
  }
}
.classDownload a svg {
  width: 36px;
  height: 44px;
  display: inline-block;
  fill: #009944;
  vertical-align: middle;
}
.classDownload a .text {
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 6px 15px;
}

/***** faq *****/
.faqList .faqItem {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}
.faqList .faqItem .title {
  position: relative;
  padding: 0 15px 0 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.faqList .faqItem .title::before {
  content: "+";
  color: #009944;
  cursor: pointer;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faqList .faqItem .title .num {
  color: #009944;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 15px;
}
.faqList .faqItem .textBox {
  display: none;
  padding: 10px 15px;
  margin-top: 20px;
  border-top: 2px solid #009944;
  background-color: #f8f8f8;
}

/***** finance *****/
.fileBox {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.fileBox .fileColumn {
  padding: 30px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}
.fileBox .fileColumnQuarter {
  width: 100%;
  margin-bottom: 20px;
}
.fileBox .fileColumnIndividual, .fileBox .fileColumnYear {
  width: calc(50% - 10px);
}
@media (max-width: 1280px) {
  .fileBox .fileColumn {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .fileBox .fileColumnIndividual, .fileBox .fileColumnYear {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fileBox .fileColumn .fileQuarterList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -5px;
  padding: 20px 50px;
}
.fileBox .fileColumn .fileQuarterList .fileQuarterItem {
  width: 25%;
  padding: 0 5px;
}
@media (max-width: 640px) {
  .fileBox .fileColumn .fileQuarterList {
    padding: 20px 0;
  }
  .fileBox .fileColumn .fileQuarterList .fileQuarterItem {
    width: 50%;
  }
  .fileBox .fileColumn .fileQuarterList .fileQuarterItem:first-child, .fileBox .fileColumn .fileQuarterList .fileQuarterItem:nth-child(2) {
    margin-bottom: 35px;
  }
}
.fileBox .fileColumn .columnTitle {
  color: #009944;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-align: center;
}
.fileBox .fileColumn .downLink {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.fileBox .fileColumn .downLink .title {
  color: #009944;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
.fileBox .fileColumn .downLink svg {
  width: 36px;
  height: 44px;
  display: inline-block;
  fill: #009944;
  vertical-align: middle;
}
.fileBox .fileColumn .downLink .text {
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 6px 15px;
}
.fileBox .fileColumn .downLink.noFile {
  cursor: initial;
  pointer-events: none;
}
.fileBox .fileColumn .downLink.noFile .title {
  color: #bbb;
}
.fileBox .fileColumn .downLink.noFile svg {
  fill: #bbb;
}
.fileBox .fileColumn .downLink.noFile .text {
  background-color: #bbb;
  color: #fff;
}
@media (min-width: 1201px) {
  .fileBox .fileColumn .downLink:hover:not(.noFile) {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .fileBox .fileColumn .downLink:hover:not(.noFile) .text {
    background-color: #009944;
  }
}

/***** document *****/
.documentList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 640px) {
  .documentList {
    margin: 0;
  }
}
.documentList .documentItem {
  width: 50%;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 8px 40px;
}
@media (max-width: 500px) {
  .documentList .documentItem {
    width: 100%;
    padding: 0 0 30px;
  }
}
.documentList .documentItem .Img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.documentList .documentItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.documentList .documentItem .Txt {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 640px) {
  .documentList .documentItem .Txt {
    padding-top: 10px;
  }
}
.documentList .documentItem .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.documentList .documentItem .title a {
  display: block;
}
@media (max-width: 960px) {
  .documentList .documentItem .title a {
    letter-spacing: 0;
  }
}
.documentList .documentItem .text {
  max-height: 80px;
  margin: 5px 0;
  color: #009944;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
@media (max-width: 960px) {
  .documentList .documentItem .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .documentList .documentItem .text {
    font-size: 14px;
  }
}
.documentList .documentItem .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 12px 40px;
  width: 100%;
  max-width: 200px;
  height: 40px;
  font-size: 15px;
  margin: 0 auto;
  color: #fff;
  background-color: #009944;
}

.pdfBtn {
  display: block;
  width: 100px;
  margin-top: 20px;
  margin: 20px auto 0;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #dfdfdf;
  text-align: center;
}
.pdfBtn svg {
  display: block;
  width: 31px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  fill: #009944;
}
.pdfBtn span {
  display: inline-block;
  color: #fff;
  background-color: #009944;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 5px 0 0;
  padding: 0px 10px;
}
@media (min-width: 1201px) {
  .pdfBtn:hover {
    border-color: #f08200;
  }
  .pdfBtn:hover svg {
    fill: #f08200;
  }
  .pdfBtn:hover span {
    background-color: #f08200;
  }
}

.bottomDocumentBox {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.bottomDocumentBox > p {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-bottom: 30px;
  text-align: center;
}

.bottomDocumentList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bottomDocumentList .documentItem {
  width: 25%;
}
@media (max-width: 1280px) {
  .bottomDocumentList .documentItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 840px) {
  .bottomDocumentList .documentItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .bottomDocumentList .documentItem {
    width: 100%;
  }
}
.bottomDocumentList .Txt {
  text-align: center;
  padding: 15px 10px 25px;
}
.bottomDocumentList .Txt .title a {
  font-size: 18px;
}
@media (max-width: 960px) {
  .bottomDocumentList .Txt .title a {
    letter-spacing: 0;
  }
}
.bottomDocumentList .Txt .text {
  max-height: 80px;
  margin: 5px 0;
  color: #009944;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
@media (max-width: 960px) {
  .bottomDocumentList .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .bottomDocumentList .Txt .text {
    font-size: 14px;
  }
}

/***** responsibility *****/
.resBox .btnBox {
  padding-top: 40px;
  text-align: center;
}

.resList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 640px) {
  .resList {
    margin: 0;
  }
}
.resList .resItem {
  width: 50%;
  padding: 0 8px 30px;
}
@media (max-width: 640px) {
  .resList .resItem {
    width: 100%;
    padding: 0 0 30px;
  }
}
.resList .resItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.resList .resItem .Txt {
  padding-top: 20px;
}
.resList .resItem .Txt .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.resList .resItem .Txt .title a {
  display: block;
}
.resList .resItem .Txt .text {
  max-height: 80px;
  margin: 15px 0;
  color: #009944;
  line-height: 1.5;
}

.textEditor table {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 16, 0.1);
  letter-spacing: 1px;
}

.textEditor table th {
  padding: 14px;
  font-size: 15px;
  text-align: center;
  background-color: rgba(0, 153, 68, 0.5);
  color: #fff;
  font-weight: 500;
  box-sizing: border-box;
}

.textEditor table tr:nth-child(even) td {
  background-color: #f7f7f7;
}

.textEditor table td {
  padding: 13px;
  font-size: 16px;
  background-color: #fff;
  box-sizing: border-box;
}

.checkArea .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 12px 40px;
  width: 200px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  background-color: #009944;
}
@media (min-width: 1201px) {
  .checkArea .btn a:hover {
    opacity: 0.95;
  }
}

.informationList li:nth-of-type(1) .date,
.informationList li:nth-of-type(1) .Txt,
.informationList li:nth-of-type(1) .videoLink,
.informationList li:nth-of-type(1) .fileLink {
  font-size: 16px;
  color: #009944;
  border-bottom: 3px solid #009944;
  background-color: transparent;
}
@media (max-width: 640px) {
  .informationList li:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 640px) {
  .informationList li:nth-of-type(2) {
    border-top: 3px solid #009944;
  }
}
.informationList .item {
  display: -ms-flexbox;
  display: flex;
}
.informationList .date {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 160px;
  min-height: 65px;
  text-align: center;
  border-bottom: 1px solid #c7c9c9;
  background-color: rgba(0, 153, 68, 0.1);
}
@media (max-width: 640px) {
  .informationList .date {
    display: none;
    padding: 10px;
    width: 100px;
  }
}
.informationList .Txt {
  padding: 20px;
  margin: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 275px);
  width: calc(100% - 410px);
  min-height: 65px;
  border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
  .informationList .Txt {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: start;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px 0;
    margin: 0;
    width: 100%;
  }
}
.informationList .Txt .mDate {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
@media (min-width: 641px) {
  .informationList .Txt .mDate {
    display: none;
  }
}
@media (max-width: 640px) {
  .informationList .Txt .mDate {
    display: block;
  }
}
.informationList .Txt .linkBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.informationList .Txt .videoLink, .informationList .Txt .fileLink {
  padding: 0;
  margin: 10px 0 0;
  width: 50px;
  border-bottom: none;
  min-height: auto;
}
@media (min-width: 641px) {
  .informationList .Txt .videoLink, .informationList .Txt .fileLink {
    display: none;
  }
}
@media (max-width: 640px) {
  .informationList .Txt .videoLink, .informationList .Txt .fileLink {
    display: -ms-flexbox;
    display: flex;
  }
}
.informationList .Txt .title {
  font-weight: 400;
}
.informationList .Txt .title a {
  color: #414141;
}
@media (min-width: 1201px) {
  .informationList .Txt .title a:hover {
    color: #009944;
  }
}
.informationList .videoLink {
  padding: 20px;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 110px;
  min-height: 65px;
  border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
  .informationList .videoLink {
    display: none;
  }
}
.informationList .videoLink a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30px;
  font-size: 25px;
  color: #009944;
}
.informationList .fileLink {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 110px;
  min-height: 65px;
  border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
  .informationList .fileLink {
    display: none;
  }
}
.informationList .fileLink svg {
  width: 25px;
  height: 35px;
  cursor: pointer;
  display: inline-block;
  fill: #009944;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .informationList .fileLink svg:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.informationList .btn {
  margin-top: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 640px) {
  .informationList .btn {
    margin-top: 30px;
  }
}
.informationList .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 215px;
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  background-color: #009944;
}

.formBox {
  margin-top: 20px;
}

.formList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  color: #2f2f2f;
  /*字的顏色*/
}
.formList > li {
  width: 100%;
  padding: 25px 0;
}
@media (max-width: 480px) {
  .formList > li {
    padding: 12px 0;
  }
}
@media (min-width: 1201px) {
  .formList .half {
    width: 50%;
  }
  .formList .half.pr {
    padding-right: 65px;
  }
  .formList .half.pl {
    padding-left: 65px;
  }
}
.formList [class^=g-] {
  float: none;
}
.formList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 480px) {
  .formList .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.formList .left {
  width: 95px;
}
@media (max-width: 480px) {
  .formList .left {
    width: 100%;
  }
}
.formList .right {
  width: calc(100% - 95px);
}
@media (max-width: 480px) {
  .formList .right {
    width: 100%;
  }
}
.formList .right.flex {
  display: -ms-flexbox;
  display: flex;
}
.formList .sexBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 50px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .formList .sexBox {
    width: 140px;
  }
}
.formList .sexBox input[type=radio] {
  position: relative;
  -webkit-appearance: none;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
  width: 19px;
  height: 19px;
  outline: none;
  border: 1px solid #5b5b5b;
  border-radius: 50%;
  box-sizing: border-box;
}
.formList .sexBox input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #a29480;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.formList label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 7px;
  font-size: 16px;
  color: #5b5b5b;
  height: 50px;
}
@media (max-width: 480px) {
  .formList label {
    height: 35px;
  }
}
.formList em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}
.formList .inputStyle, .formList select, .formList textarea {
  font-size: 15px;
  padding: 15px 20px;
  background-color: #fff;
}
.formList .inputStyle {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.formList .inputStyle::-webkit-input-placeholder {
  color: #c1c1c1;
}
.formList .inputStyle::-moz-placeholder {
  color: #c1c1c1;
}
.formList .inputStyle:-ms-input-placeholder {
  color: #c1c1c1;
}
.formList .inputStyle::-ms-input-placeholder {
  color: #c1c1c1;
}
.formList .inputStyle::placeholder {
  color: #c1c1c1;
}
.formList .arrowStyle {
  position: relative;
}
.formList .arrowStyle::before {
  content: "";
  position: absolute;
  bottom: 42%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.formList select {
  padding-right: 40px;
  width: 100%;
  height: 50px;
  background-color: #9c9c9c;
  color: #f4f4f4;
  border: none;
  /*移除箭頭樣式*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.formList textarea {
  display: block;
  width: 100%;
  height: 265px;
}