@charset "urf-8";

@font-face {
    font-family: 'notokr';
    src: url('fonts/NotoSans-Light.eot');
    src: url('fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/NotoSans-Light.woff2') format('woff2'),
         url('fonts/NotoSans-Light.woff') format('woff'),
         url('fonts/NotoSans-Light.ttf') format('truetype'),
         url('fonts/NotoSans-Light.svg#NotoSans-Light') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('fonts/NotoSans-Regular.eot');
    src: url('fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/NotoSans-Regular.woff2') format('woff2'),
         url('fonts/NotoSans-Regular.woff') format('woff'),
         url('fonts/NotoSans-Regular.ttf') format('truetype'),
         url('fonts/NotoSans-Regular.svg#NotoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('fonts/NotoSans-Bold.eot');
    src: url('fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/NotoSans-Bold.woff2') format('woff2'),
         url('fonts/NotoSans-Bold.woff') format('woff'),
         url('fonts/NotoSans-Bold.ttf') format('truetype'),
         url('fonts/NotoSans-Bold.svg#NotoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    font-size: 15px;
    font-family: 'notokr','sans-serif','Dotum';
    font-weight: normal;
    line-height: 1.2;
    color: #292929;
}

a, a:active, a:hover, a:visited { 
    color: inherit;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
}

table tr th, table tr td {
    border: 1px solid #000;
    padding: 5px 10px 7px;
    word-break: keep-all;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 3px;
}

input:focus, select:focus { outline: none; }

input[type=button], input[type=submit] {
    border: none;
    cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="submit"] { cursor: pointer; }

input::placeholder {
  color: #828282;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #828282;
}
/* IE */
input:-ms-input-placeholder {
  color: #828282;
}
/* Firefox */
input:-mos-input-placeholder {
  color: #828282;
}

textarea:focus { outline: none; }
button:focus { outline: none; }
input:focus { outline: none; }

select { background: #fff!important; }