.location {
    line-height: 50px;
    color: #888888;
}

.details {
    padding: 40px 80px;
}

.details .title {
    color: #8c0202;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.details .date {
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    color: #323232;
    border-bottom: 1px solid #f3f3f3;
}

.details .date span:first-child {
    margin-right: 10px;
}

.details .container {
    padding: 10px 0 50px 0;
    border-bottom: 1px solid #f3f3f3;
}

.details .container p {
    padding: 15px 0px;
    line-height: 28px;
}

.gopage {
    margin-top: 20px;
}

.gopage .orange-txt {
    position: relative;
    color: #da3a24;
}

.gopage p {
    line-height: 30px;
}

.gopage img {
    width: 13px;
    margin-right: 10px;
    vertical-align: middle;
}