@font-face {
    font-family: 'exqt';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2506-1@1.0/exqt.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


*{
  font-family: '굴림';
  font-weight: 700;
  font-size: 12px;
}

body{
  width: 1440px;
  height: 700px;
  overflow-x: hidden;
}

#header{
  width: 8000%;
  height: 100px;
  position: static;
  z-index: -1;
  background: #c8ff7a;
  background: linear-gradient(180deg, rgba(200, 255, 122, 1) 0%, rgba(255, 255, 255, 1) 82%);
}

#bomb{
  position:absolute;
  top: -150px;
  left: 590px;
  overflow: visible;
}

#praise{
  position:absolute;
  font-size: 12px;
  top: 90px;
  left: 500px;
  overflow: visible;
  z-index: 1;
  width: 300px;
  color: red;
    text-shadow:
    -1px -1px 0 white,
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white;
}


body{
  margin: 0;
}

#name{
  position: relative;
  top: -75px;
  z-index: 0;
  word-break: keep-all;
  background-image: url(dongs.png);
  background-size: cover;
  width: 600px;
  height: 110px;
  margin: 0 auto;
}

#box{
  background-color: gainsboro;
  width: 600px;
  height: 595px;
  margin: 0 auto;
  border: 1px lightgray solid;
  border-radius: 20px 20px 20px 20px;
}

#menu {
  width: 400px;
  height: 30px;
  top: 0px;
  margin-top: px;
}

#sitemap{
  width: 400px;
  height: 200px;
  top: 0px;
}

#siteif{
  width: 380px;
  height: 190px;
  margin-left: 10px;
  margin-top: 5px;
  border: none;
  }
  
#content {
  width: 570px;
  height: 540px;
  position: relative;
  top: -70px;
  margin: 0 auto;
}

#topl{
  float: right;
  margin-right: -7px;
}

#topr{
  margin-left: -5px;
}

#login{
  background: white;
  border: 1px solid white;
  width: 170px;
  height: 75px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 5px;
}

#log{
  background: linear-gradient(180deg, rgba(216, 255, 161, 1) 0%, rgba(237, 255, 212, 1) 100%);
  border: 1px solid white;
  width: 170px;
  height: 150px;
  position: relative;
  border-radius: 8px;
  margin-top: 7px
}

#logif{
  width: 167px;
  height: 100px;
  border: none;
  }

#top{
  margin-bottom: 10px;
  margin-top: 7px;
}

#botl{
  float: right;
  
  margin-right: -5px;
}

#poll{
  background: linear-gradient(180deg, rgba(216, 255, 161, 1) 0%, rgba(237, 255, 212, 1) 100%);
  border: 1px solid white;
  border-radius: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  width: 200px;
  height: 110px;
  position: relative;
}

#info{
  background: white;
  border: 1px solid white;
  border-radius: 8px;
  margin-left: 8px;
  width: 200px;
  height: 170px;
  position: relative;
}

#sec1{
  background: white;
  border-radius: 8px;
  margin-left: -4px;
  margin-right: 9px;
  width: 172px;
  height: 290px;
  position: relative;
  float: left
}

#sec2{
  background: linear-gradient(180deg, rgba(216, 255, 161, 1) 0%, rgba(237, 255, 212, 1) 100%);
  border: 1px solid white;
  border-radius: 8px;
  width: 180px;
  height: 290px;
  position: relative;
  float: left;
}

.menubut{
  width: 66px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  background: #d8ffa1;
  background: linear-gradient(180deg, rgba(216, 255, 161, 1) 0%, rgba(237, 255, 212, 1) 100%);
  border: 1px solid transparent;
  border-radius: 9px;
  float: left;
}

.menubut:hover{
  background: #ffa1a1;
  background: linear-gradient(180deg, rgb(255, 161, 161) 0%, rgb(255, 212, 212) 100%);
  border: 2px solid red;
  color: red;
  transition: color 1s ease;
  transition: border-color 1s ease;
}

#sitecontent{
  width: 99%;
  height: 100%;
  background-color: white;
  border: 1px solid white;
  border-radius: 13px;
  margin-top: 6px;
}

#loginbox{
  padding: 10px;
}

input{
  width: 84px;
}

a:link {
  color : black;
  text-decoration: none;
}
a:visited {
  color : black;
  text-decoration: none;
}
a:hover {
  color : rgb(224, 0, 0);
  text-decoration: none;
}
a:active {
  color : rgb(211, 0, 0);
  text-decoration: none;
}

#but{
  background: #c6ff75;
  background: linear-gradient(180deg, rgb(193, 255, 105) 0%, rgba(237, 255, 212, 1) 100%);
  border: 2px solid transparent;
  border-radius: 8px;
}

#but:hover{
  background: #ffa1a1;
  background: linear-gradient(180deg, rgb(255, 161, 161) 0%, rgb(255, 212, 212) 100%);
  border: 2px solid red;
  color: red;
  transition: color 1s ease;
  transition: border-color 1s ease;
}