
   .tb_daytime_AA .scroll-wrapper {
      position: relative;
      overflow-x: auto;
      margin: 0 auto;
      
     
      background: #fff;
    }

     .tb_daytime_AA  .timetable {
      min-width: 1000px;
      width: 100%;
      border-collapse: collapse;
   font-size: var(--tx-sm-size);
    }

     .tb_daytime_AA  .timetable th,
     .tb_daytime_AA  .timetable td {
      border: 1px solid #ccc;
      padding:15PX 10px;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
    }
   .tb_daytime_AA  .timetable thead  {
      background-color: #f0f0f0;
    }
   .tb_daytime_AA  .timetable thead {
  display: table-header-group !important;
}
     .tb_daytime_AA  .timetable thead th {
      background-color: #f0f0f0;
    }

     .tb_daytime_AA  .bg-happy {
      color: #ff0080;
    }

     .tb_daytime_AA  .bg-memory {
      color: #009688;
    }
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	  .tb_daytime_AA  .scroll-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid #ccc;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #333;
      cursor: pointer;
      user-select: none; display: NONE
    }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	  .tb_daytime_AA  .scroll-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid #ccc;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #333;
      cursor: pointer;
      user-select: none;
    }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


   
     .tb_daytime_AA  .scroll-arrow.left {
      left: -10px;
    }

    .tb_daytime_AA   .scroll-arrow.right {
      right: -10px;
    }

    @media screen and (max-width: 768px) {
     .tb_daytime_AA    .scroll-arrow {
        display: flex;
      }
    }


.tb_daytime_AA   .sub_stit{ width:100%; float: left; font-size: var(--tit-md-size); color: #222; font-weight:600; line-height: 100%; letter-spacing: -1px; margin-bottom: 30px }	

