@charset "UTF-8";
@import url("font.css");
/* Reset */
html, body {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background-color: #ffffff;
    *word-break: break-all;
    -ms-word-break: break-all;
    line-height: 1;
}
body *, * {
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button {
    margin: 0px;
    padding: 0px
}
body, input, textarea, select, table {
    font-family: 'Montserrat', 'S-CoreDream', 'Malgun Gothic', sans-serif;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-weight: 400;
    line-height: 1;
}
fieldset, iframe {
    border: 0;
    vertical-align: middle;
}
ul, ol, li {
    list-style: none;
}
em, address {
    font-style: normal;
}
form, p {
    margin: 0px;
}
img {
    vertical-align: middle;
    border: 0px !important;
}
input, select, button {
    vertical-align: middle;
}
input::-ms-clear {
    display: none;
}
::-webkit-input-placeholder {
    font-family: 'Montserrat', 'S-CoreDream', 'Malgun Gothic', sans-serif;
    color: #aaa;
}
::-moz-placeholder {
    color: #aaa;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #aaa;
}
/* ie */
input:-moz-placeholder {
    color: #aaa;
}
i, em, address {
    font-style: normal
}
button {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: transparent;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
label, button {
    cursor: pointer
}
legend {
    *width: 0
}
nav ul {
    list-style: none;
}
.blind, legend {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, .blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0
}
caption {
    overflow: hidden;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px
}
hr {
    display: block;
    height: 0;
    border: 0;
}
/* input */
input {
    font-family: 'Montserrat', 'S-CoreDream', 'Malgun Gothic', sans-serif;
    border: 0;
    padding: 5px 8px 5px 8px;
    background-color: #fff;
}
input:focus {
    border: 0;
    padding: 5px 8px 5px 8px;
}
input.check, input.radio {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin: 0px 3px 1px 0;
    padding: 0px;
    border: 0px !important;
}
input[type="button"], input[type="submit"] {
    cursor: pointer;
    filter: chroma(color=#000000);
}
select {
    font-size: 14px;
    border: 1px solid #999 !important;
    padding: 4px 3px 4px 5px !important;
    color: #555;
    border-radius: 3px;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
/* Link */
a {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
::-moz-selection {
   background: #000;
   color: #fff;
}
::selection {
   background: #000;
   color: #fff;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }