/*body
=======================================================*/
body {
  height: 100vh;
  position: relative;
  z-index: 1;
}
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/pc/bg.jpg");
  background-size: cover;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

/*Custom
=======================================================*/
.pc-max-bx {
  width: 100%;
  height: 100vh;
}

.sub-contents {
  width: 223px;
  height: 600px;
  background: #eefafe;
  position: fixed;
  top: 0;
  left: 10.94%;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 54px 0px rgba(34, 139, 156, 0.29);
  transition: 0.4s;
}
.sub-contents .btn-wrp {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.sub-contents .btn a {
  font-size: 17px;
  width: 190px;
  height: 64px;
  border-radius: 10px;
}
@media screen and (max-width: 870px) {
  .sub-contents {
    left: 5.5%;
  }
}

.main-contents-container {
  width: 375px;
  box-shadow: 0px 0px 54px 0px rgba(34, 139, 156, 0.29);
  position: absolute;
  top: 0;
  right: 10.94%;
  transition: 0.4s;
}
.main-contents-container .header-bar {
  display: none;
}
@media screen and (max-width: 870px) {
  .main-contents-container {
    right: 5.5%;
  }
}

.main-contents-bx {
  height: 100%;
}

.contents-r {
  right: 0;
}

.contents-c {
  left: 0;
  right: 0;
  margin: 0 auto;
}/*# sourceMappingURL=style_pc.css.map */