
.tb_free_AB .scroll-wrapper {
position: relative;
overflow-x: auto;
margin: 0 auto;


background: #fff;
}

.tb_free_AB  .timetable2 {

min-width: 1000px;
width: 100%;
border-collapse: collapse;
font-size: var(--tx-sm-size);
}

.tb_free_AB  .timetable2 th,
.tb_free_AB  .timetable2 td {
border: 1px solid #ccc;
padding:15PX 10px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.tb_free_AB  .timetable2 thead  {
background-color: #f7f7f7;
border-top: 2px solid #333!important;	
}
.tb_free_AB  .timetable2 thead {
display: table-header-group !important;
}
.tb_free_AB  .timetable2 thead th {
background-color: #f7f7f7;
}

.tb_free_AB  .bg-happy {
color: #ff0080;
}

.tb_free_AB  .bg-memory {
color: #009688;
}
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.tb_free_AB  .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_free_AB  .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_free_AB  .scroll-arrow.left {
left: -10px;
}

.tb_free_AB   .scroll-arrow.right {
right: -10px;
}

@media screen and (max-width: 768px) {
.tb_free_AB    .scroll-arrow {
display: flex;
}
}


.tb_free_AB   .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 }	

