/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0; line-height:1;}
fieldset,img {border:0 none;}
img {vertical-align:middle;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
input,select,textarea,button {font-size:100%;vertical-align:middle;}
button {border:0 none;background-color:transparent;cursor:pointer;}
table {border-collapse:collapse;border-spacing:0;}
body {-webkit-text-size-adjust:none;}
input[type='text'],input[type='password'],input[type='submit'],input[type='search'] {-webkit-appearance:none; border-radius:0;}
input:checked[type='checkbox'] {background-color:#666; -webkit-appearance:checkbox;}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {-webkit-appearance:button; border-radius:0;}
input[type='search']::-webkit-search-cancel-button {-webkit-appearance:none;}
select {-webkit-appearance:none;}
body {background:#fff;}
body,th,td,input,select,textarea,button {font-size:14px; color:#16171a; font-family:'Noto Sans Kr', "Apple SD Neo Gothic", "malgun gothic", dotum, sans-serif;}
input[type='password'] {font-family:'Noto Sans Kr', "Apple SD Neo Gothic", "malgun gothic", dotum, sans-serif;}
a {text-decoration:none; color:inherit; cursor:pointer;}
i {font-style:normal;}
h1, h2, h3, h4, h5, h6 {font-weight:500;}
strong, b, th {font-weight:500;}
a:active, a:hover {text-decoration:none;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;}
/*button {cursor:pointer; outline:none;}*/
/*button:focus, button:focus-visible {outline: initial;}*/
header, footer, main, section, article, aside {display:block;}
button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin:0; padding:0; border:0; background:none; cursor:pointer; cursor:pointer;}
i {font-style:normal;}
/* 2022.12.12 허만우 추가 { */
#chat div.gbgfMs p {color:#fff; -moz-transition:color .2s ease; -o-transition:color .2s ease; -ms-transition:color .2s ease; -webkit-transition:color .2s ease; transition:color .2s ease;}
#chat div.gbgfMs p:hover {color:gray;}
/* } 2022.12.12 허만우 추가 */