@charset "utf-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans KR Thin'), local('NotoSansKR-Thin'), url(../font/Pby6FmXiEBPT4ITbgNA5CgmOsk7vyJE.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans KR Light'), local('NotoSansKR-Light'), url(../font/Pby7FmXiEBPT4ITbgNA5CgmOelz477IX.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'), url(../font/PbykFmXiEBPT4ITbgNA5CgmG0X7r.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'), url(../font/Pby7FmXiEBPT4ITbgNA5CgmOIl3477IX.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'), url(../font/Pby7FmXiEBPT4ITbgNA5CgmOalv477IX.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: local('Noto Sans KR Black'), local('NotoSansKR-Black'), url(../font/Pby7FmXiEBPT4ITbgNA5CgmOUln477IX.woff) format('woff');
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Reset */
 * {outline:0 !important;}
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;}
html, body{width:100%;}
html{
	touch-callout:none;
	-webkit-touch-callout:none;
	user-select:none;
	-webkit-user-select:none;
	tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
body{width:100%; background:#fff; min-width:320px;
text-size-adjust:none; -webkit-text-size-adjust:none;
word-wrap:break-word;word-break:break-all;}
body,input,select,textarea,button {border:none;font-size:12px;
font-family:'Noto Sans KR', sans-serif;color:#727272;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
/* label,img,input,select,textarea,button{
	vertical-align:middle;
	appearance: none!important;
	-webkit-appearance: none!important;
} */
.hide,caption,legend{line-height:0;font-size:0;overflow:hidden;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure,dialog{display:block;}
a{color:#000;text-decoration:none;}

/* Form */
textarea {
	padding: 14px;
	width: 100%;
	font-size: 14px;
	color: #212121;
	border:1px solid #CFD8DC;
	resize: none;
	border-radius: 4px;
 	-webkit-border-radius: 4px;
}
select {
	font-size: 14px;
	color:#202020;
	border:1px solid #CFD8DC;
	background:#fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
 	transition: all 0.5s;
 	-webkittransition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-ms-transition: all 0.5s;
 	-o-transition: all 0.5s;
 	border-radius: 4px;
 	-webkit-border-radius: 4px;
}
input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file],
input[type=url],
input[type=number],
input[type=date] {
	padding: 0 14px;
	width:100%;
	height: 40px;
	font-size:14px;
	color: #212121;
	border:1px solid #CFD8DC;
 	background:#fff;
 	border-radius: 4px;
 	-webkit-border-radius: 4px;
 	/* appearance: none;
 	-webkit-appearance: none; */
 	box-sizing: border-box;
	-webkit-box-sizing: border-box;
 	transition: all 0.5s;
 	-webkittransition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-ms-transition: all 0.5s;
 	-o-transition: all 0.5s;
}
input::-webkit-input-placeholder{
	color:#757575;
	font-size:14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select:focus,
textarea:focus,
input:focus { border: 1px solid #2962FF;}

input[type=tel][readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=search][readonly],
input[type=time][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled]{
	background: #ECEFF1; 
	border-color: #9E9E9E;
	appearance:none; 
	-webkit-appearance:none; 
	padding: 0 14px; 
	font-size: 14px;
}
input[value] {font-size: 14px!important}
textarea[readonly],
textarea[disabled]{
	padding:14px;
	color:#212121; 
	font-weight:normal;
	line-height: 1.618;
	background: #ECEFF1;
	border-color: #9E9E9E;
}

.clear {clear:both;}
.clear:after { content:""; display:block; clear:both;}

/* 사장님어플 통계 select 박스 */
label,img,input,select,textarea,button{
    vertical-align:middle;
    appearance: none;
    -webkit-appearance: none;
}