/*
 *
 * nple css update_ver_200417
 *
 *
*/

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'Pretendard-Regular';
    font-size: 9px;
    color: black;
    padding: 10px;
}

.sitetitle { color: white; font-size: 24px; font-family: 'Pretendard-Regular'; font-weight: bold; padding-left: 0px; padding-top: 5%; padding-bottom: 20px; text-align: center;}


/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    font-family: 'Pretendard-Regular';
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}

/* Main content */
.main {
    margin-left: 0px; /* Same as the width of the sidenav */
    font-size: 16px; /* Increased text to enable scrolling */
    padding: 0px 10px;  // menu 와 board 간격  300px
}

/* Add an active class to the active dropdown button */
.active {
    font-family: 'Pretendard-Regular';
    background-color: dodgerblue;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


.logout a, a:hover {
    color: yellow;
}

.copyright {
  padding: 10px;
  color: #118181;
  text-align: left;
  font-size: 0.9em;
  font-family: 'Pretendard-Regular';
  font-weight:400;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
   
//body { background-color:#404040; margin: 0; font-family: 'Pretendard-Regular'; font-size: 14px; color: white; padding: 20px; padding-top: 30px; }
input { background-color:#ffffff; margin: 0; font-family: 'Pretendard-Regular'; font-size: 16px; color: black; padding: 5px; }
textarea { background-color:#ffffff; margin: 0; font-family: 'Pretendard-Regular'; font-size: 16px; color: black; padding: 5px; }
select { background-color:#ffffff; margin: 0; font-family: 'Pretendard-Regular'; font-size: 16px; color: black; padding: 5px; }

.button {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    font-family: 'Pretendard-Regular';
    font-weight: bold;
}

