:root {
  --app-height: 100vh;
}

html,
body {
  position: relative;
  height: var(--app-height, 100vh);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

#main,
#root,
.root {
  height: 100%;
}

body:not(.loaded) {
  overflow: hidden;
}

p,
span:not(.d1__text) {
  margin: 0;
  font-weight: normal;
}

div {
  box-sizing: border-box;
}

.section {
  position: relative;
  min-height: var(--app-height, 100vh);
}
.section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1404px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
}

.main_box {
  position: relative;
}
.main_box .main {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  outline: 0;
}
.main_box ~ .txt_wrapper {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.main_box ~ .txt_wrapper .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  color: #fff;
  line-height: 1.29;
  opacity: 0;
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  transition: 0.3s opacity;
}
@media (max-width: 768px) {
  .main_box ~ .txt_wrapper .txt {
    font-size: 30px;
  }
}
.main_box ~ .txt_wrapper .txt .video_upper_text {
  display: block;
  opacity: 0.4;
  transition: 0.3s opacity;
}
.main_box .motion_handle {
  position: relative;
  height: 200vh;
}
.main_box .motion_handle[data-handle=clippath-tit] {
  height: 50vh;
}
.main_box .motion_handle[data-handle=reveal-txt] {
  height: 200vh;
}
.main_box .motion_delay_handle {
  height: 170vh;
}

.video_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.introduce_box {
  position: relative;
}
.introduce_box .introduce_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 536px;
  height: 536px;
}
@media (max-width: 768px) {
  .introduce_box .introduce_item {
    position: absolute;
    bottom: 60px;
    left: 20px;
    width: 237px;
    height: 237px;
  }
}
.introduce_box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 138px;
}
@media (max-width: 768px) {
  .introduce_box .container {
    padding-right: 20px;
  }
}
.introduce_box .fixed_box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.introduce_box .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 37px;
  margin-bottom: 32px;
  min-width: 382px;
  color: #101820;
  text-align: left;
}
@media (max-width: 768px) {
  .introduce_box .text_wrap {
    position: absolute;
    top: 122px;
    left: 20px;
    gap: 21px;
  }
}
.introduce_box .text_wrap.white {
  color: #fff;
}
.introduce_box .text_wrap .sticky_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.35;
  white-space: pre-wrap;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .introduce_box .text_wrap .sticky_title {
    font-size: 32px;
    line-height: 1.41;
    max-width: 300px;
  }
}
.introduce_box .text_wrap .sticky_desc {
  font-size: 20px;
  line-height: 1.6;
  white-space: pre-wrap;
  font-family: Roboto;
  font-weight: normal;
}
@media (max-width: 768px) {
  .introduce_box .text_wrap .sticky_desc {
    font-size: 18px;
    line-height: 1.56;
    max-width: calc(100% - 40px);
  }
}
.introduce_box .bg_color_1 {
  background-color: #242e64;
}
.introduce_box .bg_color_2 {
  background-color: #b8cde3;
}
.introduce_box .bg_color_3 {
  background-color: #76d7ea;
}
.introduce_box .frame {
  position: absolute;
  z-index: 1;
}
.introduce_box .inner_bg {
  width: 536px;
  height: 536px;
  margin-bottom: auto;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 768px) {
  .introduce_box .inner_bg {
    width: 237px;
    height: 237px;
  }
}

.bg_box {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .bg_box .container {
    align-items: flex-start;
    padding-top: 115px;
  }
}
.bg_box .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 34px;
  color: #fff;
  text-align: left;
  z-index: 1;
}
@media (max-width: 768px) {
  .bg_box .text_wrap {
    max-width: 340px;
    gap: 21px;
  }
}
.bg_box .text_wrap .bg_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.35;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .bg_box .text_wrap .bg_title {
    font-size: 32px;
    line-height: 1.31;
  }
}
.bg_box .text_wrap .bg_desc {
  font-size: 20px;
  line-height: 1.6;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .bg_box .text_wrap .bg_desc {
    font-size: 18px;
    line-height: 1.56;
  }
  .bg_box .text_wrap .bg_desc > br {
    display: none;
  }
}

.scroll_box {
  position: relative;
  padding: 6px 0;
  overflow: hidden;
}
.scroll_box .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 22px;
  font-size: 140px;
  font-weight: bold;
  line-height: 185px;
  text-align: right;
  color: #fff;
  z-index: 1;
  transition: 1.8s 0.3s ease-out;
  transform: translateY(0px);
  font-family: Roboto;
}
@media (max-width: 768px) {
  .scroll_box .texts {
    transition: 0.6s 0.3s ease-out;
    font-size: 42px;
    line-height: 50px;
  }
}
.scroll_box.swiper-slide-active .texts {
  transform: translateY(calc(100% - 2876px));
}
@media (max-width: 768px) {
  .scroll_box.swiper-slide-active .texts {
    transform: translateY(calc(100% - 986px));
  }
}

.text_animation_box {
  width: 100%;
}
.text_animation_box .text_box {
  width: -moz-fit-content;
  width: fit-content;
}
.text_animation_box .text_box .text {
  margin: 0;
  text-align: left;
  font-size: 72px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  background-image: linear-gradient(to right, #bebebe, #bebebe);
  z-index: 1;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .text_animation_box .text_box .text {
    font-size: 32px;
    line-height: 1.31;
    white-space: pre-wrap;
  }
}
.text_animation_box .text_box .text::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-background-clip: text;
}
@keyframes linear_animation {
  from {
    opacity: 0;
    background-image: linear-gradient(to right, #101820, #bebebe);
  }
  to {
    opacity: 1;
    background-image: linear-gradient(to right, #101820, #101820);
  }
}
.text_animation_box .swiper-slide-active .text_box .text.active::before {
  opacity: 1;
  background-color: #101820;
}
.text_animation_box .swiper-slide-active .text_box .text.animate:before {
  animation: linear_animation 0.6s forwards;
}

.icon_box {
  position: relative;
}
@keyframes right_to_left {
  from {
    transform: translateX(10%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes left_to_right {
  from {
    transform: translateX(-10%);
  }
  to {
    transform: translateX(0);
  }
}
.icon_box .animation_left {
  animation: 0.6s linear forwards right_to_left;
}
.icon_box .animation_right {
  animation: 0.6s linear forwards left_to_right;
}
.icon_box .complete {
  animation: none;
  transform: translateX(0);
}
.icon_box .title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_box .title_wrap .icon_title {
  font-size: 70px;
  font-weight: bold;
  line-height: 90px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .icon_box .title_wrap .icon_title {
    position: absolute;
    font-size: 32px;
    line-height: 42px;
  }
}

.mob_br {
  display: none;
}
@media (max-width: 768px) {
  .mob_br {
    display: block;
  }
}

.spread_box {
  position: relative;
}
.spread_box .icon_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spread_box .icon_wrap .text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  margin-top: 62px;
}
@media (max-width: 768px) {
  .spread_box .icon_wrap .text_wrap {
    margin-top: 45px;
    gap: 24px;
  }
}
.spread_box .icon_wrap .text_wrap svg {
  width: 136px;
  height: auto;
  z-index: 10;
  overflow: visible;
}
@media (max-width: 768px) {
  .spread_box .icon_wrap .text_wrap svg {
    width: 100px;
  }
}
.spread_box .icon_wrap .text_wrap .text {
  font-size: 28px;
  color: #000;
  font-family: Roboto;
  transition: 0.3s opacity;
}
@media (max-width: 768px) {
  .spread_box .icon_wrap .text_wrap .text {
    font-size: 21px;
  }
}
.spread_box .center_image,
.spread_box .side_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 414px;
  height: 414px;
  transition: 0.6s;
}
@media (max-width: 768px) {
  .spread_box .center_image,
  .spread_box .side_image {
    width: 212px;
    height: 212px;
  }
}
.spread_box .center_image.animate,
.spread_box .side_image.animate {
  opacity: 0;
  transform: scale(0.7);
}
.spread_box .swiper-slide-active .text.hide {
  opacity: 0;
}
.spread_box .swiper-slide-active .center_image {
  transition: 0.3s 0.6s;
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}
.spread_box .swiper-slide-active .photo_parentheses.animate path {
  transition: 0.6s translate;
}
.spread_box .swiper-slide-active .photo_parentheses.animate path:first-of-type, .spread_box .swiper-slide-active .photo_parentheses.active path:first-of-type {
  translate: 102px -95px;
}
@media (max-width: 768px) {
  .spread_box .swiper-slide-active .photo_parentheses.animate path:first-of-type, .spread_box .swiper-slide-active .photo_parentheses.active path:first-of-type {
    translate: 56px -49px;
  }
}
.spread_box .swiper-slide-active .photo_parentheses.animate path:last-of-type, .spread_box .swiper-slide-active .photo_parentheses.active path:last-of-type {
  translate: -102px 108px;
}
@media (max-width: 768px) {
  .spread_box .swiper-slide-active .photo_parentheses.animate path:last-of-type, .spread_box .swiper-slide-active .photo_parentheses.active path:last-of-type {
    translate: -56px 62px;
  }
}
.spread_box .swiper-slide-active .side_image:nth-of-type(1) {
  transform: translate(-948px, -200px);
}
@media (max-width: 768px) {
  .spread_box .swiper-slide-active .side_image:nth-of-type(1) {
    transform: translate(-464px, -120px);
  }
}
.spread_box .swiper-slide-active .side_image:nth-of-type(2) {
  transform: translate(-474px, -100px);
}
@media (max-width: 768px) {
  .spread_box .swiper-slide-active .side_image:nth-of-type(2) {
    transform: translate(-232px, -60px);
  }
}
.spread_box .swiper-slide-active .side_image:nth-of-type(4) {
  transform: translate(474px, 100px);
}
@media (max-width: 768px) {
  .spread_box .swiper-slide-active .side_image:nth-of-type(4) {
    transform: translate(232px, 60px);
  }
}
.spread_box .swiper-slide-active .side_image:nth-of-type(5) {
  transform: translate(948px, 200px);
}
@media (max-width: 768px) {
  .spread_box .swiper-slide-active .side_image:nth-of-type(5) {
    transform: translate(464px, 120px);
  }
}

.asset_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: var(--app-height, 100vh);
  background-color: #efeff0;
  text-align: left;
}
@media (max-width: 768px) {
  .asset_box {
    flex-direction: column;
  }
}
.asset_box .text_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  color: #101820;
}
.asset_box .text_wrap .asset_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .asset_box .text_wrap .asset_title {
    font-size: 32px;
    line-height: 1.31;
  }
}
.asset_box .text_wrap .asset_desc {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 38px;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .asset_box .text_wrap .asset_desc {
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 7px;
  }
}
.asset_box .download_all {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #060606;
  padding: 16px 32px;
  border: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
@media (max-width: 768px) {
  .asset_box .download_all {
    padding: 18px 32px;
  }
}
.asset_box .download_all::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #3e29ff;
  transition: 0.3s;
  z-index: -1;
}
.asset_box .download_all:hover {
  color: #fff;
  border-color: #3e29ff;
}
.asset_box .download_all:hover::after {
  width: 100%;
}
.asset_box .asset_container {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .asset_box .asset_container {
    flex-direction: column;
    gap: 80px;
    padding: 124px 20px 60px;
  }
}
.asset_box .assets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}
@media (max-width: 768px) {
  .asset_box .assets {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.asset_box .assets .asset {
  position: relative;
  width: calc((var(--app-height, 100vh) - 120px) / 2);
  height: calc((var(--app-height, 100vh) - 120px) / 2);
  max-width: 400px;
  max-height: 400px;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .asset_box .assets .asset {
    width: 100%;
    height: calc(100vw - 40px);
    padding: 17px 20px;
  }
}
.asset_box .assets .asset.bg_image {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.63) 99%);
}
.asset_box .assets .asset.bg_image p,
.asset_box .assets .asset.bg_image .download {
  color: #fff;
}
.asset_box .assets .asset.bg_blue {
  background-color: #3e29ff;
}
.asset_box .assets .asset.bg_blue p,
.asset_box .assets .asset.bg_blue .download {
  color: #fff;
}
.asset_box .assets .asset:has(.toggle_check:checked) {
  background-color: #222;
}
.asset_box .assets .asset:has(.toggle_check:checked) p,
.asset_box .assets .asset:has(.toggle_check:checked) .download {
  color: #fff;
}
.asset_box .assets .asset:has(.toggle_check:checked) .brand_logo path {
  fill: #fff;
}
.asset_box .assets .asset:hover .copy_cover_wrap {
  opacity: 1;
  z-index: 1;
}
.asset_box .assets .asset:hover .copy_cover_wrap .text {
  margin-top: 0;
}
@media (max-width: 768px) {
  .asset_box .assets .asset:hover .copy_cover_wrap {
    display: none;
  }
}
.asset_box .assets .asset .label {
  font-size: 18px;
  line-height: 1.78;
  color: #101820;
}
@media (max-width: 768px) {
  .asset_box .assets .asset .label {
    font-size: 16px;
    line-height: 1.75;
  }
}
.asset_box .assets .asset .info {
  padding: 28px 0;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .asset_box .assets .asset .info {
    font-size: 16px;
    padding: 18px 0;
  }
}
.asset_box .assets .asset .brand_logo {
  position: absolute;
  top: 18px;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 148px);
  margin: auto;
}
@media (max-width: 768px) {
  .asset_box .assets .asset .brand_logo {
    top: 8px;
    width: calc(100% - 110px);
  }
}
.asset_box .assets .asset .brand_toggle {
  display: flex;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 20px;
  background-color: #f1f4f8;
  color: #101820;
  cursor: pointer;
}
@media (max-width: 768px) {
  .asset_box .assets .asset .brand_toggle {
    border-radius: 18px;
    top: 10px;
    right: 10px;
  }
}
.asset_box .assets .asset .brand_toggle::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0%;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  transition: 0.3s;
}
.asset_box .assets .asset .brand_toggle:has(.toggle_check:checked)::before {
  left: 50%;
}
.asset_box .assets .asset .brand_toggle .toggle_check {
  display: none;
}
.asset_box .assets .asset .brand_toggle .toggle_check:checked ~ .toggle_item:first-of-type {
  color: #a8b6c1;
}
.asset_box .assets .asset .brand_toggle .toggle_check:checked ~ .toggle_item:last-of-type {
  color: #101820;
}
.asset_box .assets .asset .brand_toggle .toggle_item {
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .asset_box .assets .asset .brand_toggle .toggle_item {
    padding: 8px 21px;
    font-size: 14px;
    height: 36px;
  }
}
.asset_box .assets .asset .brand_toggle .toggle_item:first-of-type {
  color: #101820;
}
.asset_box .assets .asset .brand_toggle .toggle_item:last-of-type {
  color: #a8b6c1;
}
.asset_box .assets .asset .slogan {
  position: absolute;
  font-size: 32px;
  line-height: 1.78;
  color: #101820;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .asset_box .assets .asset .slogan {
    top: 4px;
    font-size: 24px;
    line-height: 1.88;
  }
}
.asset_box .assets .asset .brand_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.asset_box .assets .asset .brand_bg + .content_wrap {
  z-index: 1;
}
.asset_box .assets .asset .color_copy {
  float: right;
}
.asset_box .assets .asset .color_copy .mob_text {
  display: none;
}
@media (max-width: 768px) {
  .asset_box .assets .asset .color_copy svg {
    display: none;
  }
  .asset_box .assets .asset .color_copy .mob_text {
    display: block;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    color: #fff;
  }
}
.asset_box .assets .asset .copy_cover_wrap {
  opacity: 0;
  transition: 0.3s opacity;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(62, 41, 255, 0.7019607843);
  padding: 35px 30px;
  z-index: -1;
}
@media (max-width: 768px) {
  .asset_box .assets .asset .copy_cover_wrap {
    padding: 20px;
  }
}
.asset_box .assets .asset .copy_cover_wrap .text {
  text-align: right;
  margin-top: 10px;
  transition: 0.3s margin-top;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
@media (max-width: 768px) {
  .asset_box .assets .asset .copy_cover_wrap .text {
    font-size: 14px;
  }
}
.asset_box .assets .asset .download {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #508cff;
  padding: 0 4px;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .asset_box .assets .asset .download {
    font-size: 16px;
    bottom: 20px;
    right: 15px;
  }
}

.action_box .bg_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.action_box .parentheses {
  position: absolute;
  overflow: visible;
  width: 84px;
}
.action_box .parentheses_1 {
  top: calc(var(--app-height, 100vh) * 634 / 1080);
  left: 41.7708333333vw;
}
@media (max-width: 768px) {
  .action_box .parentheses_1 {
    top: calc(var(--app-height, 100vh) * 376 / 640);
    left: 58.6111111111vw;
  }
}
.action_box .parentheses_2 {
  top: calc(var(--app-height, 100vh) * 474 / 1080);
  left: 39.0625vw;
}
@media (max-width: 768px) {
  .action_box .parentheses_2 {
    top: calc(var(--app-height, 100vh) * 270 / 640);
    left: 26.3888888889vw;
  }
}
.action_box .parentheses_3 {
  top: calc(var(--app-height, 100vh) * 683 / 1080);
  left: 64.21875vw;
}
@media (max-width: 768px) {
  .action_box .parentheses_3 {
    top: calc(var(--app-height, 100vh) * 383 / 640);
    left: 64.4444444444vw;
  }
}
.action_box .parentheses path {
  transition: 0.3s 0.3s transform;
  transform: translate(0, 0);
}
.action_box .swiper-slide-active .parentheses.active path:first-of-type {
  transform: translate(100px, -100px);
}
@media (max-width: 768px) {
  .action_box .swiper-slide-active .parentheses.active path:first-of-type {
    transform: translate(50px, -50px);
  }
}
.action_box .swiper-slide-active .parentheses.active path:last-of-type {
  transform: translate(-100px, 100px);
}
@media (max-width: 768px) {
  .action_box .swiper-slide-active .parentheses.active path:last-of-type {
    transform: translate(-50px, 50px);
  }
}

.fit_height {
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.gallery_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .gallery_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery_box .gallery_item {
  position: relative;
  overflow: hidden;
}
.gallery_box .gallery_item .inner_bg {
  transition: 0.6s;
}
.gallery_box .gallery_item:hover::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.36) 69%, #000);
  opacity: 0.35;
}
.gallery_box .gallery_item:hover .inner_bg {
  transform: scale(1.15);
}
.gallery_box .gallery_item:hover .gallery_item_info {
  opacity: 1;
}
.gallery_box .gallery_item::after {
  content: "";
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.gallery_box .gallery_item .gallery_item_info {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px 43px;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .gallery_box .gallery_item .gallery_item_info {
    padding: 8px 10px;
    gap: 3px;
  }
}
.gallery_box .gallery_item .gallery_item_info .item_title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 768px) {
  .gallery_box .gallery_item .gallery_item_info .item_title {
    font-size: 13px;
  }
}
.gallery_box .gallery_item .gallery_item_info .item_desc {
  font-size: 16px;
}
@media (max-width: 768px) {
  .gallery_box .gallery_item .gallery_item_info .item_desc {
    font-size: 10px;
  }
}

.pagination_wrapper {
  position: fixed;
  left: auto;
  top: calc((var(--app-height, 100vh) - 150px) / 2);
  right: 25px;
  z-index: 1;
}
@media (max-width: 768px) {
  .pagination_wrapper {
    right: 10px;
  }
}
.pagination_wrapper.white_text .pagination .bullet {
  border-color: #fff;
  color: #fff;
}
.pagination_wrapper .pagination {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
.pagination_wrapper .pagination .bullet {
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 40px;
  border-right: 3px solid #101820;
  margin-bottom: 1rem;
  align-items: center;
  opacity: 0.3;
  transition: 0.6s;
}
.pagination_wrapper .pagination .bullet.active, .pagination_wrapper .pagination .bullet:hover {
  opacity: 1;
}
.pagination_wrapper .pagination .bullet .bullet_text {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .pagination_wrapper .pagination .bullet .bullet_text {
    font-size: 0;
  }
}

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

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

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

/* common */
.animated_text {
  opacity: 0;
  transform: translateX(-30px);
}
.animated_text.animate {
  opacity: 1;
  transform: translateX(0);
  transition: 0.6s opacity, 0.6s transform;
}
.animated_text.delay {
  transition-delay: 0.3s;
}/*# sourceMappingURL=brand.css.map */
