@charset "utf-8";
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,300i,400,600,700,900');

*{-webkit-text-size-adjust:none;}
/*font-family: 'Titillium Web', sans-serif;*/

@font-face{ 
	font-family: 'notokr-bold';
	src: url('../font/notokr-bold.eot');
	src: url('../font/notokr-bold.eot?#iefix') format('embedded-opentype'),
	     url('../font/notokr-bold.woff') format('woff')
}
@font-face{ 
	font-family: 'notokr-light';
	src: url('../font/notokr-light.eot');
	src: url('../font/notokr-light.eot?#iefix') format('embedded-opentype'),
	     url('../font/notokr-light.woff') format('woff')
}
@font-face{ 
	font-family: 'notokr-medium';
	src: url('../font/notokr-medium.eot');
	src: url('../font/notokr-medium.eot?#iefix') format('embedded-opentype'),
	     url('../font/notokr-medium.woff') format('woff')
}
@font-face{ 
	font-family: 'notokr-regular';
	src: url('../font/notokr-regular.eot');
	src: url('../font/notokr-regular.eot?#iefix') format('embedded-opentype'),
	     url('../font/notokr-regular.woff') format('woff')
}
@font-face{ 
	font-family: 'notokr-thin';
	src: url('../font/notokr-thin.eot');
	src: url('../font/notokr-thin.eot?#iefix') format('embedded-opentype'),
	     url('../font/notokr-thin.woff') format('woff')
}
.png24{behavior: url("iepngfix.htc")} 


/* Default */

*{margin:0px;padding:0px;list-style:none;border:0;outline: none;}
body{color:#666;background-color:#fff; font-size:13px;font-family:'notokr-regular', 'Nanum Gothic', '나눔고딕', dotum,"돋움",sans-serif;}
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,input,table,tr,th,td{margin:0; padding:0;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
strong{font-weight: normal;}
hr{display:none;}
fieldset{border:none; vertical-align:top;}
legend, caption {display:none;font-size:0;line-height:0;}
textarea, button{vertical-align:top; text-align:left; background:none}
button{cursor:pointer;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block;}
/* Table */
table {font-size:13px;font-family:'notokr-regular', 'Nanum Gothic', '나눔고딕', dotum,"돋움",sans-serif;border-collapse:collapse;border-spacing:0;}
th{font-size:13px;font-family:'notokr-regular', 'Nanum Gothic', '나눔고딕',  dotum,"돋움",sans-serif;vertical-align:middle;}
caption{display:none;}

/* Link */
a{color:#666;text-decoration:none;}
a:hover {text-decoration:none;}

/* img */
img {border:0;vertical-align:middle;}

/* Form */
input, select{font-size:13px;font-family:'notokr-regular','Nanum Gothic', '나눔고딕', dotum,"돋움",sans-serif;color:#666; border:1px solid #ddd; vertical-align:middle;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent; } input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent; } input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent; } input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent; }
textarea{font-size:13px;font-family:'notokr-regular', 'Nanum Gothic', '나눔고딕',dotum,"돋움",sans-serif;color:#666;background:#fff;border:1px solid #cfcfcf; resize: none;}
form{margin:0px;padding:0px;border:0;}

/* ETC */
address, caption, cite, code, dfn, em, th, var {font-style:normal; font-weight:normal;}

/* html5 */
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display:block} 

/* @clear fix */
* html .clfix { height: 1%; overflow: visible;} /* float clearing for IE6 */
*+html .clfix{ min-height: 1%;} /* float clearing for IE7 */
.clfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;} /* float clearing for everyone else */


