218 lines
3.4 KiB
CSS
218 lines
3.4 KiB
CSS
/********************************************************************************/
|
|
/* */
|
|
/* Design RIAN */
|
|
/* Date : 2007-03-21 */
|
|
/* */
|
|
/* */
|
|
/********************************************************************************/
|
|
|
|
* {margin:0;padding:0;}
|
|
|
|
h1 {
|
|
padding-bottom:20px;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
body {
|
|
position: relative;
|
|
margin: 0;
|
|
padding-bottom: 6rem;
|
|
width: 100%;
|
|
}
|
|
|
|
html, body { height: 100%; }
|
|
|
|
#page-container {
|
|
padding-op: 150px;
|
|
}
|
|
|
|
#content-wrap {
|
|
position: relative;
|
|
display: block;
|
|
padding: 20px;
|
|
/*top:120px;*/
|
|
min-height:300px;
|
|
padding-bottom: 100px;
|
|
}
|
|
|
|
.gnb li {
|
|
float: left;
|
|
padding: 0px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.gnb li a {
|
|
color: #fff;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.gnb-right {
|
|
padding-right: 40px;
|
|
position:relative;
|
|
top:-20px;
|
|
}
|
|
|
|
.gnb-right li {
|
|
float: right;
|
|
padding: 0px;
|
|
padding-right: 20px;
|
|
color: orange;
|
|
}
|
|
|
|
.gnb-right li a {
|
|
color: #333;
|
|
font-weight: bolder;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#header {
|
|
width: 100%;
|
|
height: 60px;
|
|
font-weight:bolder;
|
|
/*position: fixed;*/
|
|
background: #fff;
|
|
padding: 20px;
|
|
color: #000;
|
|
font-weight: 900;
|
|
font: 16px "Noto Sans KR", sans-serif;
|
|
z-index: 10000;
|
|
}
|
|
|
|
#menu {
|
|
width: 100%;
|
|
height: 60px; /* Footer height */
|
|
/*position: fixed;*/
|
|
top:60px;
|
|
font-weight:bold;
|
|
background: #2781C1;
|
|
padding: 20px;
|
|
z-index: 10000;
|
|
font: 16px "Noto Sans KR", sans-serif;
|
|
}
|
|
|
|
#footer {
|
|
margin: 0;
|
|
padding: 1rem;
|
|
color: #AAAAAA;
|
|
background-color: #333333;
|
|
/*position: fixed;*/
|
|
width: 100%;
|
|
display: block;
|
|
text-align: center;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
#jsGrid {
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
ul, ol, li {
|
|
list-style: none;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
font: 16px "Noto Sans KR", sans-serif;
|
|
color: blue;
|
|
}
|
|
|
|
button {
|
|
floating: right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
.float{
|
|
height:40px;
|
|
float: right;
|
|
background-color:#ddd;
|
|
color:#000;
|
|
text-align:center;
|
|
box-shadow: 2px 2px 3px #999;
|
|
padding: 10px;
|
|
margin-right: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.table_content table {
|
|
width: 100% !important;
|
|
margin-top: 10px;
|
|
}
|
|
.table_content table, th, td {
|
|
border: 1px solid #444444;
|
|
line-height: 30px;
|
|
}
|
|
|
|
|
|
.floatRight{
|
|
float: right;
|
|
color: white;
|
|
}
|
|
|
|
|
|
#header-popup {
|
|
width: 100%;
|
|
height: 0px;
|
|
}
|
|
|
|
#menu-popup {
|
|
width: 100%;
|
|
height: 60px; /* Footer height */
|
|
/*position: fixed;*/
|
|
top:0px;
|
|
font-weight:bold;
|
|
background: #278100;
|
|
padding: 20px;
|
|
z-index: 10000;
|
|
font: 16px "Noto Sans KR", sans-serif;
|
|
}
|
|
|
|
#content-wrap-popup {
|
|
position: relative;
|
|
display: block;
|
|
padding: 0px;
|
|
top:60px;
|
|
padding-bottom: 100px;
|
|
}
|
|
|
|
|
|
#content-wrap-popup h1 {
|
|
position: relative;
|
|
color: black;
|
|
}
|
|
|
|
#footer-popup {
|
|
width: 100%;
|
|
height: 0px;
|
|
}
|
|
|
|
input {
|
|
line-height: 25px;
|
|
}
|
|
|
|
input:read-only {
|
|
background-color: #eee !important;
|
|
}
|
|
|
|
|
|
th {
|
|
background-color: #eef !important;
|
|
}
|