@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, /*strong, */sub, sup, tt, var,
    /*b,*/ u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    -moz-tap-highlight-color:rgba(255,255,255,0);
}
body {
    line-height: 1;
    -webkit-overflow-scrolling:touch;
    /* word-break:keep-all; */
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {display: block;}
html {
    font-family:sans-serif;
    -ms-text-size-adjust:100%; /* ie */
    -webkit-text-size-adjust:100%; /* IOS */
    -moz-text-size-adjust:100%;
}
ol, ul {
    list-style: none;
}
li {list-style: none;}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align:middle;
    border:0;
}
a {
    font-family:inherit;
    color:inherit;
    text-decoration:none;
}
.clearfix:after {
    content:'';
    clear:both;
    display:block;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border:0;
}
textarea, select  {
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    border-radius:0;
    -webkit-border-radius:0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    resize: none;
}
select::-ms-expand{ display:none;} /* ȭ��ǥ ���ֱ� for IE10, 11*/
select:focus {outline:none;}

input {
    line-height:normal;
    border-radius:0;
    -webkit-border-radius:0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
input[type="text"], input[type="password"] {
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    border-radius:0;
    -webkit-border-radius:0;
}
/* input[type="text"]:focus, input[type="password"]:focus {border:0; outline:0;} */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    /* -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; */
}

button {
    background:none;
    border:none;
    padding:0;
    margin:0;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    border-radius:0;
    -webkit-border-radius:0;
    cursor:pointer;
}
input:focus, button:focus {border:0; outline:0;}
button[disabled], input[disabled] {
    cursor: default;
}
button, label{cursor:pointer;}
button::-moz-focus-inner{border:0; padding:0;}

/* add */
.ir_pm {text-indent: -9999rem; font-size: 0; }
strong {font-weight: normal;}
.clearfix:after {
    content:'';
    display: block;
    clear:both;
}

html{font-size:10px;}