.schedule{

}

.schedule .us-banner{
    background:url("/images/front/pc/banner/banner5.png") center no-repeat;
    background-size: cover;
}


.schedule .inner-wrap{
    max-width:1380px;
    width: 100%;
    margin: 0 auto;
    padding: 144px 68px 240px;
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.schedule .inner-wrap > div{
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.schedule .inner-wrap > div > div{
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.schedule .inner-wrap > div strong{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: var(--brand-green);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.schedule .inner-wrap > div small{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray-600);
}

.schedule .inner-wrap .scheduleTable > div{
    gap: 20px;
}

.schedule .inner-wrap .scheduleTable > div table{
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
}

.schedule .inner-wrap .scheduleTable > div table th{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--white);
    border:1px solid #FAF8F5;
    background:var(--brown-800);
    text-align: center;
    padding: 36px 45px;
}

.schedule .inner-wrap .scheduleTable > div table td{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray-600);
    border:1px solid #FAF8F5;
    padding: 36px 32px;
    background: var(--white);
}

.schedule .inner-wrap .scheduleTable > div .kakao{
    padding:36px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
    background:var(--white);
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray-600);
}

.schedule .inner-wrap .btn{
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.schedule .inner-wrap .btn .us-button{
    width: auto;
    padding: 0 20px;
    font-size:24px;
    font-weight: 500;
    color: var(--brown-800);
    background:var(--brand-yellow);
}

.schedule .inner-wrap .btn .us-button img{
    width:auto;
}