.header-wrap {
    background-image: url("/img/5_homepage_main.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    position:relative;
}
.header-content{
    position: relative;
    min-width: 320px;
    max-width: 1000px;
    z-index: 2;
}

.header-wrap .dim {
    background-color: rgba(97,93,91,0.75);
}

.header-content .main-container .accent{
    font-size:34px;
}
.header-content .main-container {
    color:#fff;
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
}
.header-content .sub-container{
    color:#fff;
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
}
.description-container .red-accent{
    color:red;
}
.description-container{
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}
.description-container p{
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}

.point-container{
    display: flex;
    flex-direction: row;
}
.point-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 300px;
    margin: 5px;
}
.point-item:first-child{
    margin-left: 0;
}
.point-item:last-child{
    margin-right: 0;
}
.point-content{
    height: 100%;
}
.program-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.program-list .program-progress:not(.program-active):hover{
    background-color: #5d5d5d;
}
.program-item{
    display: none;
}
.program-container .program-item:first-child{
    display: block;
}

.program-progress{
    border-radius: 5px;
    background-color: rgb(127 127 127);
    color:#fff;
    padding: 5px;
    flex: 1 1 122px;
    margin: 0 5px;
}
.program-progress:first-child{
    margin-left: 0;
}
.program-progress:last-child{
    margin-right: 0;
}
.program-active{
    background-color: #04007a;
    background-color: #555;
}
.program-title{
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    font-size:16px;
}
.program-subtitle{
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    font-size:14px;
}
.program-content{
    border-radius: 5px;
    padding:10px;
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
    min-height: 853px;
}
.program-content p{
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.program-container .accent{
    font-weight: bold;
}
.program-container .under-line {
    text-decoration: underline;
}
.program-container .red-accent{
    color:red;
    font-weight: bold;
}

.point-title {
    font-size: 1.5em;
    color:#fff;
    background-color: #0d0d0d;
    text-align: center;
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    line-height: 2;
    position: relative;
}
.point-arrow{
    background-color: #fff;
    border-radius: 15px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    background-image: url(/img/down-arrow.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.point-content{
    background: #eee;
    border-radius: 5px;
    padding:10px;
}
.point-content p{
    font-size: 14px;
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
    margin:0;
}
.point-content h4{
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    margin:0;
}
.point-content .bold{
    font-weight: bold;
}
.point-content .point-move{
    color:#0070c0;
}

.sub-program-title{
    background-color: rgb(118 113 113);
    color:#fff;
    font-size:12px;
    text-align: center;
    border-radius: 5px;
    padding:5px;
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    position: relative;
}
.sub-program-container{
    width: 70%;
    margin-bottom: 20px;
}
.sub-program-content{
    background-color: rgb(242 242 242);
    font-size:12px;
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    padding:10px;
}
.sub-program-list,
.sub-program-line{
    display: flex;
    flex-direction: row;
}
.sub-program-line{
    position: relative;
    height: 32px;
}
.sub-program-line-item{
    flex: 1 1 200px;
    margin: 5px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 1;
}
.sub-program-line-item:first-child{
    margin-left: 0;
}
.sub-program-line-item:nth-child(3){
    margin-right: 0;
}
.sub-program-item {
    flex: 1 1 200px;
    margin: 5px 20px;
    display: flex;
    flex-direction: column;
}
.sub-program-item:first-child{
    margin-left: 0;
}
.sub-program-item:last-child{
    margin-right: 0;
}
.sub-program-title .sub-program-number{
    display: none;
}
.sub-program-content{
    height: 100%;
}
.sub-program-number{
    border-radius: 15px;
    width: 22px;
    height: 22px;
    color:#fff;
    line-height: 22px;
    text-align: center;
    font-size: 	1.13em;
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
}
.sub-program-one{
    background-color: rgb(173 185 202);
}
.sub-program-two{
    background-color: rgb(132 151 176);
}
.sub-program-three{
    background-color: rgb(51 63 80);
}
.line{
    height: 0.21em;
    background-color: rgb(59 56 56);
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right: 0;
    margin: auto;
}
.header-content {
    margin-left: 136px;
}

@media (min-width: 768px) {
    .header-wrap{
        padding-top: 140px;
        height: 480px;
    }
    .header-content .main-container {
        font-size:32px;
    }
    .header-content .sub-container{
        font-size:22px;
    }
}
@media screen and (max-width: 620px) {
    .header-wrap{
        background-image: url("/img/mobile_5_homepage_main.jpg");
    }
}
@media screen and (max-width: 768px) {
    .header-wrap{
        padding-top: 80px;
        height: 350px;
        position: relative;
        background-position: center;
    }
    .header-content{
        position: relative;
        width: 100%;
        padding:0 10px;
        margin: 0;
        z-index: 2;
    }
    .header-content .main-container .accent {
        font-size:32px;
        font-family: "aGothic19", Helvetica, Arial, sans-serif;
    }
    .header-content .main-container {
        font-size:14px;
        font-family: "aGothic15", Helvetica, Arial, sans-serif;
    }

    .description-container {
        font-size:14px;
        font-family: "aGothic19", Helvetica, Arial, sans-serif;
        margin-bottom: 10px;
    }

    .point-container{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .point-item{
        flex: 1 1 200px;
        margin: 0 0 5px 0;
    }

    .point-item:last-child{
        margin: 0;
    }
    .point-content p{
        font-size:14px;
    }
    .point-content h3{
        font-size:16px;
    }
    .point-arrow{
        display: none;
    }
    .program-item{
        margin-bottom: 10px;
    }
    .program-progress{
        display: none;
    }
    .program-list{
        display: block;
        margin-bottom: 5px;
    }
    .program-active{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        padding:5px;
        background-color: #555;
        margin: 0;
    }
    .sub-program-container{
        width: 100%;
        margin-bottom: 10px;
    }
    .program-content{
        background-color: #eee;
        min-height: auto;
    }
    .sub-program-list, .sub-program-line{
        flex-direction: column;
    }
    .program-item{
        display: block !important;
    }
    .program-item .program-content{
        display: none;
    }
    .program-item.active .program-content{
        display: block !important;
    }
    .program-title{

    }
    .program-subtitle{

    }
    .sub-program-list{

    }
    .sub-program-item{
        margin: 0;
        flex:1 1 auto;
    }
    .sub-program-number{
        position: absolute;
        top:0;
        bottom:0;
        left: 5px;
        margin: auto;
    }
    .sub-program-title{
        background-color: rgb(118 113 113);
        color:#fff;
        font-size:16px;
        text-align: center;
        border-radius: 5px;
        font-family: "aGothic19", Helvetica, Arial, sans-serif;
        position: relative;
    }
    .sub-program-title .sub-program-number{
        display: block;
    }
    .sub-program-content{
        background-color: rgb(242 242 242);
        font-size:14px;
        font-family: "aGothic19", Helvetica, Arial, sans-serif;
    }
    .sub-program-line{
        display: none;
    }
}