@charset "utf-8"; /* * @ RESET CSS * ------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline-style: none;
    user-select: none;
}

html, body, div, p, span, strong, b, em, iframe, pre, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, fieldset, form, legend, label, table, caption, thead, tbody, tfoot, tr, th, td, ul, ol, li, a, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0 none;
}

body {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: none;
    padding: 0;
}

em, address,i {
    font-style: normal;
}

img,fieldset {
    font-size: 0;
    line-height: 0;
    border: 0 none;
}

sup {
    position: relative;
    top: 2px;
    font-size: 11px;
    line-height: 100%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

th, td {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #4a4a4a;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

a:visited {
    color: #4a4a4a;
}

*, html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* IR 효과 */
.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.ir_wa {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ir_so {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}
