body,
html {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "AppleSDGothicNeo", sans-serif;
}

html.fixed {
  overflow: hidden;
  touch-action: none;
}

* {
  box-sizing: border-box;
}

picture {
  display: block;
  width: 100%;
}
picture img,
picture source {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

em {
  font-style: normal;
}

p,
ul,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
}

i {
  display: block;
  font-style: normal;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.m_show {
  display: none !important;
}

.m_hide {
  display: block !important;
}

.light_show {
  display: none !important;
}

.light_hide {
  display: block !important;
}

.dim::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes leftAnimation {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bottomAnimation {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade_in {
  animation: fadeIn 1.5s ease-in-out;
}

.left_animation {
  overflow: hidden;
}

.left_animation i {
  animation: leftAnimation 1s ease-in-out;
}

.bottom_animation {
  overflow: hidden;
}

.bottom_animation i {
  animation: bottomAnimation 1s ease-in-out;
}

#adstorm {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  background-color: #1E1E1E;
  font-weight: 400;
  line-height: 1;
}
#adstorm section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #1E1E1E;
  transition: background 0.4s;
  overflow: hidden;
}
/* #adstorm .ad_bg {
  background: url("../img/ad_bg_dark.png") no-repeat center/contain;
} */
#adstorm .section_inner {
  padding: 0px 40px;
}
@media screen and (max-width: 1920px) {
  #adstorm .section_inner {
    padding: 0vw 2.0833333333vw;
  }
}
#adstorm .sec_title {
  width: fit-content;
  margin-bottom: 38px;
  font-size: 88px;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: -0.025em;
  color: #ffffff;
}
@media screen and (max-width: 1920px) {
  #adstorm .sec_title {
    margin-bottom: 1.9791666667vw;
  }
}
@media screen and (max-width: 1920px) {
  #adstorm .sec_title {
    font-size: 4.5833333333vw;
  }
}
@media screen and (max-width: 1920px) {
  #adstorm .sec_title {
    line-height: 4.5833333333vw;
  }
}
#adstorm .sec_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #B3B3B3;
}
@media screen and (max-width: 1920px) {
  #adstorm .sec_desc {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 1920px) {
  #adstorm .sec_desc {
    line-height: 1.25vw;
  }
}
#adstorm .animate_bottom, #adstorm .animate_end {
  overflow: hidden;
}
#adstorm .en {
  font-family: "Montserrat", sans-serif;
}
#adstorm .img_box img {
  width: 100%;
}
@keyframes gsapRowBefore {
  100% {
    width: 100%;
  }
}
@keyframes gsapRowBeforeMove {
  100% {
    transform: translateX(101%);
  }
}
@keyframes gsapRowMaker {
  100% {
    width: 100%;
  }
}
@keyframes gsapRowMakerMove {
  100% {
    transform: translateX(101%);
  }
}
#adstorm .gsap--txt .row-ani {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding: 0px 2px 7px 0px;
  color: transparent;
  transition: 0.1s color 0.8s ease-in-out;
}
@media screen and (max-width: 1920px) {
  #adstorm .gsap--txt .row-ani {
    padding: 0vw 0.1041666667vw 0.3645833333vw 0vw;
  }
}
#adstorm .gsap--txt .row-ani::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background-color: #B3B3B3;
  transform: translateX(-1%);
}
#adstorm .gsap--txt .row-marker {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#adstorm .gsap--txt .row-marker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 50%;
  background-color: #FC3552;
}
#adstorm .gsap--txt.-active .row-ani::before {
  animation-fill-mode: forwards;
  animation-name: gsapRowBefore, gsapRowBeforeMove;
  animation-delay: 0s, 0.85s;
  animation-duration: 0.8s, 0.5s;
  animation-timing-function: cubic-bezier(0.9, 0.02, 0.76, 1.05);
}
#adstorm .gsap--txt.-active .row-marker::after {
  animation-fill-mode: forwards;
  animation-name: gsapRowMaker, gsapRowMakerMove;
  animation-delay: 0.6s, 1.3s;
  animation-duration: 0.5s, 0.5s;
  animation-timing-function: cubic-bezier(0.9, 0.02, 0.76, 1.05);
}
#adstorm .sec_depart .gsap--txt {
  color: transparent;
}
#adstorm .sec_depart .gsap--txt.-active .row-ani {
  color: #B3B3B3;
}
#adstorm .sec_title.gsap--txt.-active .row-ani {
  color: #fff;
}
#adstorm .slogun_title.gsap--txt.-active .row-ani {
  color: #fff;
}
#adstorm.light {
  background-color: #E6E4E0;
}
#adstorm.light section {
  background: #E6E4E0;
  transition: background 0.4s;
}
/* #adstorm.light .ad_bg {
  background: url("../img/ad_bg_light.png") no-repeat top/contain;
  background-color: #E6E4E0;
} */
#adstorm.light .sec_title {
  color: #272727;
}
#adstorm.light .sec_desc {
  color: #444444;
}
#adstorm.light .light_show {
  display: block !important;
}
#adstorm.light .light_hide {
  display: none !important;
}
#adstorm.light .gsap--txt .row-ani::before {
  background-color: #222;
}
#adstorm.light .contents_box .slogun_title.gsap--txt .row-ani::before {
  background-color: #fff;
}
#adstorm.light .sec_depart .gsap--txt .row-ani {
  color: transparent;
}
#adstorm.light .sec_depart .gsap--txt.-active .row-ani {
  color: #444;
}
#adstorm.light .sec_depart .depart_list.gsap--txt.-active .row-ani {
  color: #444;
}
#adstorm.light .sec_title.gsap--txt.-active .row-ani {
  color: #272727;
}
#adstorm.light .slogun_title.gsap--txt.-active .row-ani {
  color: #272727;
}
#adstorm.light .contents_box .slogun_title.gsap--txt.-active .row-ani {
  color: #fff;
}
#adstorm .cursor {
  position: fixed;
  top: 0;
  width: 10px;
  height: 10px;
  z-index: 999;
  display: flex;
  place-items: center;
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  #adstorm .cursor {
    width: 0.5208333333vw;
  }
}
@media screen and (max-width: 1920px) {
  #adstorm .cursor {
    height: 0.5208333333vw;
  }
}
#adstorm .cursor circle {
  fill: pink;
}
#adstorm.light .cursor circle {
  fill: tomato;
}

@media (max-width: 768px) {
  #adstorm .m_show {
    display: block !important;
  }
  #adstorm .m_hide {
    display: none !important;
  }
  #adstorm section {
    height: initial;
  }
  #adstorm section p {
    word-break: keep-all;
  }
  /* #adstorm .ad_bg {
    background: url("../img/ad_bg_dark.png") no-repeat bottom/contain;
  } */
  #adstorm .section_inner {
    padding: 0px 40px;
    padding: 0vw 5.5555555556vw;
  }
  #adstorm .animate_bottom, #adstorm .animate_end, #adstorm .animate_left {
    overflow: hidden;
  }
  #adstorm .sec_title {
    margin-bottom: 35px;
    margin-bottom: 4.8611111111vw;
    font-size: 85px;
    font-size: 11.8055555556vw;
    font-weight: 700;
    line-height: 85px;
    line-height: 11.8055555556vw;
  }
  #adstorm .sec_desc {
    font-size: 28px;
    font-size: 3.8888888889vw;
    font-weight: 500;
    line-height: 42px;
    line-height: 5.8333333333vw;
  }
  #adstorm .gsap--txt .row-ani {
    padding: 0px 2px 7px 0px;
    padding: 0vw 0.2777777778vw 0.9722222222vw 0vw;
  }
  /* #adstorm.light .ad_bg {
    background: url("../img/ad_bg_light.png") no-repeat bottom/contain;
    background-color: #E6E4E0;
  } */
  #adstorm.light .sec_depart .gsap--txt.-active .row-ani {
    color: #444;
  }
  #adstorm.light .contents_box .slogun_title.gsap--txt .row-ani::before {
    background-color: #222;
  }
  #adstorm.light .contents_box .slogun_title.gsap--txt.-active .row-ani {
    color: #272727;
  }
}

/*# sourceMappingURL=common.css.map */
