

/* h3 */
.guide h3 {
    font-family:'Jeju Myeongjo';
    font-size:20px;
    letter-spacing:-1px;
    line-height:1.3;
    text-align:center;
    color:#5a4b33;
}
.guide h3 span {
    display:block;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:0 0 10px 10px;
    background:#5a4b33;
    color:#fff;
    margin:0 auto;
    margin-bottom:10px;
}


/* p */
.guide p {
    font-size:15px;
    line-height:1.5;
    color:#595959;
    text-align:center;
    margin:15px;
}

/* img */
.guide img {
    display:block;
    width:100%;
    max-width:1300px;
    margin:0 auto;
    border:1px solid #ddd;
}

.guide .cont1 {
    border:1px solid #ddd;
    margin:20px 0;
    padding:0 15px;
}



/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    /* h3 */
    .guide h3 {
        font-size:16px;
    }


    /* p */
    .guide p {
        font-size:13.5px;
        line-height:1.5;
        color:#595959;
        text-align:center;
        margin:15px;
    }

    /* img */
    .guide img {
        display:block;
        width:100%;
        max-width:1300px;
        margin:0 auto;
        border:1px solid #ddd;
    }

    .guide .cont1 {
        border:1px solid #ddd;
        margin:20px 0;
        padding:0 15px;
    }
}
