﻿
/*#his-pc{
    display:none;
}*/
   .page-content p {
            text-align: left;
            background-color: #f1f0f0;
            padding: 3px 20px;
            margin-bottom:0;
            border-left:6px solid #ff5639;
        }

.year_tb {
    width: 100%;
    font-size: 15px;
    height: auto;
    margin-bottom: 60px;
    border-collapse: collapse;
}

.year_tb, th, td {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
  .year_tb tr th {
        width: 100%;
        font-size: 20px;
        color: #ff5639;
        background: #f7f7f7;
    }

    .year_tb .mon {
        text-align: center;
        width: 80px;
        padding: 5px 10px;
          font-weight: 500;
    color: #6c6c6d;
    }

    .year_tb tr td {
        text-align: left;
        padding: 10px 0;
        margin: 0px;
        font-size:14px;
    }

    /* 타블렛용 화면*/
@media screen and (min-width:768px){
    #his-pc{
        display:block;
    }
    #his-mb{
        display:none;
    }
    .year_tb {
    width: 100%;
    font-size: 15px;
    height: auto;
    margin-bottom: 100px;
    border-collapse: collapse;
}
     .year_tb tr th {
        width: 25%;
        font-size: 40px;
        color: #ff5639;
    }
      .year_tb tr td{
          font-size:16px;
      }
       .year_tb .mon {
        text-align: center;
        width: 40px;
        padding: 0 40px;
        font-weight: 500;
    }

}

    /* pc용 화면*/
@media screen and (min-width:960px) {
     .year_tb tr th {
        width: 35%;
        font-size: 40px;
        color: #ff5639;
    }

}
  

@media all and  (max-width:768px){
 
    .year_tb{
        border: none;
    }


     .year_tb tr th{
      display:block !important;
      width:100% !important;
     height:50px;
     padding-top:10px;
  }




  .year_tb tr td{
      display:inline-block;
      border: none ;
  }

  .year_tb .mon{
    width: 50px;
    border-radius: 100px;
    background: #ffece2;
    padding: 0;
  }


  .year_tb td:not(.mon){
      width: calc(100% - 60px);
      margin-left:10px;
      padding-left:10px;
  }

  .mon {
    font-size: 1em !important;
    position: relative;
}
}