* {
  margin: auto;
  padding: 0;
}
#box {
  width: 710px;
  height: 1123px;
}
#box .title {
  height: 8rem;
}
#box .title img {
  float: left;
  padding: 1.5rem 0 0 3rem;
}
#box .title h1 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 8rem;
  margin-right: 1rem;
  color: #d39c3f;
}
#box .type {
  display: flex;
  justify-content: start;
  height: 8rem;
  background-color: #d39c3f;
}
#box .type > div {
  color: white;
  font-size: 1.2em;
}
#box .type > div p {
  font-size: 2.4rem;
  font-weight: bolder;
}
#box .type .box {
  width: 50%;
}
#box .type .box span {
  display: inline-block;
}
#box .type .box p,
#box .type .box span {
  text-indent: 4rem;
}
#box .container {
  display: flex;
  flex-direction: column;
}
#box .container .row {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  line-height: 4.8rem;
  height: 4.8rem;
  color: #434343;
  text-indent: 4rem;
}
#box .container .row hr {
  border: 1px dashed #434343;
  text-indent: 4rem;
  margin-left: 4rem;
  width: 80%;
}
#box .container .type_room {
  width: 50%;
}
#box .container .type_room h2 {
  font-size: 1.8rem;
  font-weight: bolder;
}
#box .container .type_num {
  width: 50%;
  font-size: 1.2rem;
  font-weight: bolder;
}
#box .time {
  font-size: 2rem;
  font-weight: bolder;
  text-align: center;
  margin-top: 1rem;
  color: #434343;
}
#box .now {
  font-size: 4rem;
  font-weight: bolder;
  text-align: center;
  margin: 1rem 0 1.5rem 0;
  color: #434343;
  letter-spacing: 0.4rem;
}
#box .image > img {
  width: 48%;
  float: left;
  height: 200px;
}
#box .image .imageTwo {
  margin: 0 2% 0 1%;
}
