html {overflow-y:scroll; width: 100%;}
body {margin:0;padding:0;font-size:0.75em;font-family: 'Pretendard', 'Malgun Gothic', dotum, sans-serif; font-weight: normal;background:#fff; word-break: keep-all;-webkit-text-size-adjust : none; /* 크롬, 사파리, 오페라(신) */-ms-text-size-adjust : none; /* IE */-moz-text-size-adjust : none; /* 파이어폭스 */-o-text-size-adjust : none; /* 오페라(구)*/
min-width: 100%;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard','Malgun Gothic', dotum, sans-serif; font-weight: normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Pretendard','Malgun Gothic', dotum, sans-serif; font-weight: normal;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Pretendard','Malgun Gothic', dotum, sans-serif; font-weight: normal;font-size:1em}
select {margin:0}
p {margin:0;padding:0;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em; }
em {font-style: normal; display: inline-block;}
img {max-width: 100%; vertical-align: middle; -webkit-user-select: none; user-select: none; -webkit-user-drag: none; user-drag: none;}
a {color:inherit; text-decoration: inherit;}
button, .btn {position: relative; text-align: center; border: none; outline: none; background: transparent; transition: .3s;}
br {font-family:'dotum', sans-serif !important}
button:focus, input:focus, select:focus {outline: none;}
*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

::-moz-selection {
   background: rgba(0,0,0,0.8);
   color: #d5e8f3;
}
::selection {
    background: rgba(0,0,0,0.8);
    color: #d5e8f3;
}

/* scrollbar 스크롤바 */
body::-webkit-scrollbar {
width: 10px;
}
body::-webkit-scrollbar-thumb {
background-color: #aaa;
border-radius: 10px;
height: 15px;
}
body::-webkit-scrollbar-track {
background-color: #eee;
}

/* 중간 레이아웃 */
#wrapper {width:100%; height:100%;overflow-x:hidden;}

/* responsive */
/* @media screen and (max-width: 1024px) {
    #wrapper  {padding-top: 60px;}
} */
