.sponsor>h4{
    font-size: 18px;
    color: #282828;
    height: 42px;
    line-height: 42px;
    /*font-weight: bold;*/
    /*text-indent: 1.4em;*/
    border-bottom: solid 2px #556450;
    /*padding-bottom: 7px;*/
    margin-bottom:8px;
}
.content{
    padding-left: 2.2%;
}
.content h1{
    color: #323232;
    font-size: 24px;
    margin: 30px 0 40px 0;
}
.content p a{
    font-size: 18px;
    cursor: pointer;
    color: #556450;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 20px;
    display: inline-block;
}
.content p a:hover{
    text-decoration: underline;
}
.content p a img{
    margin-right: 10px;
}
.detail_con{
    display: none;
    padding-bottom: 50px;
}
.detail_con>h3{
    text-indent: 1em;
    color: #556450;
    margin-bottom: 20px;
}
.detail_con>p{
    text-indent: 2em;
    margin: 5px 10px;
}
.detail_con>button{
    border: none;
    outline: none;
    color: #556450;
    float: right;
    padding: 5px 10px;
    background-color: #fff;
    cursor: pointer;
    font-size: 18px;
    margin-right: 20px;
}