
@import "common.css";

html {
  color: #262101;
  background: #F2EFE9;
}
body{
  font-family: 'Candara','함초롬바탕';
}
a {
  color: #262101;
}
/* ----------------------------header */


header {
  display: inline-block;
  /* background: pink; */
  height: 95vh;
}

.Logo_div a img {
  width: 100px;
  height: auto;
  margin: 40px;
}

.header_menu ul li {
  margin: 10px;
  margin-left: 40px;
}
.header_menu ul li a {
  font-size: 14px;
}


/* ----------------------dolls */
section {
  display: inline-block;
  text-align: center;
}

#dolls .container {
  /* background: pink; */
  width: 900px;
  height: auto;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
#dolls .container ul {
  text-align: center;
}
#dolls .container ul li {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 300px;
  margin: 40px 20px;
  vertical-align: middle;
}

#dolls .container ul li a img {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  background: #027373;
}
#dolls .container ul li a .doll_name{
  font-size: 1rem;
  letter-spacing: 0.2rem;
  margin-bottom: 5px;
}

#dolls .container ul li a span {
  font-size: 0.8rem;
  display: inline-block;
  color: #262101;
}


/* -----------------------footer */

footer {
  position: sticky;
  bottom: 0;
  text-align: center;
  margin-bottom: 20px;
  background: #F2EFE9;
}
