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;
}
body{
  color: #444444;
}
/*=============================================
=                   loading                   =
=============================================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .9s;
  transition: all .9s;
  backdrop-filter: blur(5px);
}

.loading.on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .9s;
  transition: all .9s;
}

.loading .block {
  /* display: block; */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.loading .block h5 {
  color: #00FFFF;
  border-right: 0.1em solid #00FFFF;
  width: 16.5em;
  width: 13ch;
  font-size: 22px;
  margin: 2em 1em;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: typing 1.5s steps(14, end), blink-caret 0.5s step-end infinite alternate;
          animation: typing 1.5s steps(14, end), blink-caret 0.5s step-end infinite alternate;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}

@-webkit-keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}

@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
.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: 42px;
  font-weight: 700;
  color: #015385;
  text-align: center;
  font-family: 'Noto Sans TC',微軟正黑體;
}

.titleBox_noIcon h2::before{
  display: none;
}

.line {
  width: 80px;
  height: 5px;
  background: #ff7415;
  margin: 0px auto;
}

    
.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: 50px;
  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: 20px;
  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: 20px auto;
}

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

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

.secSection .text-button {
  position: relative;
  background: transparent;
  border: 2px solid #00572c;
  border-radius: 5px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: auto;
  font-size: 16px;
  line-height: 48px;
  color: #00572c;
  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: #0F7300;
  border: 2px solid #0F7300;
  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: 88%;
  box-sizing: border-box;
}

.joinNotice .block .p2{
  color: #0F7300;
}

.joinNotice .block .p3{
  color: #014e9a;
}

#privacyCheck{
  width: 100%;
  text-align: center;
  display: block;
  margin: 20px auto;
}
#privacyCheck a,.qaContent a{
  color: #34d1ef;
  border-bottom: 2px solid #34d1ef;
  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;
}
.judgesNotice{
  text-align: center;
  font-size: 16px;
  margin: 2rem auto 0;
}
table {
  width: 100%;
}

.headTitle {
  background: #0066CC;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  height: 50px;
  padding: 20px;
}
.headThead {
  background: #0066CC;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  height: 70px;
}
.ESGfinallistHosp .headTitle {
  background: #277e00;
}
.gloryItem {
  background: #e2e1e1;
  height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 20px;
}
.gloryTableUSR .hT{
  width: 13%;
  padding: 5px 0 5px 35px;
}
.USRwinner .table2line .gloryItem,
.ESGwinnerCo .table2line .gloryItem,
.ESGwinnerCo .tabHosp2line .gloryItem,
.ESGwinnerHosp .table2line .gloryItem,
.ESGwinnerHosp .tabHosp2line .gloryItem,
.ESGwinnerCo .table3line .gloryItem,
.ESGwinnerCo .tabHosp3line .gloryItem,
.ESGwinnerHosp .table3line .gloryItem,
.ESGwinnerHosp .tabHosp3line .gloryItem{
  text-align: left;
}
.USRwinner .table2line .S1{
  width: 42%;
  padding: 5px 0 5px 35px;
}
.ESGwinnerCo .table2line .S1,
.ESGwinnerHosp .table2line .S1{
  width: 42%;
  padding: 5px 0 5px 35px;
}
.ESGwinnerCo .gloryItem .O1,
.ESGwinneHospo .gloryItem .O1{
  text-align: center;
}
.CSRwinner .table2line .O1{
  text-align: center;
}
.table3line .gloryItem{
  text-align: left;
}
.USRwinner .table3line .L1{
  width: 12%;
  padding: 5px 0 5px 35px;
}
.ESGwinnerCo .table3line .L1,
.ESGwinnerHosp .table3line .L1{
  width: 18%;
  padding: 5px 0 5px 35px;
}
.USRjudges .L1,
.ESGjudgesCo .L1,
.ESGjudgesHosp .L1{
  width: 24%;
  padding: 5px;
}
.USRwinner .table3line .L2,
.ESGwinnerCo .table3line .L2,
.ESGwinnerHosp .table3line .L2{
  width: 24%;
}
.USRjudges .L2,
.ESGjudgesCo .L2,
.ESGjudgesHosp .L2{
  width: 18%;
}
.USRjudges .L3,
.ESGjudgesCo .L3,
.ESGjudgesHosp .L3{
  text-align: left;
}
.CSRwinner .table3line .L2{
  width: 23%;
}
.gloryTable p{
  margin: 10px auto 70px;
}
.gloryTableUSR td{
  border-bottom-color: #fff;
}
.gloryTableUSR .gloryItem,.gloryTableESG .gloryItem{
  text-align: left;
}
.gloryTableUSR .gloryItem .tag{
  position: relative;
  display: block;
  margin: 5px 0;
  line-height: 1.4;
  font-size: 12px;
  color: #ff7415;
}
.gloryTableESG .hT{
  width: 43%;
}
.glory1line .gloryItem.hT{
  width: 100%;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.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: #0066CC;
  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: #00572c;
  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: #0066CC;
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px!important;
}

.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: #34d1ef;
}

.loadItemBtn {
  width: auto;
  padding: 7px 10px;
  margin: 0 20px;
  box-sizing: border-box;
}
.loadItemBtn:hover{
  background: #34d1ef;
  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 #014e9a;
  color: #014e9a;
}
.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 #014e9a;
  color: #014e9a;
}

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

.styleUSR #submit:hover,.styleUSR .qaBtn:hover{
  border: 2px solid #014e9a;
  background: #014e9a;
}
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;
    padding: 10px;
  }
  .gloryNotice{
    width: 80%;
    margin: 0 auto;
  }
  .gloryTitle span{
    display: block;
  } 
  .USRwinner .table2line .gloryItem,
  .ESGwinnerCo .table2line .gloryItem,
  .ESGwinnerHosp .table2line .gloryItem{
    padding: 5px 5px 5px 50px;
  }
  .ESGwinnerCo .table2line .O1,
  .ESGwinnerHosp .table2line .O1{
    padding: 0;
  }
  .USRwinner .table2line .S1{
    width: 25%;
    padding: 5px;
    text-align: center;
  }
  .ESGwinnerHosp .table2line .S1,
  .ESGwinnerCo .table2line .S1{
    width: 25%;
    padding: 5px 17px;
    text-align: center;
  }
  .USRwinner .table3line .L1,
  .ESGwinnerCo .table3line .L1,
  .ESGwinnerHosp .table3line .L1{
    width: 20%;
    padding: 5px 10px;
    text-align: center;
  }
  .USRjudges .L1,
  .ESGjudgesCo .L1,
  .ESGjudgesHosp .L1{
    width: 140px;
    padding: 5px 10px;
    text-align: center;
  }


 
  .ESGwinnerCo .table2line .O1,
  .ESGwinnerHosp .table2line .O1{
    text-align: center;
  }
  .USRwinner .table3line .L2,
  .ESGwinnerCo .table3line .L2,
  .ESGwinnerHosp .table3line .L2{
    width: 140px;
    padding: 5px;
  }
  .USRjudges .L2,
  .ESGjudgesCo .L2,
  .ESGjudgesHosp .L2{
    width: 18%;
    padding: 5px;
  }
  .ESGwinnerCo .table3line .L2,
  .ESGwinnerHosp .table3line .L2{
    width: 165px;
    word-break: break-all;
  }
  .ESGjudgesCo .L2,
  .ESGjudgesHosp .L2{
    width: 165px;
    word-break: break-all;
  }
  
  .USRwinner .table3line .L3,
  .ESGwinnerCo .table3line .L3,
  .ESGwinnerHosp .table3line .L3{
    width: 220px;
    padding: 5px 10px;
    word-break: break-all;
  }
  .USRjudges .L3,
  .ESGjudgesCo .L3,
  .ESGjudgesHosp .L3{
    width: 220px;
    padding: 5px 10px;
    word-break: break-all;
  }
  .gloryTableESG .gloryItem.hT{
    width: 10%;
    min-width: 140px;
  }
  .gloryTableESG .gloryItem{
    width: 27%;
    box-sizing: border-box;
    word-break: break-all;
  }
  .gloryTableUSR .gloryItem, .gloryTableESG .gloryItem{
    width: 30%;
    height: auto;
    word-break: break-word;
  }
  .gloryTableUSR .gloryItem.hT, .gloryTableESG .gloryItem.hT{
    width: 20%;
    padding: 15px 5px 15px 20px;
  }
  .glory1line .gloryItem.hT{
    padding: 20px 10px;
  }
}
@media screen and (max-width:480px){
  .titleBox h2{
    font-size: 36px;
  }
}