@import url("../../css/default.css");
@import url("../../font/Paperlogy.css");
* {
  word-wrap: break-word;
  word-break: keep-all;
}

.paperlogy {
  font-family: "Paperlogy";
  font-weight: 700;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mt-8 {
  margin-top: 0.8rem !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.gap-8 {
  gap: 0.8rem !important;
}

[class*=ri-] {
  font-weight: 400 !important;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.btn-wrap.center {
  justify-content: center;
}
.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn > i {
  flex-shrink: 0;
}
.btn.blur {
  padding: 0 3rem;
  width: 100%;
  max-width: 27.7rem;
  height: 7.7rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2.85rem);
  border-radius: 4rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.btn.blur > i {
  font-size: 2rem;
}
.btn.border {
  padding: 0 2.8rem;
  width: 100%;
  max-width: 19.2rem;
  height: 4.8rem;
  border: 2px solid #222;
  border-radius: 2.4rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
}
.btn.border > i {
  font-size: 2rem;
}
@media (max-width: 1920px) {
  .btn.blur {
    height: 5.7rem;
  }
}
@media (max-width: 767px) {
  .btn.blur {
    width: calc(50% - 0.6rem);
    max-width: 100%;
  }
  .btn.border {
    padding: 0 2.4rem;
    width: calc(50% - 0.4rem);
    max-width: 100%;
  }
}

.intro {
  display: flex;
  width: 100%;
  min-height: 100vh;
}
@media (max-width: 1280px) {
  .intro {
    flex-direction: column;
  }
}
.intro-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 4.8rem 3.2rem 4.8rem 4.8rem;
  width: 40%;
  color: #fff;
  background: url(/kor_intro/img/2026/visual-pc.jpg) no-repeat right 50%/cover;
  border-radius: 0 6rem 6rem 0;
}
.intro-header-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 60rem;
}
.intro-header h1 {
  width: 100%;
  max-width: 17.8rem;
}
.intro-header strong {
  margin-top: 5.6rem;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.3;
}
.intro-header p {
  margin-top: 3.2rem;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.3;
}
.intro-header p > b {
  font-weight: 700;
}
.intro-header .btn-wrap {
  margin-top: 40rem;
}
@media (max-width: 1920px) {
  .intro-header strong {
    margin-top: 3.6rem;
    font-size: 5.4rem;
  }
  .intro-header p {
    margin-top: 3.2rem;
    font-size: 2.4rem;
  }
  .intro-header .btn-wrap {
    margin-top: 20rem;
  }
}
@media (max-width: 1280px) {
  .intro-header {
    padding: 8rem 2rem 16rem;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  .intro-header-container {
    align-items: center;
  }
  .intro-header .btn-wrap {
    margin-top: 3.6rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .intro-header strong {
    font-size: 4.8rem;
  }
}
@media (max-width: 479px) {
  .intro-header strong {
    font-size: 10vw;
  }
}
.intro-main {
  display: flex;
  padding: 8rem;
  width: 60%;
}
.intro-main-container {
  align-self: center;
  width: 100%;
  max-width: 107rem;
}
@media (max-width: 1600px) {
  .intro-main {
    padding: 7.2rem;
  }
}
@media (max-width: 1280px) {
  .intro-main {
    margin-top: -6rem;
    padding: 0 2rem 7.2rem;
    width: 100%;
  }
  .intro-main-container {
    margin: 0 auto;
    max-width: 900px;
  }
}
.intro-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.intro-feature > li {
  display: flex;
  flex-direction: column;
  padding: 2rem 2.8rem;
  width: calc(50% - 0.8rem);
  border-radius: 1.6rem;
  color: #fff;
}
.intro-feature > li:nth-child(1) {
  background-color: #322f54;
}
.intro-feature > li:nth-child(2) {
  background-color: #e77e1d;
}
.intro-feature > li > strong {
  margin-bottom: 6.7rem;
  font-size: 2rem;
}
@media (max-width: 1920px) {
  .intro-feature > li > strong {
    margin-bottom: 2.7rem;
  }
}
.intro-feature > li p.intro-feature-cont {
  font-size: 2.6rem;
  font-weight: 800;
}
.intro-feature > li p.intro-feature-cont:after {
  width: 4.5rem;
  aspect-ratio: 45/39;
  background-image: url(/kor_intro/img/2026/feature-icon01.svg);
}
.intro-feature > li ul.intro-feature-cont {
  display: flex;
  overflow: hidden;
  gap: 1.2rem calc(3.2rem + 1px);
}
.intro-feature > li ul.intro-feature-cont > li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.intro-feature > li ul.intro-feature-cont > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 1.6rem);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.intro-feature > li ul.intro-feature-cont > li > b {
  font-family: "Pretendard";
  font-weight: 400;
}
.intro-feature > li ul.intro-feature-cont > li > span {
  font-size: 2.6rem;
  font-weight: 800;
}
.intro-feature > li ul.intro-feature-cont:after {
  width: 4.6rem;
  aspect-ratio: 1/1;
  background-image: url(/kor_intro/img/2026/feature-icon02.svg);
}
.intro-feature-cont {
  position: relative;
  margin-top: auto;
  padding-right: 5rem;
}
.intro-feature-cont:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: no-repeat 50% 50%/contain;
}
@media (max-width: 767px) {
  .intro-feature > li {
    width: 100%;
  }
}
.intro-box.shadow {
  padding: 3.2rem 4.8rem;
  border: 1px solid #e8e8e8;
  border-radius: 1.6rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.07);
}
.intro-box.shadow.horizon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem 2.4rem;
}
.intro-box.shadow.horizon > p, .intro-box.shadow.horizon .list-dl {
  color: #222;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 479px) {
  .intro-box.shadow.horizon {
    flex-direction: column;
  }
}
.intro-box.shadow + .intro-box.shadow {
  margin-top: 0.8rem;
}
.intro-box.shadow h3 {
  position: relative;
  padding-left: 3rem;
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.intro-box.shadow h3:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2.3rem;
  aspect-ratio: 1/1;
  background: url(/kor_intro/img/2026/h3-bul.svg) no-repeat 50% 50%/contain;
}
@media (max-width: 1280px) {
  .intro-box.shadow {
    padding: 2.4rem 3.2rem;
  }
}
@media (max-width: 767px) {
  .intro-box.shadow {
    padding: 2.4rem 2.8rem;
  }
}
.intro-box.gray {
  padding: 2.25rem 2rem;
  background-color: #f7f7f7;
  border-radius: 0.8rem;
}
.intro-box.gray.horizon {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 479px) {
  .intro-box.gray.horizon {
    flex-direction: column;
    align-items: flex-start;
  }
}
.intro-box.gray .intro-box-title {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  width: 14rem;
  color: #222;
  font-size: 1.7rem;
  font-weight: 700;
}
.intro-box.gray .intro-box-title > i {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  aspect-ratio: 1/1;
  background-color: #322f54;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  transform: translatey(0.15rem);
}
.intro-box.gray .intro-box-desc .list-dl {
  font-size: 1.7rem;
}
.intro-box.gray .intro-box-desc .list-dl dd {
  color: #696969;
}
.intro-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  font-size: 1.6rem;
  text-align: center;
}
.intro-footer address {
  color: #585858;
  line-height: 1.25;
}
.intro-footer-copyright {
  color: #7a7a7a;
  font-size: 1.5rem;
  line-height: 1.25;
}

.list-dl {
  display: flex;
  gap: 0.5rem;
  color: #222;
}
.list-dl > dt {
  flex-shrink: 0;
  font-weight: 700;
}
.list-dl > dd > p {
  position: relative;
  padding-left: 1rem;
}
.list-dl > dd > p:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.notice {
	margin-top:1.5rem;
}

.blue {
	color:#0f0fce;
}

/*# sourceMappingURL=intro_2026.css.map */
