@import url('https://fonts.googleapis.com/css?family=Yeon+Sung:400');

body {
  font-family: 'Song Myung', serif;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: black;
  font-size: 20px;
}
div {
  position: relative;
  box-sizing: border-box;
}
textarea[name=zilmun]::placeholder {
  opacity: 0.5;
}

#bgDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url(/8spirit/img/gong.png);
  background-position: center;
  background-repeat: no-repeat;
}
#mainDiv {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#topBar {
  background-color: rgb(20, 0, 5);
  color: yellow;
  text-align: center;
  height: 80px;
  line-height: 80px;
}
#topBar>h1 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
}
#btnGoHome {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(/icons/android-icon-72x72.png);
  border-radius: 50%;
  background-size: 100%;
  border-radius: 50%;
  cursor: pointer;
  left: 2px;
  bottom: 2px;
}
#mainContent {
  display: table;
  width: 100%;
  min-height: calc(100vh - 210px);
  margin-bottom: 30px;
}
#mainContent>div{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#panel1 {
  width: 95%;
  max-width: 640px;
  margin: auto;
}
#infoment {
  color: white;
  text-shadow: 0px 0px 1px white;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 10px;
  min-height: 250px;
  overflow: hidden;
}
#infoment>div {
  position: absolute;
  width: 100%;
  top: 100%;
}
#inputform {
  opacity: 0;
}
#zilmun {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
	font-family: 'Yeon Sung', cursive;
  /* font-family: 'Cute Font', cursive; */
  font-size: 36px;
  text-align: center;
}
#btnzeomsa {
  width: 125px;
  height: 40px;
  border-radius: 20px;
  border: 0px;
  background-image: linear-gradient(#FFEB3B, #473b00);
  font-size: large;
  font-weight: bold;
  text-shadow: 1px 1px 1px yellow;
  color: #bc2603;
}
#ggadsenseDiv {
  text-align: center;
}
#bottomBar {
  background-color: rgb(20, 0, 5);
  color: yellow;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
#crDiv {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
#panel1>p>button{
  padding: 20px;
  font-size: large;
  font-weight: bold;
}

#totalDesc{
  border: 1px solid;
  padding: 20px;
  margin-bottom: 50px;
}
ul{
  list-style: none;
  padding-inline-start: 0px;
}
ul > li{
  border: 1px solid;
  margin: 10px;
  cursor: pointer;
  font-size: x-large;
  font-weight: bold;
  transition: 0.3s;
  height: 35px;
  overflow: hidden;
	display: inline-block;
	width: 330px;
	max-width: 90%;
	vertical-align: top;
	padding: 10px;
	background-color: black;
	color: white;
	padding-left: 0px;
}
ul > li > p{
  font-size: large;
  font-weight: normal;
}
.rollhr{
  width: 80%;
}