@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* 
wrapper
60px    3.5vw       3.75vw

10px    0.7vw       1vw         1.325vw     2.5vw
12px    0.85vw      1.111vw     1.45vw      2.75vw
14px    0.975vw     1.25vw      1.625vw     3vw
15px    1.05vw
16px    1.111vw     1.325vw     1.75vw     3.325vw
18px    1.25vw
20px    1.4vw       1.625vw     2vw        3.5vw
24px    1.675vw     1.875vw     2.125vw    3.75vw
25px
35px    2.425vw
40px    2.75vw      3vw         3.75vw
45px    3vw         3.25vw      4vw         8vw
50px    3.45vw      3.625vw
60px    4.125vw     5.25vw
75px    5.2vw       5.5vw       7vw
96px    6.65vw
100px   7vw
120px   8vw
230px   16vw        21vw        25vw
250px

*/
html, body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  background: #000000;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  overflow-x: clip;
  letter-spacing: -3%;
}

.pre {
  font-family: "Pretendard", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}

.mona {
  font-family: "Mona Sans", sans-serif;
  letter-spacing: 0;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

/* 관리자 에디터 */
.editor_content h1, .editor_content h2, .editor_content h3, .editor_content h4, .editor_content h5, .editor_content p, .editor_content span {
  display: block;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.editor_content h1 {
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
}
.editor_content h2 {
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
}
.editor_content h3 {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content h4 {
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
}
.editor_content h5 {
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
}
.editor_content p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content span {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content ul {
  display: block;
  list-style-type: disc;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content ul li ::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: auto !important;
       text-align-last: auto !important;
}
.editor_content li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}
.editor_content ol {
  display: block;
  list-style-type: decimal;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: rgba(67, 60, 147, 0.7);
}

::selection {
  background: rgba(67, 60, 147, 0.7);
}

html, body, h1, h2, h3, h4, h5, h6, p, div, input, nav, textarea, select, header, section, article, aside, footer, form, button, table, thead, tbody, tr, td, th,
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

a, input, button {
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

figure {
  margin: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/img/select_arrow.png) no-repeat center right 15px;
  background-size: 16px;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

select {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

button {
  font-family: inherit;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  letter-spacing: inherit;
}

input:not([type=checkbox], [type=radio]),
select, textarea {
  color: inherit;
  font-size: inherit;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: 0;
  color: inherit;
  line-height: 1.5;
}

textarea::-webkit-scrollbar {
  width: 5px;
}

textarea::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

/* textarea::-webkit-scrollbar-thumb:hover {background: #ccc;} */
/* textarea::-webkit-scrollbar-button:start:decrement,
textarea::-webkit-scrollbar-button:end:increment {width:3px;height:0px; background:transparent;}  */
*::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

[popover] {
  border: none;
  padding: 0;
  margin: 0;
  left: auto;
}

:focus {
  outline: none;
}

.br_1024,
.br_768,
.br_540 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .br_1024 {
    display: block;
  }
  .br_1024_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 15px;
  }
  .br_768 {
    display: block;
  }
  .br_768_none {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  html, body {
    font-size: 14px;
  }
  .br_540 {
    display: block;
  }
  .br_540_none {
    display: none;
  }
}
.hei100 {
  height: 100vh;
  height: 100dvh;
  overflow: clip;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  padding: 0 60px;
  margin: 0 auto;
}

/* 허니팟 — 공통 숨김 (봇만 채움, 문의 폼 등) */
.hp_field {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.fadeAni {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeAni.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.LeftAni {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftAni.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.LeftTxt {
  position: relative;
  overflow: hidden;
}
.LeftTxt span {
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  -webkit-transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftTxt.active span {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.scroll_motion.active .fadeAni {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.scroll_motion.active .LeftAni {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.delay1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay3 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.delay4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay5 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.delay6 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

html.noScroll,
body.noScroll {
  min-height: 100%;
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

#cursorBlob {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
          transform: translate(-50%, -50%) rotate(-25deg);
  will-change: transform;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#cursorBlob svg {
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
#cursorBlob.zoom svg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s border-color 0.3s ease, background 0.3s ease, -webkit-transform 0.7s ease;
  transition: 0.3s border-color 0.3s ease, background 0.3s ease, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, 0.3s border-color 0.3s ease, background 0.3s ease;
  transition: transform 0.7s ease, 0.3s border-color 0.3s ease, background 0.3s ease, -webkit-transform 0.7s ease;
}
#header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#header.h_up {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
}
#header.ham_open {
  border-color: transparent;
}
#header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .logo svg {
  max-height: 50px;
  width: auto !important;
}
#header .header_rt nav > ul {
  gap: 20px;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  margin-right: -10px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
#header .header_rt nav > ul > li > a {
  padding: 10px;
}
#header .header_rt #hamburger {
  width: 26px;
  row-gap: 4px;
  aspect-ratio: 1/1;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  display: none;
  pointer-events: none;
}
#header .header_rt #hamburger .line {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#header .header_rt #hamburger.ham_open .line.line1 {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
#header .header_rt #hamburger.ham_open .line.line2 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}
#header .header_rt #hamburger.ham_open .line.line3 {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

#hamMenu {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: none;
  pointer-events: none;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
}
#hamMenu .ham_content {
  padding-top: 165px;
  width: 100%;
  max-width: 380px;
  background: #000000;
  color: #FFFFFF;
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.6);
          box-shadow: -5px 0 15px rgba(0, 0, 0, 0.6);
}
#hamMenu nav {
  font-size: clamp(19px, 19px + (25 - 19) * (100vw - 375px) / 1545, 25px);
  font-weight: 700;
}
#hamMenu nav ul {
  row-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hamMenu .ham_footer {
  height: 56px;
  font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  color: #B3B3B3;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#voucherLogo {
  row-gap: 12px;
  left: 60px;
  bottom: 70px;
  position: fixed;
  z-index: 98;
  mix-blend-mode: difference;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
#voucherLogo img {
  height: 40px;
  width: auto !important;
}
#voucherLogo.end {
  bottom: 100px;
}

#footer {
  font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .wrapper {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .copyright {
  color: #B3B3B3;
}
#footer .topBtn {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#footer .topBtn svg {
  width: 24px;
  height: auto !important;
}
#footer .topBtn span {
  font-weight: 600;
}

@media screen and (max-width: 1440px) {
  .wrapper {
    padding: 0 3.5vw;
  }
  #header .logo svg {
    max-height: 3.45vw;
  }
  #header .header_rt nav > ul {
    gap: 1.4vw;
    font-size: 1.111vw;
    margin-right: -0.7vw;
    height: 6.25vw;
  }
  #header .header_rt nav > ul > li > a {
    padding: 0.7vw;
  }
  #voucherLogo {
    row-gap: 0.85vw;
    left: 3.25vw;
    bottom: 4.5vw;
  }
  #voucherLogo img {
    height: 2.75vw;
  }
  #voucherLogo.end {
    bottom: 7.2vw;
  }
  #footer {
    font-size: 0.975vw;
  }
  #footer .wrapper {
    height: 5.2vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 0.7vw;
       -moz-column-gap: 0.7vw;
            column-gap: 0.7vw;
  }
  #footer .topBtn svg {
    width: 1.675vw;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 3.75vw;
  }
  #header .logo svg {
    max-height: 3.625vw;
  }
  #header .header_rt nav > ul {
    font-size: 1.325vw;
    height: 6.5vw;
    gap: 1.625vw;
    margin-right: -1vw;
  }
  #header .header_rt nav > ul > li > a {
    padding: 1vw;
  }
  #voucherLogo {
    row-gap: 1.111vw;
    left: 3.25vw;
    bottom: 70px;
  }
  #voucherLogo img {
    height: 3vw;
  }
  #voucherLogo.end {
    bottom: 7.5vw;
  }
  #footer {
    font-size: 1.25vw;
  }
  #footer .wrapper {
    height: 5.5vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 1vw;
       -moz-column-gap: 1vw;
            column-gap: 1vw;
  }
  #footer .topBtn svg {
    width: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 4.5vw;
  }
  #header .wrapper {
    height: 70px;
  }
  #header .logo svg {
    max-height: 35px;
  }
  #header .header_rt nav {
    display: none;
  }
  #header .header_rt #hamburger {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: initial;
  }
  #hamMenu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    pointer-events: initial;
  }
  #voucherLogo {
    row-gap: 1.45vw;
    left: 4vw;
    bottom: 5vw;
  }
  #voucherLogo img {
    height: 3.75vw;
  }
  #voucherLogo.end {
    bottom: 10vw;
  }
  #footer {
    font-size: 1.625vw;
  }
  #footer .wrapper {
    height: 7vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 1.325vw;
       -moz-column-gap: 1.325vw;
            column-gap: 1.325vw;
  }
  #footer .topBtn svg {
    width: 2.125vw;
  }
}
@media screen and (max-width: 540px) {
  .wrapper {
    padding: 0 20px;
  }
  #header .wrapper {
    height: 60px;
  }
  #header .logo svg {
    max-height: 24px;
  }
  #header .header_rt #hamburger {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #hamMenu .ham_content {
    max-width: none;
  }
  #voucherLogo {
    row-gap: 2.75vw;
    left: 17px;
    bottom: 20px;
  }
  #voucherLogo img {
    height: 6vw;
  }
  #voucherLogo.end {
    bottom: 25vw;
  }
  #footer {
    font-size: 3vw;
  }
  #footer .wrapper {
    height: 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 2.5vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 2.25vw;
       -moz-column-gap: 2.25vw;
            column-gap: 2.25vw;
  }
  #footer .topBtn svg {
    width: 3.75vw;
  }
}/*# sourceMappingURL=common.css.map */