@charset "utf-8";
/* core.css 사이트 전체 공통 디자인*/

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight:300;
	src: url(../../../font/Pretendard-Light.ttf) format('truetype'),
		 url(../../../font/Pretendard-Light.woff) format("woff");
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight:400;
	src: url(../../../font/Pretendard-Regular.ttf) format('truetype'),
		 url(../../../font/Pretendard-Regular.woff) format("woff");
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight:500;
	src: url(../../../font/Pretendard-Medium.ttf) format('truetype'),
		 url(../../../font/Pretendard-Medium.woff) format("woff");
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight:600;
	src: url(../../../font/Pretendard-Bold.ttf) format('truetype'),
		 url(../../../font/Pretendard-Bold.woff) format("woff");
}


html,body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
   color:var(--font-color-normaluser-info);
   font-size: 14px;
	/* letter-spacing: -0.025em; */
}
/* body{overflow-x: hidden;} */

ul, ol{margin: 0px;padding: 0px;list-style: none;}
ul::after, ol::after, .clb::after{content: "";display: block;clear: both;}
li,dl{float: left;}

a{text-decoration: none;color: #333;}

img{border: none;vertical-align: bottom;}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
menu,nav,section,summary,time,mark,audio,video,button{margin:0; padding:0;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
address{font-style: normal;}


body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, a, button, select, ul, li, span, em{margin: 0;padding: 0;box-sizing: border-box;font-family: 'Pretendard','AppleGothic', 'Malgun Gothic','맑은 고딕', '돋음','Dotum','Apple SD Gothic Neo', Arial, Helvetica, sans-serif;}

/* 
input[type="file"].file {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
input[type="file"].file + label {
	display: inline-block;
	height: 32px;
	padding: 0 9px 0 29px;
	margin-left: 5px;
	line-height: 31px;
	border: 1px solid #d3d4d5;
	color: #686868;
	box-sizing: border-box;
	vertical-align: top;
	background: #000;
}

input[type="file"].file + label:hover {
	background: green;
	color: #2057a8;
	border: 1px solid #2b6fd5;
} */

textarea {
	display: inline-block;
	width: 100%;
	height: 82px;
	border: 1px solid #d3d4d5;
	box-sizing: border-box;
}
.sr-only, .hidden, .accessibility {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}