/* 일정표  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 .bg img {
    width: 100%;
    object-fit: cover;
}
.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{
    border-collapse: separate;
    border-spacing: 16px 0;     
    table-layout: fixed;
    min-width: 1440px;
    margin: 0 -16px;         
}
.grid_table col.c_venue{ width: 135px; }
/* .grid_table col.c_wk{ width: 240px; } */
/* .grid_table col.c_wide{ width: 300px; }  */

.grid_table tr>:nth-child(2){ --point:#ed558b; --point-light:#ed558b1a; }
.grid_table tr>:nth-child(3){ --point:#00a24f; --point-light:#1b75b91a; }
.grid_table tr>:nth-child(4){ --point: #f8a233; --point-light:#00a24f1a; }
.grid_table tr>:nth-child(5){ --point:#392fb1; --point-light:#f8a2331a; }
.grid_table tr>:nth-child(6){ --point:#392fb1; --point-light:#392fb11a; }
.grid_table tr>:nth-child(7){ --point:#d12e2e; --point-light:#d12e2e1a; }

.grid_table .gt_theme th{
    border: 0; background: none;
    padding: 0 8px 8px;
    font-size: 24px; font-weight: 700;
    text-align: center; color: var(--point);
}

.grid_table .gt_week th{ vertical-align: middle; }
.grid_table .gt_week .corner{
    display: flex; align-items: center; justify-content: center;
    height: 100%; box-sizing: border-box;
    border: 1px solid #000; border-radius: 20px;
    padding: 24px 8px;
    font-size: 16px; font-weight: 600; color: #000; text-align: center;
}
.grid_table .gt_week .wk{
    height: 100%; box-sizing: border-box;
    background: var(--point); color: #fff;
    border-radius: 20px; padding: 14px 8px;
}
.grid_table .gt_week .wk strong{ display: block; font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.grid_table .gt_week .wk span{ font-size: 16px; font-weight: 500; opacity: 0.9; }

.grid_table .gt_gap td{ height: 20px; padding: 0; border: 0; background: none; }

.grid_table tbody td{
    padding: 40px 12px;
    text-align: center; vertical-align: middle;
    font-size: 18px; font-weight: 500; line-height: 1.6;
}

.grid_table tbody td.venue{
    font-weight: 600; font-size: 16px; padding: 20px 10px;
    border-left: 1px solid #000; border-right: 1px solid #000;
    border-bottom: 1px dashed #bbb;
}
.grid_table tbody tr:first-child td.venue{
    border-top: 1px solid #000;
    border-top-left-radius: 20px; border-top-right-radius: 20px;
}
.grid_table tbody tr:last-child td.venue{
    border-bottom: 1px solid #000;
    border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;
}

.grid_table tbody td:not(.venue){
    /*border-left: 1px solid var(--point); border-right: 1px solid var(--point);*/
    border-bottom: 1px dashed #bbb;
}
.grid_table tbody tr:first-child td:not(.venue){
    border-top: 1px solid var(--point);
    border-top-left-radius: 20px; border-top-right-radius: 20px;
}
.grid_table tbody tr:last-child td:not(.venue){
    border-bottom: 1px solid var(--point);
    border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;
}

.grid_table tbody td.pink{ border-left: 1px solid #ed558b; border-right: 1px solid #ed558b; }
.grid_table tbody td.green{ border-left: 1px solid  #00a24f; border-right: 1px solid #00a24f; }
.grid_table tbody td.yellow{ border-left: 1px solid #f8a233; border-right: 1px solid #f8a233; }
.grid_table tbody td.purple{ border-left: 1px solid #392fb1; border-right: 1px solid #392fb1; }
.grid_table tbody td.mix{ border-left: 1px solid #ed558b; border-right: 1px solid #392fb1;}

.grid_table .img_area{ width: 18px; margin: 0 auto; }
.grid_table .img_area img{ display: block; width: 100%; }

.table_wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 8px;
}
.table_wrap .tit{ display: flex; justify-content: space-between;align-items: center; margin-bottom: 24px;}
.table_wrap h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-family: 'Wanted Sans';
}
.table_schedule{
    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 {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--point);
    border-radius: 20px;
    overflow: hidden;        
    background: #fff;
}
.cont col.col_date { width: 130px; }
.cont col.col_time,
.cont col.col_artist { width: calc((100% - 130px) / 2); }

.cont td {
    padding: 14px 20px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}
.cont .date {
    font-size: 24px;
    font-weight: 600;
    color: var(--point);
    white-space: nowrap;
    border-right: 1px solid var(--point);
    padding: 16px 12px;
}
.cont .date span { display: inline-block; }
.cont .time {
    font-weight: 500;
    border-right: 1px solid var(--point);
    border-bottom: 1px dashed #bbb;
}
.cont .artist {
    font-weight: 600;
    letter-spacing: -0.01em;
    border-bottom: 1px dashed #bbb;
}

.cont tr.last_row .time,
.cont tr.last_row .artist {
    border-bottom: none;
    background: var(--point-light);
}
.cont tbody tr:last-child .time,
.cont tbody tr:last-child .artist { border-bottom: none; }

/* bg */
.bg_top{ position: absolute; width: calc(); }
.bg_top>div{ background: ; }

@media screen and (max-width: 1600px){
    .schedule .schedule_wrap{ display: flex; justify-content: center; }
    .grid_table { min-width: 1100px;}
}
@media screen and (max-width: 1280px){
    .grid_table{ min-width: 980px; }
    .grid_table tbody td{ font-size: 16px; }
}
@media screen and (max-width: 1024px){
    .table_wrap{ width: 100%; }
    .table_schedule{ width: 100%; }
    .grid_table{ min-width: 768px }
    .grid_table .gt_week .wk strong{ font-size: 18px; font-weight: 700; }
    .s_category{ width: 120px; }
    .s_category strong{ font-size: 24px; }
    .schedule_block{ min-width: 100%; }
}
@media screen and (max-width: 820px){
    .table_wrap .tit{ flex-direction: column; align-items: flex-start; gap: 16px;}
    .schedule .schedule_wrap{  display: block; overflow-x: auto; -webkit-overlfow-scrolling: touch; padding: 0 16px; }
    .grid_table{ border-spacing: 10px 0; }
    .s_category{ width: 100%; box-sizing: border-box; padding: 18px 16px; }
    .s_category strong{ font-size: 18px; }
    .cont .date{ font-size: 18px; }
    .cont .time,
    .cont .artist{ font-size: 16px; }

    .schedule_block{ flex-direction: column; min-width: 100%; width: 100%; }

    .grid_table tbody td{ padding: 30px 12px; }
}
@media screen and (max-width: 500px){
    .schedule .tit_area{ margin-bottom: 60px; }

    .table_wrap h4{ font-size: 24px; }

    .grid_table col.c_venue{ width: 100px; }
    .grid_table col.c_wk{ width: 150px; }
    .grid_table col.c_wide{ width: 190px; }
    .grid_table .gt_theme th{ font-size: 18px; }
    .grid_table .gt_week .corner{ font-size: 14px; padding: 20px 8px; }
    .grid_table .gt_week .wk{ padding: 8px; }
    .grid_table .gt_week .wk strong{ font-size: 16px; font-weight: 600; margin-bottom: 6px; }
    .grid_table .gt_week .wk span{ font-size: 14px; }
    .grid_table tbody td{ padding: 22px 10px; font-size: 14px; }
    .grid_table tbody td.venue{ font-size: 14px; padding: 16px 8px; }

    .cont { display: table; }        
    .cont tbody { display: table-row-group; }
    .cont tr { display: table-row; }
    .cont td { display: table-cell; }
    .cont col { width: auto; }
    .cont .date{ font-size: 16px; padding: 12px 8px; }
    .cont .time, .cont .artist{ font-size: 14px; padding: 12px 8px; }

     .cont col.col_date { width: 85px; }

    /* .cont,
    .cont tbody,
    .cont tr { display: block; width: 100%; }
    .cont col { width: auto; }
    .cont .date {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-right: none;
        border-bottom: 1px solid var(--point);
        font-size: clamp(14px, 16/500*100vw, 16px);
    }
    .cont tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .cont tr:first-child {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "date date"
            "time artist";
    }
    .cont tr:first-child .date { grid-area: date; }
    .cont tr:first-child .time { grid-area: time; }
    .cont tr:first-child .artist { grid-area: artist; } */
    .cont .time,
    .cont .artist{ font-size: clamp(14px, 16/500*100vw, 16px); }
}
@media screen and (max-width: 360px){
    .cont td{ padding: 14px 10px; }
    .cont .date,
    .cont .time,
    .cont .artist{ font-size: clamp(13px, 13/360*100vw, 14px); }
}

/* 블러 */
._ball {position: absolute;font-size: max(calc(1/1920*100vw),0.5px);width: 1em;height: 1em;display: flex; align-items: center;justify-content: center;z-index: 0;pointer-events: none;z-index: -1;}
._ball._1{ right: -12%; top: 7%; }
._ball._2{ left:-18%; top: 50%; transform: translateY(-50%); }
._ball > div {width:2500em; height:2500em; border-radius:50%;flex-shrink:0; }
._ball > div { 
    background: radial-gradient(circle at center,
        rgba(237, 125, 49, 0.9) 0%,
        rgb(237, 125, 49, 0.6) 15%,
        rgb(237, 125, 49, 0.3) 30%,
        rgb(237, 125, 49, 0) 50%
    ); 
}