/*
/* lmenu - left menu style
/*
/* f_2019.08.06 / e1_2023.02.26
/* Edit Ver.1
*/


@font-face {
    font-family: 'goorm-sans-code';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408@1.0/goorm-sans-code.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {
//    background-color: #000033;
    margin: 0;
//    font-family: 'Noto Sans Korean';
    font-family: 'Pretendard-Regular';
    font-size: 9px;
    color: black;
    padding: 10px;
}


.sitetitle { text-decoration: none; color: #44BEC7; font-size: 32px; font-family: 'goorm-sans-code'; font-weight: bold; padding-left: 0px; padding-top: 5%; padding-bottom: 20px; text-align: center;}


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

.sidenav .sitetitle a, a:visited, a:hover{ text-decoration: none; color: #44BEC7; font-size: 28px; font-family: 'goorm-sans-code'; font-weight: bold; padding-left: 0px; padding-top: 5%; padding-bottom: 20px; text-align: center; text-decoration: none; }


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

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: blue;
//    text-decoration: underline;
    text-decoration: none;
    font-weight: bold;
}

/*menu_sub*/
.submenu a {
    font-family: 'goorm-sans-code';
    padding: 1px 3px 2px 16px;
    text-decoration: none;
    font-size: 16px;
    color: #808080;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-weight: normal;
}

/* On mouse-over */
.submenu a:hover {
    color: blue;
    text-decoration: underline;
    font-weight: normal;
}


.dropdown {
    font-family: 'goorm-sans-code';
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: inline-block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-weight: bold;
}


.dropdown-btn {
  cursor: pointer;
  font-size: 12px;
}

.dropdown-content {
    display: none;
}


.dropdown:hover .dropdown-content {
    display: block;
    font-family: 'goorm-sans-code';
    padding: 1px 3px 2px 16px;
    font-size: 12px;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    color: blue;
    font-weight: normal;


}

.dropdown-content a {
    font-family: 'goorm-sans-code';
    padding: 1px 3px 2px 16px;
    font-size: 12px;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    color: #808080;
    text-decoration: none;
    font-weight: normal;
}

.dropdown-content a:hover {
    font-family: 'goorm-sans-code';
    padding: 1px 3px 2px 16px;
    font-size: 12px;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    color: blue;
    text-decoration: underline;
    font-weight: normal;

}


/* Main content */
.main {
    margin-left: 250px; /* Same as the width of the sidenav */
    font-size: 16px; /* Increased text to enable scrolling */
    padding: 0px 0px;
}

/* Add an active class to the active dropdown button */
.active {
    font-family: 'goorm-sans-code';
    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;}
}

.logininfo {
    margin: 0;
    font-family: 'goorm-sans-code';
    font-size: 12px;
    color: #505050;
    padding: 6px 8px 1px 16px;
}

.loginout a, a:hover {
    color: dodgerblue;
}

.copyright {
  padding: 10px;
  color: #118181;
  text-align: left;
  font-size: 0.9em;
  font-family: 'goorm-sans-code';
  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: 'Noto Sans Korean'; font-size: 14px; color: white; padding: 20px; padding-top: 30px; }
input { background-color:#ffffff; margin: 0; font-family: 'Noto Sans Korean'; font-size: 16px; color: black; padding: 5px; }
textarea { background-color:#ffffff; margin: 0; font-family: 'Noto Sans Korean'; font-size: 16px; color: black; padding: 5px; }
select { background-color:#ffffff; margin: 0; font-family: 'Noto Sans Korean'; 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: 'goorm-sans-code';
    font-weight: bold;
}

