.page{
  width: 1300px;
  margin: auto;
  align-items: center;
}


.page .content .txt{
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.page .content .txt p{
  font-size: 18px;
}
.page .mbs{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.page .mbs h2,
.page .his h2{
  font-size: 40px;
  font-weight: bold;
  color: #222;
}
.page .mbs .member{
  display: flex;
  gap: 20px;
}
.page .mbs .member a h3,
.page .mbs .member a p{
  font-family: "klavika-web",sans-serif;
  color: #555;
}
.page .mbs .member img{
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}

.page .his{
  width: 100%;
  margin: auto;
  display: flex;
  gap: 200px;
  margin-top: 100px;
}
.page .his .awards h2{
  margin-bottom: 40px;
}
.page .his .awards h2 a{
  color: #222;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid #222;
}
.page .his .awards div{
  display: flex;
  gap: 30px;
}
.page .his .awards li #txt{
  line-height: 1.5;
  margin-bottom: 20px;
}
.page .his .awards .btn{
  display: inline-block;
}
.page .his .awards .btn button{
  border: none;
  line-height: 1.5;
  color: #111;
  background-color: white;
  cursor: pointer;
}


/*이미지 hover */
.page .member .jisoo img:hover,
.page .member .jennie img:hover,
.page .member .rose img:hover,
.page .member .lisa img:hover{
  transform: scale(1.1);
}

