#certification-body{
    padding-top: 100px;
}
.wrapper {
    text-align: center;
  }
  table{
    margin: auto;
    padding: 20px;
    border-collapse: separate;
    border-spacing: 0;
    width: 95%;
    
  }
  td{
    border: 1px solid #d1d1d1;
    padding: 10px 30px;
    background-color: #FFF;
  }
  .table-titles{
    color:#1D6758;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Cairo';
  }
  .table-data{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Cairo';
    color:#000;
  }
  .first-td, .second-td{
    width:40%;
  }
  /*第一欄第一列：左上*/
  tr:first-child td:first-child{
    border-top-right-radius: 10px;
  }
  /*第一欄最後列：左下*/
  tr:last-child td:first-child{
    border-bottom-right-radius: 10px;
  }
  /*最後欄第一列：右上*/
  tr:first-child td:last-child{
    border-top-left-radius: 10px;
  }
  /*最後欄第一列：右下*/
  tr:last-child td:last-child{
    border-bottom-left-radius: 10px;
  }
.section-title{
    font-size: 32px;
    font-family: 'Cairo';
    font-weight: 700;
    color: #1D6758;
    width: fit-content;
    text-transform: uppercase;
}
.section-des{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #7C7A77;
}

.r-in{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Cairo';
    color: #FFF;
    margin-bottom: 0px;
    line-height: 150%;
}

#input-container{
    width: 60%;
}

#cert_num{
    background:none;
    border: none;
    outline:none;
    width: 100%;
    height: 70px;
    background:none;
    border-radius: 10px;
    border: 1px solid #1D6758;
    font-family: 'Cairo';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding-right: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}
#cert_ser_sub{
    background:none;
    border:none;
    outline:none;
    right:0;
    height: 100%;
    width:90px;
    background: #1D6758;
    border-radius: 0px 10px 10px 0px;
}


.message {
    margin: 20px;
    padding: 20px;
    border: 1px solid #d1d1d1;
    background-color: #f8f8f8;
  }
  
  .error-message {
    color: #ff0000;
    font-size: 18px;
    font-weight: 500;
  }
  
  .note-message {
    color: #333333;
    font-size: 16px;
  }
  
@media screen and (max-width: 992px) {
    .section-title{
        font-size: 28px;
    }
    .section-des{
        font-size: 20px;
    }

    #input-container{
        width: 60%;
    }
    
    #cert_num{
        height: 65px;
        font-size: 18px;
        padding-right: 110px;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 8px;
    }
    #cert_ser_sub{
        width:80px;
    }
}

@media screen and (max-width: 768px) {
    .section-title{
        font-size: 20px;
    }
    .section-des{
        font-size: 18px;
    }
    #input-container{
        width: 100%;
    }
    
    #cert_num{
        height: 60px;
        font-size: 16px;
        padding-right: 80px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 6px;
    }
    #cert_ser_sub{
        width:70px;
    }

    .table-data,
  .table-titles {
    font-size: 16px;
  }

  .first-td,
  .second-td {
    width: 100%;
  }

  td {
    padding: 10px;
  }
}