@charset "utf-8";
/*****************
	reset.css
	2025.04.18
******************/

html {-webkit-text-size-adjust: 100%; overflow-y:scroll;}

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 {
	background:#F1F1F3; line-height:1; color: var(--gray80-color); font-size:14px;line-height:1.4; font-weight:400; font-family: 'Pretendard','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;
	line-height:1;
}
img, fieldset {
	border:0;
}
input, select, textarea {
	line-height:1;
	vertical-align:middle;
}
body, table, th, td, input,
textarea, button, select {
	font-family: 'Pretendard','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 var(--gray40-color);	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="time"],
select,
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="password"],
input[type="email"], 
input[type="number"],
input[type="time"]  {height:32px; padding:0 6px; border:1px solid var(--gray40-color); color: var(--gray80-color); border-radius:3px; }

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus,
input[type="time"]:focus,
select:focus {border-color:var(--darkblue-color); -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: #efefef; border-color:var(--gray40-color); pointer-events: none;}

input::placeholder{color: rgba(0,0,0,0.5); font-weight:400;}

/* radio checkbox 폰트 설정*/
input[type="checkbox"],
input[type="radiobox"],
input[type="checkbox"] + label,
input[type="radiobox"] + label{}

/* textarea 공통 스타일 */
textarea{width: 100%; padding: 8px; resize: none; -webkit-appearance: none; line-height: 1.3; color: var(--black-color); background-color: var(--white-color); border: 1px solid var(--gray40-color);  border-radius:3px; -webkit-border-radius: 3px; -webkit-box-sizing: border-box; box-sizing: border-box; }
textarea::placeholder{color: rgba(0,0,0,0.5);}
textarea:focus{outline: none; 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:32px;padding:0 30px 0 6px;border:1px solid var(--gray40-color);border-radius:3px; background:#fff url('../img/ico_select_arrow_down.png') no-repeat right 0 top 50%; background-size:auto 24px; box-sizing:border-box;}
select:disabled{ background:#efefef url('../img/ico_select_arrow_down_disabled.png') no-repeat right 0 top 50%; background-size:auto 24px;color: var(--gray60-color);  border-color:var(--gray40-color); pointer-events: none; opacity:1;}

.select-sm {height:28px;padding:0 20px 0 6px;border:1px solid var(--gray40-color);border-radius:3px; background:#fff url('../img/ico_select_arrow_down.png') no-repeat right 0 top 50%; background-size:auto 24px; box-sizing:border-box;}
.select-xsm {height:26px;padding:0 20px 0 6px;border:1px solid var(--gray40-color);border-radius:3px; background:#fff url('../img/ico_select_arrow_down.png') no-repeat right 0 top 50%; background-size:auto 24px; box-sizing:border-box;}

.grid-wrap table td select,
.grid-wrap table td input[type="text"],
.grid-wrap table td input[type="password"]{height:28px;}


@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;}
.width25{width:25% !important;}
.width30{width:30% !important;}
.width35{width:35% !important;}
.width40{width:40% !important;}
.width50{width:50% !important;}
.width52{width:52% !important;}
.width60{width:60% !important;}
.width70{width:70% !important;}
.width80{width:80% !important;}
.width81{width:81% !important;}
.width90{width:90% !important;}
.width92{width:92% !important;}
.width97{width:97% !important;}
.w99per{width: 99% !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;}

.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}

/* 모달팝업 scroll hidden */
.scrollhidden {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}

