@charset "utf-8";
/* *******************************************************
 * filename : reset_m.css
 * description : k-accounting APP reset 파일
 * 최종수정일 : 2024.05.13
******************************************************** */

html {
	/*-webkit-text-size-adjust: 100%;*/
    -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
    -moz-text-size-adjust: none; /*Firefox*/
    -ms-text-size-adjust: none;  /*Ie*/
    -o-text-size-adjust: none; /*old versions of Opera*/
}

html, body {height:100%;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
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;
}
body {
	line-height:1; color: var(--gray90-color); font-size: var(--font-size-default); font-weight: var(--font-weight-regular); font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic','맑은 고딕','돋음','Dotum', 'Roboto', Arial, Helvetica, sans-serif;
	font-feature-settings: 'tnum';
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img, fieldset {
	border:0;
}
input, select, textarea {
	line-height:1.2;
	vertical-align:middle;
}
body, table, th, td, input,
textarea, button, select {
	font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic','맑은 고딕','돋음','Dotum', 'Roboto', Arial, Helvetica, sans-serif;
}
button, select {
	text-transform:none;
}
button, input {
	line-height:normal;
}
textarea {
	resize:vertical;
	overflow:auto;
}
address, caption, cite, code,
dfn, em, var, i {
	font-style:normal;
	font-weight:normal;
}
label {
	cursor:pointer;
}
/* For Screen Reader */
legend {
	display:none;
	visibility:hidden;
}
/* For Screen Reader */
caption {display:none;visibility:hidden;}
hr {display:block; height:1px; border:0; border-top:1px solid #ccc;	margin:1em 0; padding:0;}
button{margin:0px;	padding:0px; cursor:pointer; border:0px; background:none;}

/* alink */
a {border:0; color: var(--gray90-color);; text-decoration:none;}
a:active, a:hover, a:focus {text-decoration:none;}
a:focus, button:focus, input:focus{outline:none;}

a:focus, 
button:focus, 
input:focus, 
select:focus{outline:none;}


/* input 기본 스타일 초기화 */
input::-ms-clear, 
select::-ms-expand{ display: none; } /*ie에서 화살표 없애기 */
textarea{resize:none;}

input[type="text"],input[type="search"],input[type="password"],input[type="file"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
select,
input,
textarea{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height:normal;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	margin:0;
	padding:0;
}
input[type="text"], 
input[type="search"],
input[type="password"],
input[type="email"], 
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime-local"] {height:40px; padding:0 10px; font-size: var(--font-size-default); border:1px solid var(--gray40-color); color: var(--gray90-color); background: var(--white-color); border-radius:8px;}

input[type="text"]:focus, 
input[type="search"]:focus,
input[type="password"]:focus, 
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus{ background:#e8f8ff;-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s;  transition: all 0.3s;}

textarea[disabled="disabled"],
textarea:disabled,
input[disabled="disabled"],
input:disabled,
input.disabled,
select:disabled {color: var(--gray60-color); background: var(--lgray20-color); border-color:var(--gray30-color); pointer-events: none;}

input::placeholder{color: rgba(0,0,0,0.5); font-weight:400;}

/* input size */
.input-m-large{height:52px;}
.input-m-basic{height:40px;}
.input-m-small{height:36px !important;}

/* textarea 공통 스타일 */
textarea{width: 100%; padding: 10px; resize: none; -webkit-appearance: none; font-size: var(--font-size-default); line-height: 1.4; color: var(--gray90-color); background-color: var(--white-color); border: 1px solid var(--gray40-color);  border-radius:8px; -webkit-border-radius: 8px; -webkit-box-sizing: border-box; box-sizing: border-box; }
textarea::placeholder{color: rgba(0,0,0,0.5);}
textarea:focus{outline: none; background:#e8f8ff; -webkit-transition: all 0.3s;  transition: all 0.3s; /* border:1px solid var(--darkblue-color); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(133, 141, 162, .2);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(133, 141, 162, .2);*/}

textarea[readonly],
textarea[readonly="readonly"]{pointer-events: none;}

/* select 공통 스타일 */
select{ height:40px;padding:0 32px 0 10px; font-size: var(--font-size-default); color: var(--gray90-color); border:1px solid var(--gray40-color); border-radius:8px; background:#fff url('../img/ico_arrow_down.png') no-repeat right 4px top 50%; background-size:auto 28px; box-sizing:border-box;}
select:disabled{ background:#f2f2f2 url('../img/ico_arrow_down_disabled.png') no-repeat right 4px top 50%; background-size:auto 24px; color: var(--gray60-color);  border-color:var(--gray30-color); pointer-events: none;}
select:focus {background:#e8f8ff url('../img/ico_arrow_down.png') no-repeat right 4px top 50%; background-size:auto 28px; -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s;  transition: all 0.3s;}
.select-basic {height:40px;}
.select-small{height:36px;padding:0 24px 0 6px; font-size: var(--font-size-small); border:1px solid var(--gray40-color);border-radius:8px; background:#fff url('../img/ico_arrow_down.png') no-repeat right 0 top 50%; background-size:auto 24px; box-sizing:border-box;}
.select-small:focus{background:#ffffff url('../img/ico_arrow_down.png') no-repeat right 0 top 50%; background-size:auto 24px;-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s;  transition: all 0.3s;}
.select-small.outline-none{border:0;}

/* flatpickr 모바일에서 배경색/폰트색/정렬맞춤 */
.flatpickr-input{text-align:left !important; background:#fff; border:1px solid #ddd; color:#333; padding-left:5px;}
input::-webkit-date-and-time-value {text-align: left; /*padding-left:5px;*/}

/* 모바일 date placeholder */
input[type="date"]::before{/*content:attr(data-placeholder);*/ width:100%;}
input[type="date"]:focus::before,
input[type="date"]:valid::before{display:none;}

input[type="datetime-local"]::before{/*content:attr(data-placeholder);*/ width:100%;}
input[type="datetime-local"]:focus::before,
input[type="datetime-local"]:valid::before{display:none;}

@media all and ( max-width: 640px ){
	input[type="date"]::before{content:attr(data-placeholder); width:100%; white-space:nowrap;}
	input[type="date"]:focus::before,
	input[type="date"]:valid::before{display:none;}
	
	input[type="datetime-local"]::before{content:attr(data-placeholder); width:100%; white-space:nowrap;}
	input[type="datetime-local"]:focus::before,
	input[type="datetime-local"]:valid::before{display:none;}

}


@media all and (max-width:800px){
	.ios-os input[type="text"],
	.ios-os input[type="search"],
	.ios-os input[type="password"],
	.ios-os input[type="file"],
	.ios-os select,
	.ios-os textarea{
		    -webkit-appearance: none;
		    -moz-appearance: none;
			appearance: none;
	}
}


/* 공통 :: 가로값지정 */
.width10{width:10% !important;}
.width20{width:20% !important;}
.width30{width:30% !important;}
.width40{width:40% !important;}
.width50{width:50% !important;}
.width60{width:60% !important;}
.width70{width:70% !important;}
.width80{width:80% !important;}
.width90{width:90% !important;}
.width100{width:100% !important;}
 
/* br tag */
.m-br{display:none;}
@media all and ( max-width: 1024px ){
	.m-br{display:block;}
	.pc-br{display:none;}
}

/* clear */
.clearfix{*zoom:1;}
.clearfix:after{clear:both; display:block; content:"";}

.font-xi:before{font-family:xeicon !important}

*, *:after, *:before{box-sizing:border-box;}

/* 모달팝업 scroll hidden */
.scrollhidden {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}


/**************************************************************** 
	fonts  
 ***************************************************************/
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), 
	url('../fonts/Pretendard-Black.woff2') format('woff2'), 
	url('../fonts/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), 
	url('../fonts/Pretendard-ExtraBold.woff2') format('woff2'), 
	url('../fonts/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), 
	url('../fonts/Pretendard-Bold.woff2') format('woff2'), 
	url('../fonts/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), 
	url('../fonts/Pretendard-SemiBold.woff2') format('woff2'), 
	url('../fonts/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), 
	url('../fonts/Pretendard-Medium.woff2') format('woff2'), 
	url('../fonts/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), 
	url('../fonts/Pretendard-Regular.woff2') format('woff2'), 
	url('../fonts/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), 
	url('../fonts/Pretendard-Light.woff2') format('woff2'), 
	url('../fonts/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), 
	url('../fonts/Pretendard-ExtraLight.woff2') format('woff2'), 
	url('../fonts/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), 
	url('../fonts/Pretendard-Thin.woff2') format('woff2'), 
	url('../fonts/Pretendard-Thin.woff') format('woff');
}

