@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
    src: url(../font/NotoSansKR-Light.eot); /*IE9 호환성 보기*/
    src: local("Noto Sans Light"),
         url(../font/NotoSansKR-Light.eot?#iefix) format('embedded-opentype'), /*IE 6-8*/
         url(../font/NotoSansKR-Light.woff) format('woff'); /*표준 브라우저*/
}


@font-face {
    font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
    src: url(../font/NotoSansKR-Regular.eot); /*IE9 호환성 보기*/
    src: local("Noto Sans Regular"),
         url(../font/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'), /*IE 6-8*/
         url(../font/NotoSansKR-Regular.woff) format('woff'); /*표준 브라우저*/
}


@font-face {
    font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
    src: url(../font/NotoSansKR-Medium.eot); /*IE9 호환성 보기*/
    src: local("Noto Sans Medium"),
         url(../font/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'), /*IE 6-8*/
         url(../font/NotoSansKR-Medium.woff) format('woff'); /*표준 브라우저*/
}

@font-face {
    font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
    src: url(../font/NotoSansKR-Bold.eot); /*IE9 호환성 보기*/
    src: local("Noto Sans bold"),
         url(../font/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'), /*IE 6-8*/
         url(../font/NotoSansKR-Bold.woff) format('woff'); /*표준 브라우저*/
}


body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0;}
body,input,textarea,select,button,table{margin:0; padding:0; border:0; font-family: 'Noto Sans KR', sans-serif;}

body{font-size:13px;font-weight:normal;font-style:normal;color:#555;line-height:0;}
a{text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:none;}
img, input.type-image{ border: 0 none;}
ol, ul, li{list-style:none;}
blockquote, q{quotes:none;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-spacing:0;} 
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}

hr{display:none;}
noscript{display:none}
button{cursor:pointer;_cursor /**/:hand;}

.pr_35{padding-right:35px;]


