@charset "utf-8";

.con-table{position: relative;}
.con-table .bg{background-color: #f5f5f5 !important; color: #000 !important;}

.con-tit > p{
  line-height: 1.8;
  text-align: center;
}

.con-etc > h5{
  line-height: 1.8;
  text-align: center;
  font-size: 18px;
}
.con-table .table-bordered th{
  font-size: 18px;
  padding: 1rem;
}
.con-table .table-bordered tbody td{
  font-size: 16px;
  padding: .8rem;
}

/*------------------------------------------------------------
**
** Media Query
**
--------------------------------------------------------------*/
@media (min-width:577px){
  .m-screen{display: none;}
}
@media (min-width:992px){
}

@media (max-width: 991px) {

}
@media (max-width: 767px) {


}
@media (max-width:576px){
  .m-screen {
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(60,81,82,0.4);
  }
  .m-txt {
    text-align: center;
    padding: 2rem 1rem;
    background-color: #0068B7;
    border-radius: 10px;
    color: #fff !important;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    font-size: 14px;
  }
  .m-txt.m-txt-top{
    top: 1rem !important;
  }

  .con-tit > p{
    font-size: 14px;
  }

  .con-etc > h5{
    font-size: 16px;
  }
  .con-table .table-bordered th{
    font-size: 16px;
    padding: .8rem;
  }
  .con-table .table-bordered tbody td{
    font-size: 14px;
    padding: .5rem;
  }
}
