/*            �깋源붾끂由�         */

.wrapper {
  position: relative;
}

/*       header      */

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 80px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.23);
  background: white;
}

header .ci {
  float: left;
  height: inherit;
  background: white;
  padding-left: 70px;
  z-index: 10000;
  position: absolute;
}

header .ci .logoimg {
  margin-top: 20px;
  width: 120px;
  height: 40px;
}

header >nav {
  position: relative;
  right: 0;
  font-size: 20px;
  margin-right: 70px;
  font-size: 16px;
}

header> nav> ul {
  position: absolute;
  right: 0;
  height: 100px;
  margin-top: 20px;
  line-height: 40px;
}

header >nav> ul >li {
  float: left;
  text-align: center;
  width: 130px;
  height: 40px;
}

header> nav >ul> li >a {
  color: #373737;
}
header nav ul li a:hover{
  color:#FFA600;
  text-decoration: none;
}

header >nav >ul> li:laslast-child >a {
  margin-right: 0;
}

.contentsWrapper {
  width: 100%;
  margin-top: 80px;
}



/*       footer      */

/*footer*/

footer {
  width: 100%;
  font-family: 'Noto Sans KR', sans-serif;
}

.footer_wrap {
  box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.10);
  font-size: 12px;
  width: 100%;
  height: 115px;
  /*background-color: #fcfcfc;*/
}

.footer1 {
  line-height: 25px;
  float: left;
  margin: 20px 0 5px 250px;
}

.footer2 {
  float: right;
  margin: 70px 250px 0 0;
}

.footer1>p {
  color: #686868;
  font-weight: normal;
}

.footer2>p {
  color: #686868;
  font-weight: bold;
}

p>span {
  font-weight: 100;
  color: red;
}

.admin {
  font-weight: 100;
  color: #FFA600;
}
