

.program_top{
    background-image: url('/www/img/top/Page_2.jpg');
}
.section_pink,
.section_normal{

    padding: 80px 0;
}
.session_title{
    text-align: center;
    font-size: 1.25rem;
    padding: 10px 0;
    background-color: #f2f2f2;
    margin: 10px 0;
}
.session_wrap > .section_top{
    padding-top: 0;
}

.session_desc{
    max-width: 80%;
    margin: auto;
    text-align: justify;
    word-break: KEEP-ALL;

}
.prog_row{

}

.prog_title{
    font-size: 1.15rem;
    word-break: KEEP-ALL;
    font-weight: bold;
}
.prog_detail{

    min-height: 64px;
 }
.special_prog{
    color: #f6a700 !important;
}
.prog_sp_name > a,

.prog_sp_name > a:hover{
font-size: 1.15rem;
    text-decoration: none;
    color: rgba(0,0,0,0.8);
}
.prog_sp_job,
.prog_sp_company{

    color: rgba(0,0,0,0.5);
}
.prog_speaker{
}
.prog_time{
    font-weight: bold;
    border-right: 1px solid #8cc63e ;
}

.prog_title{
    text-align: left;
    color: #8cc63e;
}
.prog_sp_name{
    font-weight: bold;
}
.prog_sp_sub{
    padding-bottom: 5px;
    line-height: 1rem;
    height: 40px;
}
.prog_sp_job,
.prog_sp_company{
    font-size: 0.85rem;
}

@media (max-width: 1220px) {
}
@media (max-width: 767px) {
    .section_pink,
    .section_normal{

        padding: 40px 0;
    }
    .session_desc{
        max-width: inherit;
    }
    .prog_sp_name{
        font-size: 1rem;
    }
    .prog_detail,
    .prog_time{
        padding-bottom: 10px;
    }

    .program_go_list{
        margin-top: 40px;
        text-align: center;
        padding: 24px 0;
        margin-bottom: 46px    ;
        background-color: #fff;
    }


}

@media (max-width: 575px){

}