@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

.nanummyeongjo * {
 font-family: 'Nanum Myeongjo', serif;
}
html, body {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Noto Sans KR', sans-serif; /* 100, 300, 400, 500, 700, 900 */
    font-size: 14px;
    color: black;
  
}

input {
    font-family: 'Noto Sans KR', sans-serif; /* 100, 300, 400, 500, 700, 900 */
    font-size: 13px;
}

textarea {
    font-family: 'Noto Sans KR', sans-serif; /* 100, 300, 400, 500, 700, 900 */
    font-size: 13px;
}

div {
    border-spacing: 0;
    padding: 0;
}

@media not all and (min-resolution:.001dpcm) { @media
    {
        body {
            font-family: '돋움'; /* 100, 300, 400, 500, 700, 900 */
            font-size: 12px;
        }
    }}


* {
    box-sizing: border-box;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    cursor: pointer;
    transition: all .3s;
}
a:link {
    text-decoration: none;
    color: #ff7a22;
}
a:hover {
    color: #1D7ABD;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: white;
    color: black;
    font-size: .9em;
    font-family: 'Noto Sans KR', sans-serif; /* 100, 300, 400, 500, 700, 900 */
    font-weight: 300;
    position: absolute;
    padding: 3px 8px 4px 8px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    opacity: 0;
    border: 3px solid #1D7ABD;
    border-radius: 5px;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}

input {
    outline: 0;
}
/* IE default input event remove */
::-ms-clear,
::-ms-reveal {
    display: none;
}

img {
    border: none;
}