/* 일정표  schedule */
body{ background: #fff; }
.schedule{ position: relative; }
.schedule .bg{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; }
.schedule .bg._2{ top: 50%; left: 0; transform: translateY(-50%); }
.schedule .wrap { padding: 100px 0; position: relative; }
.schedule .tit_area { margin-bottom: 100px; }
.schedule .schedule_wrap { max-width: 1440px; margin: 0 auto; }
.schedule .line{ max-width: 1440px; height: 1px; background: #bbb; margin: 80px auto; }

._pink { --point: #ed558b; --point-light: #ed558b1a; }
._blue { --point: #1b75b9; --point-light: #1b75b91a; }
._green { --point: #00a24f; --point-light: #00a24f1a; }
._yellow { --point: #f8a233; --point-light: #f8a2331a; }
._purple { --point: #392fb1; --point-light: #392fb11a; }
._red { --point: #d12e2e; --point-light: #d12e2e1a; }

.schedule .schedule_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.schedule .schedule_wrap::-webkit-scrollbar { height: 6px; }
.schedule .schedule_wrap::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 3px; }
.schedule .schedule_wrap::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }
.grid_table {
    display: flex;
    gap: 16px;
    min-width: 1100px;
}
.col_venue {
    flex-shrink: 0;
    width: 135px;
    display: flex;
    flex-direction: column;
}
.col_venue .spacer { 
    padding: 0 8px 8px; font-size: 24px; 
    /* line-height: 1.2;  */
    visibility: hidden; 
}
.col_venue .spacer::after { content: '\00a0'; }
.col {
    flex-shrink: 0;
    width: 200px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.col_venue .corner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 8px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 20px;
}
.col .theme_label {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 0 8px 8px;
    color: var(--point);
}
.col .week {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    border-radius: 20px;
    color: #fff;
    background: var(--point);
    gap: 10px;
}
.col .week strong { font-size: 20px; font-weight: 800; }
.col .week span { font-size: 16px; font-weight: 500; opacity: 0.9; }
.col_venue .venue_list {
    margin-top: 20px;
    border: 1px solid #000;
    border-radius: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.col_venue .venue {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    border-bottom: 1px dashed #bbb;
}
.col_venue .venue:last-child { border-bottom: none; }
.col .cell_list {
    margin-top: 20px;
    border: 1px solid var(--point);
    border-radius: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.col .cell {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    border-bottom: 1px dashed #bbb;
}
.col .cell:last-child { border-bottom: none; }
.col .cell .img_area{ width: 18px; align-content: center; }
.col .cell .img_area img{ display: block; }

.table_wrap {
    max-width: 1440px;
    margin: 0 auto;
    /* overflow-x: auto;
    -webkit-overflow-scrolling: touch; */
    padding-bottom: 8px;
}
.table_wrap h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    font-family: 'Wanted Sans';
}
.table_schedule{
    /* overflow-x: auto;
    -webkit-overflow-scrolling: touch; */
    padding-bottom: 8px;
}
.schedule_block {
    display: flex;
    gap: 20px;
    min-width: 820px;
    margin-bottom: 45px;
}
.schedule_block:last-child { margin-bottom: 0; }
.s_category {
    flex-shrink: 0;
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: var(--point);
    border-radius: 20px;
    color: #fff;
    padding: 24px 16px;
    text-align: center;
    align-self: stretch;
}
.s_category strong {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
}
.s_category span {
    font-size: 0.85rem;
    font-weight: 400;
    opacity: 0.85;
}
.cont_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}
.cont {
    display: grid;
    grid-template-columns: 130px 1fr;
    border: 1px solid var(--point);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.cont .date {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    border-right: 1px solid var(--point);
}
.cont .date span {
    font-size: 24px;
    font-weight: 600;
    color: var(--point);
    white-space: nowrap;
}
.s_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.s_list .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-bottom: 1px dashed #bbb;
}
.s_list .row:last-child {
    border-bottom: none;
    background: var(--point-light);
}
.row .time,
.row .artist {
    padding: 14px 20px;
    font-size: 18px;
    text-align: center;
}
.row .time {
    font-weight: 500;
    border-right: 1px solid var(--point);
}
.row .artist {
    font-weight: 600;
    letter-spacing: -0.01em;
}

/* bg */
.bg_top{ position: absolute; width: calc(); }
.bg_top>div{ background: ; }

@media screen and (max-width: 1600px){

}
@media screen and (max-width: 1280px){
    /* .col_venue{ width: 110px; }
    .col{ width: 160px; }
    .grid_table{ justify-content: center; } */
    .col .cell{ font-size: 16px; }

}
@media screen and (max-width: 1024px){
    .table_wrap{ width: 100%; }
    .table_schedule{ width: 100%; }
    .s_category{ width: 120px; }
    .s_category strong{ font-size: 24px; }
    .schedule_block{ min-width: 100%; }
}
@media screen and (max-width: 820px){
    .s_category{ width: 100%; box-sizing: border-box; padding: 18px 16px; }
    .s_category strong{ font-size: 18px; }
    .cont .date span{ font-size: 18px; }
    .row .time,
    .row .artist{ font-size: 16px; }

    .schedule_block{ flex-direction: column; min-width: 100%; width: 100%; }
}
@media screen and (max-width: 500px){
    .schedule .tit_area{ margin-bottom: 60px; }

    .table_wrap h4{ font-size: 24px; }

    .col{ width: 150px; }
    .col_venue{ width: 100px; }
    .col_venue .spacer{ padding: 0 8px 2px; }
    .col_venue .corner{ font-size: 14px; padding: 20px 8px; }
    .col_venue .venue{ font-size: 14px; }
    .col .cell{ padding: 18px 10px; font-size: 14px; }
    .col .theme_label{ font-size: 18px;}
    .col .week{ gap: 8px; padding: 8px; }
    .col .week strong{ font-size: 16px; font-weight: 600; }
    .col .week span{ font-size: 14px; }

    .cont{ display: flex; flex-direction: column; }
    .cont .date{ border-right: none; border-bottom: 1px solid var(--point); }
    .cont .date span{ font-size: clamp(14px, 16/500*100vw, 16px); }
    .row .time,
    .row .artist{ font-size:clamp(14px, 16/500*100vw, 16px) ; }
}
@media screen and (max-width: 360px){
    .row .time,
    .row .artist{ padding: 14px 10px; }

    .cont .date,
    .row .time,
    .row .artist{ font-size: clamp(13px, 13/360*100vw, 14px); }

}