body,
nav,
p {
    padding: 0;
    margin: 0;
}

button {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

h1,
h2 {
    margin: 0;
}

body {
    font-family: "Spoqa Han Sans Neo", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

div,
section,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow: hidden;
}

/* reset.css from iu */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body {
    font-weight: normal;
    font-size: 100%;
}

html,
body,
object,
iframe,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
div,
h1,
h2,
h3,
h4,
h5,
h6,
b,
i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
i,
th {
    font-size: inherit;
    font-weight: inherit;
}

p,
span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style-type: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input {
    padding: 0;
    margin: 0;
}

input,
select {
    vertical-align: middle;
    border-style: none;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    /* repaint text - font problem
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;*/
}

/* repaint text - font problem*/
@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

a,
button,
input,
tr {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/ic-down.svg");
    background-position: top 50% right 0px;
    background-repeat: no-repeat;
    outline: none;
}

/* variables */
:root {
    --color-grayscale-grey100: #333333;
    --color-grayscale-grey-090: #595959;
    --color-grayscale-grey-080: #7e7e7e;
    --color-grayscale-grey-070: #9f9f9f;
    --color-grayscale-grey-060: #bbbbbb;
    --color-grayscale-grey-050: #d0d0d0;
    --color-grayscale-grey-040: #e1e1e1;
    --color-grayscale-grey-030: #ededed;
    --color-grayscale-grey-020: #f6f6f6;
    --color-grayscale-grey-010: #fcfcfc;
    --color-grayscale-grey-005: #fdfdfd;
    --color-pure-wht: #ffffff;
    --color-pure-blk: #000000;
    --color-system-error: #ea1b1a;
    --color-system-info: #3680ff;
    --color-system-success: #4caf50;
    --color-system-warn: #f9a825;
    --color-transaction-buy-active: #b71530;
    --color-transaction-buy-hover: #e73654;
    --color-transaction-buy-default: #d51939;
    --color-transaction-sell-active: #2454a8;
    --color-transaction-sell-default: #2b66cc;
    --color-transaction-sell-hover: #467bd8;
    --color-profit-red: #d51939;
    --color-profit-blue: #2b66cc;
    --color-shinhan-blue: #0065b2;
}
