/* reset.css */

@import url( "http://fonts.googleapis.com/earlyaccess/notosanskr.css" );

*{box-sizing:border-box}
html,body{margin:0;padding:0;width:100%;height:100%;}

body{font-size:14px; line-height:1.5; font-family:"Noto Sans KR", "³ª´®°íµñ", "NanumGothic",Helvetica,"Apple SD Gothic Neo",sans-serif;font-weight:400;}

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}

img,fieldset{border:0}
ul,ol{list-style:none;}
em,address{font-style:normal;}
a{text-decoration:none;color:#000;}
table{border-collapse:collapse;}

/* input form reset */
.cf:after{content: ''; clear: both; display: block;}
label{}
img, input, button, select, textarea{vertical-align:middle;margin:0;padding:0;}
input, textarea, select, button{font-family:"³ª´®°íµñ", "NanumGothic",Helvetica,"Apple SD Gothic Neo",sans-serif;}
select{padding-right:35px !important;background:url(/img/common/select_arrow.png) no-repeat right center;background-size:24px auto;}
select, button, textarea, [type='button'], [type='reset'], [type='submit']{appearance:none;-webkit-appearance:none;-moz-appearance:none;}
select::-ms-expand{display:none;}
button, select, textarea, input[type='text'], input[type='password'], input[type='tel'], input[type='email'], input[type='number'], input[type='date'], input[type='datetime'], input[type='month'], input[type='seach'], [type='button'], [type='reset'], [type='submit']{display:inline-block;height:38px;line-height:1.5;padding:0px 10px;font-size:12px;color:#464a4c;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:0px;}
input[readonly] {
	background: #f8f8f8;
}