@font-face {
  font-family: "Onemobile";
  font-weight: 400;
  src: url("/content/dam/glo-jp/korea-images/brand-pages/assets/fonts/ONE Mobile OTF Light.otf");
  src: local("ONE Mobile light"),
    url("/content/dam/glo-jp/korea-images/brand-pages/assets/fonts/ONE Mobile OTF Light.otf")
      format("opentype"),
    url("/content/dam/glo-jp/korea-images/brand-pages/assets/fonts/ONE Mobile Light.ttf")
      format("truetype");
}
@font-face {
  font-family: "Onemobile";
  font-weight: 500;
  src: url("/content/dam/glo-jp/korea-images/brand-pages/assets/fonts/ONE Mobile OTF Regular.otf");
  src: local("ONE Mobile Regular"),
    url("/content/dam/glo-jp/korea-images/brand-pages/assets/fonts/ONE Mobile OTF Regular.otf")
      format("opentype"),
    url("/content/dam/glo-jp/korea-images/brand-pages/assets/fonts/ONE Mobile Medium.ttf")
      format("truetype");
}
@font-face {
  font-family: "Onemobile";
  font-weight: 700;
  src: url("/content/dam/glo-jp/korea-images/brand-pages/assets/fonts/ONE Mobile OTF Bold.otf");
  src: local("ONE Mobile Bold"),
    url("/content/dam/glo-jp/korea-images/brand-pages/assets/fonts/ONE Mobile OTF Bold.otf")
      format("opentype"),
    url("/content/dam/glo-jp/korea-images/brand-pages/assets/fonts/ONE Mobile Bold.ttf")
      format("truetype");
}
@media all and (min-width: 768px) {
  .mo {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.header {
  background: unset;
}

body .bat-wrapper {
  max-width: unset;
}

ol li,
ul li {
  margin-bottom: unset;
}

.brand *,
.brand p {
  font-family: "Mont", "Onemobile", "NotoSans", sans-serif !important;
  line-height: 1.3;
}
.brand figure video,
.brand figure img {
  width: 100%;
  height: 100%;
}
.brand sup {
  font-size: 0.6em !important;
  vertical-align: text-top;
}
.brand__section {
  display: block;
  background: #000;
  padding: 5.2083333333vw 0 5.2083333333vw 11.0416666667vw;
}
.brand__section__ttl {
  color: #fff;
}
.brand__section__ttl .head {
  font-size: 1.6666666667vw;
  font-weight: 600;
}
.brand__section__ttl h2 {
  margin: 0.5208333333vw 0 0;
  font-size: 2.1875vw;
  font-weight: 700;
}
.brand__section__ttl .desc {
  margin: 1.0416666667vw 0 0;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5;
}
.brand__visual {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 1920/1008;
  background: url("/content/dam/glo-jp/korea-images/brand-pages/images/2024/brand/mv_bg.png")
    no-repeat center center/cover;
  padding: 0 0 0 20.46875vw;
  color: #fff;
}
.brand__visual__ttl {
  display: inline-block;
  text-align: center;
  font-size: 2.1875vw;
  font-weight: 700;
}
.brand__visual__logo {
  display: inline-block;
  width: 9.0104166667vw;
}
.brand__visual h2 {
  margin: 1.5625vw 0 0;
}
.brand__history {
  padding-right: 11.4583333333vw;
  padding-bottom: 7.8125vw;
}
.brand__history .slick {
  margin: 6.25vw 0 0;
}
.brand__history .slick-prev,
.brand__history .slick-next {
  z-index: 1;
  top: 5.9375vw;
  width: unset;
  height: unset;
  display: flex;
  align-items: center;
  opacity: 0.2;
  transition: 0.2s;
}
.brand__history .slick-prev:hover,
.brand__history .slick-next:hover {
  opacity: 0.7;
}
.brand__history .slick-prev::after,
.brand__history .slick-next::after {
  content: "";
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='40' viewBox='0 0 24 40' fill='none'%3E%3Cpath d='M2.51538 36.6818L19.4851 19.7121L2.51538 2.74243' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.brand__history .slick-prev.slick-disabled,
.brand__history .slick-next.slick-disabled {
  display: none !important;
}
.brand__history .slick-prev {
  left: 0;
}
.brand__history .slick-prev::before {
  content: "";
}
.brand__history .slick-prev::after {
  transform: rotate(180deg);
}
.brand__history .slick-next {
  right: 0;
}
.brand__history .slick-next::before {
  content: "";
}
.brand__history .slick-dots {
  position: absolute;
  bottom: -2.6041666667vw;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.0416666667vw;
}
.brand__history .slick-dots li {
  width: 5.2083333333vw;
  height: 0.2083333333vw;
  background: #fff;
  opacity: 0.2;
  margin: 0;
}
.brand__history .slick-dots li.slick-active {
  opacity: 1;
}
.brand__history .slick-track {
  display: flex;
}
.brand__history .item {
  width: 14.5833333333vw !important;
  margin: 0 1.25vw 0 0;
  color: #fff;
  text-align: center;
}
.brand__history .item img {
  width: 100%;
}
.brand__history .item.wide {
  width: 31.5104166667vw !important;
}
.brand__history .item:last-child {
  margin: 0 !important;
}
.brand__banner .brand__section {
  padding-left: 50vw;
  height: 28.6458333333vw;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 41.4583333333vw auto;
  background-position: left center;
}
.brand__banner .brand__section.banner01 {
  background-image: url("/content/dam/glo-jp/korea-images/brand-pages/images/2024/brand/banner01.png");
}
.brand__banner .brand__section.banner02 {
  background-image: url("/content/dam/glo-jp/korea-images/brand-pages/images/2024/brand/banner02.png");
  background-color: #333;
}
.brand__banner .brand__section.banner03 {
  background-image: url("/content/dam/glo-jp/korea-images/brand-pages/images/2024/brand/banner03.png");
}
.brand__description {
  background: #333;
  padding: 3.125vw 0 3.125vw 11.0416666667vw;
  color: #fff;
}
.brand__description p {
  font-size: 0.7291666667vw;
  text-indent: -0.2083333333vw;
  padding-left: 0.2083333333vw;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .brand {
    max-width: 100%;
  }
  .brand__section {
    margin-top: -1px;
    padding: 18.6666666667vw 0;
  }
  .brand__section__ttl {
    text-align: center;
  }
  .brand__section__ttl .head {
    font-size: 4.8vw;
  }
  .brand__section__ttl h2 {
    margin: 1.6vw 0 0;
    font-size: 7.4666666667vw;
  }
  .brand__section__ttl .desc {
    margin: 4vw 0 0;
    font-size: 3.7333333333vw;
  }
  .brand__visual {
    aspect-ratio: 375/630;
    align-items: flex-start;
    justify-content: center;
    background: url("/content/dam/glo-jp/korea-images/brand-pages/images/2024/brand/mv_bg_m.png")
      no-repeat center center/cover;
    padding: 18.6666666667vw 0 0;
  }
  .brand__visual__ttl {
    font-size: 8.5333333333vw;
  }
  .brand__visual__logo {
    width: 19.2vw;
  }
  .brand__visual h2 {
    margin: 3.2vw 0 0;
  }
  .brand__history {
    padding-right: 0;
    padding-bottom: 18.6666666667vw;
  }
  .brand__history .slick {
    margin: 18.6666666667vw 0 0;
    padding: 0 0 2.6666666667vw;
    display: block;
    overflow-x: scroll;
    scroll-behavior: smooth;
    white-space: nowrap;
    scroll-snap-align: start;
  }
  .brand__history .slick::-webkit-scrollbar {
    height: 50px;
  }
  .brand__history .slick::-webkit-scrollbar-track {
    background: #000;
  }
  .brand__history .slick::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    background-clip: padding-box;
    border: 23px solid transparent;
  }
  .brand__history .item {
    display: inline-block;
    width: 37.3333333333vw !important;
    margin: 0;
  }
  .brand__history .item.wide {
    width: 80.6666666667vw !important;
  }
  .brand__banner .brand__section {
    height: 200vw;
    padding: 128.2666666667vw 0 28.2666666667vw;
    justify-content: center;
    background-size: 100% auto;
    background-position: top center;
  }
  .brand__banner .brand__section.banner01 {
    background-image: url("/content/dam/glo-jp/korea-images/brand-pages/images/2024/brand/banner01_m.png");
  }
  .brand__banner .brand__section.banner02 {
    background-image: url("/content/dam/glo-jp/korea-images/brand-pages/images/2024/brand/banner02_m.png");
    background-color: #000;
  }
  .brand__banner .brand__section.banner03 {
    background-image: url("/content/dam/glo-jp/korea-images/brand-pages/images/2024/brand/banner03_m.png");
  }
  .brand__description {
    margin-top: -1px;
    padding: 5.8666666667vw 0;
    text-align: center;
  }
  .brand__description p {
    font-size: 2.4vw;
  }
}
