@charset "utf-8";

/*!
 * 클로저스 Stylesheet
 * http://closers.nexon.com
 * Create: 18.01.15 Update: 18.01.15
 */

/* CSS Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

img,
fieldset,
button {
    border: 0;
}

article,
aside,
figcaption,
figure,
video,
audio,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
input,
button,
textarea,
select,
table {
    line-height: 1.2;
    font-family: "微軟正黑體", "Malgun Gothic", Dotum, Tahoma, sans-serif;
    font-size: 14px;
    color: #555;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #555;
    transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: #555;
}

img {
    vertical-align: middle;
}

button,
label {
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
legend {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    visibility: hidden;
}

/* Reserved Class
-------------------------------------------------------------- */
.blind {
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: -1000%;
    overflow: hidden;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.clearFix {
    zoom: 1;
}

.clearFix:after {
    clear: both;
    display: block;
    content: '';
}

.btn {
    background: none;
    border: 0 none;
    outline: none;
    cursor: pointer;
}

.fix {
    position: fixed !important;
}

button,
a {
    background: url(../images/bg_link.png) no-repeat;
}