@charset "utf-8";

p {
    margin-bottom: 0;
}
ul {
    margin-bottom: 0;
}

.inner1920 {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.gap72 {
    gap: 4.5rem;
}

.gap36 {
    gap: 2.25rem;
}

.gap40 {
    gap: 2.5rem;
}
.gap74 {
    gap: 4.625rem;
}

.text-black {
    color: #0c0e10;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 29.4px */
}
.text-gray {
    color: #8C8C8C!important;
    font-family: Pretendard;
    font-size: 1.25rem!important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 29.4px */
}

.mv_box img {
}

.button {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 1rem 5.25rem;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.button img {
    position: absolute;
    left: 0.25rem;
    top: 0.35rem;
}

.btn-black {
    border-radius: 40px;
    background: #0c0e10;
    color: #fff;
    max-width: 18rem;
    border: 4px solid #0c0c10;
}
.btn-black:hover {
    background-color: #fff;
    color: #000;
}
.btn-blue {
    border-radius: 40px;
    background: #48a1fd;
    color: #fff;
    max-width: 18rem;
    border: 4px solid #48a1fd;
}
.btn-blue:hover {
    background-color: #fff;
    color: #48a1fd;
}

body {
    max-width: 100vw !important;
}
#wrap {
    margin: 0 auto;
}

.content {
    max-width: 1920px;
    margin: 0 auto;
}

.schedule_table {
    border-radius: 30px;
    border: 1px solid #0c0e10;
    margin-top: 5rem;
}
.schedule_table .tableWrap {
    flex-shrink: 1;
    border-right: 1px solid #0c0e10;
}
.schedule_table .tableWrap:last-child {
    border-right: 0;
}
.schedule_table .table_head {
    border-bottom: 1px solid #0c0e10;
    padding: 0.625rem 0;
}
.schedule_table .table_head h4 {
    color: #0c0e10;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    margin-bottom: 0;
}
.schedule_table .table_body {
    padding: 2.25rem 1.125rem;
    gap: 2.25rem;
}
.schedule_table .table_body label {
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0.625rem 1.25rem;
    background-color: #0c0e10;
    border-radius: 94px;
}
.schedule_table .table_body p {
    color: #000;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1.125rem;
}
.schedule_table br {
    display: block;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .schedule_table .table_body label {
        font-size: 0.95rem;
    }
    .schedule_table .table_body p {
        font-size: 0.95rem;
    }
    .schedule_table .table_head h4 {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 500px) {
    .schedule_table .tableWrap {
        border-top: 1px solid #0c0e10;
    }
    .schedule_table .tableWrap:first-child {
        border-top: 0;
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .schedule_table .table_body label {
        font-size: 0.75rem !important;
        padding: 0.625rem 0.25rem;
        width: 100%;
    }
    .schedule_table .table_head h4 {
        font-size: 1rem;
    }
}
