body {
  background-color: rgba(255, 250, 210, 0.555);
}

.container {
  background-color: rgba(255, 255, 255, 0.575);
  width: 900px;
  margin: auto;
  padding: 10px;
  margin-bottom: 40px;
  margin-top: 10px;
  border-radius: 25px;
  font-family: "Gothic A1", sans-serif;
}

.container-md {
  font-size: 50px;
  width: 800px;

  padding-top: 30px;
  margin-top: 10px;

  font-family: "Do Hyeon", sans-serif;
}

.table {
  text-align: center;
  width: 230px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

#output-container {
  padding: 3px;
  padding-left: 7px;
  padding-right: 5px;
  border-radius: 5px;
  width: 180px;
}

#wrapper {
  margin: 20px;
  padding: 20px;
}

#banner {
  margin: 10px;
  padding: 10px;
}

.detail {
  font-size: 11px;
}

.select {
  padding: 5px;
}

.context {
  padding-bottom: 10px;
}
.button {
  padding-left: 5px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.form-select {
  width: 100px;
}

#navbr-bottom {
  background-color: darkgray;
  height: 150px;
}

ul,
li {
  list-style: none;
}
#slide {
  height: 310px;
  position: relative;

  overflow: hidden;
}

#slide ul {
  width: 2000px;
  height: 100%;
  transition: 0.8s;
}
#slide ul:after {
  content: "";
  clear: both;
}
#slide li {
  float: left;
  width: 25%;
  height: 100%;
}
#slide input {
  display: none;
}
#slide label {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 2px solid rgb(255, 225, 0) 6;
  background: rgb(255, 225, 0);
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
}
#slide .pos {
  text-align: center;
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  text-align: center;
}
#pos1:checked ~ ul {
  margin-left: 15%;
}

#pos2:checked ~ ul {
  margin-left: -47%;
}
#pos3:checked ~ ul {
  margin-left: -108%;
}

#pos1:checked ~ .pos > label:nth-child(1) {
  background: #666;
}
#pos2:checked ~ .pos > label:nth-child(2) {
  background: #666;
}
#pos3:checked ~ .pos > label:nth-child(3) {
  background: #666;
}
