p {
  font-family: 'Noto Sans TC', sans-serif;
}

h2 {
  font-family: 'Noto Serif TC', serif;
}

button {
  outline: none;
}

a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

ol {
  margin-left: 20px;
}

.navBox{
  top: 50%;
}
.loadBtn {
  padding-top: 20px;
  position: fixed;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 5;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#a3c932), color-stop(13%, #8eb92a), color-stop(25%, #8eb92a), color-stop(46%, #6bb247), to(#39a05a));
  background: linear-gradient(to right, #a3c932 0%, #8eb92a 13%, #8eb92a 25%, #6bb247 46%, #39a05a 100%);
  color: #fff;
  font-size: 24px;
  text-align: center;
  right: 5%;
  bottom: 10%;
  line-height: 30px;
  font-family: 'Noto Sans TC', sans-serif;
}

.loadBtn:hover {
  background: #a3c932;
}

.loadBtn a {
  color: #fff;
  text-decoration: none;
}

.mbloadBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #a3c932;
  background: -webkit-gradient(linear, left top, right top, from(#a3c932), color-stop(13%, #8eb92a), color-stop(25%, #8eb92a), color-stop(46%, #6bb247), to(#39a05a));
  background: linear-gradient(to right, #a3c932 0%, #8eb92a 13%, #8eb92a 25%, #6bb247 46%, #39a05a 100%);
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}

.mainSection {
  background: url("../img/bg.jpg") center center no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}

.gloryMain {
  height: 500px;
}

.mainTitle {
  max-width: 690px;
  margin: 0 auto;
  position: relative;
  top: 80px;
}

.mainTitle img {
  width: 100%;
}

.mainTitle a {
  color: #39ae48;
}

.mainTitle a:hover {
  color: #087937;
}

.greenSection {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 30px;
  background: #dedede;
}

.r_circle {
  background: url("../img/r-circle.png") center center no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 60%;
  right: 43%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.r_circle:hover {
  background: url("../img/r-circle_01.png") center center no-repeat;
  background-size: contain;
}

.r_circle img {
  width: 100%;
}

.stepBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  position: relative;
}

.stepBox p {
  text-align: center;
  font-size: 24px;
  line-height: 31px;
  color: #3c017f;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 500;
}

.timeLine {
  position: absolute;
  top: 70px;
  width: 90%;
  margin: 0 auto;
  right: 0;
  left: 0;
  height: 2px;
  background: #3c017f;
}

.circle {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%;
  background: #3c017f;
  border: 5px solid #969696;
  line-height: 120px;
}

.green {
  border: 5px solid #3c017f;
  background: #ffce00;
}

.mbstepBox {
  display: none;
}

.aboutSection {
  padding-top: 0px;
  padding-bottom: 100px;
}


.titleBox h2 {
  width: auto;
  height: auto;
  line-height: 1.8;
  font-size: 52px;
  font-weight: 700;
  color: #014e9a;
  text-align: center;
  font-family: 'Noto Sans TC',微軟正黑體;
}

.line {
  width: 80%;
  height: 1px;
  background: #555555;
  margin: 20px auto 10px;
}

    
.aboutContent {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.aboutContent .p1 {
  font-size: 18px;
}

.aboutContent .p2 {
  font-size: 20px;
  color: #d1004b;
}

.aboutContent h3 {
  font-size: 36px;
  font-weight: 700;
}

.aboutContent p {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  text-align: justify;
}

.contSp1 {
  margin-top: 100px;
}

.secSection {
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 100px;
}
#finallist{
  padding-top: 0;
}
.secSection .p1 {
  color: #014e9a;
  border-bottom: 1px solid #014e9a;
}

.secSection .formTable {
  max-width: 500px;
  margin: 40px auto;
}

.secSection .p20-15 {
  padding: 30px 0;
}

.secSection .tdTitle {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.secSection .tdWid {
  width: 70%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.secSection .p30-15 {
  font-size: 20px;
  font-weight: bold;
}

.secSection .camp {
  display: inline-block;
  vertical-align: middle;
}

.secSection .w1 {
  width: 10%;
  text-align: right;
}

.secSection #checkbox {
  margin: 20px;
}

.secSection .sendBtn {
  position: relative;
  margin: 40px auto 20px;
}

.secSection .check {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.secSection .check label {
  padding-left: 0;
}

.secSection .text-button {
  position: relative;
  background: transparent;
  background-color: #ed2126;
  border: 2px solid #ed2126;
  border-radius: 5px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: 50px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
}
.secSection .text-button:hover{
  background: #ed2126;
  border: 2px solid #ed2126;
  color: #fff;
}
.secSection .noSendBtn{
  background: #a7a7a7;
  border: 2px solid #a7a7a7;
  color: #fff;
}
.secSection .noSendBtn:hover{
  background: #a7a7a7;
  border: 2px solid #a7a7a7;
  color: #fff;
}
.secSection .noteBox{
  background-color: #ececec;
  margin: 50px auto 0px;
  padding: 15px;
  text-align: center;
  width: 70%;
  box-sizing: border-box;
}
.secSection .noteBox p{
  font-size: 16px;
  margin: 0;
}

.joinNotice{
  position: relative;
  margin: 0 auto;
}

.joinNotice .block{
  background-color: #ececec;
  margin: 50px auto 0px;
  padding: 15px 30px;
  text-align: center;
  width: 80%;
  box-sizing: border-box;
}

.joinNotice .block .p2{
  color: #efa51c;
}

.joinNotice .block .p3{
  color: #1C34CB;
}

#privacyCheck{
  width: 100%;
  text-align: center;
  display: block;
  margin: 20px auto;
}
#privacyCheck a{
  color: #efa51c;
  border-bottom: 1px solid #efa51c;
  transition: all .3s;
}
#privacyCheck a:hover{
  color: #0F7300;
  border-bottom: 1px solid #0F7300;
  transition: all .3s;
}
.signCamp input[type=text] {
  padding: 10px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.signCamp input[type=text]:focus {
  background: #f4f4f4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

label {
  cursor: pointer;
  display: block;
  margin: 10px auto;
  padding-left: 30px;
  font-weight: 500;
  color: #000;
}
#contact{
  font-weight: 500;
  color: #000;
}
.countSection {
  width: 100%;
  background: url("../img/leaf-bg.png") center center no-repeat;
  height: 300px;
}

.countSection .container {
  width: 80%;
}

.countBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}

.conutCircle {
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding-top: 35px;
}

.conutCircle span {
  font-size: 46px;
}

.originBox {
  overflow: hidden;
}

.originSection {
  width: 100%;
}

.originContent {
  margin-top: 50px;
  margin-bottom: 50px;
}

.originContent p {
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
}

.dotTitle {
  list-style: none;
  color: #0F7300;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
  font-family: 'Noto Sans TC',微軟正黑體;
}

.dotTitle_USR {
  list-style: none;
  color: #1C34CB;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
  font-family: 'Noto Sans TC',微軟正黑體;
}

.qBox {
  max-width: 800px;
  margin: 30px auto;
}

.dateCount {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dateRect {
  width: 100%;
  height: 160px;
  border: 1px solid #708f9d;
  color: #708f9d;
  margin: 0 20px;
  text-align: center;
}

.dateRect p {
  color: #708f9d;
  font-size: 65px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0px;
}

.dateTitle {
  margin: 20px auto;
  text-align: center;
  color: #708f9d;
  font-size: 24px;
  font-weight: 700;
}

.csrContnet {
  font-size: 18px;
  font-weight: 400;
  margin: 50px auto;
  max-width: 850px;
  text-align: justify;
}

.industryBox {
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.industryRect {
  width: 100%;
  border: 1px solid #dedede;
  text-align: center;
  font-size: 18px;
  color: #3C007F;
  font-weight: 700;
  padding: 5px 25px;
}

.tips {
  margin-top: 50px;
  text-align: left;
  width: 100%;
  margin-left: -20px;
}

.industryTips {
  width: 100%;
  margin-top: 50px;
}

.industryTips p {
  text-align: justify;
  margin-left: 25px;
}

.item {
  margin-bottom: 50px;
}

.item p {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.mb-timeline {
  display: none;
}

.subTitle {
  padding-left: 10px;
  border-left: 2px solid #D1004B;
  color: #D1004B;
}

.payBox {
  border: 2px solid #ffde3b;
  max-width: 400px;
  padding: 15px 10px 0px 10px;
}

.payBox p {
  color: #3c0094;
  margin-left: 0px;
}

.socialContent {
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
  text-align: justify;
}

.socialBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.socialRect {
  margin: 0 20px;
}

.sponsor {
  width: 100%;
  margin: 0px auto 50px;
  text-align: center;
}

.Bline {
  width: 50px;
  height: 5px;
  background: #000;
  margin: 20px auto 50px;
}

.gloryContent {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  margin-top: 50px;
  text-align: justify;
}


.gloryTitle {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.gloryTable {
  max-width: 800px;
  margin: 80px auto 0;
}
.USRfinallist .gloryTable,
.CSRfinallist .gloryTable,
.USRwinner .gloryTable,
.CSRwinner .gloryTable{
  margin: 20px auto 40px;
}
.gloryNotice{
  text-align: center;
  font-size: 16px;
}
.winnerNotice{
  text-align: center;
  font-size: 16px;
  margin: 2rem auto 0;
}
table {
  width: 100%;
}

.headTitle {
  background: #014e9a;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 40%;
  text-align: center;
  height: 10px;
  padding: 0px;
}

.gloryItem {
  background: #e2e1e1;
  height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px;
}
.gloryItem2 {
  background: #EEEEEE;
  height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px;
}

.gloryTableUSR .hT{
  width: 13%;
  padding: 5px 0 5px 35px;
}
.USRwinner .table2line .gloryItem,
.CSRwinner .table2line .gloryItem{
  text-align: left;
}
.USRwinner .table2line .S1{
  width: 16.8%;
  padding: 5px 0 5px 35px;
}
.CSRwinner .table2line .S1{
  width: 41%;
  padding: 5px 0 5px 35px;
}
.CSRwinner .table2line .O1{
  text-align: center;
}
.USRwinner .table3line .gloryItem,
.CSRwinner .table3line .gloryItem{
  text-align: left;
}
.USRwinner .table3line .L1{
  width: 4%;
  padding: 5px 0 5px 35px;
}
.ESGwinner .table3line .L1{
  width: 10%;
  padding: 5px 0 5px 35px;
  text-align: left;
}
.USRwinner .table3line .L2{
  width: 12%;
}
.CSRwinner .table3line .L2{
  width: 23%;
}
.gloryTable p{
  margin: 10px auto 70px;
}
.gloryTableUSR td{
  border-bottom-color: #fff;
}
.gloryTableUSR .gloryItem,.gloryTableESG .gloryItem{
  text-align: center;
}
.gloryTableESG .hT{
  width: 50%;
}
.glory1line .gloryItem.hT{
  width: 100%;
  text-align: center;
  padding: 0;
  
}
.glory1line .gloryItem2.hT{
  width: 100%;
  text-align: center;
  padding: 0;
  
}
.wItem{
  background: #f4f4f4;
  height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding: 20px;
}
.reportSection {
  padding-bottom: 100px;
}

.reportBox {
  margin-top: 50px;
}

.reportBox img {
  width: 100%;
}

.reportBox a {
  color: #000;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.reportContent h3 {
  font-size: 18px;
  margin-top: 10px;
}

.reportContent h2 {
  font-size: 24px;
  font-weight: 700;
  color: #3c007f;
  margin-top: 10px;
}

.sub_title {
  font-size: 18px;
  margin-top: 10px;
}

.main_title {
  font-size: 24px;
  font-weight: 700;
  color: #39ae48;
}

.video {
  margin: 50px auto;
  text-align: center;
}

.pdfLoad {
  margin: 0 auto;
  width: 200px;
  text-align: center;
  border: 2px solid #39ae48;
  color: #39ae48;
  padding: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.pdfLoad:hover {
  border: 2px solid #39ae48;
  color: #fff;
  background: #39ae48;
}

.searchSection {
  max-width: 960px;
  margin: 50px auto;
}

.searchSection p {
  margin: 10px 0;
}

.winnerTable {
  max-width: 800px;
  margin: 20px auto;
}

.table {
  width: 100%;
}

.header {
  width: 100%;
  background: #1C34CB;
  padding: 10px;
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px!important;
}

.header_X {
  width: 100%;
  background: #808080;
  padding: 10px;
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_CSR {
  width: 100%;
  background: #0F7300;
  padding: 10px;
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px!important;
}

.header_USR {
  width: 100%;
  background: #efa51c!important;
  padding: 10px;
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.seWinner {
  background: #d2004a !important;
}

.table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_row_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  margin: 0 auto;
}

.nomination {
  color: #929292;
}

.cell {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}

.cell_4 {
  width: 40%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}

.cell_5 {
  width: 60%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  box-sizing: border-box;
}

.cell_a {
  width: 10%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}

.cell_1 {
  width: 40%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}

.cell_2 {
  width: 30%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}

.cell_3 {
  width: 50%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}

.cell_download_l {
  width: 80%;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
  padding: 15px 20px;
}

.cell_download_r {
  width: 20%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}

.table_title {
  text-align: center;
  margin-top: 60px;
}

.signUpSection {
  max-width: 800px;
  margin: 50px auto 0;
}

.downloadBtn {
  margin: 50px auto;
  border: 2px solid #efa51c;
  text-align: center;
  color: #efa51c;
  background: #fff;
  font-size: 20px;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  padding: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.downloadBtn:hover {
  background: #39ae48;
  color: #fff;
}

.downloadBox {
  max-width: 800px;
  margin: 50px auto;
}

.downloadBox a {
  text-decoration: none;
  color: #efa51c;
}

.loadItemBtn {
  width: auto;
  padding: 7px 10px;
  margin: 0 20px;
  box-sizing: border-box;
}
.loadItemBtn:hover{
  background: #efa51c;
  color: #fff;
}
.gray {
  background: #f1f1f1;
}

#quiz h2 {
  font-size: 21px;
  line-height: 35px;
  font-family: 'Noto Sans TC',微軟正黑體;
}

.half {
  width: 48%;
  float: left;
  margin-bottom: 20px;
}

.qaContent {
  font-size: 17px;
  line-height: 31px;
  margin-bottom: 30px;
  text-align: justify;
  margin: 50px auto;
}

#submit {
  background: transparent;
  border: 2px solid #0F7300;
  border-radius: 5px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: 50px;
  font-size: 16px;
  line-height: 38px;
  color: #0F7300;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 1;
  margin: 0 auto;
}

.styleUSR #submit{
  border: 2px solid #1C34CA;
  color: #1C34CA;
}
.qaBtn {
  background: transparent;
  border: 2px solid #0F7300;
  border-radius: 5px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: 50px;
  font-size: 16px;
  line-height: 48px;
  color: #0F7300;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.styleUSR .qaBtn{
  border: 2px solid #1C34CA;
  color: #1C34CA;
}

.qaBtn:hover,
#submit:hover {
  background: #0F7300;
  border: 2px solid #0F7300;
  color: #fff;
}

.styleUSR #submit:hover,.styleUSR .qaBtn:hover{
  border: 2px solid #1C34CA;
  background: #1C34CA;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-right: 5px;
}
.form-num{
  width: 5%;
  height: auto;
  display: inline-block;
  margin: 0 5px 0 1px;
  border: none;
  border-bottom: 1px solid #495057;
  color: #495057;
  border-radius: 0;
  padding: 2px 5px;
  box-sizing: border-box;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */

@media screen and (max-width:750px){
  .navBox{
    top: 0;
  }
  .titleBox h2{
    font-size: 24px;
  }
  .line{
    width: 40px;
  }
  .dotTitle{
    font-size: 20px;
  }
  .cell_download_l{
    width: 60%;
  }
  .cell_download_r{
    width: 40%;
  }
  #submit,.qaBtn,.text-button{
    width: 50%;
  }
  .secSection .noteBox{
    width: 90%;
  }
  .secSection #checkbox{
    margin: 10px;
  }
  .secSection label{
    padding-left: 10px;
  }
  .secSection label .word-break{
    padding-left: 22px;
    display: block;
  }
  .form-num{
    width: 50px;
  }
  .joinNotice .block{
    width: 90%;
    margin: 20px auto;
  }
  .table_row_a{
    width: 100%;
  }
  .cell_1{
    width: 35%;
    box-sizing: border-box;
  }
  .cell_1,.cell_5{
    font-size: 14px;
  }
  .gloryItem.hT{
    width: 20%;
    padding: 5px 0 5px 20px;
  }
  .gloryItem2.hT{
    width: 20%;
    padding: 5px 0 5px 20px;
  }
  .gloryNotice{
    width: 80%;
    margin: 0 auto;
  }
  .gloryTitle span{
    display: block;
  } 
  .USRwinner .table2line .gloryItem,
  .CSRwinner .table2line .gloryItem{
    padding: 5px 0 5px 50px;
  }
  .USRwinner .table2line .gloryItem2,
  .CSRwinner .table2line .gloryItem2{
    padding: 5px 0 5px 50px;
  }
  .CSRwinner .table2line .O1{
    padding: 0;
  }
  .USRwinner .table2line .S1{
    width: 8%;
    padding: 5px;
    text-align: center;
  }
  .CSRwinner .table2line .S1{
    width: 22%;
    padding: 5px;
    text-align: center;
  }
  .USRwinner .table3line .L1,
  .ESGwinner .table3line .L1{
    width: 10%;
    padding: 5px;
    text-align: center;
  }
  .CSRwinner .table3line .L1{
    width: 25%;
  }
  .USRwinner .table3line .L2,
  .CSRwinner .table3line .L2{
    width: 120px;
    padding: 5px;
  }
  .CSRwinner .table3line .L2{
    width: 165px;
  }
  .USRwinner .table3line .L3,
  .CSRwinner .table3line .L3{
    width: 220px;
    padding: 5px 10px;
  }
  .gloryTableESG .gloryItem.hT{
    width: 20%;
  }
  .gloryTableESG .gloryItem2.hT{
    width: 20%;
  }
  .gloryTableESG .gloryItem{
    width: 27%;
    box-sizing: border-box;
    word-break: break-all;
  }
  .gloryTableESG .gloryItem2{
    width: 27%;
    box-sizing: border-box;
    word-break: break-all;
  }
}