.br-pc {
  display: block;
}

.br-mo {
  display: none;
}

.bizstory {
  min-height: 100vh;
  background: #f9f9f9;
}
.bizstory__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  background-color: #fdfcf8;
}

.b-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 240px;
  background: linear-gradient(135deg, #f3ca22);
  text-align: center;
}
.b-top h1 {
  color: #fff;
  font-weight: 900;
  font-size: 46px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.desc {
  margin-top: 30px;
  font-size: 24px;
  line-height: 38px;
  color: #555;
}

.b-hero__contents {
  display: flex;
  width: 100%;
  height: 600px;
  padding-top: 180px;
}
.b-hero__img-wrap {
  display: inline-block;
  width: 500px;
  height: 300px;
  background: url("/assets/img/bizstory_bg.png") no-repeat center center;
  background-size: contain;
}

.b-feature {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 0;
}
.b-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 480px);
  justify-content: space-around;
  margin-top: 60px;
  gap: 30px;
}
.b-feature__item {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
  transition: all 0.3s ease;
}
.b-feature__item:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.b-feature__img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
}
.b-feature__img-wrap img {
  width: 100%;
  object-fit: contain;
}
.b-feature__box-title {
  font-size: 30px;
  font-weight: 800;
  color: #fcc11e;
  text-transform: uppercase;
}
.b-feature__subtitle {
  margin-top: 16px;
  font-weight: 600;
  font-size: 26px;
  color: #2c3e50;
  text-align: left;
  letter-spacing: -0.94px;
  line-height: 1.33;
}
.b-feature__detail {
  margin-top: 12px;
  font-weight: 600;
  font-size: 18px;
  color: #666;
  letter-spacing: -0.66px;
  line-height: 1.55;
}

.b-effect__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  padding: 240px 0 0;
}
.b-effect__container {
  display: flex;
  flex-direction: column;
  gap: 160px;
  width: 100%;
  margin-top: 120px;
}
.b-effect__contents-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-effect .num {
  font-size: 20rem;
  position: absolute;
  min-width: 425px;
  max-width: 425px;
  color: #fbc41e;
  font-weight: 900;
  right: 0;
  top: 70%;
  line-height: 85%;
  opacity: 0.15;
  z-index: -1;
  transform: translateY(-50%);
}
.b-effect .type {
  display: inline;
  position: relative;
  font-size: 28px;
  font-weight: 900;
  color: #fbc41e;
  text-align: left;
  padding: 10px;
  margin-bottom: 40px;
}
.b-effect .type::after {
  position: absolute;
  display: inline-block;
  left: 5px;
  bottom: 5px;
  width: 95%;
  height: 3px;
  background-color: #fbc41e;
  content: "";
}
.b-effect .keyline {
  color: #222;
  font-size: 36px;
}
.b-effect .keyline strong {
  color: #222;
}
.b-effect .detail {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  margin-top: 40px;
  color: #666;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.b-outro {
  width: 100%;
  margin-top: 240px;
  background-color: #f7d527;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-outro__inner {
  width: 1200px;
  padding: 80px 0;
}
.b-outro .title {
  color: #fff;
}
.b-outro .text {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.b-outro .app {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  text-align: center;
  border-radius: 12px;
}
.b-outro .app__card {
  display: flex;
  align-items: center;
  width: 340px;
  padding: 12px 20px;
  background-color: #efefef;
  border-radius: 12px;
}
.b-outro .app__card img {
  width: 90px;
}
.b-outro .app .text-box {
  margin-left: 12px;
  font-weight: 700;
  text-align: left;
}
.b-outro .app .text-box span {
  display: block;
}
.b-outro .app .text-box span.en {
  font-size: 14px;
  color: #333;
}
.b-outro .app .text-box span.ko {
  margin-top: 4px;
  font-size: 18px;
  color: #444;
}

@media (max-width: 1400px) {
  .br-tb {
    display: block;
  }
  .br-mo {
    display: none;
  }
  .b-top {
    height: 160px;
  }
  .b-top h1 {
    font-size: 32px;
  }
  .title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.5px;
  }
  .desc {
    margin-top: 30px;
    font-size: 22px;
    line-height: 34px;
  }
  .b-hero__contents {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 120px;
    text-align: center;
  }
  .b-hero__img-wrap {
    width: 450px;
    margin-top: 20px;
  }
  .b-hero__img-wrap img {
    height: 100%;
  }
  .b-feature {
    width: 100%;
    max-width: 100%;
    padding: 120px 40px 0;
  }
  .b-feature__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 420px);
    margin-top: 40px;
  }
  .b-feature__item {
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
  .b-feature__subtitle {
    margin-top: 28px;
    font-size: 22px;
  }
  .b-feature__detail {
    font-size: 20px;
    line-height: 32px;
  }
  .b-feature__img-wrap {
    width: 140px;
  }
  .b-effect {
    width: 100%;
  }
  .b-effect__inner {
    width: auto;
    padding: 100px 40px 0;
  }
  .b-effect__container {
    width: 100%;
    gap: 100px;
    margin-top: 80px;
  }
  .b-effect .num {
    font-size: 16rem;
    min-width: 300px;
    max-width: 300px;
    right: 40px;
  }
  .b-effect .type {
    font-size: 24px;
  }
  .b-effect .keyline {
    font-size: 28px;
  }
  .b-effect .detail {
    margin-top: 30px;
  }
  .b-outro {
    margin-top: 120px;
    padding: 0;
  }
  .b-outro__inner {
    width: 100%;
    padding: 40px;
  }
  .b-outro .title {
    font-size: 24px;
  }
  .b-outro .text {
    margin-top: 6px;
    font-size: 20px;
    letter-spacing: -0.2px;
  }
  .b-outro .app {
    gap: 14px;
  }
  .b-outro .app__card {
    width: 300px;
    padding: 12px 18px;
  }
  .b-outro .app__card img {
    width: 70px;
  }
  .b-outro .app .text-box {
    margin-left: 10px;
  }
  .b-outro .app .text-box span.en {
    font-size: 12px;
  }
  .b-outro .app .text-box span.ko {
    margin-top: 4px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .br-all {
    display: none;
  }
  .br-mo {
    display: block;
  }
  .b-top {
    height: 120px;
  }
  .b-top h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .title {
    font-size: 20px;
    line-height: 30px;
  }
  .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .b-hero__contents {
    height: auto;
    padding: 60px 20px 0;
  }
  .b-hero__img-wrap {
    height: 280px;
  }
  .b-feature {
    padding: 60px 20px;
  }
  .b-feature__list {
    grid-template-rows: repeat(2, 320px);
    gap: 20px;
    margin-top: 20px;
  }
  .b-feature__item {
    padding: 20px;
  }
  .b-feature__box-title {
    font-size: 20px;
  }
  .b-feature__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .b-feature__detail {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .b-feature__img-wrap {
    max-width: 100px;
  }
  .b-effect__inner {
    width: auto;
    padding: 40px 20px 0;
  }
  .b-effect__container {
    gap: 30px;
    margin-top: 30px;
  }
  .b-effect .num {
    right: 20px;
    min-width: 200px;
    max-width: 200px;
    font-size: 10rem;
  }
  .b-effect .type {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .b-effect .keyline {
    font-size: 18px;
    line-height: 28px;
  }
  .b-effect .detail {
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
  }
  .b-outro {
    margin-top: 80px;
  }
  .b-outro__inner {
    padding: 20px;
  }
  .b-outro .title {
    font-size: 18px;
  }
  .b-outro .text {
    margin-top: 2px;
    font-size: 14px;
  }
  .b-outro .app {
    gap: 8px;
    margin-top: 12px;
  }
  .b-outro .app__card {
    width: 50%;
    padding: 14px 12px;
  }
  .b-outro .app__card img {
    width: 40px;
  }
  .b-outro .app .text-box {
    margin-left: 8px;
  }
  .b-outro .app .text-box span.en {
    font-size: 10px;
  }
  .b-outro .app .text-box span.ko {
    margin-top: 4px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .br-all {
    display: none;
  }
  .br-tb {
    display: none;
  }
  .br-mo {
    display: block;
  }
  .b-hero__img-wrap {
    width: 300px;
  }
  .b-feature__img-wrap {
    max-width: 100px;
  }
  .cta__text {
    line-height: 28px;
  }
}/*# sourceMappingURL=bizstory.css.map */