.pc-only {
  display: block;
}

.mo-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
  .mo-only {
    display: block;
  }
}
.intro {
  padding: 318px 20px;
  background-image: url('/kr/story/lge-news/flagship/img_background.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro__logo {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.intro__logo img {
  width: 100%;
}
.intro__title {
  margin-top: 80px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.72px;
  text-align: center;
}
.intro__title strong {
  display: block;
  color: #2d2d2d;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .intro {
    padding: 151px 20px 136px;
  }
  .intro__logo {
    max-width: 164px;
  }
  .intro__title {
    margin-top: 23px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.history {
  padding-top: 136px;
}
.history__container {
  width: 100%;
  max-width: 774px;
  margin: 0 auto;
}
.history__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: didot;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.history__title::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin: 32px auto 0;
  border-radius: 50%;
  background: #000;
}
.history__desc {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 146px 0 146px 50%;
}
.history__desc p {
  padding-left: 30px;
  font-size: 24px;
  line-height: 54px;
  letter-spacing: -0.68px;
}
.history__desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #000;
  transform: translateX(-50%);
}
.history__contents:nth-of-type(even) .history__title::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
  background: #000;
}
.history__contents:nth-of-type(even) .history__title::after {
  width: 100%;
  height: 1px;
  border-radius: 0;
}
.history__contents:nth-of-type(even) .history__desc {
  justify-content: flex-end;
  padding: 195px 50% 195px 0;
  text-align: right;
}
.history__contents:nth-of-type(even) .history__desc p {
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .history {
    padding-top: 32px;
  }
  .history__title {
    font-size: 32px;
  }
  .history__title::after {
    width: 8px;
    height: 8px;
    margin-top: 10px;
  }
  .history__desc {
    padding: 16px 0 30px 50%;
  }
  .history__desc p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.24px;
  }
  .history__contents:nth-of-type(even) .history__title::before {
    margin-bottom: 10px;
  }
  .history__contents:nth-of-type(even) .history__desc {
    padding: 21px 50% 33px 0;
  }
}

.brand {
  padding: 250px 0 187px;
  clip-path: polygon(50% 0%, 0% 20%, 0% 0%, 0% 100%, 100% 100%, 100% 20%);
  background: #2d2d2d;
}
.brand__title {
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: -0.68px;
  text-align: center;
}
.brand__title strong {
  font-weight: 500;
}
.brand__logo {
  width: 100%;
  max-width: 380px;
  margin: 80px auto 0;
}
.brand__logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .brand {
    padding: 86px 0;
    clip-path: polygon(50% 0%, 0% 10%, 0% 0%, 0% 100%, 100% 100%, 100% 10%);
  }
  .brand__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.24px;
  }
  .brand__title strong {
    font-weight: 500;
  }
  .brand__logo {
    max-width: 140px;
    margin-top: 37px;
  }
}

.contents {
  padding: 140px 140px 506px;
  background-image: url('/kr/story/lge-news/flagship/img_background_02.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contents__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.04px;
  word-break: keep-all;
}
.contents__desc {
  margin-top: 30px;
  font-size: 26px;
  line-height: 45px;
  letter-spacing: -1.8px;
  word-break: keep-all;
}
.contents__desc + .contents__desc {
  margin-top: 20px;
}
.contents--secondary {
  padding-bottom: 137px;
  color: #fff;
  background-image: url('/kr/story/lge-news/flagship/img_background_03.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contents--secondary .contents__title,
.contents--secondary .contents__desc {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .contents {
    padding: 28px 28px 62.7777777778vw;
    background-image: url('/kr/story/lge-news/flagship/img_background_02_mo.png');
  }
  .contents__title {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.28px;
  }
  .contents__desc {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.6px;
  }
  .contents__desc + .contents__desc {
    margin-top: 6px;
  }
  .contents--secondary {
    padding: 30px;
    background-image: url('/kr/story/lge-news/flagship/img_background_03_mo.png');
  }
}

.info {
  margin-top: 528px;
}
.info__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1.04px;
  word-break: keep-all;
}
.info__list {
  margin-top: 40px;
  padding: 60px 100px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.1);
}
.info__list li {
  display: flex;
  gap: 150px;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: -0.76px;
}
.info__list li + li {
  margin-top: 28px;
}
.info__list li p {
  word-break: keep-all;
}
.info__list li span {
  width: 140px;
  letter-spacing: -1.9px;
}
@media screen and (max-width: 1024px) {
  .info {
    margin-top: 290px;
  }
  .info__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
  .info__list {
    margin-top: 10px;
    padding: 17px 20px;
    border-radius: 20px;
  }
  .info__list li {
    gap: 15px;
  }
  .info__list li + li {
    margin-top: 12px;
  }
  .info__list li span {
    width: 70px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.65px;
  }
  .info__list li p {
    flex: 1;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.26px;
  }
}
