@charset "utf-8";

/* Font */
@font-face {
    font-family: ns;
    src: url("../fonts/NotoSans-Thin.eot");
    src: local(※), url("../fonts/NotoSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Thin.woff") format("woff"), url("../fonts/NotoSans-Thin.woff2") format("woff2"),
        url("../fonts/NotoSans-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: ns;
    src: url("../fonts/NotoSans-Light.eot");
    src: local(※), url("../fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Light.woff") format("woff"), url("../fonts/NotoSans-Light.woff2") format("woff2"),
        url("../fonts/NotoSans-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: ns;
    src: url("../fonts/NotoSans-Regular.eot");
    src: local(※), url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.woff2") format("woff2"),
        url("../fonts/NotoSans-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: ns;
    src: url("../fonts/NotoSans-Medium.eot");
    src: local(※), url("../fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium.woff2") format("woff2"),
        url("../fonts/NotoSans-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: ns;
    src: url("../fonts/NotoSans-Bold.eot");
    src: local(※), url("../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.woff") format("woff2"),
        url("../fonts/NotoSans-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: roboto;
    src: url("../fonts/Roboto-Regular.eot");
    src: local(※), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: roboto;
    src: url("../fonts/Roboto-Medium.eot");
    src: local(※), url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: roboto;
    src: url("../fonts/Roboto-Bold.eot");
    src: local(※), url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: osh;
    src: url("../fonts/OneShinhanLight.eot");
    src: local(※), url("../fonts/OneShinhanLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OneShinhanLight.woff") format("woff"), url("../fonts/OneShinhanLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: osh;
    src: url("../fonts/OneShinhanMedium.eot");
    src: local(※), url("../fonts/OneShinhanMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/OneShinhanMedium.woff") format("woff"),
        url("../fonts/OneShinhanMedium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: osh;
    src: url("../fonts/OneShinhanBold.eot");
    src: local(※), url("../fonts/OneShinhanBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OneShinhanBold.woff") format("woff"), url("../fonts/OneShinhanBold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

/* */
@font-face {
    font-family: sh;
    src: local(※), url("../fonts/SpoqaHanSansThin.eot?#iefix") format("embedded-opentype"), url("../fonts/SpoqaHanSansThin.woff") format("woff"),
        url("../fonts/SpoqaHanSansThin.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: sh;
    src: local(※), url("../fonts/SpoqaHanSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SpoqaHanSansRegular.woff") format("woff"),
        url("../fonts/SpoqaHanSansRegular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: sh;
    src: local(※), url("../fonts/SpoqaHanSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SpoqaHanSansBold.woff") format("woff"),
        url("../fonts/SpoqaHanSansBold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

body,
div,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
em,
p,
span,
textarea,
pre,
label,
fieldset,
th,
td,
button,
a,
input,
select,
hr,
figure {
    margin: 0;
    padding: 0;
    font-family: ns, Arial, dotum;
    word-break: break-all;
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
    font-weight: normal;
}
em,
span,
strong,
a,
button,
i {
    font-size: 100%;
}
em,
address {
    font-style: normal;
}
ol,
ul,
dl {
    list-style: none;
}
fieldset,
img,
hr,
button {
    border: 0;
}
img,
input,
textarea,
select {
    vertical-align: top;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
legend,
caption {
    overflow: hidden;
    width: 0;
    height: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
a {
    text-decoration: none;
}
button {
    overflow: visible;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
}
input,
textarea,
select {
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
} /* 모바일 한정 */
textarea {
    resize: none;
}
input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="text"]::-ms-reveal,
input[type="password"]::-ms-reveal {
    display: none;
}
select {
    outline: none;
    border: none;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}
.blind {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.clfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

body {
    background-color: #fff;
}
