@charset "utf-8";
.pages{
    position: relative;
    padding-top: 104px;
    padding-bottom: 24px;
}
.pages .naver{
    width: 100%;
    height: 80px;
    background: #F6FCF8;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}
.pages .content p{
    margin-bottom: 16px;
}