<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 釉뚮옖�� �ㅽ넗由� */
.brandstory-content .img-wrap {
  width: 65%;
  max-width: 820px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brandstory-content .img-wrap img {
  width: 50%;
  max-width: 457px;
}
.brandstory-content .img-wrap img:last-child {
  width: 40%;
  max-width: 256px;
}
.platform-info {
  margin-top: 43px;
  padding: 0;
}
.platform-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.platform-info li:last-child {
  margin-bottom: 0;
}
.platform-info li p {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.platform-info li p span:last-child {
  display: block;
  font-size: 13.5px;
  color: #464646;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.platform-info li p:last-child {
  font-size: 36px;
  letter-spacing: 0.54px;
  color: #0862ff;
  font-weight: 700;
  text-align: right;
  -webkit-text-stroke: 1.5px #0862ff;
}

.content-box {
  position: relative;
  width: 100%;
  max-width: 1093px;
  margin: auto;
  background-color: #fff;
  border-radius: 33px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  padding: 50px 0 60px 144px;
  overflow: hidden;
}
.content-box:before {
  clear: both;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
}
.content-box p {
  font-size: 20px;
  color: #0862ff;
  letter-spacing: 0.3px;
  font-weight: 700;
}
.content-box h3 {
  font-size: 60px;
  letter-spacing: -0.9px;
  color: #000;
  font-weight: 700;
  line-height: 1.33;
  margin: 33px 0 16px;
}
.content-box span {
  font-size: 15px;
  color: #383838;
  font-weight: 500;
  letter-spacing: 0.23px;
}
.content-box.box1:before {
  background-image: url(../images/brandstory/brandstory-box1.png);
  background-size: 360px;
  background-position: 100% 50%;
}
.content-box.box2:before {
  background-image: url(../images/brandstory/brandstory-box2.png);
}

.content-box.box3:before {
  background-image: url(../images/brandstory/brandstory-box3.png);
}

.brandstory-slide {
  width: 100%;
  height: 713px;
  max-width: 1286px;
  margin: auto;
}
.brandstory-slide .swiper {
  height: 100%;
}
.brandstory-slide .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.brandstory-slide .swiper-slide img {
  display: none;
}
.brandstory-slide .slide1 {
  background-image: url(../images//brandstory/brandstory-bg1.png);
}
.brandstory-slide .slide2 {
  background-image: url(../images//brandstory/brandstory-bg2.png);
}
.brandstory-slide .slide3 {
  background-image: url(../images//brandstory/brandstory-bg3.png);
}
.brandstory-slide .slide4 {
  background-image: url(../images//brandstory/brandstory-bg4.png);
}

.info-txt {
  width: 65%;
  position: absolute;
  left: 130px;
  bottom: 84px;
}
.info-txt .use-date {
  display: none;
  font-size: 11px;
  color: #0862ff;
}
.info-txt .title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.info-txt .title span {
  font-size: 15px;
  margin-left: 10px;
}
.info-txt .sub-title {
  font-size: 15px;
  color: #000;
}
.info-txt .sub-title strong {
  font-weight: 400;
}
.swiper-slide.swiper-slide-active {
  z-index: 3;
}

.swiper-pagination {
  position: absolute;
  top: 36px !important;
  right: 40px;
  width: auto !important;
  left: auto !important;
  margin: 0;
  bottom: auto !important;
  opacity: 0;
}
.swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  width: 150px;
  height: 60px;
  opacity: 1;
  background-color: transparent;
  margin-bottom: 12px !important;
}
.swiper-pagination-bullet:last-child {
  margin-bottom: 0 !important;
}

.page-button {
  display: block;
  width: 150px;
  height: 60px;
  opacity: 1;
  background-color: transparent;
  margin-bottom: 12px !important;
  background-color: gray;
  cursor: pointer;
}

.swiper-pagination-bullet {
  background-color: #ddd;
}
.swiper-pagination-bullet-active {
  background-color: red;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
  color: rgba(255, 255, 255, 0.8);
  width: 36px;
  height: 36px;
  top: 110px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 36px;
  font-family: xeicon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper-button-next:after {
  content: "\e93f";
}
.swiper-button-prev:after {
  content: "\e93c";
}

@media (max-width: 1366px) {
  .brandstory-slide {
    height: 660px;
  }
  .swiper-pagination {
    top: 40px !important;
    right: 36px;
  }
  .swiper-pagination-bullet {
    height: 54px;
  }
}

@media (max-width: 1180px) {
  .content-box {
    padding-left: 114px;
  }

  .section-slide .content-wrapper {
    width: 90%;
  }

  .brandstory-slide {
    height: 633px;
  }
  .info-txt {
    bottom: 73px;
  }
  .swiper-pagination {
    top: 26px !important;
    right: 30px;
  }
  .swiper-pagination-bullet {
    width: 140px;
    height: 55px;
  }
}

@media (max-width: 1024px) {
  .content-box {
    padding-left: 84px;
  }
  .content-box .info h3 {
    font-size: 50px;
  }

  .section-slide .content-wrapper {
    width: 95%;
  }
  .info-txt {
    bottom: 55px;
    left: 100px;
  }
  .swiper-pagination {
    top: 12px !important;
    right: 30px;
  }
  .swiper-pagination-bullet {
    width: 119px;
    height: 49px;
  }
  .info-txt .title {
    margin-bottom: 0;
  }
  .brandstory-slide {
    height: 553px;
  }
}

@media (max-width: 820px) {
  .content-box {
    padding-left: 54px;
  }
  .content-box h3 {
    font-size: 50px;
  }
  .content-box.box1:before {
    background-size: 45%;
  }

  .section-slide .content-wrapper {
    width: 100%;
  }
  .brandstory-slide {
    height: 463px;
    transform: translateX(10px);
  }
  .swiper-pagination {
    top: 7px !important;
    right: 23px;
  }
  .swiper-pagination-bullet {
    height: 40px;
  }
  .info-txt {
    bottom: 40px;
    left: 90px;
    width: 68%;
  }
  .info-txt .title {
    font-size: 18px;
  }
  .info-txt .sub-title {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .section-slide h4 {
    margin-bottom: 38px;
  }
  .swiper-pagination {
    top: 25px !important;
  }
  .swiper-pagination-bullet {
    height: 35px;
    width: 99px;
  }
  .info-txt {
    bottom: 47px;
    left: 81px;
  }
  .info-txt .sub-title {
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .content-box {
    min-height: 300px;
    padding: 29px 25px;
    border-radius: 4px;
  }
  .content-box:before {
    background-size: 90%;
    background-position: 100% 100%;
  }
  .content-box p {
    font-size: 13.5px;
  }
  .content-box h3 {
    font-size: 28px;
    margin: 14px 0;
  }
  .content-box span {
    font-size: 13.5px;
  }
  .content-box.box1:before {
    background-size: 50%;
    background-position: 100% 80%;
  }
  .content-box.box2:before {
    background-image: url(../images/brandstory/brandstory-box2-mb.png);
    background-size: 60%;
  }
  .content-box.box3:before {
    background-image: url(../images/brandstory/brandstory-box3-mb.png);
  }
  .brandstory-content .img-wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .brandstory-content .img-wrap img {
    width: 100%;
  }

  .section-slide .content-wrapper {
    padding: 0;
  }
  .section-slide .content-wrapper h2,
  .section-slide .content-wrapper h4 {
    padding: 0 24px;
  }
  .brandstory-slide {
    height: 253px;
  }
  .swiper-pagination {
    display: none;
  }

  .brandstory-slide {
    width: 100%;
    height: auto;
    transform: none;
  }
  .brandstory-slide .swiper-slide {
    width: 85%;
    background: none;
    background-color: #fff;
  }
  .brandstory-slide .swiper-slide img {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    display: block;
  }
  .info-txt {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 15px;
  }
  .info-txt .use-date {
    display: block;
  }
  .info-txt .title {
    font-size: 15px;
  }
  .info-txt .title span {
    color: #c4c4c4;
  }
  .info-txt .sub-title {
    font-size: 11px;
  }
  .info-txt .sub-title strong {
    font-weight: 700;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

@media (max-width: 414px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 105px;
  }
}

@media (max-width: 390px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 100px;
  }
}

@media (max-width: 375px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 100px;
  }
}

@media (max-width: 360px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 95px;
  }
}
</pre></body></html>