.program{

}

.program .us-banner{
    background:url("/images/front/pc/banner/banner6.png") center no-repeat;
    background-size: cover;
}


.program .inner-wrap{
    max-width:1380px;
    width: 100%;
    margin: 0 auto;
    padding: 144px 68px 240px;
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.program .inner-wrap > div{
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.program .inner-wrap > div > div{
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.program .inner-wrap > div strong{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: var(--brand-green);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.program .inner-wrap > div strong small,
.program .inner-wrap > div small{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray-600);
}

.program .inner-wrap > div span{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: var(--gray-600);
    text-align: center;
}

.program .inner-wrap .us-button{
    font-size:24px;
    font-weight: 500;
    color: var(--brown-800);
    background:var(--brand-yellow);
}

.program .inner-wrap .us-button img{
    width: auto;
}

.program .inner-wrap > div img{
    width: 100%;
}

.program .inner-wrap .youtube{
    padding:64px 68px 80px;
    background:var(--white);
    border-radius: 16px;
}

.program .inner-wrap .youtube iframe{
    width: 100%;
}

.program .inner-wrap .benefit > div ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

.program .inner-wrap .benefit > div ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 28px;
}

.program .inner-wrap .benefit > div ul li img{
    width: auto;
    margin-bottom: 4px;
}

.program .inner-wrap .benefit > div ul li small{
    text-align: center;
}

.program .inner-wrap .schedule > div{
    gap: 20px;
}

.program .inner-wrap .schedule > div table{
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
}

.program .inner-wrap .schedule > 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;
}

.program .inner-wrap .schedule > 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);
}

.program .inner-wrap .schedule > 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);
}

.program .inner-wrap .btn{
    align-items: center;
}

.program .inner-wrap .btn a{
    width: auto;
    padding: 0 20px;
}