@charset "utf-8";

/* default css */
body {font-family:"ng";font-size:13px;color:#525252;}
html, body {padding:0; margin:0; border:0; -webkit-text-size-adjust:none;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;margin:0; padding:0; border:0;}

/* default color & font */
@font-face {
 font-family: 'ng';
 src: url('/font/NanumGothic.eot');
 src: url('/font/NanumGothic.eot?#iefix') format('embedded-opentype');
 src: local('?'), url('/font/NanumGothic.woff') format('woff'), url('/font/NanumGothic.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;

}

/* default color & font */
@font-face {
 font-family: 'ngb';
 src: url('/font/NanumGothicBold.eot');
 src: url('/font/NanumGothicBold.eot?#iefix') format('embedded-opentype');
 src: local('?'), url('/font/NanumGothicBold.woff') format('woff'), url('/font/NanumGothicBold.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;

}


/* default color & font */
@font-face {
 font-family: 'nj';
 src: url('/font/NanumMyeongjo.eot');
 src: local('?'), url('/font/NanumMyeongjo.woff') format('woff'), url('/font/NanumMyeongjo.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;

}

.personnal_page{
	padding:20px;
	line-height:17px;
	color:black;
}
.personnal_page *{color:black;line-height: 180%;}