@font-face {
    font-family: NotoKR;
    src: local(NotoSansCJKKRThin),
    url(/child/font/notokr-thin.eot), url(/child/font/notokr-thin.eot?#iefix) format('embedded-opentype'),
    url(/child/font/notokr-thin.woff2) format('woff2'), url(/child/font/notokr-thin.woff) format('woff'),
    url(/child/font/notokr-thin.ttf) format('truetype');
    font-weight: 100;
}
@font-face {
    font-family: NotoKR;
    src: local(NotoKR-Light),
    url(/child/font/notokr-light.eot), url(/child/font/notokr-light.eot?#iefix) format('embedded-opentype'),
    url(/child/font/notokr-light.woff2) format('woff2'), url(/child/font/notokr-light.woff) format('woff'),
    url(/child/font/notokr-light.ttf) format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: NotoKR;
    src: local(NotoKR-Demilight),
    url(/child/font/notokr-demilight.eot), url(/child/font/notokr-demilight.eot?#iefix) format('embedded-opentype'),
    url(/child/font/notokr-demilight.woff2) format('woff2'), url(/child/font/notokr-demilight.woff) format('woff'),
    url(/child/font/notokr-demilight.ttf) format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: NotoKR;
    src: local(NotoKR-Regular),
    url(/child/font/notokr-regular.eot), url(/child/font/notokr-regular.eot?#iefix) format('embedded-opentype'),
    url(/child/font/notokr-regular.woff2) format('woff2'), url(/child/font/notokr-regular.woff) format('woff'),
    url(/child/font/notokr-regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: NotoKR;
    src: local(NotoKR-Medium),
    url(/child/font/notokr-medium.eot), url(/child/font/notokr-medium.eot?#iefix) format('embedded-opentype'),
    url(/child/font/notokr-medium.woff2) format('woff2'), url(/child/font/notokr-medium.woff) format('woff'),
    url(/child/font/notokr-medium.ttf) format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: NotoKR;
    src: local(NotoKR-Bold),
    url(/child/font/notokr-bold.eot), url(/child/font/notokr-bold.eot?#iefix) format('embedded-opentype'),
    url(/child/font/notokr-bold.woff2) format('woff2'), url(/child/font/notokr-bold.woff) format('woff'),
    url(/child/font/notokr-bold.ttf) format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: NotoKR;
    src: local(NotoKR-Black),
    url(/child/font/notokr-black.eot), url(/child/font/notokr-black.eot?#iefix) format('embedded-opentype'),
    url(/child/font/notokr-black.woff2) format('woff2'), url(/child/font/notokr-black.woff) format('woff'),
    url(/child/font/notokr-black.ttf) format('truetype');
    font-weight: 800;
}


/* ========== Style Default ========== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: NotoKR, "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;color: #333;letter-spacing: -0.06em;
    word-break:keep-all;word-wrap:break-word;font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;font-variant-ligatures: none;-webkit-font-variant-ligatures: none;text-rendering: optimizeLegibility;-moz-osx-font-smoothing: grayscale;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;
}
img { display: block; margin: 0; border: none; max-width: 100%; }
ul { list-style: none; }
a { text-decoration: none; color: inherit; }
h1 { font-weight: 500; }
h2 { font-weight: 500; }
h3 { font-weight: 500; }
h4 { font-weight: 500; }
h5 { font-weight: 500; }
h6 { font-weight: 500; }
strong { font-weight: 500; }
button { font-family: inherit; background: none; border: none; cursor: pointer; outline: none; }
table { border-collapse: collapse; }
input { outline: none; }
input[type="password"] { font-family: NotoKR, Arial; }
input, textarea, select { font-family: inherit; padding-left: 10px; padding-right: 10px; background: #fff; border: 1px solid #e5e5e5; }
textarea { padding-top: 10px; padding-bottom: 10px; }
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; }
label{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
option { font-size: 16px; }
select{
    padding-right: 40px;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image: url('/child/img/icon/select-arrow.png');
    background-color: #fff;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
}
select::-ms-expand { display: none; }
select:focus { outline: none; }
@media (max-width:1366px) {
    select { padding-right: 30px; background-size: 8px auto; background-position: right 9px center; }
}
::placeholder { color: #bbbbbb; }
:-ms-input-placeholder { color: #bbbbbb !important; }
::-ms-input-placeholder { color: #bbbbbb !important; }
::after, ::before { box-sizing:border-box; }
