@charset "UTF-8";
/* =========================================
    RF LENS QUEST
    - admin 등록형 렌즈월드 퀘스트 영역 전용
    - scope: #rflens-quest
========================================= */
#rflens-quest {
  /* -----------------------------------------
     Design Tokens
  ----------------------------------------- */
  --quest-gap-pc: 36px;
  --quest-gap-tb: 30px;
  --quest-gap-mo: 24px;
  --quest-space-pc: 80px;
  --quest-space-tb: 70px;
  --quest-space-mo: 60px;
  --quest-color-text: #111;
  --quest-color-red: #DC000C;
  --quest-color-white: #fff;
  --quest-color-bg-black: #000;
  --quest-color-point: #000;
  --quest-focus-color: #2f6df6;
  /* -----------------------------------------
     Reset
  ----------------------------------------- */
}
#rflens-quest img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
#rflens-quest picture {
  display: block;
}
#rflens-quest video,
#rflens-quest iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
#rflens-quest ul,
#rflens-quest ol,
#rflens-quest li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rflens-quest h2,
#rflens-quest dl,
#rflens-quest dt,
#rflens-quest dd,
#rflens-quest p,
#rflens-quest figure,
#rflens-quest blockquote {
  margin: 0;
}
#rflens-quest a {
  color: inherit;
  text-decoration: none;
}
#rflens-quest button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
#rflens-quest strong,
#rflens-quest b {
  font-weight: 700;
}
#rflens-quest em,
#rflens-quest i {
  font-style: normal;
}
#rflens-quest table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#rflens-quest caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
#rflens-quest picture {
  display: block;
  width: 100%;
  height: 100%;
}
#rflens-quest picture img {
  display: block;
  width: 100%;
  height: 100%;
}
#rflens-quest a:focus-visible,
#rflens-quest button:focus-visible,
#rflens-quest [tabindex]:focus-visible {
  outline: 2px solid var(--pf-focus-color);
  outline-offset: 3px;
}
#rflens-quest {
  /* -----------------------------------------
     Base / Theme
  ----------------------------------------- */
  position: relative;
  width: 100%;
  color: var(--quest-color-text);
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-x: hidden;
  /* -----------------------------------------
      Utilities
  ----------------------------------------- */
}
#rflens-quest .quest-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
#rflens-quest .quest-link {
  display: inline-block;
  letter-spacing: -0.16px;
  text-decoration-line: underline;
}
#rflens-quest {
  /* -----------------------------------------
     Layout
  ----------------------------------------- */
}
#rflens-quest .quest__sec {
  position: relative;
  width: 100%;
}
#rflens-quest .quest__sec + .quest__sec {
  margin-top: var(--quest-space-pc);
}
#rflens-quest .quest__sec {
  /* MO */
}
@media (max-width: 767px) {
  #rflens-quest .quest__sec + .quest__sec {
    margin-top: var(--quest-space-mo);
  }
}
#rflens-quest .quest__content {
  width: 100%;
  margin: 0 auto;
  padding: var(--quest-space-pc) 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--quest-gap-pc);
  background-color: var(--quest-color-bg-black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* MO */
}
@media (max-width: 767px) {
  #rflens-quest .quest__content {
    padding: var(--quest-space-mo) 0px;
    gap: var(--quest-gap-mo);
  }
}
#rflens-quest .quest__item {
  position: relative;
}
#rflens-quest .quest__item--list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#rflens-quest .quest__item--list li {
  position: relative;
  width: 297px;
  height: 341px;
}
#rflens-quest .quest__item--list li a {
  position: absolute;
  left: 24px;
  bottom: 28px;
  display: block;
  width: 82px;
  height: 16px;
}
@media (max-width: 999px) and (min-width: 768px) {
  #rflens-quest .quest__item--list {
    gap: 0.4vw;
  }
  #rflens-quest .quest__item--list li {
    width: 29.7vw;
    height: 34.1vw;
  }
  #rflens-quest .quest__item--list li a {
    left: 2.4vw;
    bottom: 2.8vw;
    width: 8.2vw;
    height: 1.6vw;
  }
}
@media (max-width: 767px) {
  #rflens-quest .quest__item--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333vw;
    padding: 0 5.3333vw;
  }
  #rflens-quest .quest__item--list li {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 335/386;
  }
  #rflens-quest .quest__item--list li a {
    position: absolute;
    left: 36.1%;
    bottom: 6.8%;
    width: 27.8%;
    height: 8.6%;
  }
}
#rflens-quest .quest__btn {
  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;
  min-width: 220px;
  padding: 24px 40px;
  color: var(--quest-color-text);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--quest-color-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
#rflens-quest .quest__btn--red {
  color: var(--quest-color-white);
  background-color: var(--quest-color-red);
}
#rflens-quest .quest__btn--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding-top: 28px;
}
#rflens-quest .quest__btn:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  #rflens-quest .quest__btn {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    border-radius: 4px;
  }
  #rflens-quest .quest__btn--wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 16px 5.3333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#rflens-quest .quest__notice {
  background: #141414;
}
@media (max-width: 767px) {
  #rflens-quest .quest__notice {
    padding: 40px 5.3333vw;
  }
}/*# sourceMappingURL=rflens_quest.css.map */