@charset "utf-8";
/* *******************************************************
 * filename : reset.css
 * description : 태그초기화 CSS
 * date : 2020-00-00
******************************************************** */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 100;
    src: url(/font/mobilehunter/NotoSans/notokr-thin.eot);
    src: url(/font/mobilehunter/NotoSans/notokr-thin.eot?#iefix) format('embedded-opentype'),
    url(/font/mobilehunter/NotoSans/notokr-thin.woff) format('woff'),
    url(/font/mobilehunter/NotoSans/notokr-thin.ttf) format('truetype'),
    url(/font/mobilehunter/NotoSans/notokr-thin.svg#notokr-thin) format('svg');
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 300;
    src: url(/font/mobilehunter/NotoSans/notokr-light.eot);
    src: url(/font/mobilehunter/NotoSans/notokr-light.eot?#iefix) format('embedded-opentype'),
    url(/font/mobilehunter/NotoSans/notokr-light.woff) format('woff'),
    url(/font/mobilehunter/NotoSans/notokr-light.ttf) format('truetype'),
    url(/font/mobilehunter/NotoSans/notokr-light.svg#notokr-light) format('svg');
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: url(/font/mobilehunter/NotoSans/notokr-regular.eot);
    src: url(/font/mobilehunter/NotoSans/notokr-regular.eot?#iefix) format('embedded-opentype'),
    url(/font/mobilehunter/NotoSans/notokr-regular.woff) format('woff'),
    url(/font/mobilehunter/NotoSans/notokr-regular.ttf) format('truetype'),
    url(/font/mobilehunter/NotoSans/notokr-regular.svg#notokr-regular) format('svg');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url(/font/mobilehunter/NotoSans/notokr-medium.eot);
    src: url(/font/mobilehunter/NotoSans/notokr-medium.eot?#iefix) format('embedded-opentype'),
    url(/font/mobilehunter/NotoSans/notokr-medium.woff) format('woff'),
    url(/font/mobilehunter/NotoSans/notokr-medium.ttf) format('truetype'),
    url(/font/mobilehunter/NotoSans/notokr-medium.svg#notokr-medium) format('svg');
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 900;
    src: url(/font/mobilehunter/NotoSans/notokr-bold.eot);
    src: url(/font/mobilehunter/NotoSans/notokr-bold.eot?#iefix) format('embedded-opentype'),
    url(/font/mobilehunter/NotoSans/notokr-bold.woff) format('woff'),
    url(/font/mobilehunter/NotoSans/notokr-bold.ttf) format('truetype'),
    url(/font/mobilehunter/NotoSans/notokr-bold.svg#notokr-bold) format('svg');
}
html{overflow-y:scroll}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
audio,canvas,img,video{vertical-align:middle}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
input,select,textarea{line-height:1.2;vertical-align:middle}
a,body,button,input,select,table,td,textarea,th{font-family:NotoSans,"맑은고딕","Malgun Gothic","돋움",Dotum,Arial,sans-serif;letter-spacing:-.5px;font-size:13px;color:#444}
button,select{text-transform:none}
button,input{line-height:normal}
textarea{resize:none;overflow:auto;padding:10px;box-sizing:border-box;border:1px solid #dadada}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:400}
label{cursor:pointer}
legend{display:none;visibility:hidden}
caption{display:none;visibility:hidden}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
a{text-decoration:none}
a:active,a:focus,a:hover{text-decoration:none}
button{margin:0;padding:0;cursor:pointer;border:0;background:0 0}
::-webkit-input-placeholder{color:#999}
::-moz-placeholder{color:#999}
:-ms-input-placeholder{color:#999}
:-moz-placeholder{color:#999}
input[readonly=readonly],input[readonly]{background:#f9f9f9;color:#999}

.wp100{width:100%!important}
.p_0{padding:0!important}
/* 
input[type="text"],
input[type="password"] {
	border:1px solid #c9c9c9;
	height:28px;
	padding:0 10px;
	box-sizing:border-box;
	border-radius:2px;
	width:150px;
}
select { 
	border:1px solid #c9c9c9;
	height:28px;
	box-sizing:border-box;
	border-radius:2px;
	padding:2px;
}
textarea {
	border:1px solid #c9c9c9;
	box-sizing:border-box;
	border-radius:2px;
	padding:5px;
	width:100%;
	resize: none;
}
*/


