@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 {
  position: relative;
  height: 620px;
}
.pg1 p {
  margin-top: 20%;
  margin-left: 40.5%;
}
.pg1 p img {
  width: 340px;
  height: 60px;
}
.pg1 .txt h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  text-align: center;
}
.pg1 .txt div {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  text-align: center;
  margin-bottom: 15px;
  color: #ebebeb;
  white-space: nowrap;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.pg1 .txt .mini {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #8F8F8F;
  margin-bottom: 5px;
  text-shadow: none;
}
.pg1 .txt .btm {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #8F8F8F;
  text-shadow: none;
}
.pg1 .txt .sq p {
  position: absolute;
  left: -16%;
  bottom: 70%;
}
.pg1 .txt .sq p img {
  width: 230px;
  height: 190px;
}
.pg1 .txt .sq div {
  position: absolute;
  left: 52%;
  top: 30%;
  z-index: 1;
}
.pg1 .txt .sq div img {
  width: 540px;
  height: 450px;
}

.pg2 {
  display: flex;
  justify-content: space-between;
  width: 68%;
  margin-left: 15%;
  margin-top: 10%;
  height: 500px;
}
.pg2 p img {
  width: 626px;
  height: 417px;
}
.pg2 .rgh {
  margin-top: 20%;
}
.pg2 .rgh h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #FFAD00;
  margin-bottom: 20px;
}
.pg2 .rgh div {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
}

.pg3 p img {
  width: 100%;
}

.pg4 p img {
  width: 100%;
}

.pg5 p img {
  width: 100%;
}

.pg6 p img {
  width: 100%;
}

.pg62 p img {
  width: 100%;
}

.pg63 p img {
  width: 100%;
}

.pg7 p img {
  width: 100%;
}

.pg8 p img {
  width: 100%;
}

.pg9 p img {
  width: 100%;
}

.pg10 p img {
  width: 100%;
}

.pg11 p img {
  width: 100%;
}

.pg12 p img {
  width: 100%;
}

.pg13 {
  width: 100%;
  height: 340px;
  background-color: #EEEDEB;
  position: relative;
}
.pg13 .sq {
  text-align: center;
}
.pg13 .sq h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 25px;
  position: absolute;
  left: 29%;
  top: 35%;
  z-index: 99;
}
.pg13 .sq div {
  position: absolute;
  left: 29%;
  top: 30%;
  z-index: 1;
}
.pg13 .sq div img {
  width: 830px;
  height: 73px;
}
.pg13 p {
  text-align: center;
  padding-top: 220px;
}

.sticky {
  margin-left: 95%;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 99;
}
.sticky .p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #222;
  position: relative;
}
.sticky .p > a {
  text-decoration: none;
  color: #222;
}
.sticky .p > div {
  width: 100px;
  display: none;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 25%;
  transition: 0.5s;
}
.sticky .p > div > a {
  color: #FFAD00;
}
.sticky .p:hover > div {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #FFAD00;
  transform: translateX(-30px);
}
.sticky > p > img {
  padding-left: 10px;
}
.sticky .n {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #222;
  position: relative;
}
.sticky .n > a {
  text-decoration: none;
  color: #222;
}
.sticky .n > div {
  width: 100px;
  display: none;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 25%;
  transition: 0.5s;
}
.sticky .n > div > a {
  color: #FFAD00;
}
.sticky .n:hover > div {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #FFAD00;
  transform: translateX(-30px);
}

.ftr {
  width: 100%;
  height: 340px;
  background-color: #EEEDEB;
  position: relative;
  margin-bottom: 0%;
}
.ftr .up h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-left: 270px;
  padding-top: 80px;
}
.ftr .up .link {
  margin-left: 270px;
  margin-top: 30px;
}
.ftr .up .link a {
  width: 12%;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
}
.ftr .up .link a:nth-child(3) {
  padding-left: 20px;
}
.ftr .up .link a:nth-child(4) {
  padding-left: 60px;
}
.ftr .up .arw {
  position: absolute;
  right: 10%;
}
.ftr .up .arw img {
  width: 180px;
  height: 100px;
}
.ftr .dwn {
  margin: 50px 0 0 268px;
}/*# sourceMappingURL=sub2.css.map */