html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
body {
    font-family: Noto Sans KR;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1.4!important;
    color: #333;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    letter-spacing: -1px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    -webkit-tap-highlight: rgba(0, 0, 0, 0.3);
    -webkit-text-size-adjust: none
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
tfoot,
thead,
th,
td {
    margin: 0;
    padding: 0
}

input,
textarea,
select,
button,
table {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    /*폰트100%*/
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

dl,
ul,
ol,
li {
    list-style: none outside none
}

hr {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

legend,
caption {
    display: none;
    clear: both
}

textarea,
input,
select {
    outline-color: -moz-use-text-color!important;
    outline-style: none!important;
    outline-width: medium!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    cursor: pointer;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

textarea {
    resize: none
}

img,
fieldset {
    border: 0
}

img {
    max-width: 100%;
}

label,
button {
    cursor: pointer
}

button,
select {
    text-transform: none
}

em,
i,
address {
    font-style: normal;
    font-weight: normal
}

a {
    color: inherit;
    outline: 0 none;
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

a:link,
a:visited,
a:hover {
    color: inherit;
    text-decoration: none
}

a:active,
a:focus {
    color: inherit;
    text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

dfn {
    font-style: italic
}

mark {
    background: transparent
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

pre {
    overflow: auto
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

::-moz-selection {
    background: #912b45;
    color: #fff
}

::selection {
    background: #912b45;
    color: #fff
}

.m_alink {
    line-height: 0px;
    vertical-align: top;
}