@charset "utf-8";
/* cms83@almacomm.co.kr */

/* reset */
html,body{width:100%;height:100%}
html{/* overflow-y:scroll */}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button, input, select{margin:0;padding:0}
body,h1,h2,h3,h4,input,button{font-size:12px;color:#4c4c4d}
body{background-color:#fff;*word-break:break-all;-ms-word-break:break-all; font-family:Malgun Gothic,맑은 고딕,Helvetica,sans-serif;}
img,fieldset,iframe{border:0 none}
li{list-style:none}
input,select,button{vertical-align:middle}
img{vertical-align:top}
i,em,address{font-style:normal}
button{margin:0;padding:0; cursor:pointer; outline: none;}
a{color:#4c4c4d;text-decoration:none}
a:hover{color:#4c4c4d; text-decoration:none}
button *{position:relative}
button img{left:-3px;*left:auto}
html:first-child select{height:20px;padding-right:6px}
option{padding-right:6px}
hr{display:none}
.hide {display:none;}
legend, .labelHide, .h2Hide, .hide {*width:0 !important; visibility:hidden; font-size:0 !important; width:0 !important; height:0 !important; line-height:0 !important; margin:0 !important; position:absolute; top:-50000px}
table{border-collapse:collapse;border-spacing:0}

/* @font-face {
  font-family: 'MalgunGothic';
  src: url('/share/font/malgungothic.eot');
  src: url('/share/font/malgungothic.eot?#iefix') format('embedded-opentype'),
       url('/share/font/malgungothic.woff') format('woff'),
       url('/share/font/malgungothic.ttf') format('truetype'),
       url('/share/font/malgungothic.svg#MalgunGothic') format('svg');
  font-weight: normal;
  font-style: normal;
} */


input:focus, textarea:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent !important; } 
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent !important; } 
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent !important; } 
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent !important; }

