/* CSS Document */

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}

body{
    font:1rem/1.4 'Noto Sans KR',Dotum,Gulim,Sans-serif;
    letter-spacing:-.05rem;
    color:#222;
}
ol, ul{list-style:none}
table{border-collapse:collapse;border-spacing:0;table-layout:fixed;}
img, video, audio, object, embed, iframe{max-width:100%;}
img{height:auto;vertical-align:top;}
i, address{font-style:normal;}
em{font-style:italic;}
a,s{text-decoration:none;}
h1,h2,h3,h4,h5,strong,b,th{font-weight:500;}
button, select{text-transform:none;}
button{cursor:pointer;}
button, input, optgroup, select, textarea {
    -webkit-appearance:none;appearance:none;
    margin:0;padding:0;
    background-color:transparent;
    border-radius:0;border:0;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
pre {
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Helvetica", sans-serif;
    word-break: break-all;
    white-space: pre-line;
}

.top-navbar-fixed {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}
.top-navbar-fixed h1 {
    position: relative;
    padding: 10px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 30px;
}
/* Style the close button */
.topright-btn-close {
  float: right;
  cursor: pointer;
  font-size: 28px;
  vertical-align: middle;
}

.main-content {font-size: 14px;padding: 16px;margin-top: 30px;height: 630px;width: auto;padding: 76px 20px 20px;-webkit-overflow-scrolling: touch;overflow-y: scroll;}
