@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
.box-1 {
  position: relative;
  width: 1px;
}

.box-2 {
  position: relative;
  width: 3px;
}

.box-3 {
  position: relative;
  width: 5px;
}

.box-4 {
  position: relative;
  width: 8px;
}

.box-5 {
  position: relative;
  width: 12px;
}

.box-6 {
  position: relative;
  width: 16px;
}

.box-7 {
  position: relative;
  width: 20px;
}

.box-8 {
  position: relative;
  width: 28px;
}

.box-9 {
  position: relative;
  width: 80px;
}

.box-10 {
  position: relative;
  width: 100px;
}

.box-11 {
  position: relative;
  width: 150px;
}

.box-12 {
  position: relative;
  width: 180px;
}

.box-13 {
  position: relative;
  width: 200px;
}

.box-14 {
  position: relative;
  width: 240px;
}

.box-15 {
  position: relative;
  width: 300px;
}

.box-res {
  position: relative;
}

.box-res > .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box-res::after {
  content: '';
  display: block;
  width: 100%;
}

.w1-h1::after {
  padding-top: 100%;
}

.w5-h4::after {
  padding-top: 80%;
}

.w4-h3::after {
  padding-top: 75%;
}

.w7-h5::after {
  padding-top: 71.43%;
}

.w16-h9::after {
  padding-top: 56.25%;
}

.w2-h1::after {
  padding-top: 50%;
}

.w7-h3::after {
  padding-top: 43.57%;
}

.w4-h5::after {
  padding-top: 125%;
}

.w3-h4::after {
  padding-top: 133.33%;
}

.w5-h7::after {
  padding-top: 140%;
}

.w9-h16::after {
  padding-top: 177.77%;
}

.w1-h2::after {
  padding-top: 200%;
}

.w3-h7::after {
  padding-top: 233.33%;
}

.box-per1 {
  position: relative;
  width: 20%;
}

.box-per2 {
  position: relative;
  width: 40%;
}

.box-per3 {
  position: relative;
  width: 60%;
}

.box-per4 {
  position: relative;
  width: 80%;
}

.box-per5 {
  position: relative;
  width: 100%;
}

.box-per6 {
  position: relative;
  width: 120%;
}

.box-per7 {
  position: relative;
  width: 140%;
}

.box-per8 {
  position: relative;
  width: 160%;
}

.box-per9 {
  position: relative;
  width: 180%;
}

.box-per10 {
  position: relative;
  width: 200%;
}

.box-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
/*# sourceMappingURL=2-object.css.map */