body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-family: "Noto sans kr", sans-serif;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
    display: block;
    border: 0;
    *margin: 0;
    *padding: 0;
    *font-size: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img, iframe {
    border: 0;
}

img {
    vertical-align: top;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

caption, legend {
    display: none;
}

html, body {
    background: #fff;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    color: #212121;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border: 0;
    color: #212121;
}

a[href^="tel"] {
    font-style: normal;
}

a:hover {
    color: #de284a;
}

button {
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 100%;
}

.scrollOff {
    overflow: hidden;
}

::-moz-selection {
    background: #bfd630;
    color: #21215d;
}

::selection {
    background: #bfd630;
    color: #21215d;
}

.point_color {
    color: #de284a !important;
}

.msg {
    display:inline-block;
    color:#777;
    font-weight:300;
    font-size:13px !important;
}

.errorMsg {
    color:#ff4500;
    display:inline-block;
    font-size:13px !important;
    margin-left:1em;
    margin-top:1px;
    font-weight:300;
}

.sub_visual {
    text-align:center;
}


select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background: #fff url('../../../../../삼인static파일/resources/images/common/select_arrow.png')no-repeat 95% 50%;
}

input {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none;
}

#wrap {
    max-height:500px;
}