@import "reset.css";

.contactSection .contactArticle {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 100;
}
.contactArticle .contactPicture {
  width: 300px;
  height: 500px;
  background: url(../img/jisuhwanPicture3.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -45%;
  z-index: 90;
  animation: picRotate 2s infinite;
  opacity: 0.7;
}
.thanksText {
  font-size: 20rem;
  color: #a0d6eb;
  line-height: 1;
  margin-bottom: -50px;
  text-align: center;
}
.contactArticle .contactBox {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 300px;
  flex-flow: column;
  background: #bfe2f0;
  opacity: 0.8;
}
.contactBox .textBox {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-flow: column;
  align-items: flex-start;
  transform: translate(22%);
}
.contactBox .textBox header {
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 3%;
  color: var(--main-color);
}
.contactBox .textBox header span {
  font-size: 5rem;
  font-weight: 700;
  color: #cf492b;
}
.contactBox .textBox p {
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 180%;
  color: #333333;
}
.contactBox .textBox p span {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--main-color);
}
.contactBox .infoBox {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 15%;
  transform: translate(23%, -50%);
}
.contactBox .infoBox article {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 31%;
  height: 100%;
}
.contactBox .infoBox article div {
  width: 17.78%;
  height: 74.626%;
}
.contactBox .infoBox article a {
  width: 80%;
  text-decoration: none;
}
.contactBox .infoBox article a span {
  height: 74.626%;
  color: #333333;
  letter-spacing: -0.1rem;
  line-height: 230%;
  margin-left: 2%;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.contactBox .infoBox .phoneBox {
  width: 100%;
  height: 100%;
  display: flex;
}
.contactBox .infoBox .phoneBox div {
  background: url(../img/phoneImage.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.contactBox .infoBox .emailBox {
  width: 100%;
  height: 100%;
  display: flex;
}
.contactBox .infoBox .emailBox div {
  background: url(../img/emailImage.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.contactBox .infoBox .talkBox {
  width: 100%;
  height: 100%;
  display: flex;
}
.contactBox .infoBox .talkBox div {
  background: url(../img/kakaoImage.png) no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 30%;
}
.contactBox .infoBox :hover {
  transform: translateY(-5%);
}/*# sourceMappingURL=contactSection.css.map */
.notificationText {
  font-size: 1.5rem;
  margin-top: 2rem;
  color: var(--black-color);
}