
.program-header {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43) 22.5%, rgba(0, 0, 0, 0.43) 43.49%, rgba(0, 0, 0, 0.54) 100%), url("../image/program-header-375.png");
    background-position: 0 30%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 314px;
    padding: 0 16px;
    display: flex;
    justify-content: center;
}

.program-header-h1 {
    font-family: "SB Sans Display SemiBold";
    font-size: 36px;
    color: #F2F5F7;
    padding-top: 174px;
    text-align: center;
    max-width: 1728px;
}



@media (min-width: 768px) {
    .program-header {
        background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.93) 22.5%, rgba(0, 0, 0, 0.23) 73.49%, rgba(0, 0, 0, 0.54) 100%), url("../image/program-header-768.png");
        height: 451px;
    }

    .program-header-h1 {
        padding-top: 235px;
        font-size: 60px;
        width: 672px;
    }
}

@media (min-width: 1352px) {
    .program-header {
        background-image: linear-gradient(180deg, rgba(8, 9, 10, 0) 0%, #08090A 100%), url("../image/program-header-1440.png");
        height: 418px;
    }

    .program-header-h1 {
        font-size: 80px;
        font-family: "SB Sans Display SemiBold";
        padding-top: 240px;
        width: 100%;
        text-align: left;
        padding-left: 190px;
    }
}

@media (min-width: 1920px) {
    .program-header {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43) 22.5%, rgba(0, 0, 0, 0.93) 73.49%, rgba(0, 0, 0, 0.99) 100%), url("../image/program-header-1920.png");
        height: 432px;
    }

    .program-header-h1 {
        padding-left: 90px;
    }
}