section {
  position: relative;
  margin-bottom: 85px;
}

section:last-child {
  margin-bottom: 0;
}

section:last-child .table_foot {
  border-bottom: 0;
  padding-bottom: 0;
}

.table_wrap {
  position: relative;
}

.table {
  position: relative;
  width: 100%;
}

.table .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #e3e3e3;
  opacity: 1;
  margin: 0 10px;
}

.table .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}

.table .swiper-pagination-bullet-active {
  background-color: #9f841b;
}

.table .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 10px;
  margin-right: 10px;
}

.table .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 50px;
  margin-bottom: 70px;
}

.table .slide_table {
  max-height: 372px;
  margin-bottom: 50px;
}

.table .row,
.table .row_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #707070;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}

.table .row > div,
.table .row_header > div {
  width: 33.33%;
}

.table .row_header {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.table .row_header > div {
  position: relative;
  padding: 10px;
  padding-bottom: 20px;
  border-right: 1px solid #c6c6c6;
}

.table .row_header > div:last-child {
  border-right: 0;
}

.table .row_header > div::after {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  bottom: 0;
  content: '';
  width: calc(100% - 2px);
  height: 5px;
}

.table .row_header > div:nth-child(even):after {
  background-color: #454545;
}

.table .row_header > div:nth-child(odd):after {
  background-color: #949494;
}

.table .row_header > div:first-child::after {
  background: #8e488f;
  background: -moz-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #8e488f), color-stop(36%, #2b599f), color-stop(48%, #ecb831), color-stop(50%, #15957c));
  background: -o-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: linear-gradient(to right, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
}

.table .row > div {
  position: relative;
  padding: 20px 15px;
  height: auto;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  overflow: hidden;
  text-align: center;
}

.table .row > div:first-child {
  text-align: center;
}

.table .row > div:last-child {
  text-align: center;
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table .row > div .box {
  position: relative;
  width: 150px;
  height: 50px;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #af5797;
  background: -moz-linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -webkit-linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -webkit-linear-gradient(340deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -o-linear-gradient(340deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
}

.table .row > div .box span {
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 1025px) {
  .table .row > div .box:hover span {
    background-color: transparent;
    color: #fff;
  }
}

@media only screen and (max-width: 1150px) {
  .table .editor,
  .table .flexblk,
  .table .joblist,
  .table .page_title,
  .table h3.textcenter,
  .table p.note {
    width: calc(100% - 80px);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .table .slide_table {
    max-height: none;
  }
  .table .row > div {
    padding: 20px 10px;
    word-break: break-all;
  }
  .table .row > div .box {
    width: 85%;
    height: 30%;
  }
}

@media only screen and (max-width: 650px) {
  .table .editor,
  .table .flexblk,
  .table .joblist,
  .table .page_title,
  .table h3.textcenter,
  .table p.note {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 66px);
    margin-right: auto;
    margin-left: auto;
  }
  .table h3.textcenter {
    font-size: 18px;
  }
  .table .flexblk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
  .table .flexblk .item {
    width: 100%;
  }
  .table .flexblk .item_img {
    margin-bottom: 30px;
  }
  .table .flexblk .item_title {
    font-size: 15px;
  }
  .table .flexblk .pillar {
    width: 100%;
    height: 1px;
    margin: 45px auto;
  }
  .table .slide_table {
    max-height: 210px;
  }
  .table .edit_title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table .edit_title h3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .table .job_title {
    margin-bottom: 40px;
  }
  .table .row_header > div {
    padding-top: 5px;
    padding-bottom: 0;
    overflow: hidden;
    height: 0;
  }
  .table .row > div {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .table .row > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0;
  }
  .table .row > div:last-child span {
    display: none;
  }
  .table .swiper-pagination {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1150px) {
  .table_wrap {
    overflow-x: scroll;
  }
}

.page_content2 {
  padding-top: 130px;
  max-width: none;
}

@media only screen and (max-width: 1024px) {
  .page_content2 {
    padding-top: 90px;
  }
}

.ex_page {
  margin-bottom: 80px;
}

.ex_page .swiper-slide {
  width: 33.33%;
}

.ex_page .swiper-slide:first-child {
  border-left: 0;
}

.ex_page .swiper-slide:last-child {
  border-right: 0;
}

.ex_page .swiper-slide.active {
  font-weight: 900;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e2e2;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}

.page_title {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}

.page_title .t1 {
  color: #000;
}

.page_title .t1:after {
  background-color: #8b8b8b;
}

.page_title .t2 {
  color: #8b8b8b;
  font-size: 16px;
}

.editor {
  margin: 100px auto;
  max-width: 1140px;
  font-family: Microsoft JhengHei;
}

.editor *:first-child {
  margin-top: 0;
}

.editor a {
  text-decoration: underline;
  font-weight: 600;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5 {
  font-size: inherit;
  margin-top: 40px;
  margin-bottom: 40px;
}

.editor h5 {
  font-size: 20px;
  line-height: 1.4em;
}

.editor h6 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 16px;
}

.editor ol,
.editor ul {
  list-style-position: inside;
  list-style-type: inherit;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}

.editor ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.editor p {
  color: #404040;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 1.6em;
}

.editor b {
  color: #000;
}

article {
  max-width: 900px;
}

@media only screen and (min-width: 1300px) and (max-height: 800px) {
  .ex_page {
    max-width: 850px;
  }
  .editor {
    max-width: 850px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .editor {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 650px) {
  .ex_page {
    margin-bottom: 40px;
  }
  .page_content2 {
    padding-top: 60px;
  }
  .page_title .t1 {
    font-size: 28px;
  }
  .page_title .t2 {
    font-size: 18px;
  }
  .banner {
    padding-right: 33px;
    padding-left: 33px;
    background-position: left center;
  }
  .editor {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .editor h5 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .editor h6 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 15px;
  }
  .editor p {
    font-size: 14px;
  }
  .editor ol,
  .editor ul {
    font-size: 14px;
  }
  .editor a.img_a {
    position: relative;
    display: inline-block;
  }
  .editor a.img_a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/img_toggle.png");
    background-position: center;
    background-repeat: no-repeat;
    content: '';
  }
}

.report .table .row_header > div::after {
  width: 100%;
}

.page_content2 {
  padding-top: 0;
}

.banner {
  background-color: #000;
  background-image: url("../images/csr/csr_sd.jpg");
}

.list_content {
  position: relative;
  display: none;
}

.table {
  width: 1140px;
}

.page_title .t1 {
  color: #fff;
}

.page_title .t1:after {
  background-color: #a4a4a4;
}

.page_title .t2 {
  color: #a4a4a4;
}

.ed_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 70px;
}

.li_title {
  width: 35%;
  font-weight: 700;
  font-size: 20px;
}

.li_cot {
  padding-bottom: 45px;
  width: 65%;
  border-bottom: 1px solid #c6c6c6;
}

.li_cot p {
  color: #515151;
  font-size: 15px;
  line-height: 1.6em;
}

.sec_head {
  position: relative;
  margin-bottom: 70px;
}

.sec_head h4 {
  font-weight: 700;
  font-size: 20px;
}

.sec_head .select {
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 10px;
  width: 260px;
  border-bottom: 1px solid #000;
}

.table_foot {
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.05em;
}

.table_foot .total {
  font-weight: 700;
  font-size: 15px;
}

.table_foot p.ex {
  margin-top: 25px;
  color: #515151;
  font-size: 15px;
}

a.hrefbox {
  display: none;
  margin-top: 40px;
  margin-bottom: 45px;
  max-width: 305px;
  width: 100%;
  height: 66px;
  background: #af5797;
  background: -moz-linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -webkit-linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -webkit-linear-gradient(340deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -o-linear-gradient(340deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

a.hrefbox span {
  display: block;
  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;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.download_icon {
  width: 30px;
  height: 21px;
  background-image: url("../images/download.png");
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}

.flex_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  font-size: 15px;
}

.flex_text .flex_phone {
  max-width: 190px;
}

.flex_text .flex_address {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}

.flex_text > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 23px;
  padding-right: 23px;
  width: 25%;
  word-break: break-all;
  line-height: 1.5em;
}

.flex_text > div > span:first-child {
  display: inline-block;
  min-width: 48px;
}

.flex_text > div:last-child {
  margin-right: 0;
  padding-right: 0;
}

.flex_text > div:last-child:after {
  display: none;
}

.flex_text > div:after {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #8c8c8c;
  content: '';
}

@media only screen and (max-width: 1100px) {
  .flex_text .flex_phone {
    max-width: none;
  }
  .flex_text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_text > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 13px;
    padding-right: 0;
    padding-bottom: 13px;
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
  }
  .flex_text > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .flex_text > div:after {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .table .row_header > div {
    padding-top: 5px;
    padding-bottom: 15px;
    overflow: hidden;
    height: auto;
  }
  section {
    margin-bottom: 45px;
  }
  .sec_head {
    margin-bottom: 30px;
  }
  .sec_head h4 {
    margin-bottom: 30px;
  }
  a.hrefbox {
    margin-bottom: 0;
  }
  .table_foot {
    padding-bottom: 45px;
  }
  .table_foot {
    border-color: #c6c6c6;
  }
  .li_cot {
    margin-top: 30px;
    width: 100%;
  }
  .sec_head .select {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
  }
  .flex_text > div > span {
    width: 100%;
  }
  a.hrefbox {
    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;
  }
}

.table_foot {
  display: none;
}

.table .slide_table {
  max-height: none;
}

/*# sourceMappingURL=web_form.css.map */