main {
  width: 100%;
  height: 1070px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/main_back.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  main {
    height: 500px;
    padding: 0 20px;
  }
}
main > .wrap {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: center;
}
main > .wrap > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 200px;
}
@media (max-width: 1024px) {
  main > .wrap > .word {
    margin-top: 0;
  }
}
main > .wrap > .word > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
}
main > .wrap > .word > .tit > h2 {
  font-family: "NanumSquareNeoExtraBold";
  font-size: 82px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  main > .wrap > .word > .tit > h2 {
    font-size: 25px;
  }
}
main > .wrap > .word > .tit > h2 > img {
  margin-right: 5px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  main > .wrap > .word > .tit > h2 > img {
    width: 40%;
  }
}
main > .wrap > .word > h2 {
  font-family: "NanumSquareNeoExtraBold";
  font-size: 25px;
  color: white;
  margin: 22px 0;
}
@media (max-width: 1024px) {
  main > .wrap > .word > h2 > br {
    display: none;
  }
}
@media (max-width: 1024px) {
  main > .wrap > .word > h2 {
    font-size: 18px;
    line-height: 1.5;
    word-break: keep-all;
  }
}
main > .wrap > .word > h3 {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  main > .wrap > .word > h3 > br {
    display: none;
  }
}
@media (max-width: 1024px) {
  main > .wrap > .word > h3 {
    font-size: 14px;
    margin-bottom: 40px;
    word-break: keep-all;
  }
}
main > .wrap > .word > .bot {
  width: 100%;
  max-width: 850px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
@media (max-width: 1024px) {
  main > .wrap > .word > .bot {
    height: auto;
    padding: 20px 0;
  }
}
main > .wrap > .word > .bot > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main > .wrap > .word > .bot > .left {
  width: 50%;
  border-right: 1px solid #fff;
  height: 70%;
}
main > .wrap > .word > .bot > .left > h2 {
  font-family: "NanumSquareNeoExtraBold";
  font-size: 25px;
  color: white;
}
@media (max-width: 1024px) {
  main > .wrap > .word > .bot > .left > h2 {
    font-size: 16px;
  }
}
main > .wrap > .word > .bot > .right {
  width: 50%;
  height: 70%;
}
main > .wrap > .word > .bot > .right > h2 {
  font-family: "NanumSquareNeoExtraBold";
  font-size: 25px;
  color: white;
}
@media (max-width: 1024px) {
  main > .wrap > .word > .bot > .right > h2 {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */