@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Noto+Sans+KR:100,300,400,500,700,900&display=swap');

/* Reset */
html{
  font-family: 'Noto Sans KR','Noto Sans', sans-serif;
  font-size:16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

html,body{width:100%; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button{margin:0;padding:0}
body,h1,h2,h3,h4,input,button,select,option{font-family: 'Noto Sans KR',sans-serif; font-size:16px; color:#111111; letter-spacing: 1px;}
body{background-color:#fff;*word-break:break-all;-ms-word-break:break-all}
img,fieldset,iframe{border:0 none}
li{list-style:none}
input,select,button{appearance:none; -webkit-appearance:none; vertical-align:bottom; outline:none;}
img{vertical-align:top}
i,em,address{font-style:normal}
label,button{cursor:pointer}
button{margin:0;padding:0;outline:0;}
a{color:#111111;text-decoration:none; cursor: pointer;}
a:hover{text-decoration:none}
button *{position:relative}
button img{left:-3px;*left:auto}
option{padding-right:6px}
hr{display:none}
legend{*width:0}
table{border-collapse:collapse;border-spacing:0}
input::-ms-clear{display:none}
input[type="text"]{border:0; background:#EFEFEF; height:40px; font-size:16px; padding:0 15px; width:100%;}
::-webkit-input-placeholder{color:#757575; font-size:16px;}
:-ms-input-placeholder{color:#757575; font-size:16px;}
::placeholder{color:#757575; font-size:16px;}
textarea{border:0; background: #EFEFEF; width:100%; min-height: 206px; outline:none; padding:15px; font-size:16px; line-height: 28px;}
