html, body {height:100%;}

html * {box-sizing:border-box; word-break:keep-all; word-wrap:break-word; overflow-wrap:break-word; -ms-word-break:keep-all;}
a:link		{ color:inherit; text-decoration:none; }
a:visited	{ color:inherit; text-decoration:none; }
a:hover 	{ color:inherit; text-decoration:none; }
a:active	{ color:inherit; text-decoration:none; }

em {font-style:normal}
::-ms-clear { display: none; }
/*input {-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;}*/
input[type="text"], input[type="password"], input[type="number"], textarea { position:relative; }
select::-ms-expand { display:none; }
option::-moz-selection { background:#e0e3e5; }
option::selection { background:#e0e3e5; }

strong {font-weight:500}
textarea, .scr	{
    scrollbar-face-color:#ffffff;		/* bar 의 표면색 */
    scrollbar-highlight-color:#dadada;	/* 밝게 빛나는 좌상단 모서리 */
    scrollbar-3dlight-color:#ffffff;	/* 좌상단 모서리 아래부분 */
    scrollbar-shadow-color:#dadada;		/* 그림자 지는 우하단 */
    scrollbar-darkshadow-color:#ffffff;	/* 그림자 우하단 */
    scrollbar-track-color:#ffffff;		/* 스크롤 트랙의 색 */
    scrollbar-arrow-color:#dadada;		/* 삼각형부분 */
    overflow:hidden;overflow-y:auto;
}

html {-webkit-overflow-scrolling:touch; touch-action: pan-y;}
label {display:inline-block;}
img { max-width: 100%; max-height: 100%; }
img[src="#none"] {display:none;}
.hidden { display: none; }

#loadingArea { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; opacity: .6; }
#loadingArea img { position: absolute; left: 50%; top: 50%; margin: -100px 0 0 -100px; }
#loadingArea.fullLoad { position: fixed; }

/*스크린리더 접근성*/
.sr-only { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }