@charset "utf-8";
/* NanumBarunGothic 기본 폰트 */
@font-face{
font-family: "NanumBarunGothic";
src: url('../fonts/NanumBarunGothic.eot')format('eot');
src: url('../fonts/NanumBarunGothic.woff') format('woff');
}

/*상명 어그로*/
@font-face {
    font-family: 'SBAggroL';
    src: url('../fonts/SBAggroL.woff') format('woff'),
    url('../fonts/SBAggroL.ttf') format('truetype');
    font-style: normal;
}


*{	margin:0; padding:0px;}
img{border:0;}

body{
    font-family: "NanumBarunGothic";
    max-width: 860px;
    margin-left: 1%;
    font-size: 18px;
    color: #323233;
    text-align: left;
    line-height: 32px;
    font-weight: 400;
    white-space: pre-line;
     }
p{
    width: 570px;
    padding-left: 340px;
    margin-top: -105px;
    margin-bottom: 5px;
}

.ln1 {
    margin-top: -95px;
}

.ln2 {
    margin-top: -120px;
}

.ln3 {
    margin-top: -150px;
}

H1, H2, H3, H4, H5, H6{
    font-family: "SBAggroL";
    color: #3273dc;
    padding-left: 5px;
    width: 290px;
}
H3{
    font-size: 1.2em;
    line-height: 1.2em;
}