.info_area {
    width: 70%;
    margin: 0 auto;
    background: #FFF;
    margin-bottom: 5rem;
}
.info_title {
    margin: 0 auto;
    text-align: center;
    font-size: 3rem;
    background: #FFF;
    border-bottom: 1px solid #000;
    position: relative;
}
.top_info_sec {
    background: #FFF;
}
.top_info_sec .top_info a{color: #000;}
.top_info_sec .top_info a:hover {
    text-decoration:underline;
}
.top_info {
    text-align: left;
    font-size: 1.8rem;
    padding: 10px 0;
    border-bottom: 1px dotted #000;
}
.info_area .top_info_sec .top_info span{
    margin-right: 5rem;
}
@media only screen and (max-width: 1023px) {
    .info_area {width: 85%}
    .info_area .top_info_sec .top_info span{margin-right: 2rem;}  
} 