@font-face {
  font-family: "CreatoDisplay-Regular";
  src: local("CreatoDisplay-Regular"), url("/css/font/CreatoDisplay-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CreatoDisplay-Medium";
  src: local("CreatoDisplay-Medium"), url("/css/font/CreatoDisplay-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CreatoDisplay-Bold";
  src: local("CreatoDisplay-Bold"), url("/css/font/CreatoDisplay-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  background: #080808;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  overflow-x: clip;
  scroll-behavior: smooth;
  letter-spacing: -0.03rem;
}

.pre {
  font-family: "Pretendard", sans-serif;
}

.creato {
  -webkit-font-feature-settings: "CreatoDisplay-Regular";
          font-feature-settings: "CreatoDisplay-Regular";
}

.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;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.15;
}

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(129, 124, 122, 0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: rgba(221, 215, 211, 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: #adadad;
}
*::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

[popover] {
  border: none;
  padding: 0;
  margin: 0;
  left: auto;
}

:focus {
  outline: none;
}

.br_1240,
.br_1024,
.br_768,
.br_540 {
  display: none;
}

@media screen and (max-width: 1240px) {
  .br_1240 {
    display: block;
  }
  .br_1240_none {
    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: 1560px;
  padding: 0 20px;
  margin: 0 auto;
}

.fadeAni {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeAni.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fadeTxt {
  overflow-y: hidden;
}
.fadeTxt > * {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeTxt.active > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.LeftAni {
  -webkit-transform: translateX(-10vw);
          transform: translateX(-10vw);
  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;
}

:root {
  --headerHei: 86px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHei);
  background: transparent;
  z-index: 10000;
}
#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  z-index: 1;
}
#header .inner {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 2;
  position: relative;
}
#header .logo img {
  height: 26px;
}
#header nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
#header nav a {
  font-size: 1.125rem;
  font-family: "CreatoDisplay-Regular";
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.015rem;
}
#header nav a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ED1C24), to(#F2650E));
  background: linear-gradient(to right, #ED1C24, #F2650E);
  position: absolute;
  top: 32px;
  right: -10px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, transform 0.4s;
  transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;
}
#header nav a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#header #hamburger {
  width: 37px;
  height: 32px;
  cursor: pointer;
  display: none;
}
#header #hamburger .line_wrap {
  height: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #hamburger span {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
#header #hamburger span:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
#header #hamburger span:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
}
#header #hamburger.open span:nth-child(1), #header #hamburger.open span:nth-child(3) {
  width: 0;
}

@supports (-webkit-backdrop-filter: none) {
  #header::before {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
  }
}
#hamWrap {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  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: fixed;
  top: 0;
  right: -100%;
  text-align: center;
  background: #080808;
  z-index: 9999;
  -webkit-transition: right cubic-bezier(0.39, 0.8, 0, 1) 0.8s;
  transition: right cubic-bezier(0.39, 0.8, 0, 1) 0.8s;
}
#hamWrap.open {
  right: 0;
}
#hamWrap.open nav a {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#hamWrap.open nav a:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#hamWrap.open nav a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#hamWrap.open nav a:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#hamWrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  font-size: 1.625rem;
  font-family: "CreatoDisplay-Regular";
  letter-spacing: -0.015rem;
}
#hamWrap nav a {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity cubic-bezier(0.39, 0.8, 0, 1) 0.7s, -webkit-transform cubic-bezier(0.39, 0.8, 0, 1) 0.7s;
  transition: opacity cubic-bezier(0.39, 0.8, 0, 1) 0.7s, -webkit-transform cubic-bezier(0.39, 0.8, 0, 1) 0.7s;
  transition: opacity cubic-bezier(0.39, 0.8, 0, 1) 0.7s, transform cubic-bezier(0.39, 0.8, 0, 1) 0.7s;
  transition: opacity cubic-bezier(0.39, 0.8, 0, 1) 0.7s, transform cubic-bezier(0.39, 0.8, 0, 1) 0.7s, -webkit-transform cubic-bezier(0.39, 0.8, 0, 1) 0.7s;
}
#hamWrap .copy {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding: 0 20px;
  font-size: 0.9375rem;
  color: #666666;
}

#footer {
  background: #111;
}
#footer .content {
  padding: 45px 0 30px;
  font-size: 1.125rem;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .content .lt img {
  width: 200px;
}
#footer .content .rt {
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .content .rt .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .content .rt .info p + p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .content .rt .info p + p::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #333333;
  margin: 0 8px;
}
#footer .content .rt .contact li:not(.flex), #footer .content .rt .contact li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#footer .content .rt .contact .badge {
  color: #333333;
  font-weight: 700;
}
#footer .content .rt .contact .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
#footer .content li + li {
  margin-top: 10px;
}
#footer .copy {
  padding: 20px 0 35px;
  font-size: 1rem;
  border-top: 1px solid #222;
  color: #333333;
  font-family: "CreatoDisplay-Regular";
  text-align: center;
  letter-spacing: -0.015rem;
}

.gradientBtn {
  padding: 22px 40px;
  margin: 60px auto 0;
  border-radius: 70px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
  border: 1px solid #333333;
  font-size: 1.875rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.gradientBtn::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ED1C24), to(#F2650E));
  background: linear-gradient(to right, #ED1C24, #F2650E);
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.gradientBtn p {
  position: relative;
  z-index: 2;
}
.gradientBtn:hover::before {
  width: 100%;
}

.red_dot {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.red_dot h3 {
  font-family: "CreatoDisplay-Bold";
  font-weight: normal;
}
.red_dot::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ED1C24;
  position: absolute;
  top: 0;
  right: 0;
}
.red_dot.w24 {
  padding-right: 34px;
}
.red_dot.w24 h3 {
  font-size: 5rem;
  line-height: 3.75rem;
}
.red_dot.w24::after {
  width: 24px;
  height: 24px;
}
.red_dot.w32 {
  padding-right: 42px;
}
.red_dot.w32 h3 {
  font-size: 7.5rem;
  line-height: 5.5rem;
}
.red_dot.w32::after {
  width: 32px;
  height: 32px;
}

.subPage {
  padding-top: var(--headerHei);
}
.subPage.no_pd {
  padding-top: 0 !important;
}
.subPage.not_footer_mj ~ #footer {
  margin-top: 0 !important;
}
.subPage ~ #footer {
  margin-top: 200px;
}

.youtube_popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  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;
  display: none;
  z-index: 10001;
}
.youtube_popup .back_layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.youtube_popup #videoPop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1080px;
  height: 100%;
  max-height: calc(100% - var(--headerHei) * 2);
  overflow-y: auto;
  padding-top: var(--headerHei);
  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;
  -ms-overflow-style: none;
  max-width: 1520px;
  max-height: none;
  padding-top: 0;
}
.youtube_popup #videoPop::-webkit-scrollbar {
  display: none;
}
.youtube_popup #videoPop iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube_popup #videoPop .txt_box {
  padding: 20px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.youtube_popup #videoPop .genre {
  font-size: 1rem;
  color: #ED1C24;
}
.youtube_popup #videoPop .client, .youtube_popup #videoPop .title {
  font-size: 1.25rem;
}
.youtube_popup #videoPop .title {
  font-weight: 700;
}
.youtube_popup .x_btn {
  position: absolute;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.youtube_popup .x_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 50%;
  border: 1px solid var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s, 0.5s height 0.2s;
  transition: opacity 0.2s, 0.5s height 0.2s;
}
.youtube_popup .x_btn:hover::before {
  opacity: 1;
  height: 100%;
}

.top_btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: none;
  -webkit-transition: bottom 0.2s ease;
  transition: bottom 0.2s ease;
}
.top_btn.show {
  bottom: 100px;
}
.top_btn.always {
  display: block !important;
  bottom: 100px;
}

@media screen and (max-width: 1560px) {
  .gradientBtn {
    font-size: 1.875vw;
    margin: 3vw auto 0;
    padding: 1.325vw 2.5vw;
  }
  .red_dot.w24 {
    padding-right: calc(1.5vw + 10px);
  }
  .red_dot.w24 h3 {
    font-size: 5.125vw;
    line-height: 4vw;
  }
  .red_dot.w24::after {
    width: 1.5vw;
    height: 1.5vw;
  }
  .red_dot.w32 {
    padding-right: calc(2vw + 10px);
  }
  .red_dot.w32 h3 {
    font-size: 7.75vw;
    line-height: 5.625vw;
  }
  .red_dot.w32::after {
    width: 2vw;
    height: 2vw;
  }
  .subPage {
    padding-top: var(--headerHei);
  }
  .subPage ~ #footer {
    margin-top: 13vw;
  }
  .youtube_popup #videoPop .txt_box {
    padding: 1.25vw 10px 0;
    row-gap: 0.65vw;
    word-break: keep-all;
  }
  .youtube_popup #videoPop .genre {
    font-size: 1.111vw;
  }
  .youtube_popup #videoPop .client, .youtube_popup #videoPop .title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --headerHei: 75px;
  }
  #header .inner {
    padding: 0 30px;
  }
  #header nav {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  #header nav a {
    font-size: 1.0625rem;
  }
  #header nav a::before {
    top: 29px;
  }
  #footer .content {
    font-size: 1rem;
  }
  #footer .content .lt img {
    width: 180px;
  }
  #footer .content .rt {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  #footer .content .rt .contact .flex {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  #footer .copy {
    font-size: 0.9375rem;
  }
  .gradientBtn {
    font-size: 2.25vw;
    margin: 6vw auto 0;
    padding: 1.5vw 2.75vw;
  }
  .red_dot.w32 {
    padding-right: calc(2.25vw + 10px);
  }
  .red_dot.w32 h3 {
    font-size: 8.5vw;
    line-height: 6.25vw;
  }
  .red_dot.w32::after {
    width: 2.25vw;
    height: 2.25vw;
  }
  .subPage ~ #footer {
    margin-top: 15vw;
  }
  .youtube_popup #videoPop {
    max-width: 85vw;
  }
  .youtube_popup #videoPop .txt_box {
    padding: 1.5vw 10px 0;
  }
  .youtube_popup #videoPop .title {
    font-size: 1.875vw;
  }
  .youtube_popup #videoPop .desc {
    font-size: 1.45vw;
  }
  .youtube_popup .x_btn {
    top: var(--headerHei);
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .youtube_popup .x_btn img {
    width: 45px;
  }
  .youtube_popup .x_btn::before {
    opacity: 1;
    height: 100%;
  }
  .top_btn {
    bottom: 15vw;
    text-align: right;
  }
  .top_btn img {
    max-width: 7vw;
  }
  .top_btn.show {
    bottom: 18vw;
  }
  .top_btn.always {
    bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --headerHei: 70px;
  }
  #header .inner {
    padding: 0 20px;
  }
  #header nav {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  #header nav a {
    font-size: 1rem;
  }
  #header nav a::before {
    width: 4px;
    height: 4px;
    top: 27px;
    right: -8px;
  }
  #footer .content {
    padding: 40px 0 30px;
    font-size: 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .content .rt {
    -webkit-column-gap: 7vw;
       -moz-column-gap: 7vw;
            column-gap: 7vw;
  }
  #footer .content .rt .info p + p::before {
    height: 14px;
    margin: 0 8px;
  }
  #footer .content li + li {
    margin-top: 10px;
  }
  #footer .copy {
    padding: 15px 0 25px;
    font-size: 0.875rem;
  }
  .gradientBtn {
    font-size: 2.625vw;
    margin: 7vw auto 0;
    padding: 1.875vw 3.25vw;
  }
  .red_dot.w24 {
    padding-right: calc(1.5vw + 10px);
  }
  .red_dot.w24 h3 {
    font-size: 5.75vw;
    line-height: 4.625vw;
  }
  .red_dot.w24::after {
    width: 1.75vw;
    height: 1.75vw;
  }
  .red_dot.w32 {
    padding-right: calc(2.5vw + 10px);
  }
  .red_dot.w32 h3 {
    font-size: 10vw;
    line-height: 7.5vw;
  }
  .red_dot.w32::after {
    width: 2.5vw;
    height: 2.5vw;
  }
  .subPage ~ #footer {
    margin-top: 18vw;
  }
  .youtube_popup .x_btn {
    top: calc(var(--headerHei) + 5vh);
  }
  .youtube_popup .x_btn img {
    width: 45px;
  }
  .youtube_popup #videoPop {
    max-width: 100%;
  }
  .youtube_popup #videoPop .txt_box {
    padding: 1.75vw 15px 0;
    row-gap: 0.75vw;
  }
  .youtube_popup #videoPop .genre {
    font-size: 1.5vw;
  }
  .youtube_popup #videoPop .client, .youtube_popup #videoPop .title {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 540px) {
  :root {
    --headerHei: 63px;
  }
  #header nav {
    display: none;
  }
  #header #hamburger {
    display: block;
    width: 30px;
  }
  #footer .content {
    padding: 35px 0 25px;
    font-size: 0.9375rem;
    row-gap: 25px;
  }
  #footer .content .lt img {
    width: 150px;
  }
  #footer .content .rt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
  }
  #footer .content .rt .info p + p::before {
    height: 12px;
    margin: 0 7px;
  }
  #footer .content .rt .contact .flex {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #footer .content li + li {
    margin-top: 8px;
  }
  #footer .copy {
    padding: 15px 0 20px;
    font-size: 0.875rem;
  }
  .gradientBtn {
    font-size: 4vw;
    margin: 8vw auto 0;
    padding: 2.75vw 4.25vw;
  }
  .red_dot.w24 {
    padding-right: calc(2.5vw + 10px);
  }
  .red_dot.w24 h3 {
    font-size: 9.5vw;
    line-height: 7.125vw;
  }
  .red_dot.w24::after {
    width: 2.5vw;
    height: 2.5vw;
  }
  .red_dot.w32 {
    padding-right: calc(3vw + 10px);
  }
  .red_dot.w32 h3 {
    font-size: 12vw;
    line-height: 8.75vw;
  }
  .red_dot.w32::after {
    width: 3vw;
    height: 3vw;
  }
  .subPage ~ #footer {
    margin-top: 25vw;
  }
  .youtube_popup .x_btn {
    top: calc(var(--headerHei) + 5vh);
  }
  .youtube_popup .x_btn img {
    width: 10vw;
  }
  .youtube_popup #videoPop {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .youtube_popup #videoPop .txt_box {
    padding: 3.75vw 15px 0;
    max-height: 30vh;
    overflow-y: auto;
    row-gap: 1.325vw;
  }
  .youtube_popup #videoPop .genre {
    font-size: 3.25vw;
  }
  .youtube_popup #videoPop .client, .youtube_popup #videoPop .title {
    font-size: 3.5vw;
  }
  .top_btn {
    bottom: 20vw;
    right: calc(20px - 1vw);
  }
  .top_btn img {
    max-width: 12vw;
  }
  .top_btn.show {
    bottom: 30vw;
  }
  .top_btn.always {
    bottom: 15vw;
  }
}
section {
  overflow: clip;
}

#header::before {
  backdrop-filter: none !important;
}
#header.bgBlack::before {
  background: rgba(0, 0, 0, 0.6);
}

#mainSec1 {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#mainSec1 iframe, #mainSec1 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainSec1 .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mainSec1 h1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  bottom: 5vw;
  z-index: 2;
  width: 100%;
  max-width: 1560px;
  padding: 0 20px;
  font-size: 4.125rem;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  transform: translateX(-100%);
  -webkit-transition: opacity cubic-bezier(0.39, 0.8, 0, 1) 1s, -webkit-filter cubic-bezier(0.39, 0.8, 0, 1) 1.2s, -webkit-transform cubic-bezier(0.39, 0.8, 0, 1) 1s;
  transition: opacity cubic-bezier(0.39, 0.8, 0, 1) 1s, -webkit-filter cubic-bezier(0.39, 0.8, 0, 1) 1.2s, -webkit-transform cubic-bezier(0.39, 0.8, 0, 1) 1s;
  transition: opacity cubic-bezier(0.39, 0.8, 0, 1) 1s, filter cubic-bezier(0.39, 0.8, 0, 1) 1.2s, transform cubic-bezier(0.39, 0.8, 0, 1) 1s;
  transition: opacity cubic-bezier(0.39, 0.8, 0, 1) 1s, filter cubic-bezier(0.39, 0.8, 0, 1) 1.2s, transform cubic-bezier(0.39, 0.8, 0, 1) 1s, -webkit-filter cubic-bezier(0.39, 0.8, 0, 1) 1.2s, -webkit-transform cubic-bezier(0.39, 0.8, 0, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#mainSec1 h1.show {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#mainSec1_1 {
  position: relative;
  aspect-ratio: 16/9;
  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;
}
#mainSec1_1 .video_box {
  width: 50%;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#mainSec1_1 .video_box iframe, #mainSec1_1 .video_box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainSec1_1 .video_box .showreel_pop {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

#mainSec2 {
  height: 840px;
  padding-top: 210px;
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100dvh;
}
#mainSec2 .wrapper {
  position: relative;
  z-index: 2;
}
#mainSec2 .title {
  font-size: 3.375rem;
}
#mainSec2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 110px;
     -moz-column-gap: 110px;
          column-gap: 110px;
  margin-top: 90px;
}
#mainSec2 ul li {
  min-width: 131px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#mainSec2 ul li > p {
  font-size: 1.25rem;
  color: #ccc;
}
#mainSec2 ul li > h5 {
  font-size: 2.625rem;
  margin-top: 10px;
  font-weight: 700;
}
#mainSec2 ul li > h5 * {
  display: inline;
}
#mainSec2 ul li > h5 span {
  position: relative;
  padding-right: 15px;
}
#mainSec2 ul li > h5 span::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ED1C24;
  position: absolute;
  top: 11px;
  right: 0;
}
#mainSec2 .bg_wrap {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#mainSec2 .bg_wrap > *:not([class*=light]) {
  position: absolute;
  width: 100%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
#mainSec2 .bg_wrap .graph {
  z-index: 2;
}
#mainSec2 .bg_wrap .graph.active path {
  -webkit-animation: 3s graph-path 0.4s cubic-bezier(0.39, 0.8, 0.25, 0.9) forwards;
          animation: 3s graph-path 0.4s cubic-bezier(0.39, 0.8, 0.25, 0.9) forwards;
}
#mainSec2 .bg_wrap .bg {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: clip-path 3s cubic-bezier(0.39, 0.8, 0.25, 0.9) 0.4s;
  transition: clip-path 3s cubic-bezier(0.39, 0.8, 0.25, 0.9) 0.4s;
  will-change: clip-path;
}
#mainSec2 .bg_wrap .bg.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#mainSec2 .bg_wrap [class*=light] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#mainSec2 .bg_wrap [class*=light].light1 {
  margin-top: 7.325%;
  margin-left: -28.75%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-animation: 2s light1 ease forwards infinite;
          animation: 2s light1 ease forwards infinite;
}
#mainSec2 .bg_wrap [class*=light].light2 {
  margin-left: -13%;
  margin-top: 9.45%;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-animation: 2.5s light1 ease-in forwards infinite;
          animation: 2.5s light1 ease-in forwards infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#mainSec2 .bg_wrap [class*=light].light3 {
  margin-left: 25.75%;
  margin-top: 13.875%;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-animation: 2.75s light1 ease-out forwards infinite;
          animation: 2.75s light1 ease-out forwards infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#mainSec2 .bg_wrap [class*=light].active {
  opacity: 1;
}

@-webkit-keyframes graph-path {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes graph-path {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes graph-bg {
  to {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@keyframes graph-bg {
  to {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-webkit-keyframes light1 {
  0%, 100% {
    -webkit-transform: scale(0.05) translate(-50%, -50%);
            transform: scale(0.05) translate(-50%, -50%);
  }
  50% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes light1 {
  0%, 100% {
    -webkit-transform: scale(0.05) translate(-50%, -50%);
            transform: scale(0.05) translate(-50%, -50%);
  }
  50% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}
#mainSec3 {
  margin: 180px 0;
}
#mainSec3 h2.title {
  font-size: 5rem;
  margin-bottom: 80px;
  text-align: center;
}
#mainSec3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
#mainSec3 ul::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: url(/img/main/sec3_line.png) repeat-y top center/auto 100%;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#mainSec3 ul li {
  width: calc(50% - 50px);
  position: relative;
}
#mainSec3 ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
#mainSec3 ul li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ED1C24;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#mainSec3 ul li:nth-child(odd) > div {
  text-align: right;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#mainSec3 ul li:nth-child(odd) > div .txt_wrap .number {
  margin-left: auto;
}
#mainSec3 ul li:nth-child(odd)::after {
  right: -54px;
}
#mainSec3 ul li:nth-child(even) {
  margin-left: auto;
}
#mainSec3 ul li:nth-child(even) > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#mainSec3 ul li:nth-child(even)::after {
  left: -54px;
}
#mainSec3 ul li .txt_wrap .number {
  font-size: 1.25rem;
  font-family: "CreatoDisplay-Medium";
  padding: 5px 10px 5px 7px;
  border-bottom: 1px solid #666666;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
}
#mainSec3 ul li .txt_wrap .title {
  font-size: 1.625rem;
  margin: 45px 0 12px;
  font-weight: 700;
}
#mainSec3 ul li .txt_wrap .desc {
  font-size: 1.25rem;
  color: #ccc;
  line-height: 1.2;
}
#mainSec3 ul li .icon_wrap {
  width: 200px;
  height: 200px;
  border: 1px solid #333333;
  border-radius: 30px;
  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;
}
#mainSec3 ul li .icon_wrap img.org {
  -webkit-transition: opacity 0.4s, -webkit-transform 0.5s, -webkit-filter 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.5s, -webkit-filter 0.4s;
  transition: transform 0.5s, opacity 0.4s, filter 0.4s;
  transition: transform 0.5s, opacity 0.4s, filter 0.4s, -webkit-transform 0.5s, -webkit-filter 0.4s;
}
#mainSec3 ul li .icon_wrap img.hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
#mainSec3 ul li .icon_wrap:hover img.org {
  opacity: 0;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
#mainSec3 ul li .icon_wrap:hover img.hover {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}

#mainSec4 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
#mainSec4 .swiper-wrapper .swiper-slide {
  font-size: 5rem;
  font-family: "CreatoDisplay-Regular";
  color: #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#mainSec4 .swiper-wrapper .swiper-slide img {
  opacity: 0.1;
  width: 320px;
}

#mainSec5 {
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  padding-top: var(--headerHei);
  position: relative;
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainSec5 h2.title {
  font-size: 5rem;
  margin-bottom: 80px;
  text-align: center;
}
#mainSec5 .card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  padding-left: 200px;
}
#mainSec5 .card_wrap .card {
  width: 450px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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: relative;
  overflow: hidden;
}
#mainSec5 .card_wrap .card .thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainSec5 .card_wrap .card .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(8, 8, 8, 0.7);
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  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;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.8, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.8, 0, 1);
}
#mainSec5 .card_wrap .card .content .txt_box {
  text-align: center;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
#mainSec5 .card_wrap .card .content .txt_box .genre {
  font-size: 1rem;
  color: #ED1C24;
  font-weight: 700;
}
#mainSec5 .card_wrap .card .content .txt_box .client, #mainSec5 .card_wrap .card .content .txt_box .title {
  font-size: 1.625rem;
}
#mainSec5 .card_wrap .card .content .txt_box .title {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mainSec5 .card_wrap .card .content img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  width: 36px;
}
#mainSec5 .card_wrap .card:hover .content {
  opacity: 1;
}

@supports (-webkit-backdrop-filter: none) {
  .card_wrap .card .content::before {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
#mainSec6 {
  height: 280px;
  margin-top: 100px;
  background: #161616 url(/img/main/sec6_bg.png) no-repeat center center/cover;
  position: relative;
}
#mainSec6 > a {
  height: 100%;
  position: relative;
}
#mainSec6 > a::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background: linear-gradient(to right, transparent, #000);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#mainSec6 > a:hover::before, #mainSec6 > a:hover button {
  opacity: 1;
}
#mainSec6 .wrapper {
  row-gap: 10px;
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
#mainSec6 h3 {
  font-size: 3.75rem;
  font-family: "CreatoDisplay-Bold";
  letter-spacing: -0.015rem;
  font-weight: normal;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), to(#FFAC8E));
  background-image: linear-gradient(to bottom, #fff 25%, #FFAC8E);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
#mainSec6 p {
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0.8;
}
#mainSec6 button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 160px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#mainSec6 button img {
  width: 90px;
}

@media screen and (min-width: 1921px) {
  #mainSec2 {
    height: 48vw;
  }
}
@media screen and (min-width: 541px) and (max-height: 850px) {
  #mainSec5 .card_wrap .card {
    width: 50vh;
  }
}
@media screen and (max-width: 1560px) {
  #mainSec1 {
    position: relative;
  }
  #mainSec1 h1 {
    font-size: 4.25vw;
    bottom: 7vw;
  }
  #mainSec2 {
    height: 54vw;
    padding-top: calc(100px + 3vw);
  }
  #mainSec2 .title {
    font-size: 3.5vw;
  }
  #mainSec2 .bg_wrap {
    top: 3vw;
  }
  #mainSec2 ul {
    margin-top: 5.5vw;
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
  }
  #mainSec2 ul li {
    min-width: 10.2955vw;
  }
  #mainSec2 ul li:nth-child(3) {
    margin-right: 2.5vw;
  }
  #mainSec2 ul li > p {
    font-size: 1.25vw;
  }
  #mainSec2 ul li > h5 {
    font-size: 2.75vw;
  }
  #mainSec2 ul li > h5 span {
    padding-right: 1.125vw;
  }
  #mainSec2 ul li > h5 span::after {
    width: 0.625vw;
    height: 0.625vw;
    top: 0.75vw;
  }
  #mainSec3 {
    margin: 11vw 0;
  }
  #mainSec3 h2.title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  #mainSec3 ul {
    row-gap: 3vw;
  }
  #mainSec3 ul li {
    width: calc(50% - 3.2vw);
  }
  #mainSec3 ul li > div {
    -webkit-column-gap: 2.25vw;
       -moz-column-gap: 2.25vw;
            column-gap: 2.25vw;
  }
  #mainSec3 ul li:nth-child(odd)::after {
    right: calc(-3.2vw - 4px);
  }
  #mainSec3 ul li:nth-child(even)::after {
    left: calc(-3.2vw - 4px);
  }
  #mainSec3 ul li .txt_wrap .number {
    font-size: 1.275vw;
  }
  #mainSec3 ul li .txt_wrap .title {
    font-size: 1.75vw;
    margin: 3vw 0 0.875vw;
  }
  #mainSec3 ul li .txt_wrap .desc {
    font-size: 1.275vw;
  }
  #mainSec3 ul li .icon_wrap {
    width: 12vw;
    aspect-ratio: 1/1;
    height: auto;
  }
  #mainSec3 ul li .icon_wrap img {
    max-width: 5.625vw;
    max-height: 5.75vw;
  }
  #mainSec3 ul::before {
    top: -6vw;
  }
  #mainSec4 .swiper-wrapper .swiper-slide {
    font-size: 5vw;
  }
  #mainSec4 .swiper-wrapper .swiper-slide img {
    width: 20vw;
  }
  #mainSec5 h2.title {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  #mainSec5 .card_wrap {
    padding-left: 12vw;
    gap: 2.25vw;
  }
  #mainSec5 .card_wrap .card {
    width: 27vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box {
    row-gap: 0.5vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box .genre {
    font-size: 1.111vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box .client, #mainSec5 .card_wrap .card .content .txt_box .title {
    font-size: 1.625vw;
  }
  #mainSec5 .card_wrap .card .content img {
    width: 2.25vw;
    bottom: 3vw;
  }
  #mainSec6 {
    height: 18vw;
    margin-top: 10vw;
  }
  #mainSec6 .wrapper {
    row-gap: 10px;
  }
  #mainSec6 h3 {
    font-size: 4vw;
  }
  #mainSec6 p {
    font-size: 1.325vw;
  }
  #mainSec6 button {
    right: 10vw;
  }
  #mainSec6 button img {
    width: 5.5vw;
  }
}
@media screen and (max-width: 1024px) {
  #mainSec1 h1 {
    font-size: 4.5vw;
    bottom: 5.5vw;
  }
  #mainSec1_1 .video_box {
    width: 80%;
  }
  #mainSec2 {
    height: 65vw;
    padding-top: 11vw;
    min-height: auto;
  }
  #mainSec2 .title {
    font-size: 4vw;
  }
  #mainSec2 ul {
    margin-top: 7.75vw;
    -webkit-column-gap: 6.25vw;
       -moz-column-gap: 6.25vw;
            column-gap: 6.25vw;
  }
  #mainSec2 ul li {
    min-width: 12.2344vw;
  }
  #mainSec2 ul li > p {
    font-size: 1.5vw;
  }
  #mainSec2 ul li > h5 {
    font-size: 3.25vw;
    margin-top: 8px;
  }
  #mainSec2 ul li > h5 span {
    padding-right: 1.15vw;
  }
  #mainSec2 ul li > h5 span::after {
    width: 0.65vw;
    height: 0.65vw;
    top: 0.875vw;
  }
  #mainSec2 .bg_wrap {
    top: 0;
  }
  #mainSec2 .bg_wrap > *:not([class*=light]) {
    width: 150%;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: none;
  }
  #mainSec2 .bg_wrap .bg {
    height: 120%;
    width: auto;
  }
  #mainSec2 .bg_wrap [class*=light].light1 {
    margin-top: 10.875%;
    margin-left: -42.725%;
    max-width: 10vw;
  }
  #mainSec2 .bg_wrap [class*=light].light2 {
    margin-left: -21%;
    margin-top: 13.45%;
    max-width: 9vw;
  }
  #mainSec2 .bg_wrap [class*=light].light3 {
    margin-left: 37.75%;
    margin-top: 20.875%;
    max-width: 14vw;
  }
  #mainSec3 {
    margin: 10vw 0;
  }
  #mainSec3 h2.title {
    font-size: 5.25vw;
    margin-bottom: 6vw;
  }
  #mainSec3 ul {
    row-gap: 2.75vw;
  }
  #mainSec3 ul li {
    width: calc(50% - 4vw);
  }
  #mainSec3 ul li > div {
    -webkit-column-gap: 2.5vw;
       -moz-column-gap: 2.5vw;
            column-gap: 2.5vw;
  }
  #mainSec3 ul li:nth-child(odd)::after {
    right: calc(-4vw - 4px);
  }
  #mainSec3 ul li:nth-child(even)::after {
    left: calc(-4vw - 4px);
  }
  #mainSec3 ul li .txt_wrap .number {
    font-size: 1.5vw;
    padding: 0 9px 4px 6px;
  }
  #mainSec3 ul li .txt_wrap .title {
    font-size: 2vw;
    margin: 3.25vw 0 1.25vw;
  }
  #mainSec3 ul li .txt_wrap .desc {
    font-size: 1.5vw;
    line-height: 1.3;
  }
  #mainSec3 ul li .icon_wrap {
    width: 16vw;
    border-radius: 2.25vw;
  }
  #mainSec3 ul li .icon_wrap img {
    max-width: 6.5vw;
    max-height: 6.5vw;
  }
  #mainSec3 ul::before {
    top: -8vw;
  }
  #mainSec4 .swiper-wrapper .swiper-slide img {
    width: 24vw;
  }
  #mainSec5 h2.title {
    font-size: 5.25vw;
    margin-bottom: 3.5vw;
  }
  #mainSec5 .card_wrap {
    padding-left: 15vw;
    gap: 3vw;
  }
  #mainSec5 .card_wrap .card {
    width: 40vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box {
    row-gap: 0.75vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box .genre {
    font-size: 1.5vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box .client, #mainSec5 .card_wrap .card .content .txt_box .title {
    font-size: 2vw;
  }
  #mainSec5 .card_wrap .card .content img {
    width: 3.5vw;
    bottom: 3.75vw;
  }
  #mainSec6 {
    height: 20vw;
  }
  #mainSec6 .wrapper {
    row-gap: 10px;
  }
  #mainSec6 h3 {
    font-size: 4.5vw;
  }
  #mainSec6 p {
    font-size: 1.5vw;
  }
  #mainSec6 button img {
    width: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #mainSec1 h1 {
    font-size: 5vw;
  }
  #mainSec2 {
    height: 75vw;
    padding-top: 15vw;
  }
  #mainSec2 .title {
    font-size: 4.325vw;
  }
  #mainSec2 ul {
    margin-top: 8.25vw;
    -webkit-column-gap: 4.5vw;
       -moz-column-gap: 4.5vw;
            column-gap: 4.5vw;
  }
  #mainSec2 ul li {
    min-width: 14.228vw;
  }
  #mainSec2 ul li:nth-child(3) {
    margin-right: 2.75vw;
  }
  #mainSec2 ul li > p {
    font-size: 1.75vw;
  }
  #mainSec2 ul li > h5 {
    font-size: 3.5vw;
    margin-top: 7px;
  }
  #mainSec2 ul li > h5 span {
    padding-right: 1.375vw;
  }
  #mainSec2 ul li > h5 span::after {
    width: 0.75vw;
    height: 0.75vw;
    top: 0.875vw;
  }
  #mainSec2 .bg_wrap .bg {
    width: 150%;
    height: auto;
  }
  #mainSec2 .bg_wrap [class*=light].light1 {
    margin-top: 11.125%;
    margin-left: -43%;
  }
  #mainSec2 .bg_wrap [class*=light].light2 {
    margin-top: 13.625%;
  }
  #mainSec2 .bg_wrap [class*=light].light3 {
    margin-left: 38.325%;
    margin-top: 21.125%;
  }
  #mainSec3 {
    margin: 12vw 0;
  }
  #mainSec3 h2.title {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
  #mainSec3 ul {
    row-gap: 2.5vw;
  }
  #mainSec3 ul li {
    width: calc(50% - 3vw);
  }
  #mainSec3 ul li::after {
    width: 6px;
    height: 6px;
  }
  #mainSec3 ul li:nth-child(odd)::after {
    right: calc(-3vw - 3px);
  }
  #mainSec3 ul li:nth-child(even)::after {
    left: calc(-3vw - 3px);
  }
  #mainSec3 ul li .txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 2vw;
    max-width: calc(100% - 14vw - 2.5vw);
  }
  #mainSec3 ul li .txt_wrap .number {
    font-size: 1.875vw;
    padding: 0 7px 3px 4px;
  }
  #mainSec3 ul li .txt_wrap .title {
    font-size: 2.25vw;
    margin: 0;
  }
  #mainSec3 ul li .txt_wrap .desc {
    font-size: 1.875vw;
    width: 100%;
  }
  #mainSec3 ul li .icon_wrap {
    width: 13vw;
  }
  #mainSec3 ul li .icon_wrap img {
    max-width: 6.25vw;
    max-height: 6.25vw;
  }
  #mainSec3 ul::before {
    top: -6.5vw;
  }
  #mainSec4 .swiper-wrapper .swiper-slide {
    font-size: 5.5vw;
  }
  #mainSec4 .swiper-wrapper .swiper-slide img {
    width: 25vw;
  }
  #mainSec5 h2.title {
    font-size: 5.5vw;
    margin-bottom: 6vw;
  }
  #mainSec5 .card_wrap {
    padding-left: 15vw;
    gap: 3.5vw;
  }
  #mainSec5 .card_wrap .card {
    width: 45vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box {
    row-gap: 0.875vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box .genre {
    font-size: 1.875vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box .client, #mainSec5 .card_wrap .card .content .txt_box .title {
    font-size: 2.325vw;
  }
  #mainSec5 .card_wrap .card .content img {
    width: 4vw;
    bottom: 4vw;
  }
  #mainSec6 {
    height: 40vw;
    margin-top: 10vw;
  }
  #mainSec6 > a {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 6vw;
  }
  #mainSec6 .wrapper {
    row-gap: 6px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #mainSec6 h3 {
    font-size: 5.75vw;
  }
  #mainSec6 p {
    font-size: 2vw;
  }
  #mainSec6 button {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  #mainSec6 button img {
    width: 7vw;
  }
  #mainSec6 > a::before, #mainSec6 button {
    opacity: 1;
  }
}
@media screen and (max-width: 540px) {
  #mainSec1 h1 {
    font-size: 6.5vw;
  }
  #mainSec2 {
    height: 120vw;
    padding-top: 18vw;
  }
  #mainSec2 .title {
    font-size: 6.25vw;
  }
  #mainSec2 ul {
    margin-top: 12vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 7vw;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  #mainSec2 ul li {
    width: 50%;
    min-width: auto;
  }
  #mainSec2 ul li:nth-child(3) {
    margin-right: 0;
  }
  #mainSec2 ul li > p {
    font-size: 3.325vw;
  }
  #mainSec2 ul li > h5 {
    font-size: 5.75vw;
    margin-top: 6px;
  }
  #mainSec2 ul li > h5 span {
    padding-right: 2.05vw;
  }
  #mainSec2 ul li > h5 span::after {
    width: 1.05vw;
    height: 1.05vw;
    top: 1.5vw;
  }
  #mainSec2 .bg_wrap > *:not([class*=light]) {
    width: 120%;
    height: 100%;
  }
  #mainSec2 .bg_wrap .graph {
    top: 70%;
  }
  #mainSec2 .bg_wrap .bg {
    top: 67%;
    width: 150%;
    height: auto;
  }
  #mainSec2 .bg_wrap [class*=light].light1 {
    margin-top: 31.45%;
    margin-left: -43%;
    max-width: 14vw;
  }
  #mainSec2 .bg_wrap [class*=light].light2 {
    margin-top: 33.875%;
    max-width: 12vw;
  }
  #mainSec2 .bg_wrap [class*=light].light3 {
    margin-left: 38.5%;
    margin-top: 41.325%;
    max-width: 20vw;
  }
  #mainSec3 {
    margin: 18vw 0 16vw;
  }
  #mainSec3 h2.title {
    font-size: 8.5vw;
    margin-bottom: 12vw;
  }
  #mainSec3 ul {
    row-gap: 12vw;
  }
  #mainSec3 ul li {
    width: 90%;
    margin: 0 auto;
  }
  #mainSec3 ul li > div {
    -webkit-column-gap: 6vw;
       -moz-column-gap: 6vw;
            column-gap: 6vw;
  }
  #mainSec3 ul li:nth-child(odd) > div {
    margin-left: 0;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #mainSec3 ul li:nth-child(odd) > div .txt_wrap .number {
    margin-left: 0;
  }
  #mainSec3 ul li::after {
    display: none;
  }
  #mainSec3 ul li .txt_wrap {
    display: block;
    max-width: calc(100% - 26vw - 6vw);
  }
  #mainSec3 ul li .txt_wrap .number {
    font-size: 3.25vw;
    padding: 0 5px 2px 3px;
  }
  #mainSec3 ul li .txt_wrap .title {
    font-size: 4.125vw;
    margin: 6vw 0 1.75vw;
  }
  #mainSec3 ul li .txt_wrap .desc {
    font-size: 3.25vw;
  }
  #mainSec3 ul li .icon_wrap {
    width: 26vw;
  }
  #mainSec3 ul li .icon_wrap img {
    max-width: 13vw;
    max-height: 13vw;
  }
  #mainSec3 ul::before {
    display: none;
  }
  #mainSec4 .swiper-wrapper .swiper-slide {
    font-size: 8vw;
  }
  #mainSec4 .swiper-wrapper .swiper-slide img {
    width: 36vw;
  }
  #mainSec5 {
    min-height: auto;
  }
  #mainSec5 h2.title {
    font-size: 8.5vw;
    margin-bottom: 10vw;
  }
  #mainSec5 .swiper {
    width: 100%;
  }
  #mainSec5 .card_wrap {
    padding-left: 0;
    gap: 0;
  }
  #mainSec5 .card_wrap .card {
    width: 200px;
  }
  #mainSec5 .card_wrap .card .content {
    opacity: 1;
    backdrop-filter: none;
    background: transparent;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #mainSec5 .card_wrap .card .content .txt_box {
    text-align: left;
    width: 100%;
    height: 50%;
    padding-right: calc(20px + 5vw + 10px);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#080808));
    background: linear-gradient(to bottom, transparent, #080808);
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    row-gap: 1.25vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box .genre {
    font-size: 3.25vw;
  }
  #mainSec5 .card_wrap .card .content .txt_box .client, #mainSec5 .card_wrap .card .content .txt_box .title {
    font-size: 3.625vw;
  }
  #mainSec5 .card_wrap .card .content img {
    width: 5vw;
    left: auto;
    right: 20px;
    -webkit-transform: none;
            transform: none;
    bottom: 22px;
  }
  #mainSec6 {
    height: 70vw;
    margin-top: 18vw;
    background: #161616 url(/img/main/sec6_bg_mo.png) no-repeat center center/cover;
  }
  #mainSec6 > a {
    row-gap: 8vw;
  }
  #mainSec6 .wrapper {
    row-gap: 6px;
  }
  #mainSec6 h3 {
    font-size: 9vw;
  }
  #mainSec6 p {
    font-size: 3.5vw;
  }
  #mainSec6 button img {
    width: 12.5vw;
  }
  #mainSec6 > a::before {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */