@charset "utf-8";

/* Reset */
html, body {
    width: 100%;
    height: 100%
}

html {
    overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, button {
    margin: 0;
    padding: 0
}

body, h1, h2, h3, h4, h5, h6, th, input, button {
    font-family: 'Noto Sans KR', 'malgun Gothic', '¸¼Àº °íµñ', Dotum, 'µ¸¿ò', Helvetica, AppleSDGothicNeo, sans-serif !important;
    font-style: normal;
    line-height: 1.4em;
    font-size: 13px;
    color: #111;
    font-weight: 400;
}

body {
    background-color: #fff;
    *word-break: break-all;
    -ms-word-break: break-all
}

img, fieldset, iframe {
    border: 0 none
}

li {
    list-style: none
}

img {
    vertical-align: top
}

i, em, address {
    font-style: normal
}

label, button {
    cursor: pointer
}

button {
    margin: 0;
    padding: 0
}

a {
    color: #111;
    text-decoration: none;
    word-break: break-all;
}

a:link, a:visited, a:active, a:focus, a:hover {
    text-decoration: none;
}

button {
    position: relative;
    border: none;
}

button img {
    left: -3px;
    *left: auto
}

hr {
    display: none
}

legend {
    *display: none !important;
}

caption, legend {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0;
    *display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

iframe {
    vertical-align: top
}

iframe.emoticon_area_sms {
    border: 0;
    width: 1100px;
    height: 780px;
}

/* modify css @yundy */
iframe.emoticon_area_mms {
    border: 0;
    width: 1100px;
    height: 1250px;
}

input::-ms-clear {
    display: none
}

input, select, button {
    vertical-align: middle
}

input, textarea, select {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', 'malgun gothic', '¸¼Àº °íµñ', sans-serif, Dotum, 'µ¸¿ò', AppleSDGothicNeo, sans-serif;
    line-height: 1.4em;
    color: #111;
    vertical-align: middle
}

textarea {
    border: 1px solid #666;
    resize: none
}

label {
    cursor: pointer;
}

input[type="file"] {
    width: 100%;
    background: none;
    border: none;
}

input[type='text'], input[type='password'], input[type='search'], input[type='date'] {
    -webkit-text-fill-color: #000;
    -ms-text-fill-color: #000;
}

 
input.noBlind {
    -webkit-appearance: auto;
}

input::-ms-clear, hr {
    display: none;
}

::-webkit-input-placeholder {
    color: #bbb;
    -webkit-text-fill-color: #bbb;
}

::-moz-input-placeholder {
    color: #bbb;
    -moz-text-fill-color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
    -ms-text-fill-color: #bbb;
}

:-moz-input-placeholder {
    color: #bbb;
    -moz-text-fill-color: #bbb;
}

div.selectTypeA select,
div.selectTypeB select,
div.selectTypeC select,
div.selectTypeD select,
div.selectTypeE select,
div.selectTypeF select {
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: none;
}
  
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-style: normal;
    src: url('fonts/noto_kr/NotoSans-Bold.eot');
    src: url('fonts/noto_kr/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/noto_kr/NotoSans-Bold.woff2') format('application/font-woff2'),
    url('fonts/noto_kr/NotoSans-Bold.woff') format('application/font-woff'),
    url('fonts/noto_kr/notokr-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-style: normal;
    src: url('fonts/noto_kr/NotoSans-Medium.eot');
    src: url('fonts/noto_kr/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/noto_kr/NotoSans-Medium.woff2') format('application/font-woff2'),
    url('fonts/noto_kr/NotoSans-Medium.woff') format('application/font-woff'),
    url('fonts/noto_kr/notokr-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/noto_kr/NotoSans-Regular.eot');
    src: url('fonts/noto_kr/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/noto_kr/NotoSans-Regular.woff2') format('application/font-woff2'),
    url('fonts/noto_kr/NotoSans-Regular.woff') format('application/font-woff'),
    url('fonts/noto_kr/notokr-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 100;
    font-style: normal;
    src: url('fonts/noto_kr/NotoSans-Thin.eot');
    src: url('fonts/noto_kr/NotoSans-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/noto_kr/NotoSans-Thin.woff2') format('application/font-woff2'),
    url('fonts/noto_kr/NotoSans-Thin.woff') format('application/font-woff'),
    url('fonts/noto_kr/NotoSans-Thin.ttf') format('truetype');
}



