@charset "utf-8";
/*!
 * css reset.
 */
* { word-break:break:all; word-wrap: break-word;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0}
html{background:#fff}
body,th,td,input,select,textarea,button{font-size:12px; line-height:1.3; font-family: "noto Sans", "Malgun Gothic", "맑은고딕", sans-serif;}
fieldset,img{border:0 none}
dl,ul,ol,menu,li{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none}
input,select,textarea,button{font-size:100%;vertical-align:middle}
button{border:0 none;background-color:transparent;cursor:pointer}
table{border-collapse:collapse;border-spacing:0}
address,caption,cite,code,dfn,em,var{font-style:normal}
hr {display: none}
body{
	height:100%;
	background-color:#fff;
	-webkit-text-size-adjust:none;
}
a {color:inherit;text-decoration:none;}
a:active, a:hover{text-decoration:none}
select, textarea, input[type='text'],input[type*='date'],[type='password'],
input[type='submit'],input[type='search'],button,input[type='button'],
input[type='submit'],input[type='reset'],input[type='file']{
	-webkit-appearance:none;
	border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	display: none;
}
select{-webkit-appearance:none}
input[type='checkbox']{-webkit-appearance:none}
/* input[type='radio']{-webkit-appearance:none} */
input[type='number']{-webkit-appearance:none}
input[type='search']::-webkit-search-cancel-button{-webkit-appearance:none}
caption, legend, .blind{overflow:hidden;position:absolute;top:-1px;left:-1px;z-index:-1;width:1px;height:1px;font-size:0;line-height:0;white-space:nowrap}
figure {margin:0;}