/* Body font Size */
@font-face {
    font-family: "Onemobile";
    src: url("ONEMobileOTFRegular.eot");
    src: url("../../fonts/ONEMobileOTFRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/ONEMobileOTFRegular.woff2") format("woff2"), url("../../fonts/ONEMobileOTFRegular.woff") format("woff"), url("../../fonts/ONEMobileOTFRegular.ttf") format("truetype");
    font-weight: 400;
  }
  @font-face {
    font-family: "Onemobile";
    src: url("../../fonts/ONEMobileOTFLight.eot");
    src: url("../../fonts/ONEMobileOTFLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/ONEMobileOTFLight.woff2") format("woff2"), url("../../fonts/ONEMobileOTFLight.woff") format("woff"), url("../../fonts/ONEMobileOTFLight.ttf") format("truetype");
    font-weight: 300;
  }
  @font-face {
    font-family: "Onemobile";
    src: url("../../fonts/ONEMobileOTFBold.eot");
    src: url("../../fonts/ONEMobileOTFBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/ONEMobileOTFBold.woff2") format("woff2"), url("../../fonts/ONEMobileOTFBold.woff") format("woff"), url("../../fonts/ONEMobileOTFBold.ttf") format("truetype");
    font-weight: 700;
  }
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
  }
  
  .pc_only {
    display: block;
  }
  
  .mo_only {
    display: none;
  }
  
  .split_p .split_c {
    transition: none;
  }
  
  .teaser {
    width: 100%;
    height: 100vh;
    min-height: 52.5vw;
    font-family: "Mont", "Onemobile", sans-serif;
    background: #000000;
    overflow: hidden;
    box-sizing: border-box;
  }
  .teaser__area {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0 7vw;
  }
  .teaser__logo {
    position: absolute;
    top: 2.6vw;
    left: 4vw;
    width: 10vw;
    height: 7vw;
    background: url(/content/dam/glo-kr/mcs/images/event/aurora/logo.svg) 50% 50%/contain no-repeat;
    font-size: 0;
    text-indent: -99999px;
    z-index: 10;
  }
  .teaser__ttl {
    position: relative;
    width: 100%;
    color: #ffffff;
    text-align: center;
    z-index: 10;
  }
  .teaser__ttl .hyperpro {
    display: block;
    width: 20.4vw;
    height: 4.5vw;
    background: url(/content/dam/glo-kr/mcs/images/event/aurora/hyperpro_logo.svg) 50% 0/contain no-repeat;
    margin: 0 auto 1.04vw;
    font-size: 0;
    text-indent: -99999px;
  }
  .teaser__ttl .ttl {
    position: relative;
    width: 100%;
    height: 7.4vw;
    overflow: hidden;
  }
  .teaser__ttl h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 2.7vw;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #ffffff;
    transform: translateY(-50%);
  }
  .teaser__ttl h2 strong {
    font-size: 1.19em;
  }
  .teaser__ttl h2 .mont {
    vertical-align: top;
  }
  .teaser__ttl h2.after {
    text-align: center;
    white-space: nowrap;
    text-shadow: 0px 0.2vw 0.75vw rgba(130, 52, 185, 0.7);
  }
  .teaser__ttl__date {
    position: relative;
    overflow: hidden;
  }
  .teaser__ttl__date p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 2.1875vw;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-shadow: 0px 0.2vw 0.75vw rgba(130, 52, 185, 0.7);
    transform: translateY(100%);
  }
  .teaser__ttl .teaser__btn {
    display: block;
    position: relative;
    width: 11.875vw;
    height: 2.96875vw;
    line-height: 2.96875vw;
    font-size: 1.04vw;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: #ffffff;
    color: #000000;
    margin: 1.823vw auto 0;
    overflow: hidden;
    transition: color 0.3s, box-shadow 0.3s;
  }
  .teaser__ttl .teaser__btn .txt {
    position: relative;
    z-index: 3;
    transition: box-shadow 0.5s;
  }
  .teaser__ttl .teaser__btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(0, 152, 141) 0%, rgb(52, 150, 174) 9%, rgb(88, 153, 186) 13%, rgb(160, 170, 210) 24%, rgb(178, 154, 218) 33%, rgb(181, 132, 221) 43%, rgb(149, 80, 199) 59%, rgb(116, 58, 182) 84%, rgb(84, 26, 138) 100%);
    background-size: 160%;
    background-position: 100% 0;
    transition: background 0.5s, opacity 0.5s;
    opacity: 0;
  }
  .teaser__ttl .teaser__btn:hover {
    color: #ffffff;
    box-shadow: 0 0.25vw 0.83vw 0 rgba(130, 52, 185, 0.7);
  }
  .teaser__ttl .teaser__btn:hover:after {
    top: 0;
    background-position: 40% 100%;
    opacity: 1;
  }
  @-webkit-keyframes backAni {
    0% {
      transform: rotate(0deg);
    }
    60% {
      transform: rotate(3deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes backAni {
    0% {
      transform: rotate(0deg);
    }
    60% {
      transform: rotate(3deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes frontAni {
    0% {
      transform: rotate(0deg);
    }
    60% {
      transform: rotate(-3deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes frontAni {
    0% {
      transform: rotate(0deg);
    }
    60% {
      transform: rotate(-3deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .teaser__vis {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .teaser__vis__device {
    position: absolute;
    top: 4.6875vw;
    left: 29.11vw;
    width: 59.895vw;
    z-index: 5;
  }
  .teaser__vis__device img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .teaser__vis__device img:first-child {
    -webkit-animation: backAni 6s linear forwards infinite;
            animation: backAni 6s linear forwards infinite;
  }
  .teaser__vis__device img:last-child {
    -webkit-animation: frontAni 6s linear forwards infinite;
            animation: frontAni 6s linear forwards infinite;
  }
  @-webkit-keyframes backPos {
    0% {
      background-position: 50% 50%;
    }
    60% {
      background-position: 10% 80%;
      background-size: 110% 110%;
    }
    100% {
      background-position: 50% 50%;
      background-size: 120% 120%;
    }
  }
  @keyframes backPos {
    0% {
      background-position: 50% 50%;
    }
    60% {
      background-position: 10% 80%;
      background-size: 110% 110%;
    }
    100% {
      background-position: 50% 50%;
      background-size: 120% 120%;
    }
  }
  .teaser__vis__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/content/dam/glo-kr/mcs/images/event/aurora/teaser_aurora.webp) 50% 50%/100% 100% no-repeat;
    transition: background-size 0.3s;
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
  }
  .teaser__vis__gradient.gra1 {
    opacity: 0.65;
  }
  .teaser__vis__gradient.gra2 {
    opacity: 0;
    -webkit-clip-path: circle(20%);
            clip-path: circle(20%);
  }
  .teaser__vis__gradient.gra3 {
    opacity: 0;
    -webkit-clip-path: circle(20%);
            clip-path: circle(20%);
  }
  .teaser__vis .teaser__cover__black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
  }
  .teaser__vis .teaser__cover__black img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .teaser__vis .teaser__cover__aurora {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/content/dam/glo-kr/mcs/images/event/aurora/aurora_cover.png) 50% 50%/100% 100% no-repeat;
    opacity: 0;
    z-index: 7;
    -webkit-animation: backPos 8s alternate linear infinite forwards;
            animation: backPos 8s alternate linear infinite forwards;
  }
  .teaser__desc {
    position: absolute;
    left: 3vw;
    bottom: 2.04vw;
    font-size: 0.73vw;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #ffffff;
    z-index: 10;
  }
  @media screen and (max-width: 768px) {
    .teaser {
      height: 178.6666666667vw;
      min-height: auto;
    }
    .teaser .mo_only {
      display: block;
    }
    .teaser .pc_only {
      display: none;
    }
    .teaser__area {
      padding: 0 0 16vw;
    }
    .teaser__logo {
      top: 4.8vw;
      left: 5.3333333333vw;
      width: 18.6666666667vw;
      height: 13.3333333333vw;
    }
    .teaser__ttl {
      width: 100%;
    }
    .teaser__ttl .hyperpro {
      width: 53.3333333333vw;
      height: 10.6666666667vw;
      margin: 0 auto 2.6666666667vw;
    }
    .teaser__ttl .ttl {
      height: 34.1333333333vw;
    }
    .teaser__ttl .ttl.showed {
      height: 22.4vw;
    }
    .teaser__ttl h2 {
      font-size: 7.4666666667vw;
    }
    .teaser__ttl h2 .after {
      top: 50%;
      transform: translate(-50%, -50%);
      text-shadow: 0 0.8vw 4.2666666667vw rgba(130, 52, 185, 0.7);
    }
    .teaser__ttl .teaser__btn {
      width: 41.3333333333vw;
      height: 11.7333333333vw;
      font-size: 3.7333333333vw;
      margin: 5.3333333333vw auto 0;
    }
    .teaser__ttl .teaser__btn:hover, .teaser__ttl .teaser__btn:active {
      color: #000000;
    }
    .teaser__ttl .teaser__btn:after {
      display: none;
    }
    .teaser__ttl__date p {
      font-size: 5.8666666667vw;
      text-shadow: 0 0.8vw 4.2666666667vw rgba(130, 52, 185, 0.7);
    }
    .teaser__vis__device {
      top: 29.3333333333vw;
      left: 9.3333333333vw;
      width: 107.4666666667vw;
      height: 117.3333333333vw;
    }
    .teaser__vis__device img:first-child {
      top: 2.6666666667vw;
    }
    .teaser__vis__gradient {
      background-image: url(/content/dam/glo-kr/mcs/images/event/aurora/teaser_aurora_m.png);
    }
    .teaser__vis .teaser__cover__aurora {
      background-image: url(/content/dam/glo-kr/mcs/images/event/aurora/aurora_cover_m.png);
    }
    .teaser__desc {
      left: 5.3333333333vw;
      bottom: 5.3333333333vw;
      font-size: 2.4vw;
    }
  }