#pitch-run_detail .sec01 {
    padding-top: 6.5rem;
}
#pitch-run_detail .sec01 .photo {
    margin-bottom: 5.1rem;
    border-radius: 3rem;
    -webkit-box-shadow: 0 0 2.31rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2.31rem 0 rgba(0, 0, 0, .05);
}
#pitch-run_detail .sec01 .photo img {
    width: 100%;
    border-radius: 3rem;
}
#pitch-run_detail .sec01 .award_leadtxt {
    font-weight: 500;
    font-size: 1.92rem;
    margin-top: 6.5rem;
}
#pitch-run_detail .sec01 .headLine07 {
    margin-top: 10rem;
}
#pitch-run_detail .sec01 .imgList li .txtBox .companyTxt {
    margin-top: 5rem;
}
#pitch-run_detail .sec01 .imgList li .txtBox .logo {
    margin: 2rem auto;
}
#pitch-run_detail .sec01 .imgList>li .award2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 32px;
    font-size: 2.304rem;
    font-weight: 700;
    text-align: center;
    color: #6eb427;
}
#pitch-run_detail .sec01 .imgList>li .award2::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 90px;
    margin-right: 10px;
    background: url(/assets/img/contest/award-left.png) no-repeat center center/contain
}
#pitch-run_detail .sec01 .imgList>li .award2::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 90px;
    margin-left: 10px;
    background: url(/assets/img/contest/award-right.png) no-repeat center center/contain
}