@charset "UTF-8";
@import url(./reset.css);

.inner {
  position: relative;
  width: calc(100% - 144px);
  margin: 0 auto;
}


/* header */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  padding: 62px;
  transform: translate(-50%, -100px);
}


/* content */
.gnb {
  position: absolute;
  top: 58px;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -100px);
  opacity: 0;
}

.cont-img {
  margin: 280px 0 97px;
}

/* popup area */
.pop-area {
  position: relative;
  height: 103px;
}

.pop-area .util-btn {
  position: absolute;
  bottom: 48px;
  left: 50%;
  z-index: 3;
  width: 417px;
  height: 55px;
  transform: translate(-50%, 100px);
  opacity: 0;
}

.pop-area .util-btn.fixed {
  position: fixed;
  bottom: 48px;
}

.pop-area .util-btn img {
  position: absolute;
  top: 0;
  left: 0;
}


/* footer */
footer {
  border-top: 1px solid rgba(87, 73, 64, 0.1);
}

footer .inner {
  padding: 100px 0 72px;
}
