@charset "utf-8";
/* NanumBarunGothic 기본 폰트 */
@font-face{
font-family: "NanumBarunGothic";
src: url('../fonts/NanumBarunGothic.eot')format('eot');
src: url('../fonts/NanumBarunGothic.woff') format('woff');
}
/* NanumBarunGothic 굵은 폰트 */
@font-face{
font-family: "NanumBarunGothicBold";
src: url('../fonts/NanumBarunGothicBold.eot')format('eot');
src: url('../fonts/NanumBarunGothicBold.woff') format('woff');
}

/*상명 어그로*/
@font-face {
    font-family: 'SBAggroL';
    src: url('../fonts/SBAggroL.woff') format('woff'),
    url('../fonts/SBAggroL.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroM';
    src: url('../fonts/SBAggroM.woff') format('woff'),
    url('../fonts/SBAggroM.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroB';
    src: url('../fonts/SBAggroB.woff') format('woff'),
    url('../fonts/SBAggroB.ttf') format('truetype');
    font-style: normal;
}

*{	margin:0; padding:0px;}
img{border:0;}

body{
	font-family: "NanumBarunGothic";
    width: 740px;
    height: 400px;
    margin-left: 3%;
    margin-top: 1%;
    background-color: #f2f2f2;
    font-size: 18px;
    color: #323233;
    text-align: left;
    line-height: 1.8em;
    font-weight: 500;
    white-space: pre-line;
	}

H1, H2, H3, H4, H5, H6{
    font-family: "SBAggroM";
    font-weight: 400;
	margin-top: 10px;
    color: #4b78bb;
}
H3{
	font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: -0.8em;
}