/*@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); 
- ÀÍ½ºÇÃ·Î·¯ ¹ÌÁö¿øÀ¸·Î ³ëÅä»ê½º ÁÖ¼®Ã³¸® 18-01-25 º¸¹Ì
- ³ëÅä»ê½º °æ·®È­ ¹öÀüÀ¸·Î ¼öÁ¤, 400´ë ÀÌÇÏ ¹øÁüÇö»óÀ¸·Î ½ºÆ÷Ä«·Î ´ëÃ¼, 
- 400ÀÇ Å¸ÀÌÆ²ÀÇ °æ¿ì¸¦ À§ÇØ DemiLight¸¦ 200À¸·Î ¼³Á¤(ÀÍ½º´Â µÎ²®°Ô³ª¿À¹Ç·Î Light·Î)
- 18-03-15 º¸¹Ì
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);


@font-face{
	font-family: "Noto Sans KR";
	src: url('/fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/NotoSans-Medium.woff') format('woff');
	font-weight: bold;
}

@font-face{
	font-family: "Noto Sans KR";
	src: url('/fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/NotoSans-Medium.woff') format('woff');
	font-weight: 500;
}

@font-face{
	font-family: "Noto Sans KR";
	src: url('/fonts/Spoqa Han Sans Regular.woff');
	font-weight: 400;
}
@font-face{
	font-family: "Noto Sans KR";
	src: url('/fonts/Spoqa Han Sans Light.woff');
	font-weight: 300;
}

@font-face{
	font-family: "Noto Sans KR";
	src: url('/fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/NotoSans-DemiLight.woff') format('woff');
	font-weight: 200;
}


/* º» ÆÄÀÏ¿¡´Â CSS Reset, Personal Reset_Yu Bomi ±îÁö µé¾îÀÖÀ½ */



/* CSS Reset */

body, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Roboto','Noto Sans KR',"Apple SD Gothic Neo",Helvetica,arial,Dotum,Tahoma,Geneva,sans-serif!important;
	font-size: 16px;
}
img{vertical-align: top; padding: 0; margin: 0;border:0 none;}
a{text-decoration: none; }
li{list-style: none; }
em{font-style: normal!important;}
strong{font-weight: 500;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



* {
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}
:focus {
	outline: 0;
	border:none;
	/*color: rgba(0, 0, 0, 0);*/
}
input, select, textarea, button{font-family:'Roboto','Noto Sans KR',"Apple SD Gothic Neo",Helvetica,arial,Dotum,Tahoma,Geneva,sans-serif!important;}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(../img/down2.png) no-repeat 100% 50%;
	background-size: 10px;
	cursor: pointer;
}
/* IE 10, 11ÀÇ ³×ÀÌÆ¼ºê È­»ìÇ¥ ¼û±â±â */
select::-ms-expand { 
  display: none;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #777;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #777;
   opacity:  1;
}
input.txtField:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#777;
}
ul{ 
	list-style:none;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
body{
	border:0;
	margin:0px auto;
	min-width:320px;
	width:100%;
	max-width:100%;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height:130%;
}

/* Css Reset End */




/* Personal Reset */
.clearfix{
	*zoom:1;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.left{float: left;}
.right{float: right;}
.w100{width: 100%; margin: 0 auto; max-width: 1200px; width: 1200px}
.hidden{display: none;}


/* Personal End */