@charset "UTF-8";

.content-image {
  background-image: url("../img/ilya-pavlov-OqtafYT5kTw-unsplash.jpg");
}

@media (min-width: 1020px) {
  .technology, .assign {
    margin: 0 40px;
  }

  .technology-table {
    font-size: 18px;
  }
  
  .technology-table th {
    width: 20vw;
    padding: 15px 3px;
    margin: 2px;
    background-color: var(--color-base-sim3);
    color: var(--color-white);
  }

  .technology-table td {
    width: 80vw;
    padding: 15px;
    margin: 2px;
    border-bottom: 1px solid var(--color-gray-08);
  }
  
  .three-peace {
    display: flex;
    flex-wrap: wrap;
  }
  .three-peace .peace {
    width: calc((100% / 3) - 10px);
    margin: 5px;
    height: 500px;
    background-color: var(--color-gray-02);
    border-radius: 8px;
    box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
   
  }
  .three-peace .peace-frame {
    padding: 20px;
  }
  .peace-frame .industry h4, .peace-frame .matter h4{
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 10px 15px;
    width: 80px;
    background-color: var(--color-base-sim3);
    border-radius: 3px;
    text-align: center;
    font-weight: normal;
    color: #fff;
  }

  .peace-frame .industry p, .peace-frame .matter p {
    font-size: 18px;
    margin: 0;
    padding-left: 25px;
    font-weight: bold;
  }

  .matter-detail-table {
    border-top: 1px solid var(--color-gray-08);
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 15px;
  }

  .matter-detail-table th {
    background-color: var(--color-base-sim3);
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    padding: 5px 5px;
  }

  .record-sample {
    overflow: scroll;
  }
  .record-table {
    width:100%;
    min-width: 900px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1px rgba(128, 128, 128, 0.3); 
  }
  
  .record-table th {
    padding: 10px;
    background: rgba(48, 152, 205, 0.1);
    font-size: 16px;
    border-bottom: solid 1px rgba(128, 128, 128, 0.3);
  }
  
  .record-table td {
    padding: 10px;
    font-size: 14px;
    border-bottom: solid 1px rgba(128, 128, 128, 0.3);
  }
  
  .record-table td:nth-of-type(1){
    background-color: rgba(128, 128, 128, 0.05);
  }
  
  .record-table td:nth-of-type(5){
    text-align: center;
  }
  
  .record-table td:nth-of-type(6){
    text-align: center;
  }
  
  .record-table .industry {
    background: rgba(48, 152, 205, 1);
    padding: 4px 12px;
    color: #faf8ee;
    border-radius: 15px;
  }
  
  .record-table .industry-detail {
    margin-top: 4px;
    font-size: 16px;
  }
  
  .record-table .industry-sub {
    margin-top: 4px;
    font-size: 10px;
    color: rgba(48, 152, 205, 1);
    font-weight: bold;
  }
  
  .process span {
    display: inline-block;
    background: rgba(48, 152, 205, 1);
    padding: 4px 12px;
    color: #faf8ee;
    border-radius: 15px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
  }
  
  .record-table ul li {
    list-style-type: square;
  }
}

@media (max-width: 1019px){
  #ses p {
    padding: 10px;
  }

  .technology-table {
    font-size: 14px;
  }
  
  .technology-table th {
    width: 20vw;
    padding: 15px 3px;
    margin: 2px;
    background-color: var(--color-base-sim3);
    color: var(--color-white);
  }

  .technology-table td {
    width: 80vw;
    padding: 15px;
    margin: 2px;
    border-bottom: 1px solid var(--color-gray-08);
  }

  .three-peace .peace {
    margin: 5px;
    margin-bottom: 15px;
    height: 450px;
    background-color: var(--color-gray-02);
    border-radius: 8px;
    box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
   
  }
  .three-peace .peace-frame {
    padding: 20px;
  }
  .peace-frame .industry h4, .peace-frame .matter h4{
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 10px 15px;
    width: 80px;
    background-color: var(--color-base-sim3);
    border-radius: 3px;
    text-align: center;
    font-weight: normal;
    color: #fff;
  }

  .peace-frame .industry p, .peace-frame .matter p {
    font-size: 18px;
    margin: 0;
    padding-left: 25px;
    font-weight: bold;
  }

  .matter-detail-table {
    border-top: 1px solid var(--color-gray-08);
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 15px;
  }

  .matter-detail-table th {
    background-color: var(--color-base-sim3);
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    padding: 5px 5px;
  }

  .matter-detail-table td {
    width: 55vw;
  }

  .record-sample {
    overflow: scroll;
  }
  .record-table {
    width:100%;
    min-width: 900px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1px rgba(128, 128, 128, 0.3); 
  }
  
  .record-table th {
    padding: 10px;
    background: rgba(48, 152, 205, 0.1);
    font-size: 12px;
    border-bottom: solid 1px rgba(128, 128, 128, 0.3);
  }
  
  .record-table td {
    padding: 10px;
    font-size: 10px;
    border-bottom: solid 1px rgba(128, 128, 128, 0.3);
  }
  
  .record-table td:nth-of-type(1){
    background-color: rgba(128, 128, 128, 0.05);
  }
  
  .record-table td:nth-of-type(5){
    text-align: center;
  }
  
  .record-table td:nth-of-type(6){
    text-align: center;
  }
  
  .record-table .industry {
    background: rgba(48, 152, 205, 1);
    padding: 2px 6px;
    color: #faf8ee;
    border-radius: 15px;
  }
  
  .record-table .industry-detail {
    margin-top: 2px;
    font-size: 10px;
  }
  
  .record-table .industry-sub {
    margin-top: 2px;
    font-size: 8px;
    color: rgba(48, 152, 205, 1);
    font-weight: bold;
  }
  
  .process span {
    display: inline-block;
    background: rgba(48, 152, 205, 1);
    padding: 2px 6px;
    color: #faf8ee;
    border-radius: 15px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 8px;
  }
  
  .record-table ul li {
    list-style-type: square;
  }

  .record-table ul {
    padding-inline-start: 0;
  }
}