@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;
  }
}
#main section {
  height: 100vh;
  height: 100dvh;
  min-height: 1080px;
  min-height: 1080px;
  overflow: clip;
}

#mainSec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
#mainSec1 .wrapper {
  position: relative;
}
#mainSec1 .video_mask {
  max-width: 22.08333%;
  right: clamp(20px, 10vw, 15.625%);
  top: -50px;
  width: 424px;
  aspect-ratio: 424/418;
  overflow: hidden;
  position: absolute;
  mask-image: url("/img/main/video_mask.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("/img/main/video_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
#mainSec1 .video_mask video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainSec1 .mainTitle {
  font-size: clamp(38px, 38px + (96 - 38) * (100vw - 375px) / 1545, 96px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  line-height: 1;
  mix-blend-mode: exclusion;
}
#mainSec1 .mainTitle.bt {
  text-align: right;
  margin-left: auto;
}
#mainSec1 .mainTitle > p {
  position: relative;
  overflow: hidden;
}
#mainSec1 .mainTitle > p:nth-child(2) > span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#mainSec1 .mainTitle > p:nth-child(3) > span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#mainSec1 .mainTitle > p > span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  display: inline-block;
  will-change: transform;
}
#mainSec1 .mainTitle > p > span.outline {
  color: #000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
  position: relative;
}
#mainSec1 .mainTitle > p > span.outline::before {
  content: "UNLOCKING";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#mainSec1 .mainTitle > p > span.exlight {
  font-weight: 200;
}
#mainSec1 .mainTitle > p > span.exbold {
  font-weight: 800;
}
#mainSec1 .mainTitle.active > p > span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#mainSec1 .md_txt {
  margin: 60px 0;
  font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mainSec1 .md_txt > div {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.4s ease;
  transition: transform 0.8s ease, opacity 0.4s ease, -webkit-transform 0.8s ease;
  opacity: 0;
}
#mainSec1 .md_txt .left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#mainSec1 .md_txt .right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#mainSec1 .md_txt.active .left, #mainSec1 .md_txt.active .right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#mainSec1 .md_txt .right {
  text-align: right;
  letter-spacing: 0;
}

#mainSec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainSec2 .object {
  margin-left: auto;
  display: block;
}
#mainSec2 * {
  cursor: default;
}
#mainSec2 h1 {
  font-size: clamp(38px, 38px + (96 - 38) * (100vw - 375px) / 1545, 96px);
  font-weight: 200;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: default;
  mix-blend-mode: exclusion;
}
#mainSec2 h1 b {
  font-weight: 700;
}
#mainSec2 h1 .hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
}
#mainSec2 h1 .hover::before {
  position: absolute;
  content: "";
  display: block;
  height: auto;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  opacity: 0;
}
#mainSec2 h1 .hover:hover {
  color: #A9A9A9;
}
#mainSec2 h1.left {
  margin-top: -50px;
}
#mainSec2 h1.left .hover {
  padding-top: 103px;
}
#mainSec2 h1.left .hover::before {
  width: 148px;
  top: 0;
  left: 60%;
  aspect-ratio: 148/86;
  background: url(/img/main/sec2_hover1.png) no-repeat center center/contain;
}
#mainSec2 h1.left .hover:hover::before {
  -webkit-animation: airplane 0.8s forwards;
          animation: airplane 0.8s forwards;
}
@-webkit-keyframes airplane {
  0% {
    left: 60%;
    top: -10%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
  100% {
    left: 64px;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes airplane {
  0% {
    left: 60%;
    top: -10%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
  100% {
    left: 64px;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}
#mainSec2 h1.right {
  margin-left: auto;
}
#mainSec2 h1.right .hover {
  padding-top: 112px;
  margin-top: -70px;
}
#mainSec2 h1.right .hover::before {
  width: 106px;
  top: 0;
  right: -10px;
  aspect-ratio: 106/99;
  background: url(/img/main/sec2_hover2.png) no-repeat center center/contain;
}
#mainSec2 h1.right .hover:hover::before {
  opacity: 1;
}

#floatingNav {
  right: 60px;
  min-width: 170px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 98;
  opacity: 0;
  mix-blend-mode: exclusion;
}
#floatingNav .nav_progress {
  gap: 15px;
  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;
}
#floatingNav .nav_progress li {
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#floatingNav .nav_progress li > a {
  width: 35px;
  height: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  font-weight: 500;
  white-space: nowrap;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#floatingNav .nav_progress li > a::before {
  content: attr(data-title);
  pointer-events: none;
  opacity: 0;
}
#floatingNav .nav_progress li.lv1 a {
  background: white;
}
#floatingNav .nav_progress li.lv2 a {
  background: rgba(255, 255, 255, 0.6);
}
#floatingNav .nav_progress li.lv3 a {
  background: rgba(255, 255, 255, 0.3);
}
#floatingNav .nav_progress li:not(.active):hover a {
  position: relative;
  background: transparent;
}
#floatingNav .nav_progress li:not(.active):hover a::before {
  opacity: 1;
  pointer-events: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#floatingNav .nav_progress li.active {
  height: auto;
}
#floatingNav .nav_progress li.active a {
  padding: 12px 23px;
  width: auto;
  height: auto;
  background: #000;
  border: 1px solid #FFFFFF;
  border-radius: 60px;
}
#floatingNav .nav_progress li.active a::before {
  opacity: 1;
  pointer-events: inherit;
}

#mainSec3 .wrapper,
#mainSec4 .wrapper,
#mainSec5 .wrapper,
#mainSec6 .wrapper {
  row-gap: 45px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  text-align: center;
}

#mainSec3 h1,
#mainSec4 h1,
#mainSec5 h1,
#mainSec6 h1,
#mainSec7 h1,
#mainSec8 h1,
#mainSec9 h1 {
  font-size: clamp(38px, 38px + (96 - 38) * (100vw - 375px) / 1545, 96px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.15;
}
#mainSec3 h1 .light,
#mainSec4 h1 .light,
#mainSec5 h1 .light,
#mainSec6 h1 .light,
#mainSec7 h1 .light,
#mainSec8 h1 .light,
#mainSec9 h1 .light {
  font-weight: 300;
}
#mainSec3 h1 .bold,
#mainSec4 h1 .bold,
#mainSec5 h1 .bold,
#mainSec6 h1 .bold,
#mainSec7 h1 .bold,
#mainSec8 h1 .bold,
#mainSec9 h1 .bold {
  font-weight: 700;
}
#mainSec3 h1 .reg,
#mainSec4 h1 .reg,
#mainSec5 h1 .reg,
#mainSec6 h1 .reg,
#mainSec7 h1 .reg,
#mainSec8 h1 .reg,
#mainSec9 h1 .reg {
  font-weight: 400;
}
#mainSec3 .desc,
#mainSec4 .desc,
#mainSec5 .desc,
#mainSec6 .desc,
#mainSec7 .desc,
#mainSec8 .desc,
#mainSec9 .desc {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  font-weight: 600;
  line-height: 1.555;
}
#mainSec3 .desc24,
#mainSec4 .desc24,
#mainSec5 .desc24,
#mainSec6 .desc24,
#mainSec7 .desc24,
#mainSec8 .desc24,
#mainSec9 .desc24 {
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1545, 24px);
  line-height: 1.555;
}

#mainSec3 {
  padding-top: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#mainSec3 h1 {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
#mainSec3 h1.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#mainSec3 .video_mask {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 720px;
  overflow: hidden;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
}
#mainSec3 .video_mask video {
  width: auto;
  max-height: 100%;
}

.rollBtn {
  max-width: 230px;
  padding: 16px 0;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  border-radius: 60px;
  -webkit-transition: color 0.7s ease-out, 0.8s opacity 0.3s cubic-bezier(0.215, 0.61, 0.8, 1), 1s -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.7s ease-out, 0.8s opacity 0.3s cubic-bezier(0.215, 0.61, 0.8, 1), 1s -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.7s ease-out, 1s transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), 0.8s opacity 0.3s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: color 0.7s ease-out, 1s transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), 0.8s opacity 0.3s cubic-bezier(0.215, 0.61, 0.8, 1), 1s -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
  position: relative;
}
.rollBtn::before {
  width: 0;
  content: "";
  display: block;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.7s ease-out;
  transition: width 0.7s ease-out;
}
.rollBtn:hover {
  color: #2F2F2F;
}
.rollBtn:hover::before {
  width: 100%;
}
.rollBtn .marquee_wrap {
  overflow: hidden;
  max-width: 100%;
}
.rollBtn .marquee_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
}
.rollBtn .marquee_list li {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  text-transform: uppercase;
}
.rollBtn .marquee_list li::-moz-selection {
  background-color: transparent;
}
.rollBtn .marquee_list li::selection {
  background-color: transparent;
}

#mainSec4 .text_board {
  margin: 0 5px 80px;
  border: 1px solid #4C4C4C;
  border-top: 0;
  border-bottom: 0;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
#mainSec4 .text_board > li {
  font-size: clamp(80px, 80px + (250 - 80) * (100vw - 375px) / 1545, 250px);
  font-weight: 600;
  overflow: hidden;
  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;
  aspect-ratio: 1/1;
  border-top: 1px solid #4C4C4C;
  border-bottom: 1px solid #4C4C4C;
  letter-spacing: 0;
}
#mainSec4 .text_board > li:nth-child(n+10) {
  margin-top: -1px;
}
#mainSec4 .text_board > li > p {
  color: #272727;
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: color 0.8s, -webkit-transform 1s;
  transition: color 0.8s, -webkit-transform 1s;
  transition: color 0.8s, transform 1s;
  transition: color 0.8s, transform 1s, -webkit-transform 1s;
  pointer-events: none;
  line-height: 1;
}
#mainSec4 .text_board > li:nth-child(2) p {
  color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#mainSec4 .text_board > li:not(:nth-child(2)):hover p {
  color: #FFFFFF;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
}
#mainSec4 .text_board > li:not(:last-child) {
  border-right: 1px solid #4C4C4C;
}

#mainSec5 .rollBanner {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#mainSec5 .rollBanner .marquee_wrap {
  overflow: hidden;
  max-width: 100%;
}
#mainSec5 .rollBanner .marquee_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
}
#mainSec5 .rollBanner .marquee_list li {
  font-size: clamp(11px, 11px + (15 - 11) * (100vw - 375px) / 1545, 15px);
  padding: 0 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  text-transform: uppercase;
}
#mainSec5 .rollBanner .marquee_list li::-moz-selection {
  background-color: transparent;
}
#mainSec5 .rollBanner .marquee_list li::selection {
  background-color: transparent;
}
#mainSec5 .content {
  height: calc(100% - 105px);
  position: relative;
  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;
}
#mainSec5 .content .obj {
  position: absolute;
}
#mainSec5 .content .obj.object1 {
  top: 20px;
  left: 80px;
  aspect-ratio: 1/1;
  max-width: 16.8229%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
#mainSec5 .content .obj.object1 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainSec5 .content .obj.object2 {
  max-width: 20.72916%;
  right: 77px;
  bottom: 100px;
}
#mainSec5 .content .rollBtn {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#mainSec6 {
  padding-top: 12%;
  position: relative;
}
#mainSec6 .rollTxt {
  overflow: hidden;
  position: relative;
}
#mainSec6 .rollTxt::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: overlay;
  pointer-events: none;
}
#mainSec6 .rollTxt.rollTxt1::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#A7A5CC), to(#545366));
  background-image: linear-gradient(90deg, #A7A5CC 0%, #545366 100%);
}
#mainSec6 .rollTxt.rollTxt2::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#545366), to(#A7A5CC));
  background-image: linear-gradient(90deg, #545366 0%, #A7A5CC 100%);
}
#mainSec6 .rollTxt .marquee_wrap {
  overflow: hidden;
  max-width: 100%;
}
#mainSec6 .rollTxt .marquee_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
}
#mainSec6 .rollTxt .marquee_list li {
  font-size: clamp(56px, 56px + (120 - 56) * (100vw - 375px) / 1545, 120px);
  font-weight: 700;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  text-transform: uppercase;
  color: #777;
}
#mainSec6 .rollTxt .marquee_list li::-moz-selection {
  background-color: transparent;
}
#mainSec6 .rollTxt .marquee_list li::selection {
  background-color: transparent;
}
#mainSec6 .obj {
  max-width: 21.302%;
  position: absolute;
  mix-blend-mode: screen;
}
#mainSec6 .obj.object1 {
  top: 0;
  left: 280px;
}
#mainSec6 .obj.object2 {
  bottom: 80px;
  right: 340px;
}
#mainSec6 .content {
  margin-top: 90px;
  padding-left: 165px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
#mainSec6 .content .rollBtn {
  margin: 0;
}

#mainSec7 {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto !important;
}
#mainSec7 .workViewport {
  height: 721px;
  margin-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
#mainSec7 .workList {
  will-change: transform;
}
#mainSec7 .workList .workItem {
  height: 120px;
  grid-template-columns: 22.6666% 21.1111% auto 60px;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#mainSec7 .workList .workItem > * {
  pointer-events: none;
}
#mainSec7 .workList .workItem .category, #mainSec7 .workList .workItem .service {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
#mainSec7 .workList .workItem .category {
  font-weight: 700;
}
#mainSec7 .workList .workItem .service {
  font-weight: 600;
}
#mainSec7 .workList .workItem .brand, #mainSec7 .workList .workItem .year {
  color: #999;
}
#mainSec7 .workList .workItem .year {
  text-align: right;
}
#mainSec7 .cursorThumb {
  width: 240px;
  position: fixed;
  left: 0;
  top: 0;
  aspect-ratio: 240/320;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
}
#mainSec7 .cursorThumb img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainSec8 {
  padding-top: 20px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0F0F0F), color-stop(34.13%, #050505), to(#000));
  background: linear-gradient(180deg, #0F0F0F 0%, #050505 34.13%, #000 100%);
  position: relative;
}
#mainSec8 .video_mask {
  top: -140px;
  right: 60px;
  max-width: 517px;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: lighten;
  position: absolute;
}
#mainSec8 .video_mask video {
  width: auto;
  max-height: 100%;
}
#mainSec8 .qnaList {
  margin-top: 120px;
  max-width: 100%;
}
#mainSec8 .qnaList > ul {
  gap: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
}
#mainSec8 .qnaList > ul > li {
  width: 330px;
  padding: 40px;
  row-gap: 30px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000000;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#mainSec8 .qnaList > ul > li::-moz-selection {
  background-color: transparent;
}
#mainSec8 .qnaList > ul > li::selection {
  background-color: transparent;
}
#mainSec8 .qnaList > ul > li .question {
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1545, 24px);
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
#mainSec8 .qnaList > ul > li .answer {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  height: 180px;
  line-height: 1.5;
  color: #666;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#mainSec8 .qnaList > ul > li .answer p {
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  display: block;
}
#mainSec8 .qnaList > ul > li .answer p::-webkit-scrollbar {
  width: 5px;
}
#mainSec8 .qnaList > ul > li .answer p::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
#mainSec8 .qnaList > ul > li .answer p::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
#mainSec8 .qnaList > ul > li .answer p::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
#mainSec8 .qnaList > ul > li .answer p::-webkit-scrollbar-button:start:decrement, #mainSec8 .qnaList > ul > li .answer p::-webkit-scrollbar-button:end:increment {
  display: none;
}
#mainSec8 .qnaList > ul > li::before {
  width: 25px;
  right: 40px;
  bottom: 40px;
  content: "";
  aspect-ratio: 1/1;
  display: block;
  background: url(/img/main/sec8_icon.png) no-repeat center center/contain;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#mainSec8 .qnaList > ul > li:hover {
  background: #FFFFFF;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
#mainSec8 .qnaList > ul > li:hover::before {
  opacity: 0;
}
#mainSec8 .qnaList > ul > li:hover .question {
  color: #000000;
}
#mainSec8 .qnaList > ul > li:hover .answer {
  opacity: 1;
  pointer-events: initial;
}

#mainSec9 > .wrapper {
  height: calc(100% - 75px);
  row-gap: 250px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#mainSec9 .contactBtn {
  width: 456px;
  bottom: 18%;
  right: 60px;
  max-width: 27vw;
  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;
  position: absolute;
  aspect-ratio: 1/1;
}
#mainSec9 .contactBtn::before {
  background: #000000;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  -webkit-animation: blobRadius 10s ease-in-out infinite, blobRotate 40s linear infinite;
          animation: blobRadius 10s ease-in-out infinite, blobRotate 40s linear infinite;
  border: 1px solid #FFFFFF;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  content: "";
  display: block;
  z-index: 1;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  aspect-ratio: 456/335;
}
#mainSec9 .contactBtn p {
  font-size: clamp(28px, 28px + (40 - 28) * (100vw - 375px) / 1545, 40px);
  font-weight: 800;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@-webkit-keyframes blobRadius {
  0%, 100% {
    border-radius: 200px;
  }
  20% {
    border-radius: 47% 73% 61% 59%/47% 75% 45% 73%;
  }
  40% {
    border-radius: 46% 74% 74% 46%/74% 58% 62% 46%;
  }
  60% {
    border-radius: 47% 73% 61% 59%/40% 40% 80% 80%;
  }
  80% {
    border-radius: 50% 70% 52% 68%/51% 61% 59% 69%;
  }
}
@keyframes blobRadius {
  0%, 100% {
    border-radius: 200px;
  }
  20% {
    border-radius: 47% 73% 61% 59%/47% 75% 45% 73%;
  }
  40% {
    border-radius: 46% 74% 74% 46%/74% 58% 62% 46%;
  }
  60% {
    border-radius: 47% 73% 61% 59%/40% 40% 80% 80%;
  }
  80% {
    border-radius: 50% 70% 52% 68%/51% 61% 59% 69%;
  }
}
@-webkit-keyframes blobRotate {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
@keyframes blobRotate {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
#mainSec9 .contactBtn:hover::before {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  background: linear-gradient(45deg, #484670, #13131E);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#mainSec9 .top_txt .desc24 {
  margin-top: 30px;
}
#mainSec9 .info_wrap {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
}
#mainSec9 .info_wrap > ul {
  gap: 15px 150px;
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: repeat(2, 1fr);
}
#mainSec9 .info_wrap > ul > li {
  letter-spacing: 0;
}
#mainSec9 .info_wrap > ul > li b {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
  #main section {
    min-height: 100vh;
    min-height: 100dvh;
  }
  #mainSec1 {
    padding-top: 6.25vw;
  }
  #mainSec1 .video_mask {
    max-width: 25vw;
    top: -3.45vw;
    right: 8.5vw;
  }
  #mainSec1 .md_txt {
    margin: 4.125vw 0;
  }
  #mainSec2 .object {
    max-width: 38vw;
  }
  #mainSec2 h1.left {
    margin-top: -3.45vw;
  }
  #mainSec2 h1.left .hover {
    padding-top: 7vw;
  }
  #mainSec2 h1.left .hover::before {
    width: 10vw;
  }
  @-webkit-keyframes airplane {
    0% {
      left: 60%;
      top: -10%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1;
    }
    100% {
      left: 4.5vw;
      top: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      opacity: 1;
    }
  }
  @keyframes airplane {
    0% {
      left: 60%;
      top: -10%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1;
    }
    100% {
      left: 4.5vw;
      top: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      opacity: 1;
    }
  }
  #mainSec2 h1.right .hover {
    padding-top: 7.5vw;
    margin-top: -5vw;
  }
  #mainSec2 h1.right .hover::before {
    width: 7vw;
    right: -0.7vw;
  }
  #floatingNav {
    right: 1.75vw;
    min-width: 9.625vw;
  }
  #floatingNav .nav_progress {
    gap: 1.111vw;
  }
  #floatingNav .nav_progress li {
    height: 0.7vw;
  }
  #floatingNav .nav_progress li > a {
    width: 2.425vw;
    font-size: 1.125vw;
  }
  #floatingNav .nav_progress li.active a {
    padding: 0.7vw 1.325vw;
  }
  .rollBtn {
    max-width: 16vw;
    padding: 1.111vw 0;
  }
  #mainSec3 .wrapper,
  #mainSec4 .wrapper,
  #mainSec5 .wrapper,
  #mainSec6 .wrapper {
    row-gap: 3vw;
  }
  #mainSec3 {
    padding-top: 13vw;
  }
  #mainSec3 .video_mask {
    max-width: 50vw;
  }
  #mainSec4 .text_board {
    margin: 0 5px 5vw;
  }
  #mainSec5 {
    padding-top: 5vw;
  }
  #mainSec5 .rollBanner {
    height: 7.5vw;
  }
  #mainSec5 .rollBanner .marquee_list li {
    padding: 0 1.4vw;
  }
  #mainSec5 .content {
    height: calc(100% - 7.5vw);
  }
  #mainSec5 .content .obj.object1 {
    top: 1.4vw;
    left: 1.4vw;
    max-width: 18%;
  }
  #mainSec5 .content .obj.object2 {
    right: 5vw;
    bottom: 5vw;
  }
  #mainSec6 {
    padding-top: 12%;
  }
  #mainSec6 .rollTxt img {
    max-height: 5vw;
  }
  #mainSec6 .obj {
    max-width: 21.302%;
  }
  #mainSec6 .obj.object1 {
    left: 20vw;
  }
  #mainSec6 .obj.object2 {
    bottom: 4vw;
    right: 16vw;
  }
  #mainSec6 .content {
    margin-top: 6.25vw;
    padding-left: 15vw;
  }
  #mainSec7 {
    padding: 5.5vw 0;
  }
  #mainSec7 .workViewport {
    height: 691px;
    margin-top: 6vw;
  }
  #mainSec7 .workList .workItem {
    height: 115px;
  }
  #mainSec7 .cursorThumb {
    width: 16vw;
  }
  #mainSec8 .video_mask {
    top: -9vw;
    right: 3vw;
    max-width: 30vw;
  }
  #mainSec8 .qnaList {
    margin-top: 7vw;
  }
  #mainSec8 .qnaList > ul {
    gap: 2.25vw;
  }
  #mainSec8 .qnaList > ul > li {
    width: 22vw;
    padding: 2.75vw;
    row-gap: 2vw;
  }
  #mainSec8 .qnaList > ul > li .question {
    font-size: 1.555vw;
  }
  #mainSec8 .qnaList > ul > li .answer {
    font-size: 1.3vw;
    height: 12vw;
  }
  #mainSec8 .qnaList > ul > li::before {
    width: 1.75vw;
    right: 2.75vw;
    bottom: 2.75vw;
  }
  #mainSec9 > .wrapper {
    height: calc(100% - 5.2vw);
    row-gap: 10vw;
    padding-bottom: 5vw;
  }
  #mainSec9 .contactBtn {
    max-width: 28vw;
    bottom: 11.75vw;
    right: 3.5vw;
  }
  #mainSec9 .contactBtn p {
    font-size: 2.5vw;
  }
  #mainSec9 .top_txt .desc24 {
    margin-top: 2vw;
  }
  #mainSec9 .info_wrap > ul {
    gap: 1vw 10vw;
  }
}
@media screen and (max-width: 1024px) {
  #mainSec1 {
    padding-top: 6.5vw;
  }
  #mainSec1 .video_mask {
    max-width: 35vw;
    top: -10vw;
    right: 3.75vw;
  }
  #mainSec1 .md_txt {
    margin: 7vw 0;
  }
  #mainSec1 .mainTitle {
    line-height: 1.1;
  }
  #mainSec2 {
    padding: 10vw 0;
    min-height: auto !important;
    height: auto !important;
  }
  #mainSec2 .object {
    max-width: 42vw;
  }
  #mainSec2 h1.left {
    margin-top: -2.5vw;
  }
  #mainSec2 h1.left .hover {
    padding-top: 7vw;
  }
  #mainSec2 h1.left .hover::before {
    width: 11vw;
  }
  #mainSec2 h1.right .hover {
    padding-top: 8.5vw;
    margin-top: -6vw;
  }
  #mainSec2 h1.right .hover::before {
    width: 8vw;
    right: 0;
  }
  #floatingNav {
    right: 1.875vw;
    min-width: 11.215vw;
  }
  #floatingNav .nav_progress {
    gap: 1.125vw;
  }
  #floatingNav .nav_progress li {
    height: 1vw;
  }
  #floatingNav .nav_progress li > a {
    width: 2.425vw;
    font-size: 1.325vw;
  }
  #floatingNav .nav_progress li.active a {
    padding: 0.875vw 1.5vw;
  }
  .rollBtn {
    max-width: 21vw;
    padding: 1.325vw 0;
  }
  #mainSec3 .wrapper,
  #mainSec4 .wrapper,
  #mainSec5 .wrapper,
  #mainSec6 .wrapper {
    row-gap: 3.25vw;
  }
  #mainSec3 {
    padding-top: 15vw;
  }
  #mainSec3 .video_mask {
    max-width: 52vw;
  }
  #mainSec4 {
    padding: 0 0 12vw;
    min-height: auto !important;
    height: auto !important;
  }
  #mainSec4 .text_board {
    margin: 0 5px 7vw;
  }
  #mainSec4 .text_board > li {
    font-size: 13.5vw;
  }
  #mainSec5 {
    padding-top: 0;
  }
  #mainSec5 .rollBanner {
    height: 7.5vw;
  }
  #mainSec5 .rollBanner .marquee_list li {
    padding: 0 1.625vw;
  }
  #mainSec5 .content {
    height: calc(100% - 7.5vw);
  }
  #mainSec5 .content .obj.object1 {
    top: 5vw;
    left: 1.4vw;
    max-width: 22vw;
  }
  #mainSec5 .content .obj.object2 {
    right: 3vw;
    bottom: 5vw;
    max-width: 24vw;
  }
  #mainSec6 {
    padding-top: 12%;
  }
  #mainSec6 .rollTxt img {
    max-height: 5.5vw;
  }
  #mainSec6 .obj {
    max-width: 24%;
  }
  #mainSec6 .obj.object1 {
    left: 24vw;
  }
  #mainSec6 .obj.object2 {
    bottom: auto;
    top: 32vw;
    right: 10vw;
  }
  #mainSec6 .content {
    margin-top: 6.25vw;
    padding-left: 18vw;
  }
  #mainSec7 {
    padding: 0 0 7vw;
  }
  #mainSec7 .workViewport {
    height: 601px;
    margin-top: 5.5vw;
  }
  #mainSec7 .workList .workItem {
    height: 100px;
  }
  #mainSec7 .cursorThumb {
    width: 18vw;
  }
  #mainSec8 {
    padding: 12vw 0 10vw;
    min-height: auto !important;
    height: auto !important;
  }
  #mainSec8 .video_mask {
    top: -9vw;
    right: 3vw;
    max-width: 32vw;
  }
  #mainSec8 .qnaList {
    margin-top: 7.25vw;
  }
  #mainSec8 .qnaList > ul {
    gap: 2.25vw;
  }
  #mainSec8 .qnaList > ul > li {
    width: 25vw;
    padding: 3.25vw;
    row-gap: 2vw;
  }
  #mainSec8 .qnaList > ul > li .question {
    font-size: 1.875vw;
  }
  #mainSec8 .qnaList > ul > li .answer {
    font-size: 1.5vw;
    height: 14vw;
  }
  #mainSec8 .qnaList > ul > li::before {
    width: 2vw;
    right: 3.25vw;
    bottom: 3.25vw;
  }
  #mainSec8 .qnaList > ul > li:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  #mainSec9 > .wrapper {
    height: calc(100% - 5.5vw);
    row-gap: 16vw;
    padding-bottom: 5vw;
  }
  #mainSec9 .contactBtn {
    max-width: 30vw;
    bottom: 17vw;
    right: 3.75vw;
  }
  #mainSec9 .contactBtn p {
    font-size: 2.625vw;
  }
  #mainSec9 .top_txt .desc24 {
    margin-top: 2.25vw;
  }
  #mainSec9 .info_wrap > ul {
    gap: 1.25vw 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  #mainSec1 {
    padding-top: 70px;
  }
  #mainSec1 .video_mask {
    max-width: 40vw;
    top: -15vw;
    right: 4.5vw;
  }
  #mainSec1 .md_txt {
    margin: 8vw 0 7vw;
  }
  #mainSec1 .mainTitle {
    line-height: 1.2;
  }
  #mainSec2 {
    padding: 16vw 0;
  }
  #mainSec2 .object {
    max-width: 45vw;
  }
  #mainSec2 h1 {
    font-size: 6vw;
  }
  #mainSec2 h1.left {
    margin-top: 0vw;
  }
  #mainSec2 h1.left .hover {
    padding-top: 7vw;
  }
  #mainSec2 h1.left .hover::before {
    width: 11.5vw;
  }
  @-webkit-keyframes airplane {
    0% {
      left: 70%;
      top: -10%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1;
    }
    100% {
      left: 4vw;
      top: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      opacity: 1;
    }
  }
  @keyframes airplane {
    0% {
      left: 70%;
      top: -10%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1;
    }
    100% {
      left: 4vw;
      top: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      opacity: 1;
    }
  }
  #mainSec2 h1.right .hover {
    padding-top: 9.5vw;
    margin-top: -6.5vw;
  }
  #mainSec2 h1.right .hover::before {
    width: 9vw;
  }
  #floatingNav {
    right: 2.25vw;
    min-width: auto;
    bottom: 5vw;
    -webkit-transform: none;
            transform: none;
    top: auto;
  }
  #floatingNav .nav_progress {
    gap: 1.325vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #floatingNav .nav_progress li {
    height: 1.25vw;
  }
  #floatingNav .nav_progress li > a {
    width: 3vw;
    font-size: 1.75vw;
  }
  #floatingNav .nav_progress li:not(.active) {
    margin-right: 1.75vw;
  }
  #floatingNav .nav_progress li.active a {
    padding: 1vw 1.75vw;
  }
  .rollBtn {
    max-width: 25vw;
    padding: 1.75vw 0;
  }
  #mainSec3 .wrapper,
  #mainSec4 .wrapper,
  #mainSec5 .wrapper,
  #mainSec6 .wrapper {
    row-gap: 4.5vw;
  }
  #mainSec3 {
    padding-top: 10vw;
  }
  #mainSec3 .video_mask {
    max-width: 60vw;
    top: 46%;
  }
  #mainSec4 {
    padding: 0 0 16vw;
  }
  #mainSec4 .text_board {
    margin: 0 0 8.5vw;
    border-left: 0;
    border-right: 0;
  }
  #mainSec5 .rollBanner {
    height: 9vw;
  }
  #mainSec5 .rollBanner .marquee_list li {
    padding: 0 2vw;
  }
  #mainSec5 .content {
    height: calc(100% - 9vw);
  }
  #mainSec5 .content .obj.object1 {
    top: 7vw;
    left: -4vw;
    max-width: 30vw;
  }
  #mainSec5 .content .obj.object2 {
    right: -6vw;
    bottom: 7vw;
    max-width: 33vw;
  }
  #mainSec6 {
    padding-top: 24vw;
  }
  #mainSec6 .rollTxt .marquee_list li {
    font-size: 8.25vw;
  }
  #mainSec6 .rollTxt img {
    max-height: 5.875vw;
  }
  #mainSec6 .obj {
    max-width: 27%;
  }
  #mainSec6 .obj.object1 {
    left: 10vw;
  }
  #mainSec6 .obj.object2 {
    top: 48vw;
    right: 5vw;
  }
  #mainSec6 .content {
    margin-top: 10vw;
    padding-left: 24vw;
  }
  #mainSec7 {
    padding: 0 0 12vw;
    min-height: auto !important;
  }
  #mainSec7 .workViewport {
    height: 505px;
    margin-top: 6vw;
  }
  #mainSec7 .workList .workItem {
    height: 84px;
    grid-template-columns: 22% 21% auto 8%;
    font-size: 15px;
  }
  #mainSec7 .cursorThumb {
    width: 20vw;
    display: none;
  }
  #mainSec8 {
    padding: 15vw 0 13vw;
  }
  #mainSec8 .video_mask {
    top: -10vw;
    right: 3vw;
    max-width: 37vw;
  }
  #mainSec8 .qnaList {
    margin-top: 8.5vw;
  }
  #mainSec8 .qnaList > ul {
    gap: 2.75vw;
  }
  #mainSec8 .qnaList > ul > li {
    width: 30vw;
    padding: 3.75vw;
    row-gap: 2vw;
  }
  #mainSec8 .qnaList > ul > li .question {
    font-size: 2.25vw;
  }
  #mainSec8 .qnaList > ul > li .answer {
    font-size: 1.875vw;
    height: 18vw;
  }
  #mainSec8 .qnaList > ul > li::before {
    width: 2.325vw;
    right: 3.75vw;
    bottom: 3.75vw;
  }
  #mainSec9 > .wrapper {
    height: calc(100% - 7vw);
    row-gap: 15vw;
    padding-bottom: 5vw;
  }
  #mainSec9 .contactBtn {
    max-width: 35vw;
    bottom: 15vw;
    right: 4.5vw;
  }
  #mainSec9 .contactBtn p {
    font-size: 2.875vw;
  }
  #mainSec9 .top_txt .desc24 {
    margin-top: 2.75vw;
  }
  #mainSec9 .info_wrap > ul {
    grid-template-columns: 1fr;
    gap: 1.325vw;
  }
}
@media screen and (max-width: 540px) {
  #mainSec1 {
    padding-top: calc(60px + 5vw);
  }
  #mainSec1 .video_mask {
    max-width: 60vw;
    top: -40vw;
    right: 20px;
  }
  #mainSec1 .md_txt {
    margin: 8vw 0;
    row-gap: 5vw;
    -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;
  }
  #mainSec1 .md_txt .right {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  #mainSec1 .mainTitle {
    font-size: 11.4vw;
  }
  #mainSec1 .mainTitle.bt p:last-child {
    letter-spacing: 0.2vw;
  }
  #mainSec2 {
    padding: 30vw 0 40vw;
  }
  #mainSec2 .object {
    max-width: 60vw;
  }
  #mainSec2 h1 {
    font-size: 7.125vw;
  }
  #mainSec2 h1.left {
    margin-top: 1vw;
  }
  #mainSec2 h1.left .hover {
    padding-top: 8.5vw;
  }
  #mainSec2 h1.left .hover::before {
    width: 13vw;
  }
  #mainSec2 h1.right .hover {
    padding-top: 11.5vw;
    margin-top: -8vw;
  }
  #mainSec2 h1.right .hover::before {
    width: 11vw;
  }
  #floatingNav {
    right: 10px;
    bottom: 20px;
    display: none;
  }
  #floatingNav .nav_progress {
    gap: 1.5vw;
  }
  #floatingNav .nav_progress li {
    height: 2.5vw;
  }
  #floatingNav .nav_progress li > a {
    width: 5vw;
    font-size: 3vw;
  }
  #floatingNav .nav_progress li:not(.active) {
    margin-right: 2.5vw;
  }
  #floatingNav .nav_progress li.active a {
    padding: 1.375vw 2.5vw;
  }
  .rollBtn {
    max-width: 50vw;
    padding: 3.325vw 0;
  }
  #mainSec3 .wrapper,
  #mainSec4 .wrapper,
  #mainSec5 .wrapper,
  #mainSec6 .wrapper {
    row-gap: 8vw;
  }
  #mainSec3 {
    padding: 40vw 0 50vw;
    min-height: auto !important;
    height: auto !important;
  }
  #mainSec3 h1 br {
    display: none;
  }
  #mainSec3 .video_mask {
    max-width: 140vw; /* top: 65vw; */
  }
  #mainSec4 {
    padding-bottom: 30vw;
  }
  #mainSec4 .text_board {
    margin: 0 5px 12vw;
    grid-template-columns: repeat(3, 1fr);
  }
  #mainSec4 .text_board > li {
    font-size: 39vw;
  }
  #mainSec4 .text_board > li:nth-child(3n-2) {
    border-left: 1px solid #4C4C4C;
  }
  #mainSec4 .text_board > li:nth-child(n+4) {
    margin-top: -1px;
  }
  #mainSec4 .text_board > li:nth-child(n+10) {
    display: none;
  }
  #mainSec4 h1 {
    line-height: 1.2;
  }
  #mainSec4 h1 .light {
    font-size: 9vw;
    line-height: 1.35;
  }
  #mainSec5 .rollBanner {
    height: 15vw;
  }
  #mainSec5 .rollBanner .marquee_list li {
    padding: 0 3.5vw;
  }
  #mainSec5 .content {
    height: calc(100% - 15vw);
  }
  #mainSec5 .content .obj.object1 {
    top: 6vw;
    left: -10vw;
    max-width: 46vw;
  }
  #mainSec5 .content .obj.object2 {
    right: -10vw;
    bottom: 3vw;
    max-width: 50vw;
  }
  #mainSec6 {
    padding: 20vw 0 50vw;
    margin-top: 10vw;
    min-height: auto !important;
    height: auto !important;
  }
  #mainSec6 .rollTxt .marquee_list li {
    font-size: 12.25vw;
  }
  #mainSec6 .rollTxt img {
    max-height: 9vw;
  }
  #mainSec6 .obj {
    max-width: 40%;
  }
  #mainSec6 .obj.object1 {
    left: 20px;
  }
  #mainSec6 .obj.object2 {
    top: 54vw;
    right: 0;
  }
  #mainSec6 .content {
    margin-top: 8vw;
    padding-left: calc(20px + 3vw);
  }
  #mainSec7 {
    padding: 0 0 24vw;
  }
  #mainSec7 .workViewport {
    height: 601px;
    margin-top: 6vw;
  }
  #mainSec7 .workList .workItem {
    font-size: 14px;
    row-gap: 7px;
    height: 100px;
    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-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  #mainSec7 .workList .workItem .year {
    position: absolute;
    right: 0;
    top: 18px;
  }
  #mainSec7 .cursorThumb {
    width: 32vw;
  }
  #mainSec8 {
    padding: 27vw 0 20vw;
  }
  #mainSec8 .video_mask {
    top: -14vw;
    right: 0vw;
    max-width: 50vw;
  }
  #mainSec8 .qnaList {
    margin-top: 10vw;
  }
  #mainSec8 .qnaList > ul {
    gap: 4vw;
  }
  #mainSec8 .qnaList > ul > li {
    width: 45vw;
    row-gap: 3vw;
    padding: 5vw;
  }
  #mainSec8 .qnaList > ul > li .question {
    font-size: 3.625vw;
  }
  #mainSec8 .qnaList > ul > li .answer {
    font-size: 3.125vw;
    height: 25vw;
  }
  #mainSec8 .qnaList > ul > li::before {
    width: 3.25vw;
    right: 5vw;
    bottom: 5vw;
  }
  #mainSec9 {
    height: auto !important;
  }
  #mainSec9 > .wrapper {
    height: auto;
    row-gap: 15vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20vw 20px 58vw;
  }
  #mainSec9 .contactBtn {
    max-width: 48vw;
    bottom: 40px;
    right: 20px;
  }
  #mainSec9 .contactBtn p {
    font-size: 3.875vw;
  }
  #mainSec9 .top_txt .desc24 {
    margin-top: 4vw;
  }
  #mainSec9 .info_wrap > ul {
    gap: 2.5vw;
  }
}/*# sourceMappingURL=main.css.map */