@charset "utf-8";
/* ------ 담당자 주석 표기, 주석 표기 시 가급적 영문표기(언어 설정 에러 시 한글 깨짐), 주요 부분 주석 표기, 사용하지 않는 부분 삭제, 에러 시 오타 확인 ---- */
/* -----------------------------------------
1st : 2020.11.16 hs-kim 엠로 디자인팀
----------------------------------------- */
/** RESET **/
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,
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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block}

html, body {width:100%; height:100%;line-height: 1;}
body {
    font-size: 12px;
    line-height: 1.5em;
    font-family: 'KBFGTextL','KBFGTextM','Malgun Gothic', 맑은 고딕, dotum, '돋움', gulim, '굴림', Arial;
    color: #333;
    -webkit-text-size-adjust: none;
}
ol, ul {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none}
a, em, label, span, strong, button {display: inline-block;}
a, a:link, a:visited {cursor: pointer;text-decoration: none;color: #333;}
p, a, h2, h3 {word-wrap: break-word;}
img, fieldset {border: 0 none;}
img, input, button, select, textarea {vertical-align:middle}
legend, .hidden {position: absolute;top: 0;left: 0;width: 0;height: 0;display: block;overflow: hidden;visibility: hidden;font-size: 0;line-height: 0;z-index:-1;}
table {border-spacing: 0;border-collapse:collapse;}
caption {padding:0;width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0;}
button {cursor:pointer}
button::-moz-focus-inner {border: 0;padding: 0;}
input, select, textarea {font-size: 100%;border: 0;}
label {cursor:pointer}
em, address {font-style: normal;}

div, a {box-sizing: border-box;}
a {transition: background .2s;cursor:pointer}

/* placeholder-color */
::placeholder {color: #999;opacity: 1; /* Firefox */}
:-ms-input-placeholder {color: #999; /* Internet Explorer 10-11 */}
::-ms-input-placeholder {color: #999;/* Microsoft Edge */}

* {box-sizing:border-box;}
