.detail {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}

.detail .image-container{
    text-align: center;
}

.detail img{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.detail h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

.detail time {
    font-size: 14px;
    margin-bottom: 40px;
}

.detail h2 {
    font-size: 22px;
    padding-top: 13px;
    padding-bottom: 12px;
    margin-top: 64px;
    margin-bottom: 24px;
}

.detail h3 {
    font-size: 20px;
    border-bottom: 1px solid #00B9EF;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-top: 64px;
    margin-bottom: 24px;
}

.detail h4 {
    font-size: 18px;
    border-left: 2px solid #00B9EF;
    padding-left: 10px;
    margin-top: 64px;
    margin-bottom: 28px;
}

.detail h5 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 24px;
}

.detail a {
    color: #00B9EF;
    font-size: 16px;
    text-decoration: underline;
}

.detail p {
    font-size: 16px;
}

.detail span {
    border-bottom: solid 3px #F9E600;
}

.detail table {
    border-collapse: collapse;
    width: 100%;
}

.detail table th,
.detail table td {
    border: 1px solid #00b7ef36;
    text-align: center;
    padding: 10px 0;
}

.detail table th {
    background-color: #F5FCFF;
    font-size: 14px;
    font-weight: bold;
}

.detail table td {
    font-size: 15px;
    font-weight: lighter;
}

.detail ul {
    padding: 32px 40px;
}

.detail li {
    list-style-type: none;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 24px;
    font-size: 16px;
}

.detail li:before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "";
    background: #1ec4e6;
}

.detail .back-list-btn {
    margin-top: 60px;
    font-size: 14px;
    display: block;
    margin: 50px auto 0;
    border: 2px solid #000;
    line-height: 1;
    letter-spacing: 0;
    padding: 13px;
    width: 260px;
    text-align: center;
    border-radius: 3px;
    color: #231815;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 840px) {
    .detail img{
        max-width: 90%;
        height: auto;
    }
}