@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Noto+Sans+KR:wght@400;500;700&family=Roboto:wght@300;400;500&display=swap");
@import url("./common.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@800&display=swap");
html {
  width: 100%;
  background-color: #EEEDEB;
}

.pg1 {
  height: 870px;
  position: relative;
}
.pg1 .container .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  text-align: left;
  color: #222222;
  position: absolute;
  left: 19%;
  top: 10%;
  z-index: 99;
}
.pg1 .container .title span {
  color: #222222;
  width: 100%;
  display: block;
  transform: translateY(-50px);
  opacity: 0;
  -webkit-animation-name: titleAnimation;
          animation-name: titleAnimation;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.pg1 .container .title span:first-child {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.pg1 .container .title span:last-child {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@-webkit-keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
}
@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
}
.pg1 .main p {
  position: absolute;
  left: 60%;
  top: 1%;
  z-index: 1;
}
.pg1 .main p img {
  width: 198px;
  height: 165px;
}
.pg1 .main div {
  position: absolute;
  left: 15%;
  top: 8%;
}
.pg1 .main div img {
  width: 536px;
  height: 240px;
}
.pg1 .txt div {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  right: 13%;
  top: 45%;
  z-index: 99;
}
.pg1 .txt p {
  position: absolute;
  right: 13%;
  top: 48%;
  z-index: 1;
}
.pg1 .txt p img {
  width: 590px;
  height: 20px;
}
.pg1 .txtt {
  position: absolute;
  right: 13.8%;
  top: 59%;
  z-index: 99;
}
.pg1 .txtt div {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
.pg1 .txttt div {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  position: absolute;
  right: 14.3%;
  top: 67%;
  z-index: 99;
}
.pg1 .txttt p {
  position: absolute;
  right: 17%;
  top: 67.5%;
  z-index: 1;
}
.pg1 .txttt p img {
  width: 458px;
  height: 20px;
}
.pg1 .txttt .re {
  position: absolute;
  left: 38.5%;
  top: 51%;
  z-index: 1;
}
.pg1 .txttt .re img {
  width: 275px;
  height: 20px;
}
.pg1 button {
  width: 200px;
  height: 55px;
  border-radius: 40px;
  margin-left: 38.5%;
  margin-top: 36.5%;
  border: 3px #222222 solid;
}
.pg1 button a {
  color: #222222;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.pg1 .arww {
  position: absolute;
  left: 45%;
  top: 96%;
}
.pg1 .arww img {
  width: 176px;
  height: 166px;
}

.pg2 p img {
  width: 100%;
}/*# sourceMappingURL=about.css.map */