.special_interview_page .profile-section {
    padding-bottom: 80px;
}
.special_interview_page .profile-section .interview-num .num-icon{
    display: none;
}
.special_interview_page .profile-section .interview-num h1 {
    margin-bottom: 50px;
    font-size: 34px;
    padding-bottom: 10px;
}
.special_interview_page .profile-section .interview-num{
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
    background-position: top 214px center;
}
.special_interview_page .profile-section .interview-num .pict {
    width: 280px;
}
.special_interview_page .profile-section .interview-num .text {
    width: 280px;
}
.special_interview_page .profile-section .interview-num .text .table-info .item-2 {
    width: 150px;
}
.category-icon-spacer{
    display: none;
}
.special_interview_page .section p:empty{
    display: none;
}
#content.detail #contents .articleBox .textBox h3{
    border:0 none;
}
#content.detail #contents .articleBox .textBox h3:before{
    display: none;
}
.special_interview_page .page-header-section .page-nav{
    display: none;
}
.special_interview_page .page-header-section{
    padding-top: 0;
    padding-bottom: 70px;
}
@media only screen and (max-width: 768px){
    .special_interview_page .page-header-section {
        padding-bottom: 50px;
    }
    .special_interview_page .profile-section{
        padding-top: 0;
        padding-bottom: 60px;
    }
    .special_interview_page .profile-section .interview-num {
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .special_interview_page .profile-section .interview-num h1 {
        margin-bottom: 50px;
        font-size: 24px;
        padding-bottom: 30px;
        line-height: 1.6;
        margin-top: 0;
    }
    .special_interview_page .profile-section .interview-num h1 br{
        display: none;
    }
    .special_interview_page .profile-section .interview-num .pict {
        width: 100%;
    }
    .special_interview_page .profile-section .interview-num .text .table-info .item-2 {
        width: 100%;
    }
    .special_interview_page .interview-section{
        padding-bottom: 0;
        padding-left: 22px;
        padding-right: 22px;
    }
}