@charset "UTF-8";
:root {
  --primary: #6422fe;
  --primary-100: rgba(100, 34, 254, 0.08);
  --primary-200: rgba(100, 34, 254, 0.2);
  --secondary: #fa5500;
  --secondary-100: #fff6f2;
  --danger: #fe3b38;
  --line-100: #eee;
  --line-200: #ddd;
  --gray-bg-100: #f8f8fa;
  --gray-bg-200: #f2f1f6;
  --gray-bg-300: #d4d3d7;
  --gray-text-100: #acacac;
  --gray-text-200: #808080;
  --link-text: #27a7ff;
  --white: #fff;
  --black: #000;
  --blue: #0d6efd;
  --green: #198754;
  --yellow: #ffc800;
}

[data-scroll] {
  transition: opacity 1s;
}

[data-scroll=in] {
  opacity: 1;
}

[data-scroll=out] {
  opacity: 0;
}

html {
  overflow-x: hidden !important;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  font-size: 62.5%;
  position: relative;
  font-family: "Roboto", "Notokr Local", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

main {
  width: 100%;
  height: 100%;
}

figure {
  padding: 0;
  margin: 0;
}

p {
  font-weight: 300;
}

.big {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
}

.mid {
  font-size: 2.4rem;
}

.mini {
  font-size: 1.6rem;
  font-weight: 600;
}

.sm {
  font-size: 2rem;
}

.white {
  color: var(--white);
}

.bold {
  font-weight: 700;
}

.g_primary {
  color: transparent !important;
  background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}

.g_secondary {
  color: transparent !important;
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
}

.g_danger {
  color: transparent !important;
  background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}

@keyframes grayscale {
  from {
    filter: grayscale(100%);
  }
  to {
    filter: grayscale(0%);
  }
}
.full_box {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#take_1 {
  position: relative;
  display: flex;
  flex-direction: row;
  background-image: linear-gradient(to left, #212121 0%, black 100%);
}
#take_1 div.title {
  font-size: 0;
}
#take_1 div.title .dim {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10;
}
#take_1 div.title .bg {
  width: 100%;
  height: 100%;
}
#take_1 div.title .bg_obj {
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  animation: grayscale 0.4s ease-in;
}
#take_1 .box {
  margin-left: 8vh;
}
#take_1 img.logo {
  height: 4.8rem;
opacity:0;
}
#take_1 p {
  margin-top: 3.2rem;
opacity:0;
}

#take_1_0, #take_1_1 {
  position: relative;
}
#take_1_0 p *, #take_1_1 p * {
  vertical-align: middle;
}
#take_1_0 img.logo, #take_1_1 img.logo {
  display: inline-block;
  height: 6.4rem;
  margin-right: 0.8rem;
}
#take_1_0 .bigger, #take_1_1 .bigger {
  font-size: 6.4rem;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: -0.4rem;
  z-index: 1;
}
#take_1_0 .bigger.off, #take_1_1 .bigger.off {
  font-size: 4.8rem;
  color: rgba(255, 255, 255, 0.4);
}

#take_1_1 {
  position: relative;
  width: 100%;
  height: 100vh;
  color: var(--black);
}

#take_1_2 {
  background-color: var(--black);
  color: var(--white);
}

#take_2,
#take_3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8vh 1.6rem;
}
#take_2 .ballon,
#take_3 .ballon {
  position: relative;
  display: inline-block;
  padding: 3.2rem;
  border-radius: 4.8rem;
}
#take_2 .ballon.q,
#take_3 .ballon.q {
  background-color: var(--gray-bg-200);
  color: var(--black);
  margin-right: 4rem;
}
#take_2 .ballon.q::after,
#take_3 .ballon.q::after {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  background-color: inherit;
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  border-radius: 0.4rem;
  z-index: -1;
  right: -0.4rem;
}
#take_2 .ballon.a,
#take_3 .ballon.a {
  background-color: var(--yellow);
  color: var(--white);
  margin-left: 4rem;
}
#take_2 .ballon.a::after,
#take_3 .ballon.a::after {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  background-color: inherit;
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  border-radius: 0.4rem;
  z-index: -1;
  left: -0.4rem;
}
#take_2 img,
#take_3 img {
  width: 16rem;
  height: auto;
  border: 1.2rem solid;
  border-radius: 50%;
}
#take_2 img.q,
#take_3 img.q {
  border-color: var(--gray-bg-200);
}
#take_2 img.a,
#take_3 img.a {
  border-color: var(--yellow);
}

#take_4 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(44, 172, 209, 0.05);
}
#take_4 p {
  max-width: 80rem;
  display: inline-block;
  text-align: justify;
  -webkit-background-clip: text;
          background-clip: text;
}
#take_4 p#prd_count::after {
  content: "+";
}
#take_4 div.number_box {
  margin-bottom: 6vh;
}
#take_4 div.number_box p {
  font-family: "Tinos", serif;
  font-size: 9.6rem;
  font-weight: 600;
}

#take_5,
#take_7,
#take_1_2,
#take_1_0 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: var(--black);
  color: var(--white);
}
#take_5 .area,
#take_7 .area,
#take_1_2 .area,
#take_1_0 .area {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
}
#take_5 .area .left span.cate,
#take_7 .area .left span.cate,
#take_1_2 .area .left span.cate,
#take_1_0 .area .left span.cate {
  display: inline-block;
}
#take_5 .area .left h3,
#take_7 .area .left h3,
#take_1_2 .area .left h3,
#take_1_0 .area .left h3 {
  padding: 0;
  margin: 3vh 0;
}
#take_5 .area .right,
#take_7 .area .right,
#take_1_2 .area .right,
#take_1_0 .area .right {
  text-align: right;
}
#take_5 .area .right p,
#take_7 .area .right p,
#take_1_2 .area .right p,
#take_1_0 .area .right p {
  margin-top: 8vh;
}
#take_5 .area .right p strong,
#take_7 .area .right p strong,
#take_1_2 .area .right p strong,
#take_1_0 .area .right p strong {
  color: var(--yellow);
  font-size: 2rem;
}
#take_5 figure,
#take_7 figure,
#take_1_2 figure,
#take_1_0 figure {
  position: absolute;
  bottom: 0;
  z-index: 0;
  opacity: 0.4;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#take_5 figure img,
#take_7 figure img,
#take_1_2 figure img,
#take_1_0 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#take_7 {
  background-color: var(--yellow);
  color: var(--black);
  margin-bottom: 0;
}
#take_7 strong {
  color: var(--black) !important;
}
#take_7 .area {
  top: calc(50% - 9.6rem);
}
#take_7 .mall_logo {
  position: absolute;
  bottom: 16rem;
}

#take_6 {
  width: 100%;
  font-size: 1.8rem;
}
#take_6 ul {
  max-width: 120rem;
  margin: 0 auto;
}
#take_6 ul li {
  display: flex;
  align-items: center;
  background: var(--gray-bg-100);
  padding: 4vh;
  border-radius: 4vh;
}
#take_6 ul li:hover {
  background-color: rgba(255, 193, 0, 0.1);
}
#take_6 ul li:not(:last-child) {
  margin-bottom: 4vh;
}
#take_6 ul li figure {
  flex-shrink: 0;
  margin-right: 4vh;
}
#take_6 ul li figure img {
  width: 6.4rem;
}
#take_6 ul li div {
  flex-grow: 1;
}
#take_6 ul li div h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
}

#take_8 {
  position: relative;
  display: grid;
  grid-template-rows: 3fr 1fr;
  justify-content: stretch;
  width: 100%;
}
#take_8 .top_box {
  text-align: center;
}
#take_8 .top_box h3 {
  font-family: "Tinos", serif;
  font-size: 9.6rem;
  font-weight: 600;
  margin-bottom: 4.8rem;
}
#take_8 .top_box h3 div {
  display: inline-block;
}
#take_8 .top_box img {
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.4rem;
}
#take_8 .bottom_box {
  background-color: var(--gray-bg-100);
  height: 100%;
}
#take_8 .bottom_box .inner {
  height: 100%;
  margin: 0 auto;
  padding: 3.2rem;
  text-align: center;
  opacity: 0.84;
  position: relative;
}
#take_8 .bottom_box .inner dl {
  margin: 0;
}
#take_8 .bottom_box .inner dl dd {
  font-size: 1.4rem;
  margin: 0.8rem 0 2.4rem;
}
#take_8 .bottom_box .inner dl dd a {
  color: var(--black);
}
#take_8 .bottom_box .inner p.copyright {
  position: absolute;
  bottom: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  opacity: 0.4;
  margin-top: 2.4rem;
}

#btn_undo {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  color: var(--white);
  display: block;
  border: 0.1rem solid var(--line-100);
  padding: 0.6rem;
  background-color: transparent;
  border-radius: 1.6rem;
  z-index:10;
}
#btn_undo span img {
  width: 2.4rem;
  height: 2.4rem;
  filter: invert(100%) sepia(0%) saturate(5776%) hue-rotate(200deg) brightness(121%) contrast(87%);
}

.drop_effect .char {
  display: inline-block;
  animation: slide-in 0.35s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(55ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: translateY(-49vh) rotate(-1.5turn) scale(0.5);
    opacity: 0;
  }
}
.marquee {
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
.marquee.m_text_t, .marquee.m_text_b {
  position: fixed;
  mix-blend-mode: difference;
  width: 100vw;
  margin: 3.2rem 0;
}
.marquee.m_text_t.top, .marquee.m_text_b.top {
  top: 0;
}
.marquee.m_text_t.bottom, .marquee.m_text_b.bottom {
  bottom: 0;
}
.marquee.m_text_t li, .marquee.m_text_b li {
  padding: 2.4rem;
}
.marquee.m_logo {
  position: relative;
  width: 100vw;
  background-color: var(--white);
}
.marquee.m_logo::before, .marquee.m_logo::after {
  position: absolute;
  top: 0;
  width: 16rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee.m_logo::before {
  left: 0;
  background: linear-gradient(to right, var(--yellow) 0%, transparent 100%);
}
.marquee.m_logo::after {
  right: 0;
  background: linear-gradient(to left, var(--yellow) 0%, transparent 100%);
}
.marquee.m_logo li {
  padding: 4.8rem;
}
.marquee.black {
  border-top: 0.2rem solid var(--black);
  border-bottom: 0.2rem solid var(--black);
  color: var(--black);
}
.marquee.white {
  border-top: 0.2rem solid var(--white);
  border-bottom: 0.2rem solid var(--white);
  color: var(--white);
  opacity: 0.64;
}
.marquee li {
  margin-right: 8rem;
  display: flex;
  font-family: "Tinos", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
}
.marquee li img {
  width: auto;
  height: 3.2rem;
}
.marquee span {
  display: flex;
}

/* 모바일 - 미디어쿼리 */
@media all and (max-width: 1024px) {
  .big {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
  }
  .mid {
    font-size: 2rem;
  }
  .sm {
    font-size: 1.6rem;
  }
  .mini {
    font-size: 1.3rem;
  }
  #take_1 {
    flex-direction: column;
    position: relative;
  }
  #take_1 .box {
    margin-left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 6.4rem 0;
    background: rgba(0, 0, 0, 0.8);
  }
  #take_1 div.title .bg_obj {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #take_1 img.logo {
    height: 3.6rem;
  }
  .marquee.m_text_t li, .marquee.m_text_b li {
    padding: 1.6rem 0;
    font-size: 2.4rem;
  }
  .marquee.m_logo li {
    padding: 4.8rem 0;
  }
  #take_1_0 .bigger, #take_1_1 .bigger {
    font-size: 4.8rem;
    letter-spacing: -0.1rem;
  }
  #take_1_0 .bigger.off, #take_1_1 .bigger.off {
    font-size: 2.4rem;
  }
  #take_1_1 .img_row {
    display: none;
  }
  #take_1_1 img.logo {
    height: 3.6rem;
  }
  #take_1_2 figure {
    display: none;
  }
  #take_2 {
    flex-direction: column-reverse;
    align-items: self-end;
    padding: 3.2rem;
  }
  #take_2 .ballon.q {
    margin-right: 0;
  }
  #take_2 img {
    width: 8rem;
    border: 0.8rem solid;
    margin-bottom: 1.6rem;
  }
  #take_3 {
    flex-direction: column;
    align-items: self-start;
    padding: 3.2rem;
  }
  #take_3 .ballon.a {
    margin-left: 0;
  }
  #take_3 img {
    width: 8rem;
    border: 0.8rem solid;
    margin-bottom: 1.6rem;
  }
  #take_4 {
    padding: 0 3.2rem;
  }
  #take_4 div.number_box p {
    font-size: 6.4rem;
  }
  #take_5 .area,
  #take_7 .area,
  #take_1_2 .area {
    padding: 3.2rem;
  }
  #take_7 .mall_logo {
    bottom: calc(8vh + 3.2rem);
  }
  #take_6 ul li {
    padding: 3.2rem;
  }
  #take_6 ul li:not(:last-child) {
    margin-bottom: 3.2rem;
  }
  #take_6 ul li figure {
    flex-shrink: 0;
    margin-right: 3.2rem;
  }
  #take_6 ul li figure img {
    width: 4rem;
  }
  #take_6 ul li p.mid {
    font-size: 1.6rem;
  }
  #take_6 ul li p.sm {
    font-size: 1.4rem;
  }
  #take_8 .big {
    font-size: 12vw !important;
  }
  #take_8 .p_br-3 {
    padding: 0 3.2rem;
  }
  #take_8 p.copyright {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */