<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  box-sizing: border-box;
}
ul,
li,
ol {
  list-style: none;
  margin: 0;
}
p,
span {
  margin: 0;
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
em {
  font-style: normal;
}
.mb-view {
  display: none;
}
.pc-view {
  display: block;
}
.tb-view {
  display: none;
}

header {
  width: 100%;
  height: 75px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.nav {
  width: 90%;
  max-width: 1340px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.nav .logo {
  width: 121px;
}
.nav .logo img {
  width: 100%;
}
.nav-list {
  display: flex;
  align-items: center;
}
.nav-list li {
  margin-right: 48px;
}
.nav-list li a {
  font-size: 18px;
}
.nav-list li.on a {
  color: #0862ff;
  font-weight: 700;
}
.nav-list .go-btn {
  margin-right: 0;
}
.nav-list .go-btn a {
  display: block;
  height: 42.2px;
  line-height: 42.2px;
  background-color: #0862ff;
  border-radius: 21px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
}
.nav-list .go-btn.on a {
  color: #fff;
}

.content {
  position: relative;
  width: 100%;
  padding: 61px 0;
}
.content-wrapper {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.content-head h1 {
  width: 100%;
  margin: auto;
  text-align: center;
}
.content-head h1 img {
  height: 62px;
  width: 100%;
  object-fit: contain;
}
.content-head h1 p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.36px;
  margin-top: 25px;
  line-height: 1.5;
}
.content-main {
  width: 100%;
  margin: auto;
}
.content-main img {
  width: 100%;
  margin: 64px auto 90px;
}
.content-main video {
  width: 100%;
}

section {
  padding: 153px 0 175px;
}
section.bg-second {
  background-color: #f8f8f8;
}

section h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
section h2 .sub-title {
  position: relative;
  display: inline-flex;
}
section h2 .sub-title .under-deco {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 19px;
}
section h2 .sub-title .under-deco img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
section h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 21px 0 58px;
}

.bg-btn {
  text-align: center;
  margin-top: 84px;
}
.bg-btn a {
  position: relative;
  display: block;
  margin: auto;
  max-width: 352px;
  height: 99px;
  line-height: 99px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.42px;
  background: url(../images/brandstory/btn.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

footer {
  width: 100%;
  background-color: #051d32;
  color: #fff;
  padding: 50px 0 54px;
}
footer p {
  font-weight: 300;
  color: #fff;
}
footer .copyright {
  font-size: 20px;
  font-weight: 700;
}
footer .company-info {
  font-size: 16px;
  margin: 18px 0 31px;
  line-height: 1.63;
}
footer .company-info em {
  display: inline-block;
}
footer .cs-info {
  font-weight: 500;
  font-size: 16px;
}
footer p span {
  display: block;
  font-weight: 300;
  color: #fff;
}

.fixed-btn {
  position: fixed;
  right: 50px;
  bottom: 160px;
  z-index: 12;
  text-align: center;
}
.fixed-btn a {
  display: block;
  max-width: 180px;
  margin-bottom: 9px;
}
.fixed-btn a img {
  width: 100%;
}
.fixed-btn .cs-btn {
  display: flex;
  max-width: 141px;
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 27.5px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e3e3e3;
  padding: 11px 19px;
  font-size: 16.5px;
  color: #000;
  font-weight: 700;
  margin: 16px 0 0 auto;
}
.fixed-btn .cs-btn img {
  width: 30px;
  margin-right: 7.5px;
}

.top-btn {
  position: fixed;
  z-index: 12;
  right: 50px;
  bottom: 50px;
  border: 0;
  background-color: transparent;
  width: 65px;
  display: none;
}
.top-btn img {
  width: 100%;
}

@media (max-width: 1180px) {
  .fixed-btn {
    bottom: 130px;
  }
}

@media (max-width: 1024px) {
  .tb-view {
    display: block;
  }

  .content-head h1 img {
    height: 55px;
  }
  section h2 {
    font-size: 40px;
  }
  section h4 {
    font-size: 22px;
  }
}

@media (max-width: 820px) {
  header {
    height: 125px;
  }
  .nav {
    justify-content: center;
  }
  .nav .logo {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .nav .logo img {
    width: auto;
    height: 26px;
  }
  .nav-list {
    padding: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nav-list .go-btn a {
    height: 40px;
    line-height: 40px;
  }

  .content-wrapper {
    width: 90%;
  }
  section {
    padding: 93px 0 115px;
  }
  section h2 {
    font-size: 36px;
  }
  .content-head h1 p {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .nav-list li {
    margin-right: 30px;
  }
}

@media (max-width: 430px) {
  .pc-view {
    display: none;
  }
  .mb-view {
    display: block;
  }
  .content-wrapper {
    width: 100%;
    padding: 0 24px;
  }
  header {
    height: 100px;
    box-shadow: none;
  }
  .nav .logo {
    display: block;
    padding: 29px 0 20px;
  }
  .nav .logo img {
    height: 21px;
  }
  .nav {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
  }
  .nav-list li {
    margin-right: 0;
    border-bottom: 2px solid transparent;
    flex: auto;
    text-align: center;
  }
  .nav-list li.on {
    border-bottom: 2px solid #0862ff;
  }
  .nav-list li a {
    font-size: 11px;
    padding-bottom: 6px;
  }
  .nav-list .go-btn {
    border-bottom: 2px solid transparent;
  }
  .nav-list .go-btn a {
    display: inline-flex;
    font-size: 11px;
    padding: 0 0 4px;
    background-color: transparent;
    color: #000;
    height: auto;
    line-height: 1.5;
    font-weight: 400;
  }

  .nav-list .go-btn.on a {
    color: #0862ff;
  }

  .content {
    padding: 30px 0;
  }

  .content-head h1 img {
    width: 90%;
    height: auto;
    margin: auto;
  }
  .content-head h1 p {
    margin-top: 14px;
    line-height: 1.3;
    font-size: 13.5px;
  }
  .content-main img {
    margin: 20px auto 45px;
  }

  section {
    padding: 53px 0 68px;
  }
  section h2 {
    font-size: 24px;
    text-align: left;
    line-height: 1.5;
  }
  section h4 {
    font-size: 13.5px;
    text-align: left;
    line-height: 1.7;
    margin: 14.8px 0 33px;
  }
  section h2 .sub-title .under-deco img {
    display: none;
  }

  .bg-btn {
    margin-top: 29px;
  }
  .bg-btn a {
    width: 60%;
    font-size: 16px;
  }

  .fixed-btn-m {
    position: fixed;
    right: 16px;
    bottom: 16px;
    bottom: 77px;
    width: 53px;
    height: 175px;
    z-index: 13;
    transition: all 0.3s ease-out;
  }
  .fixed-btn-m a {
    display: block;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease-out;
  }
  .fixed-btn-m .store-btn {
    bottom: 0;
  }
  .fixed-btn-m .btn1 {
    bottom: 61px;
  }
  .fixed-btn-m .cs-btn {
    z-index: 3;
    bottom: 0;
  }
  .fixed-btn-m a img {
    width: 100%;
  }

  .top-btn {
    bottom: 76px;
    right: 16px;
    padding: 0;
    width: 53px;
    z-index: 14;
  }
  .top-btn img {
    width: 100%;
  }

  footer {
    padding: 40px 0 44px;
  }
  footer .copyright {
    font-size: 16px;
  }
  footer .company-info {
    font-size: 13px;
    margin: 10px 0 23px;
  }

  footer .company-info em {
    display: none;
  }
  footer .cs-info {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .content-main img {
    margin: 24px auto 40px;
  }

  .bg-btn {
    margin-top: 45px;
  }
}

@media (max-width: 390px) {
  footer {
    padding: 30px 0 34px;
  }
  footer .copyright {
    font-size: 14px;
  }
  footer .company-info {
    font-size: 11px;
  }
  footer .cs-info {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
  footer .company-info {
    font-size: 10px;
  }
}
</pre></body></html>