@charset "utf-8";
body, .simpleWidgetStyle {
    font-family: 's-core-dream-light', "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "돋움", "Dotum", sans-serif;
}
body, p, h2, h3, ul, li, input, button {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}
body, html {
    width: 100%;
    height: 100%;
    min-width: 1240px;
}
body, input, ul, li, button {
    font-size: 12px;
    -webkit-font-smoothing: antialiased
}
img, button {
    border: 0
}
div.simpleWidgetStyle {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
div.simpleWidgetStyle::after {
    content: "";
    display: table;
    clear: both;
}
div.simpleWidgetStyle h2 {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #434343;
}