.all-br {
  display: block;
}

.inner {
  max-width: 100vw;
  min-height: 100vh;
}

.hero {
  position: relative;
  height: 800px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url("/assets/img/ub_hero_bg_01.png") no-repeat center/cover;
  z-index: -1;
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 180px 0;
  text-align: center;
  background-size: contain;
}
.hero__title {
  position: relative;
  margin-top: 18px;
  color: #222;
  font-weight: bold;
  font-size: 82px;
  text-transform: uppercase;
  letter-spacing: -0.64px;
}
.hero__text-sm {
  font-size: 18px;
  color: #556576;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.hero__text-lg {
  margin-top: 30px;
  color: #316d89;
  font-size: 28px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: -1px;
}

.since {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}
.since__deco {
  color: #2368b1;
  font-family: "EB Garamond", serif;
  font-size: 8em;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 100%;
  opacity: 0.15;
}
.since__deco .numbers {
  font-family: "EB Garamond", serif;
  letter-spacing: -1rem;
}
.since__desc {
  margin-top: 60px;
  color: #222;
  font-size: 22px;
  line-height: 40px;
}
.since__desc strong {
  font-weight: 500;
  color: #316d89;
}

.solution {
  max-width: 1200px;
  margin: 0 auto;
}
.solution__title-wrap {
  margin-top: 150px;
  color: #222;
}
.solution__title-wrap .title-ko {
  font-size: 24px;
  font-weight: 500;
  color: #777;
}
.solution__title-wrap .title-en {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 100%;
  text-transform: uppercase;
}
.solution__list {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  margin-top: 80px;
  padding-bottom: 100px;
}
.solution__list ul {
  list-style: inside;
}
.solution__item {
  overflow: hidden;
  position: relative;
  height: 300px;
  padding: 40px;
  box-shadow: 0 0 0 1px #ced8e6;
  border-radius: 0 24px 24px 24px;
}
.solution__title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.solution__item-text {
  margin-top: 16px;
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.solution__item-text:first-of-type {
  margin-top: 36px;
}
.solution__img {
  position: absolute;
  z-index: -1;
}
.solution__img.img-01 {
  right: -66px;
  bottom: -67px;
  width: 280px;
  height: 274px;
  background: url("/assets/img/ico_framework_1.png") no-repeat center/cover;
}
.solution__img.img-02 {
  right: -63px;
  bottom: -83px;
  width: 300px;
  height: 300px;
  background: url("/assets/img/ico_framework_2.png") no-repeat center/cover;
}
.solution__img.img-03 {
  right: -44px;
  bottom: -60px;
  width: 250px;
  height: 254px;
  background: url("/assets/img/ico_framework_3.png") no-repeat center/cover;
}
.solution__company-text {
  margin-top: 80px;
  color: #222;
  font-size: 22px;
  line-height: 40px;
}

.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
  padding: 80px 70px 80px 60px;
  background-color: #dae6f6;
}
.bottom__left {
  display: flex;
  flex-direction: column;
}
.bottom__left h4 {
  display: inline-block;
}
.bottom__left .ask {
  margin-left: 8px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.bottom__left .tel {
  display: block;
  margin-top: 20px;
  color: #00b8d6;
  font-weight: 700;
  font-size: 44px;
}
.bottom__left-inner {
  display: flex;
  align-items: center;
}
.bottom__link {
  width: 140px;
  height: 40px;
}
.bottom__link img {
  width: 100%;
  height: 100%;
}
.bottom__right .text {
  color: #444;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -1px;
}
.bottom__right .text strong {
  font-weight: 700;
  color: #00b8d6;
}
.bottom__right h4 {
  color: #00b8d6;
  font-size: 44px;
  text-transform: uppercase;
}

.mo-br {
  display: none;
}

.tb-br {
  display: none;
}

@media (max-width: 1400px) {
  .all-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
  .mo-br {
    display: none;
  }
  .hero {
    height: 700px;
  }
  .hero__inner {
    padding: 120px 0;
  }
  .hero__title {
    margin-top: 14px;
    color: #222;
    font-size: 70px;
  }
  .hero__text-sm {
    font-size: 16px;
  }
  .hero__text-lg {
    margin-top: 30px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: -1px;
  }
  .hero__bg {
    height: 100%;
  }
  .since {
    max-width: auto;
    padding: 120px 20px 0;
  }
  .since__deco {
    font-size: 112px;
    opacity: 0.15;
  }
  .since__deco .numbers {
    letter-spacing: -16px;
  }
  .since__desc {
    margin-top: 50px;
    font-size: 20px;
    line-height: 34px;
  }
  .solution {
    max-width: auto;
    padding: 120px 20px 0 20px;
  }
  .solution__title-wrap {
    margin-top: 80px;
  }
  .solution__title-wrap .title-ko {
    font-size: 20px;
  }
  .solution__title-wrap .title-en {
    font-size: 32px;
  }
  .solution__list {
    grid-template-columns: repeat(3, 32%);
    grid-column-gap: 14px;
    margin-top: 60px;
    padding-bottom: 70px;
  }
  .solution__list ul {
    list-style: none;
  }
  .solution__item {
    height: 300px;
    padding: 30px;
  }
  .solution__title {
    font-size: 20px;
  }
  .solution__item-text {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
  }
  .solution__item-text:first-of-type {
    margin-top: 24px;
  }
  .solution__img.img-01 {
    right: -66px;
    bottom: -67px;
    width: 220px;
    height: 230px;
  }
  .solution__img.img-02 {
    right: -80px;
    bottom: -73px;
    width: 230px;
    height: 260px;
  }
  .solution__img.img-03 {
    right: -52px;
    bottom: -50px;
    width: 200px;
    height: 200px;
  }
  .solution__company-text {
    margin-top: 50px;
    font-size: 20px;
    line-height: 36px;
  }
  .bottom {
    display: flex;
    align-items: center;
    margin-top: 120px;
    padding: 50px;
  }
  .bottom__left .ask {
    margin-left: 8px;
    font-size: 16px;
    letter-spacing: -1px;
  }
  .bottom__left .tel {
    display: block;
    margin-top: 12px;
    font-size: 32px;
  }
  .bottom__link {
    width: 100px;
    height: 30px;
  }
  .bottom__right .text {
    font-size: 26px;
    line-height: 38px;
  }
  .bottom__right h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .all-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
  .mo-br {
    display: none;
  }
  .hero {
    height: 600px;
  }
  .hero__inner {
    padding: 80px 0;
  }
  .hero__title {
    margin-top: 8px;
    color: #222;
    font-size: 44px;
  }
  .hero__text-sm {
    font-size: 12px;
  }
  .hero__text-lg {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .since {
    max-width: auto;
    padding: 80px 14px 0;
  }
  .since__deco {
    font-size: 68px;
    opacity: 0.15;
  }
  .since__deco .numbers {
    letter-spacing: -12px;
  }
  .since__desc {
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
  }
  .solution {
    padding: 100px 14px 0 14px;
  }
  .solution__title-wrap {
    margin-top: auto;
  }
  .solution__title-wrap .title-ko {
    font-size: 16px;
  }
  .solution__title-wrap .title-en {
    font-size: 24px;
  }
  .solution__list {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(3, 240px);
    grid-column-gap: auto;
    grid-row-gap: 16px;
    margin-top: 40px;
    padding-bottom: 100px;
  }
  .solution__list ul {
    list-style: inside;
  }
  .solution__item {
    height: auto;
    padding: 20px;
    border-radius: 12px;
  }
  .solution__title {
    font-size: 18px;
  }
  .solution__item-text {
    margin-top: 16px;
    font-size: 14px;
  }
  .solution__item-text:first-of-type {
    margin-top: 20px;
  }
  .solution__img.img-01 {
    right: -66px;
    bottom: -67px;
    width: 260px;
    height: 250px;
  }
  .solution__img.img-02 {
    right: -64px;
    bottom: -66px;
    width: 250px;
    height: 240px;
  }
  .solution__img.img-03 {
    right: -48px;
    bottom: -46px;
    width: 220px;
    height: 220px;
  }
  .solution__company-text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
  }
  .bottom {
    display: flex;
    align-items: center;
    margin-top: 120px;
    padding: 50px;
  }
  .bottom__left .ask {
    margin-left: 8px;
    font-size: 16px;
    letter-spacing: -1px;
  }
  .bottom__left .tel {
    display: block;
    margin-top: 12px;
    font-size: 32px;
  }
  .bottom__link {
    width: 100px;
    height: 30px;
  }
  .bottom__right .text {
    font-size: 26px;
    line-height: 38px;
  }
  .bottom__right h4 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .all-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .mo-br {
    display: block;
  }
}/*# sourceMappingURL=about.css.map */