@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  overflow-x: clip;
  scroll-behavior: auto;
}

body {
  color: #14202B;
  background: #FFFFFF;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

/* animation */

.ani.up {
  transform: translateY(100px);
  opacity: 0;
  transition: 1s;
}

.ani.up.act {
  transform: translateY(0);
  opacity: 1;
}

img {
  display: block;
  max-width: 100%
}

a {
  color: inherit;
  text-decoration: none
}

.wrap {
  max-width: 1680px;
  margin-inline: auto;
  padding-inline: 40px
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f1614d;
  margin-bottom: 14px;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  flex: none
}

.eyebrow.on-dark {
  color: #fff
}

.eyebrow.on-dark::before {
  background: #F6917F
}

.serif {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;
  overflow: hidden
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("https://images.unsplash.com/photo-1756913453779-ea366264b54a?auto=format&fit=crop&w=2400&q=80") center/cover no-repeat;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 25, 47, .36) 0%, rgba(7, 25, 47, .15) 40%, rgba(5, 14, 43, .55) 100%);
}

@keyframes heroZoom {
  to {
    transform: scale(1)
  }
}

.hero .wrap {
  width: 100%;
  text-align: center
}

.hero h1 {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: -.025em;
  text-shadow: 0 4px 40px rgba(0, 0, 0, .35);
}

.hero .sub {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(14px, 1.7vw, 19px);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
  margin-top: 22px;
}

.hero .cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 42px;
  flex-wrap: wrap
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 28px;
  border-radius: 999px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: .3s cubic-bezier(.22, 1, .36, 1);
}

.btn-primary {
  background: #f1614d;
  color: #fff;
  box-shadow: 0 8px 30px rgba(241, 97, 77, .4)
}

.btn-ghost {
  border-color: rgba(255, 255, 255, .55);
  color: #fff
}

.btn-ghost:hover {
  background: #fff;
  color: #07192F;
  border-color: #fff
}

.btn i {
  font-size: 13px;
  transition: transform .3s
}

.btn:hover i {
  transform: translateX(4px)
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 1;
  transition: opacity 1s cubic-bezier(.16, 1, .3, 1) 1.6s;
}

.scroll-chevron {
  width: 28px;
  height: auto;
  animation: scrollChevron 2.2s ease-in-out infinite;
}

@keyframes scrollChevron {

  0%,
  100% {
    transform: translateY(0);
    opacity: .35
  }

  50% {
    transform: translateY(7px);
    opacity: .8
  }
}

.scroll-down:hover .scroll-chevron {
  opacity: .9
}
.scroll-down.sjscroll{
  bottom: 70px;
}

.fade {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .9s cubic-bezier(.22, 1, .36, 1), transform .9s cubic-bezier(.22, 1, .36, 1)
}

.fade.in {
  opacity: 1;
  transform: none
}

.hero .fade {
  transition-delay: .3s
}

.hero .sub.fade {
  transition-delay: .5s
}

.hero .cta-row.fade {
  transition-delay: .7s
}

section {
  position: relative
}

.sec {
  padding: 84px 0
}

.sec-head {
  max-width: 720px;
  margin-bottom: 54px
}

.sec-head h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.sec-head h2 .en {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800
}

.sec-head .lede {
  font-size: 16px;
  color: #5B6770;
  margin-top: 20px
}

.sec-head .lede.sm {
  font-size: 16px;
  margin-top: 10px
}

.obiz {
  padding: 84px 0;
  overflow: hidden
}

.obiz-inner {
  padding-left: calc((100vw - min(100vw, 1680px))/2 + 40px);
  padding-right: 0;
  box-sizing: border-box;
  width: 100%
}

.obiz-grid {
  display: grid;
  grid-template-columns: clamp(280px, 27vw, 400px) 1fr;
  gap: 52px;
  align-items: start
}

.obiz-left .eyebrow {
  margin-bottom: 14px
}

.obiz-left h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2
}

.obiz-left .lede {
  font-size: 16px;
  color: #5B6770;
  margin-top: 20px;
  line-height: 1.75
}

.obiz-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px
}

.otab {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #5B6770;
  background: #F5F8F9;
  border: 1px solid #E4E8EB;
  border-radius: 999px;
  padding: 9px 18px;
  cursor: pointer;
  font-family: inherit;
  transition: .25s cubic-bezier(.22, 1, .36, 1)
}

.otab::before {
  content: "#";
  color: #f1614d;
  margin-right: 3px;
  font-weight: 800
}

.otab.on {
  background: #14202B;
  border-color: #14202B;
  color: #fff
}

.otab.on::before {
  color: #F6917F
}

.obiz-slider {
  position: relative;
  min-width: 0
}

.obiz-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  padding-right: 40px
}

.obiz-track::-webkit-scrollbar {
  display: none
}

.obiz-track.drag {
  cursor: grabbing;
  scroll-snap-type: none
}

.ocard {
  position: relative;
  flex: 0 0 960px;
  max-width: 90vw;
  border-radius: 6px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #07192F
}

.ocard-img {
  position: relative;
  width: 100%
}

.ocard-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover
}

.ocard-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(7, 25, 47, .12), rgba(7, 25, 47, .42))
}

.ocard-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56%;
  background: #f1614d;
  color: #fff;
  padding: 34px 0 0;
  display: flex;
  flex-direction: column
}

.ocard-panel .pe,
.ocard-panel h3,
.ocard-panel p {
  padding: 0 36px
}

.ocard-panel .pe {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  opacity: .88;
  margin-bottom: 12px
}

.ocard-panel h3 {
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: -.01em;
  margin-bottom: 16px
}

.ocard-panel p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .92)
}

.ocard-more {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .22)
}

.ocard-more .lbl {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 36px;
  display: flex;
  align-items: center
}

.ocard-more .arr {
  flex: none;
  width: 66px;
  align-self: stretch;
  min-height: 64px;
  background: rgba(255, 255, 255, .15);
  display: grid;
  place-items: center;
  font-size: 16px;
  transition: .3s
}

.ocard-more:hover .arr {
  background: rgba(255, 255, 255, .3)
}

.exp {
  padding: 84px 0 calc(84px + 54px);
  background: #07192F;
  color: #fff
}

.exp .wrap {
  max-width: 1680px
}

.hl-stage {
  position: relative;
  overflow: hidden
}

.hl-word {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  margin-bottom: -2.6%;
  user-select: none
}

.hl-word text {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  fill: rgba(255, 255, 255, .07)
}

.hl-image {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  height: clamp(380px, 40vw, 540px)
}

.hl-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.hl-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(8deg, rgba(5, 14, 43, .9) 0%, rgba(5, 14, 43, .5) 32%, rgba(5, 14, 43, .05) 60%, transparent 100%)
}

.hl-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 46px 56px;
  max-width: 680px
}

.hl-otitle {
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.01em;
  line-height: 1.3
}

.hl-odesc {
  font-size: 14px;
  color: rgba(255, 255, 255, .9);
  margin-top: 16px;
  line-height: 1.75
}

.hl-image .hl-arrow {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 3;
  margin: 0
}

.hl-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
  padding-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  align-items: start
}

.hl-stat {
  padding: 0 28px;
  text-align: center
}

.hl-stat+.hl-stat {
  border-left: 1px solid rgba(255, 255, 255, .1)
}

.hl-num {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  letter-spacing: -.03em;
  font-size: clamp(32px, 3.6vw, 50px);
  color: #F6917F;
  line-height: 1
}

.hl-num .u {
  font-size: .42em;
  font-weight: 700;
  margin-left: 2px;
  letter-spacing: 0;
  color: #fff
}

.hl-lab {
  font-size: 14px;
  font-weight: 700;
  margin-top: 18px;
  color: #fff
}

.hl-sub {
  font-size: 11.5px;
  color: #8A949C;
  margin-top: 8px;
  line-height: 1.5
}

.hl-arrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f1614d;
  color: #fff;
  border: 0;
  display: grid;
  place-items: center;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.biz2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #0F2452;
  color: #fff;
  padding: 84px 0;
  border-radius: 54px 54px 0 0;
  margin-top: -54px
}

.biz2::before {
  content: "";
  position: absolute;
  top: -18%;
  left: -7%;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 34%, #c0392b, #7a2c25 72%);
  opacity: .6;
  z-index: 0
}

.biz2::after {
  content: "";
  position: absolute;
  left: -6%;
  bottom: -34%;
  width: 700px;
  height: 700px;
  border-radius: 46% 54% 60% 40%/52% 48% 52% 48%;
  background: rgba(255, 255, 255, .05);
  transform: rotate(18deg);
  z-index: 0
}

.biz2 .wrap {
  position: relative;
  z-index: 1
}

.biz2-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 64px;
  align-items: center
}

.biz2-head h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: -.02em
}

.biz2-lede {
  font-size: 16px;
  color: rgba(255, 255, 255, .78);
  margin-top: 20px;
  line-height: 1.75;
  max-width: 440px
}

.biz2-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  font-weight: 700;
  color: #F6917F;
  font-size: 16px
}

.biz2-cta i {
  transition: transform .3s
}

.biz2-cta:hover i {
  transform: translateX(5px)
}

.biz2-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px
}

.bz-card {
  position: relative;
  background: rgba(7, 18, 46, .55);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  padding: 32px 30px 92px;
  min-height: 282px;
  overflow: hidden;
  display: block;
  transition: .4s cubic-bezier(.22, 1, .36, 1)
}

.bz-card:hover {
  background: rgba(11, 26, 64, .82);
  border-color: rgba(95, 180, 194, .45);
  transform: translateY(-5px)
}

.bz-card h3 {
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: -.01em
}

.bz-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
  margin-top: 13px;
  line-height: 1.65;
  max-width: 88%
}

.bz-icon {
  position: absolute;
  right: 26px;
  bottom: 26px;
  line-height: 1
}

.bz-arrow {
  position: absolute;
  left: 30px;
  bottom: 28px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .22);
  display: grid;
  place-items: center;
  font-size: 14px;
  color: #fff;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.sus {
  padding: 84px 0;
  background: #F5F8F9
}

.sus-top {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 54px;
  align-items: end;
  margin-bottom: 54px
}

.sus-intro h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.02em;
  margin-top: 0
}

.sus-aside p {
  font-size: 16px;
  color: #5B6770;
  line-height: 1.75
}

.sus-aside .txt-link {
  margin-top: 20px;
  color: #f1614d
}

.sus-main {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 48px;
  align-items: stretch
}

.sus-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 520px
}

.sus-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sus-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 55%, rgba(5, 14, 43, .35))
}

.esg-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 22px;
  padding: 8px 36px
}

.esg-row {
  display: flex;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid #E4E8EB
}

.esg-row:last-child {
  border-bottom: none
}

.esg-ic {
  flex: none;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: #f7f7f7;
  color: #f1614d;
  display: grid;
  place-items: center;
  font-size: 21px
}

.esg-tag {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .09em;
  color: #f1614d;
  text-transform: uppercase
}

.esg-row h3 {
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  margin: 7px 0 9px;
  letter-spacing: -.01em
}

.esg-row p {
  font-size: 13px;
  color: #5B6770;
  line-height: 1.65
}

.port {
  background: #07192F;
  padding: 84px 0
}

.port .sec-head h2 {
  color: #fff
}

.port-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 54px
}

.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.proj {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: .4s cubic-bezier(.22, 1, .36, 1)
}

.proj::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1.5px dotted rgba(20, 32, 43, .18);
  border-radius: 13px;
  pointer-events: none;
  z-index: 3
}

.proj:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .32)
}

.proj-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden
}

.proj-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.22, 1, .36, 1)
}

.proj:hover .proj-media img {
  transform: scale(1.06)
}

.proj-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #C73D29;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .05em;
  padding: 9px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18)
}

.proj-badge i {
  color: #f1614d
}

.proj-body {
  padding: 26px 28px 30px
}

.proj-body h3 {
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  color: #14202B;
  letter-spacing: -.01em
}

.proj-div {
  border-top: 1.5px dashed #E4E8EB;
  margin: 18px 0 6px
}

.proj-spec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0
}

.proj-spec .l {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  color: #5B6770;
  font-weight: 600
}

.proj-spec .l i {
  color: #f1614d;
  font-size: 14px;
  width: 18px;
  text-align: center
}

.proj-spec .v {
  font-size: 16px;
  font-weight: 800;
  color: #14202B
}

.news {
  padding: 84px 0 calc(84px + 54px);
  background: #FFFFFF
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 0
}

.nrow {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #14202B;
  padding-top: 24px;
  transition: .35s cubic-bezier(.22, 1, .36, 1)
}

.nmeta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px
}

.nmeta .date {
  font-size: 13px;
  color: #8A949C;
  font-weight: 600;
  font-variant-numeric: tabular-nums
}

.nmeta .cat-t {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .05em;
  color: #C73D29;
  background: rgba(241, 97, 77, .1);
  padding: 5px 11px;
  border-radius: 999px
}

.nrow h3 {
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: #14202B;
  margin-bottom: 22px;
  flex: 1;
  transition: color .3s
}

.nrow .arrow {
  font-size: 13px;
  font-weight: 700;
  color: #f1614d;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto
}

.nrow .arrow i {
  transition: transform .3s
}

.nrow:hover .arrow i {
  transform: translateX(5px)
}

.cta-band {
  position: relative;
  color: #fff;
  padding: 84px 0;
  isolation: isolate;
  text-align: center;
  border-radius: 54px 54px 0 0;
  margin-top: -54px;
  overflow: hidden;
  z-index: 2
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("https://images.unsplash.com/photo-1680355065203-43ad84bb6e69?auto=format&fit=crop&w=2400&q=80") center/cover
}

.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(7, 25, 47, .82), rgba(5, 14, 43, .9))
}

.cta-band h2 {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  letter-spacing: -.02em;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15
}

.cta-band p {
  font-size: 16px;
  color: rgba(255, 255, 255, .85);
  margin: 20px auto 38px;
  max-width: 560px
}

.ft {
  background: #050E2B;
  color: #BEC4C4;
  padding: 80px 0 36px
}

.ft-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .10)
}

.ft-about p {
  font-size: 13px;
  line-height: 1.7;
  color: #8A949C;
  max-width: 300px
}

.ft h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px
}

.ft ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px
}

.ft ul a {
  font-size: 14px;
  color: #BEC4C4;
  transition: .25s
}

.ft-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 28px
}

.ft-bottom small {
  font-size: 11.5px;
  color: #8A949C
}

.contact {
  padding: 84px 0;
  background: #F5F8F9
}

.contact-head {
  text-align: center;
  margin: 0 auto 54px
}

.contact-head .eyebrow {
  margin-bottom: 14px
}

.contact-head h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.16;
  white-space: nowrap
}

.contact-head .lede {
  font-size: 16px;
  color: #5B6770;
  margin: 20px auto 0;
  max-width: 620px;
  line-height: 1.7
}

.contact-2col {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 24px;
  align-items: stretch
}

.contact-map {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 560px;
  background: #0E2841;
  border: 1px solid #E4E8EB
}

.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.contact-addr {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 14px 34px rgba(20, 32, 43, .2)
}

.contact-addr i {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #07192F;
  color: #F6917F;
  display: grid;
  place-items: center;
  font-size: 16px
}

.contact-addr span {
  display: block;
  font-size: 11.5px;
  color: #8A949C;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 3px
}

.contact-addr b {
  font-size: 13px;
  font-weight: 700;
  color: #14202B
}

.contact-right {
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 24px;
  padding: 40px
}

.cinfo-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #E4E8EB
}

.cinfo {
  display: flex;
  align-items: center;
  gap: 13px
}

.cinfo i {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f7f7f7;
  color: #f1614d;
  display: grid;
  place-items: center;
  font-size: 16px
}

.cinfo span {
  display: block;
  font-size: 11.5px;
  color: #8A949C;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 3px
}

.cinfo b {
  font-size: 13px;
  font-weight: 700;
  color: #14202B
}

.contact-form {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: none;
  margin: 0
}

.contact-note {
  text-align: center;
  font-size: 13px;
  color: #8A949C;
  margin: 26px auto 0;
  max-width: 680px;
  line-height: 1.6
}

.contact-note a {
  color: #f1614d;
  font-weight: 700;
  text-decoration: underline
}

.frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.field {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column
}

.field label {
  font-size: 13px;
  font-weight: 700;
  color: #14202B;
  margin-bottom: 8px
}

.field label span {
  color: #f1614d
}

.field input,
.field select,
.field textarea {
  font-family: inherit;
  font-size: 14px;
  color: #14202B;
  padding: 13px 15px;
  border: 1px solid #E4E8EB;
  border-radius: 10px;
  background: #F5F8F9;
  transition: .25s;
  width: 100%
}

.field input::placeholder,
.field textarea::placeholder {
  color: #8A949C
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: #f1614d;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(241, 97, 77, .13)
}

.field textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6
}

.select-wrap {
  position: relative
}

.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 42px
}

.select-wrap i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8A949C;
  font-size: 11.5px;
  pointer-events: none
}

.field.check {
  margin-top: 2px
}

.cb {
  flex-direction: row;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: #5B6770;
  font-weight: 500;
  cursor: pointer;
  display: flex
}

.cb input {
  width: auto;
  margin-top: 2px;
  accent-color: #f1614d
}

.cb a {
  color: #f1614d;
  text-decoration: underline
}

.form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px
}

.form-foot .cb {
  flex: 1;
  margin: 0
}

.form-submit {
  width: auto;
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #07192F;
  color: #fff;
  border: 0;
  border-radius: 14px;
  padding: 8px 8px 8px 26px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.form-submit:hover {
  background: #050E2B;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(7, 25, 47, .28)
}

.form-submit .fs-ic {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f1614d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 16px;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.form-msg {
  font-size: 13px;
  margin-top: 14px;
  text-align: center;
  font-weight: 600;
  min-height: 18px
}

.form-msg.ok {
  color: #C73D29
}

.form-msg.err {
  color: #c0392b
}

@media(max-width:1080px) {
  .proj-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .sus-top {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start
  }

  .sus-main {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .sus-img {
    min-height: 340px
  }

  .ft-top {
    grid-template-columns: 1fr 1fr
  }

  .obiz-grid {
    grid-template-columns: 1fr;
    gap: 38px
  }

  .biz2-grid {
    grid-template-columns: 1fr;
    gap: 44px
  }

  .biz2-lede {
    max-width: none
  }

  .hl-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 0;
    padding-top: 40px
  }

  .hl-stat {
    padding: 0 24px
  }

  .hl-stat:nth-child(odd) {
    border-left: none
  }

  .hl-overlay {
    padding: 38px 40px;
    max-width: 90%
  }
}

@media(max-width:1280px) {
  .hd {
    padding-block: 38px
  }
}

@media(max-width:880px) {
  .nav {
    display: none
  }

  .burger {
    display: flex
  }

  .wrap {
    padding-inline: 20px
  }

  .hd {
    padding: 26px 28px
  }

  .hd.solid {
    padding: 14px 28px
  }

  .obiz-inner {
    padding-left: 28px
  }

  .contact-2col {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .contact-map {
    min-height: 360px;
    order: 2
  }

  .contact-right {
    order: 1;
    padding: 36px 30px
  }
}

@media(max-width:600px) {
  .proj-grid {
    grid-template-columns: 1fr
  }

  .biz2-cards {
    grid-template-columns: 1fr
  }

  .news-list {
    grid-template-columns: 1fr;
    gap: 0
  }

  .nrow {
    padding: 24px 0
  }

  .ft-top {
    grid-template-columns: 1fr
  }

  .port-head {
    flex-direction: column;
    align-items: flex-start
  }

  .frow {
    grid-template-columns: 1fr;
    gap: 0
  }

  .form-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 16px
  }

  .form-submit {
    width: 100%;
    justify-content: space-between
  }

  .contact-head h2 {
    white-space: normal
  }

  .cinfo-list {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .contact-right {
    padding: 28px 22px
  }

  .ocard {
    flex: 0 0 84vw;
    max-width: 84vw
  }

  .ocard-img img {
    aspect-ratio: 3/4
  }

  .ocard-panel {
    width: 100%
  }

  .ocard-panel h3 {
    font-size: 22px
  }

  .ocard-panel .pe,
  .ocard-panel h3,
  .ocard-panel p {
    padding-left: 24px;
    padding-right: 24px
  }

  .ocard-more .lbl {
    padding-left: 24px
  }

  .hl-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 28px 0
  }

  .hl-overlay {
    padding: 28px 24px
  }

  .hl-otitle {
    font-size: 20px
  }

  .hl-image .hl-arrow {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px
  }
}

@media(max-width:717px) {
  .hero h1 {
    font-size: clamp(34px, 9vw, 60px)
  }

  .sec-head h2 {
    font-size: clamp(26px, 7vw, 40px)
  }
}

@media(max-width:360px) {
  .wrap {
    padding-inline: 18px
  }

  .obiz-inner {
    padding-left: 18px
  }

  .hd {
    padding: 20px 18px
  }

  .hd.solid {
    padding: 12px 18px
  }

  .btn {
    padding: 13px 20px;
    font-size: 14px
  }

  .hl-num {
    font-size: 30px
  }

  .sus .panel {
    padding-left: 22px;
    padding-right: 22px
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    animation: none !important;
    transition-duration: .001ms !important
  }

  .fade {
    opacity: 1;
    transform: none
  }
}

.pagehero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  isolation: isolate;
  overflow: hidden
}

.pagehero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  transform: scale(1.08);
  animation: phZoom 16s cubic-bezier(.22, 1, .36, 1) forwards
}

@keyframes phZoom {
  to {
    transform: scale(1)
  }
}

.pagehero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(5, 14, 43, .62) 0%, rgba(5, 14, 43, .30) 44%, rgba(5, 14, 43, .85) 100%)
}

.ph-inner {
  max-width: 100%;
  padding: 0 24px;
  width: 100%;
}

.ph-tag {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #F6917F;
  margin-bottom: 24px
}

.ph-tag::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F6917F
}

.ph-inner h1 {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.06;
  letter-spacing: -.03em;
  text-shadow: 0 6px 44px rgba(0, 0, 0, .42)
}

.ph-inner .ph-lede {
  font-size: clamp(15px, 1.5vw, 19px);
  color: rgba(255, 255, 255, .85);
  margin: 26px auto 0;
  line-height: 1.75;
}

.subnav {
  position: sticky;
  top: 80px;
  z-index: 80;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid #E4E8EB;
  border-right: none
}

.subnav-inner {
  max-width: 1520px;
  margin-inline: auto;
  padding-inline: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 64px
}

.subnav-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: none;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #14202B
}

.subnav-label i {
  color: #f1614d;
  font-size: 14px
}

.subnav-label::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #E4E8EB;
  margin-left: 6px
}

.subnav-crumb {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex: none;
  font-size: 14px
}

.subnav-crumb a:first-child {
  padding-left: 0
}

.subnav-crumb a {
  color: #5B6770;
  font-weight: 600;
  padding: 0 9px;
  transition: color .2s cubic-bezier(.22, 1, .36, 1)
}

.subnav-crumb a:hover {
  color: #7e9b40
}

.subnav-crumb .cur {
  color: #14202B;
  font-weight: 800;
  padding: 0 9px
}

.subnav-crumb .sep {
  color: #8A949C;
  font-size: 11px;
  display: inline-flex;
  align-items: center
}

.subnav-crumb::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #E4E8EB;
  margin-left: 8px
}

.subnav-tabs {
  display: flex;
  align-items: stretch;
  height: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.subnav-tabs::-webkit-scrollbar {
  display: none
}

.snav {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  color: #5B6770;
  white-space: nowrap;
  cursor: pointer;
  background: 0;
  border: 0;
  font-family: inherit;
  transition: color .25s cubic-bezier(.22, 1, .36, 1)
}

.snav .no {
  font-size: 11.5px;
  font-weight: 800;
  color: #8A949C;
  letter-spacing: .04em;
  transition: color .25s cubic-bezier(.22, 1, .36, 1)
}

.snav::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  background: #f1614d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1)
}

.snav:hover {
  color: #14202B
}

.snav.on {
  color: #14202B
}

.snav.on .no {
  color: #f1614d
}

.snav.on::after {
  transform: scaleX(1)
}

.subnav-cta {
  margin-left: auto;
  flex: none
}

.subnav-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #f1614d;
  padding: 10px 18px;
  border-radius: 999px;
  transition: .25s cubic-bezier(.22, 1, .36, 1)
}

.subnav-cta a:hover {
  background: #7e9b40;
  transform: translateY(-1px)
}

.subnav-cta a i {
  font-size: 11.5px;
  transition: transform .3s
}

.subnav-cta a:hover i {
  transform: translateX(3px)
}

@media(prefers-reduced-motion:reduce) {
  .pagehero::before {
    animation: none;
    transform: none
  }
}

@media(max-width:900px) {
  .subnav-inner {
    padding-inline: 28px;
    gap: 18px;
    height: 56px
  }

  .subnav-label,
  .subnav-crumb {
    display: none
  }

  .snav {
    padding: 0 15px
  }
}

@media(max-width:600px) {
  .subnav-cta {
    display: none
  }
}

@media(max-width:360px) {
  .subnav-inner {
    padding-inline: 18px
  }
}

.psec {
  padding: 84px 0
}

.psec.tight {
  padding-top: 96px
}

.phead {
  margin-bottom: 54px
}

.phead h2 {
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2
}

.phead .lede {
  font-size: 16px;
  color: #5B6770;
  margin-top: 18px;
  line-height: 1.8
}

.phead.on-dark h2 {
  color: #fff
}

.phead.on-dark .lede {
  color: rgba(255, 255, 255, .78)
}

.gcards {
  display: grid;
  gap: 22px
}

.gcards.c3 {
  grid-template-columns: repeat(3, 1fr)
}

.gcards.c3 .gcard {
  border-right: 1px solid #E4E8EB
}

.gcard {
  position: relative;
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 20px;
  padding: 32px 28px 30px;
  overflow: hidden;
  isolation: isolate;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s cubic-bezier(.22, 1, .36, 1)
}

.gcard::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1.4px;
  background: radial-gradient(220px circle at 50% 0%, #f1614d, transparent 62%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .35s;
  z-index: 1
}

.gcard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(260px circle at 50% 0%, rgba(241, 97, 77, .10), transparent 60%);
  opacity: 0;
  transition: opacity .35s;
  z-index: 0
}

.gcard:hover::before,
.gcard:hover::after {
  opacity: 1
}

.gcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(20, 32, 43, .10)
}

.gcard>* {
  position: relative;
  z-index: 2
}

.gnum {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px
}

.gnum .no {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #8A949C
}

.gnum .no b {
  color: #f1614d;
  font-weight: 800
}

.gcard h3 {
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.35;
  margin-bottom: 13px
}

.gcard p {
  font-size: 14px;
  color: #5B6770;
  line-height: 1.72
}

.vis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3vw, 44px)
}

.vis-card {
  display: flex;
  flex-direction: column
}

.vis-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/11;
  background: #F5F8F9;
  margin-bottom: 24px
}

.vis-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1)
}

.vis-card:hover .vis-media img {
  transform: scale(1.05)
}

.vis-card h3 {
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.4;
  color: #14202B;
  margin-bottom: 12px;
  transition: color .3s cubic-bezier(.22, 1, .36, 1)
}

.vis-card:hover h3 {
  color: #f1614d
}

.vis-card p {
  font-size: 14px;
  color: #5B6770;
  line-height: 1.72
}

.vaccord {
  display: flex;
  gap: 14px;
  height: clamp(440px, 55vh, 580px)
}

.vpanel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  transition: flex-grow .55s cubic-bezier(.22, 1, .36, 1)
}

.vpanel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1)
}

.vpanel::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
}

.vaccord:hover .vpanel {
  flex-grow: .5
}

.vaccord .vpanel:hover {
  flex-grow: 3.8
}

.vpanel:hover img {
  transform: scale(1.06)
}

.vp-body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2vw, 34px);
  color: #fff
}

.vp-label {
  font-size: clamp(21px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.3;
  white-space: nowrap;
  transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.vaccord:hover .vpanel:not(:hover) .vp-label {
  opacity: 0
}

.vp-detail {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(12px);
  transition: max-height .6s cubic-bezier(.22, 1, .36, 1), opacity .45s cubic-bezier(.22, 1, .36, 1), transform .55s cubic-bezier(.22, 1, .36, 1)
}

.vpanel:hover .vp-detail {
  max-height: 360px;
  opacity: 1;
  transform: none;
  margin-bottom: 16px
}

.vp-detail h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.32;
  margin-bottom: 8px
}

.vp-detail p {
  font-size: clamp(12px, .95vw, 14px);
  color: #fff;
  line-height: 1.6;
  white-space: nowrap;
  max-width: none
}

.statband .eyebrow {
  margin-bottom: 14px
}

.statband h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2
}

.statband .lede {
  font-size: 16px;
  color: rgba(255, 255, 255, .78);
  margin-top: 16px;
  line-height: 1.8
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 46px;
  padding-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, .14)
}

.stat-cell {
  padding: 0 30px
}

.stat-cell+.stat-cell {
  border-left: 1px solid rgba(255, 255, 255, .12)
}

.stat-num {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  letter-spacing: -.02em;
  font-size: clamp(30px, 3.4vw, 46px);
  color: #F6917F;
  line-height: 1
}

.stat-lab {
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
  color: #fff
}

.stat-sub {
  font-size: 11.5px;
  color: #8A949C;
  margin-top: 6px;
  line-height: 1.5
}

.actis {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 84px
}

.actis-l h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 6px 0 14px
}

.actis-l p {
  font-size: 16px;
  color: #5B6770;
  line-height: 1.8
}

.actis-r {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  background: #F5F8F9;
}

.actis-r p {
  font-size: 16px;
  color: #5B6770;
  line-height: 1.8
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.tmember:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(20, 32, 43, .10);
  border-color: #7e9b40
}

.tphoto .ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8A949C;
  font-size: 46px;
  opacity: .55
}

.tinfo {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 15px 6px 2px
}

.tinfo h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  white-space: nowrap
}

.tinfo h3::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin-left: 9px;
  background: #E4E8EB;
  vertical-align: -1px
}

.tinfo .role {
  font-size: 13px;
  color: #14202B;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.4
}

.team-groups {
  display: flex;
  flex-direction: column;
  gap: 52px
}

.tgroup-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px
}

.tgroup-tag {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: -.01em;
  color: #14202B;
  white-space: nowrap
}

.tgroup-tag::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f1614d;
  flex: none
}

.tgroup-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #E4E8EB
}

.tmember.clickable {
  cursor: pointer
}

.tmore {
  position: absolute;
  right: 11px;
  bottom: 11px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1614d;
  color: #fff !important;
  display: grid;
  place-items: center;
  font-size: 13px;
  box-shadow: 0 6px 16px rgba(241, 97, 77, .42);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1)
}

.tmember.clickable:hover .tmore {
  transform: scale(1.12)
}

.tmember.clickable:focus-visible {
  outline: 2px solid #f1614d;
  outline-offset: 3px
}

.profile-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px
}

.profile-modal.open {
  display: flex
}

.pm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 14, 43, .62);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px)
}

.pm-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 24px;
  padding: 42px;
  box-shadow: 0 44px 110px rgba(5, 14, 43, .42);
  max-height: 88vh;
  overflow: auto;
  animation: pmIn .42s cubic-bezier(.22, 1, .36, 1)
}

@keyframes pmIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(.98)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.pm-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #F5F8F9;
  color: #5B6770;
  font-size: 17px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: .25s cubic-bezier(.22, 1, .36, 1)
}

.pm-close:hover {
  background: #E4E8EB;
  color: #14202B
}

.pm-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.pm-photo {
  position: relative;
  width: 280px;
  aspect-ratio: 4/5;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #EEF2F4, #E1E7EB)
}

.pm-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 1
}

.pm-photo .ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8A949C;
  font-size: 48px;
  opacity: .55
}

.pm-id h3 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.01em;
  margin: 0 0 8px;
  line-height: 1.1
}

.pm-id .pm-title {
  display: inline-block;
  font-size: 16px;
  color: #f1614d;
  font-weight: 700
}

.pm-bio {
  font-size: 14px;
  color: #5B6770;
  line-height: 1.85;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E4E8EB
}

.pm-career {
  margin-top: 20px
}

.pm-career h4 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #14202B;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 9px
}

.pm-career h4::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f1614d;
  flex: none
}

.pm-career ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.pm-career li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: #5B6770;
  line-height: 1.6
}

.pm-career li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #BEC4C4
}

@media(max-width:480px) {
  .pm-panel {
    padding: 30px 22px
  }

  .pm-photo {
    width: 100%;
  }
}

.pgrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px
}

.pbox {
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.pbox:hover {
  transform: translateY(-3px)
}

.csplit {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center
}

.csplit.rev .csplit-tx {
  order: 2
}

.csplit-tx h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.22
}

.csplit-tx .lede {
  font-size: 16px;
  color: #5B6770;
  margin-top: 20px;
  line-height: 1.85
}

.csplit-tx .lede+.lede {
  margin-top: 14px
}

.csplit-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px
}

.csplit-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.esgwrap {
  position: relative;
  margin-top: 80px
}

.esg-water {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: clamp(120px, 18vw, 240px);
  color: rgba(241, 97, 77, .07);
  pointer-events: none;
  z-index: 0;
  line-height: 1;
  letter-spacing: .05em
}

.esg-head {
  position: relative;
  z-index: 1;
  margin-bottom: 40px
}

.esg-head h2 {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.12
}

.esg-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.esgc {
  position: relative;
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 20px;
  padding: 34px 30px;
  overflow: hidden;
  isolation: isolate;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s cubic-bezier(.22, 1, .36, 1)
}

.esgc::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1.4px;
  background: radial-gradient(240px circle at 50% 0%, #f1614d, transparent 62%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .35s;
  z-index: 1
}

.esgc::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(280px circle at 50% 0%, rgba(241, 97, 77, .12), transparent 60%);
  opacity: 0;
  transition: opacity .35s;
  z-index: 0
}

.esgc:hover::before,
.esgc:hover::after {
  opacity: 1
}

.esgc:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(20, 32, 43, .10)
}

.esgc>* {
  position: relative;
  z-index: 2
}

.esgc .ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #07192F;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 19px;
  margin-bottom: 8px
}

.esgc .L {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  color: #C73D29;
  margin: 14px 0 4px
}

.esgc h3 {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  margin-bottom: 12px
}

.esgc p {
  font-size: 14px;
  color: #5B6770;
  line-height: 1.72
}

.docgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.docrow {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 16px;
  padding: 22px 26px;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.docrow .dic {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #07192F;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px
}

.docrow .dtx {
  flex: 1;
  min-width: 0
}

.docrow .dtx h3 {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.01em
}

.docrow .dtx span {
  font-size: 11.5px;
  color: #8A949C;
  font-weight: 600
}

.docrow .dl {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E4E8EB;
  display: grid;
  place-items: center;
  color: #5B6770;
  font-size: 14px;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.ctabox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 24px;
  padding: 48px 54px;
  margin-top: 54px
}

.ctabox .eyebrow {
  margin-bottom: 12px
}

.ctabox h2 {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2
}

.ctabox p {
  font-size: 16px;
  color: #5B6770;
  margin-top: 12px
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: #07192F;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 16px 30px;
  font-weight: 700;
  font-size: 16px;
  font-family: inherit;
  cursor: pointer;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.btn-dark:hover {
  background: #050E2B;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(7, 25, 47, .28)
}

.btn-dark i {
  transition: transform .3s
}

.btn-dark:hover i {
  transform: translateX(4px)
}

.pwgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.pwcard {
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 20px;
  padding: 32px 30px 30px;
  transition: .4s cubic-bezier(.22, 1, .36, 1)
}

.pwcard .gnum {
  margin-bottom: 20px
}

.pwcard h3 {
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: -.01em;
  margin-bottom: 8px
}

.pwcard .sub {
  font-size: 14px;
  font-weight: 700;
  color: #C73D29;
  margin-bottom: 14px
}

.pwcard p {
  font-size: 14px;
  color: #5B6770;
  line-height: 1.72
}

.nboard {
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 24px;
  padding: 14px 0
}

.nbtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 24px 36px 22px
}

.nbtabs {
  display: flex;
  gap: 10px
}

.nbtab {
  font-size: 14px;
  font-weight: 700;
  color: #5B6770;
  background: #F5F8F9;
  border: 1px solid #E4E8EB;
  border-radius: 999px;
  padding: 9px 18px;
  cursor: pointer;
  font-family: inherit;
  transition: .25s
}

.nbtab.on {
  background: #14202B;
  border-color: #14202B;
  color: #fff
}

.nbsearch {
  position: relative;
  flex: 1;
  max-width: 320px;
  min-width: 220px
}

.nbsearch input {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  padding: 11px 42px 11px 16px;
  border: 1px solid #E4E8EB;
  border-radius: 999px;
  background: #F5F8F9
}

.nbsearch i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8A949C;
  font-size: 14px
}

.ntable {
  width: 100%;
  border-collapse: collapse
}

.ntable thead th {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #8A949C;
  text-transform: uppercase;
  text-align: left;
  padding: 14px 36px;
  border-top: 1px solid #E4E8EB;
  border-bottom: 1px solid #E4E8EB
}

.ntable thead th.c {
  width: 64px;
  text-align: center
}

.ntable thead th.a,
.ntable thead th.d {
  width: 130px
}

.ntable td {
  padding: 20px 36px;
  border-bottom: 1px solid #E4E8EB;
  font-size: 14px;
  vertical-align: middle
}

.ntable tr:last-child td {
  border-bottom: none
}

.ntable tr:hover td {
  background: #F5F8F9
}

.ntable .c {
  text-align: center;
  color: #8A949C;
  font-weight: 700
}

.ntable .pin {
  color: #f1614d;
  font-size: 16px
}

.ntag {
  display: inline-flex;
  align-items: center;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .03em;
  padding: 4px 10px;
  border-radius: 6px;
  margin-right: 12px
}

.ntag.notice {
  background: #07192F;
  color: #fff
}

.ntag.press {
  background: rgba(241, 97, 77, .14);
  color: #C73D29
}

.ntitle {
  font-weight: 700;
  color: #14202B
}

.nwriter,
.ndate {
  color: #8A949C;
  font-weight: 600;
  font-variant-numeric: tabular-nums
}

.npager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 30px 0 14px
}

.npager button {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 1px solid #E4E8EB;
  background: #fff;
  color: #5B6770;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: .25s
}

.npager button.on {
  background: #14202B;
  border-color: #14202B;
  color: #fff
}

.contact2 {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #E4E8EB
}

.contact-l {
  background: #07192F;
  color: #fff;
  padding: 54px 50px;
  display: flex;
  flex-direction: column
}

.contact-l .eyebrow {
  color: #F6917F
}

.contact-l .eyebrow::before {
  background: #F6917F
}

.contact-l h2 {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.01em;
  margin-bottom: 18px
}

.contact-l>p {
  font-size: 14px;
  color: rgba(255, 255, 255, .8);
  line-height: 1.75;
  max-width: 300px
}

.cl-info {
  margin-top: auto;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  flex-direction: column;
  gap: 18px
}

.cl-row span {
  display: block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #F6917F;
  margin-bottom: 5px
}

.cl-row b {
  font-size: 14px;
  font-weight: 600;
  color: #fff
}

.contact-r {
  background: #fff;
  padding: 50px
}

.contact-r h2 {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.01em;
  margin-bottom: 30px
}

.speakup {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #E4E8EB
}

.speakup h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px
}

.speakup p {
  font-size: 13px;
  color: #5B6770;
  line-height: 1.7;
  margin-bottom: 16px
}

.speakup p a {
  color: #f1614d;
  font-weight: 700;
  text-decoration: underline
}

.speakup-acts {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.su-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: 10px;
  border: 1px solid #E4E8EB;
  color: #14202B;
  transition: .25s
}

.su-btn.mail {
  background: #F5F8F9
}

@media(max-width:1080px) {
  .vis-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 0
  }

  .stat-cell:nth-child(odd) {
    border-left: none
  }

  .actis {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .actis-r{
    padding: 30px 20px;
  }

  .csplit {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .csplit.rev .csplit-tx {
    order: 0
  }

  .csplit-img {
    min-height: 300px
  }

  .esg-cards {
    grid-template-columns: 1fr
  }

  .pgrid {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(max-width:880px) {

  .gcards.c3,
  .pwgrid,
  .vis-grid {
    grid-template-columns: 1fr
  }

  .vaccord {
    flex-direction: column;
    height: auto;
    gap: 16px
  }

  .vpanel {
    flex: none;
    min-height: 300px
  }

  .vaccord:hover .vpanel,
  .vaccord .vpanel:hover {
    flex-grow: 0
  }

  .vp-detail {
    max-height: none;
    opacity: 1;
    transform: none;
    margin-bottom: 14px
  }

  .vp-detail p {
    white-space: normal;
    font-size: 14px
  }

  .vaccord:hover .vpanel:not(:hover) .vp-label {
    opacity: 1
  }

  .statband {
    padding: 40px 28px
  }

  .docgrid {
    grid-template-columns: 1fr
  }

  .contact2 {
    grid-template-columns: 1fr
  }

  .contact-l {
    padding: 40px 32px
  }

  .contact-r {
    padding: 36px 30px
  }

  .nbtop {
    padding: 20px 22px
  }

  .ntable thead th,
  .ntable td {
    padding-left: 22px;
    padding-right: 22px
  }

  .ntable .a {
    display: none
  }

  .ntable thead th.a {
    display: none
  }

  .ctabox {
    padding: 36px 30px
  }
}

@media(max-width:600px) {
  .gcards.c4 {
    grid-template-columns: 1fr
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .pgrid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stat-grid {
    grid-template-columns: 1fr
  }

  .stat-cell+.stat-cell {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 30px;
    margin-top: 30px
  }

  .ntable .d {
    display: none
  }

  .ntable thead th.d {
    display: none
  }
}

.gcards.c4 {
  grid-template-columns: repeat(4, 1fr)
}

#approach {
  overflow-x: clip
}

.solar-stories {
  position: relative;
  margin-top: 6px
}

.ss-stage {
  position: relative
}

.ss-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
  align-items: start
}

.ss-card {
  display: flex;
  flex-direction: column
}

.ss-media {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #F5F8F9;
  box-shadow: 0 10px 30px rgba(20, 32, 43, .06)
}

.ss-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1)
}

.ss-card:hover .ss-media img {
  transform: scale(1.05)
}

.ss-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  color: #C73D29;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
  padding: 6px 13px;
  border-radius: 9px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px)
}

.ss-title {
  margin-top: 16px;
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: -.01em;
  color: #14202B;
  transition: color .25s cubic-bezier(.22, 1, .36, 1)
}

.ss-desc {
  margin-top: 10px;
  font-size: 14px;
  color: #5B6770;
  line-height: 1.65
}

.ss-card:hover .ss-title {
  color: #f1614d
}

.ss-more {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  margin-top: 34px
}

.ss-more a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
  color: #14202B;
  border-bottom: 1.5px solid #14202B;
  padding-bottom: 5px;
  transition: color .25s cubic-bezier(.22, 1, .36, 1), border-color .25s cubic-bezier(.22, 1, .36, 1), gap .25s cubic-bezier(.22, 1, .36, 1)
}

.ss-more a:hover {
  color: #7e9b40;
  border-color: #7e9b40;
  gap: 13px
}

@media(max-width:980px) {
  .ss-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px
  }
}

@media(max-width:560px) {
  .ss-grid {
    grid-template-columns: 1fr
  }
}

.statband {
  color: #fff;
  border-radius: 24px;
  padding: 60px;
  margin-top: 0;
}

.tmember {
  position: relative;
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 18px;
  padding: 14px 14px 16px;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s cubic-bezier(.22, 1, .36, 1), border-color .4s cubic-bezier(.22, 1, .36, 1)
}

.tphoto::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 14, 43, .35))
}

.tmember h3 {
  font-size: 16px;
  font-weight: 800;
}

.tmember span {
  font-size: 13px;
  color: #8A949C;
  font-weight: 600
}

.pw-acc {
  display: flex;
  gap: 16px;
  height: 460px
}

.pw-panel {
  position: relative;
  flex: .72;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: flex .6s cubic-bezier(.22, 1, .36, 1);
  box-shadow: 0 12px 34px rgba(20, 32, 43, .10)
}

.pw-panel.is-open {
  flex: 2
}

.pw-acc:hover .pw-panel {
  flex: .72
}

.pw-acc .pw-panel:hover {
  flex: 2
}

.pw-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform .9s cubic-bezier(.22, 1, .36, 1)
}

.pw-panel.is-open .pw-bg {
  transform: scale(1)
}

.pw-acc:hover .pw-panel .pw-bg {
  transform: scale(1.06)
}

.pw-acc .pw-panel:hover .pw-bg {
  transform: scale(1)
}

.pw-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 25, 47, .15) 0%, rgba(7, 25, 47, .20) 46%, rgba(7, 25, 47, .86) 100%)
}

.pw-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 32px;
  z-index: 1
}

.pw-arrow {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .55);
  font-size: 16px;
  opacity: 0;
  transform: scale(.7);
  transition: opacity .45s cubic-bezier(.22, 1, .36, 1) .12s, transform .45s cubic-bezier(.22, 1, .36, 1) .12s, background .3s, border-color .3s
}

.pw-title {
  color: #fff;
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.28;
  word-break: keep-all;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .34)
}

.pw-body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(28px);
  transition: max-height .6s cubic-bezier(.22, 1, .36, 1), opacity .5s cubic-bezier(.22, 1, .36, 1), transform .5s cubic-bezier(.22, 1, .36, 1)
}

.pw-sub {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 800;
  color: #ff8a76;
  letter-spacing: -.01em
}

.pw-desc {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.6;
}

.pw-panel.is-open .pw-arrow,
.pw-acc .pw-panel:hover .pw-arrow {
  opacity: 1;
  transform: scale(1)
}

.pw-panel.is-open .pw-body,
.pw-acc .pw-panel:hover .pw-body {
  max-height: 280px;
  opacity: 1;
  transform: none
}

.pw-acc:hover .pw-panel.is-open .pw-arrow {
  opacity: 0;
  transform: scale(.7)
}

.pw-acc:hover .pw-panel.is-open .pw-body {
  max-height: 0;
  opacity: 0;
  transform: translateY(28px)
}

.pw-acc .pw-panel:hover .pw-arrow {
  background: #7e9b40;
  border-color: #7e9b40
}

@media(max-width:880px) {
  .gcards.c3 {
    grid-template-columns: 1fr
  }

  .pw-acc {
    flex-direction: column;
    height: auto;
    gap: 14px
  }

  .pw-panel,
  .pw-panel.is-open,
  .pw-acc .pw-panel:hover,
  .pw-acc:hover .pw-panel {
    flex: auto
  }

  .pw-panel {
    min-height: 360px
  }

  .pw-bg,
  .pw-panel.is-open .pw-bg {
    transform: scale(1)
  }

  .pw-body,
  .pw-panel.is-open .pw-body,
  .pw-acc:hover .pw-panel.is-open .pw-body {
    max-height: 280px;
    opacity: 1;
    transform: none
  }

  .pw-arrow,
  .pw-panel.is-open .pw-arrow,
  .pw-acc:hover .pw-panel.is-open .pw-arrow {
    opacity: 1;
    transform: scale(1)
  }
}

.btn-primary:hover {
  background: #C73D29;
  transform: translateY(-2px)
}

.otab:hover {
  border-color: #f1614d;
  color: #14202B
}

.hl-arrow:hover {
  background: #C73D29;
  transform: translateY(-3px)
}

.bz-icon i {
  font-size: 46px;
  background: linear-gradient(135deg, #F6917F, #f1614d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.bz-card:hover .bz-arrow {
  background: #f1614d;
  border-color: #f1614d;
  transform: rotate(45deg)
}

.nrow:hover {
  border-color: #f1614d
}

.nrow:hover h3 {
  color: #f1614d
}

.ft ul a:hover {
  color: #F6917F
}

.form-submit:hover .fs-ic {
  background: #F6917F;
  transform: rotate(-10deg)
}

.subhero {
  padding: 128px 0 0
}

.subhero-banner {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  height: clamp(330px, 42vw, 520px)
}

.subhero-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
  transition: transform 6s cubic-bezier(.22, 1, .36, 1)
}

.subhero-banner:hover img {
  transform: scale(1.12) translateX(5%)
}

@media(prefers-reduced-motion:reduce) {

  .subhero-banner img,
  .subhero-banner:hover img {
    transition: none;
    transform: none
  }
}

.subhero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 14, 43, .35), rgba(5, 14, 43, .66))
}

.subhero-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 24px
}

.sub-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #F6917F;
  margin-bottom: 18px
}

.sub-tag::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F6917F
}

.subhero-copy h1 {
  font-size: clamp(40px, 6vw, 84px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.05
}

.subhero-copy p {
  font-size: 16px;
  color: rgba(255, 255, 255, .85);
  margin-top: 18px
}

@media(max-width:560px) {
  .subhero {
    padding-top: 110px
  }
}

.gnum .ic {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: #07192F;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px
}

.tphoto {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
}

.tphoto img {
  width: 100%;
}

.docrow:hover {
  border-color: #f1614d;
  box-shadow: 0 14px 34px rgba(20, 32, 43, .08);
  transform: translateY(-3px)
}

.docrow:hover .dl {
  background: #f1614d;
  border-color: #f1614d;
  color: #fff
}

.pwcard:hover {
  border-color: #f1614d;
  box-shadow: 0 16px 40px rgba(20, 32, 43, .08);
  transform: translateY(-5px)
}

.ntable tr:hover .ntitle {
  color: #f1614d
}

.su-btn:hover {
  border-color: #f1614d;
  color: #f1614d
}

@media(max-width:880px) {

  .gcards.c3,
  .pwgrid {
    grid-template-columns: 1fr
  }
}

.port-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

@media(max-width:1080px) {
  .port-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:600px) {
  .port-grid {
    grid-template-columns: 1fr
  }
}

.pj {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 20px;
  overflow: hidden;
  transition: .4s cubic-bezier(.22, 1, .36, 1)
}

.pj:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(20, 32, 43, .14)
}

.pj-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden
}

.pj-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.22, 1, .36, 1)
}

.pj:hover .pj-media img {
  transform: scale(1.06)
}

.pj-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #C73D29;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .05em;
  padding: 9px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .16)
}

.pj-badge i {
  color: #f1614d
}

.pj-body {
  padding: 26px 28px 28px
}

.pj-body h3 {
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  color: #14202B;
  letter-spacing: -.01em
}

.pj-div {
  border-top: 1.5px dashed #E4E8EB;
  margin: 18px 0 4px
}

.pj-spec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0
}

.pj-spec .l {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  color: #5B6770;
  font-weight: 600
}

.pj-spec .l i {
  color: #f1614d;
  width: 18px;
  text-align: center
}

.pj-spec .v {
  font-size: 16px;
  font-weight: 800;
  color: #14202B;
  font-variant-numeric: tabular-nums
}

.sj-hero {
  position: relative;
  min-height: 96vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 15% 24px 0;
}

.sj-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.sj-hero-bg>div {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 120%;
  height: 120%;
  transform: translateY(-50%);
  background-color: #ddd;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  animation: sjHeroPan 22s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes sjHeroPan {
  from {
    transform: translate3d(-54%, -50%, 0) scale(1.02);
  }

  to {
    transform: translate3d(-46%, -50%, 0) scale(1.02);
  }
}

.sj-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 26, 44, .5) 0%, rgba(7, 26, 44, .14) 34%, rgba(7, 26, 44, .06) 60%, rgba(255, 255, 255, .0) 78%, #fbfaf8 100%)
}

.sj-hero-copy {
  position: relative;
  z-index: 1;
}

.sj-hero-copy .over {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .88);
  margin-bottom: 20px
}

.sj-hero-copy h1 {
  font-size: clamp(24px, 3.6vw, 42px);
  font-weight: 800;
  letter-spacing: -.005em;
  line-height: 1.28;
  text-shadow: 0 2px 34px rgba(0, 18, 36, .4)
}

.sj-hero-copy .ko {
  font-size: 14px;
  color: rgba(255, 255, 255, .82);
  margin-top: 16px;
  letter-spacing: .03em
}

.sj-cue {
  position: absolute;
  left: 50%;
  bottom: 44px;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  font-size: 11.5px;
  letter-spacing: .3em;
  color: rgba(255, 255, 255, .75);
  text-transform: uppercase
}

.sj-cue .ln {
  width: 1px;
  height: 52px;
  background: linear-gradient(rgba(255, 255, 255, .7), transparent);
  animation: sjcue 2.4s cubic-bezier(.22, 1, .36, 1) infinite
}

@keyframes sjcue {
  0% {
    transform: scaleY(.15);
    transform-origin: top
  }

  50% {
    transform: scaleY(1);
    transform-origin: top
  }

  50.1% {
    transform-origin: bottom
  }

  100% {
    transform: scaleY(.15);
    transform-origin: bottom
  }
}

.sj-intro {
  position: relative;
  background: #fbfaf8;
  text-align: center;
  padding: clamp(70px, 9vw, 130px) 24px clamp(30px, 5vw, 60px)
}

.sj-intro h2 {
  font-size: clamp(30px, 5.4vw, 64px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.08;
  color: #101a20
}

.sj-intro .lead {
  max-width: none;
  margin: clamp(30px, 4vw, 52px) auto 0;
  font-size: 14px;
  color: #5B6770;
  line-height: 2
}

.sj-intro .lead .lead-line {
  display: inline-block;
  white-space: nowrap
}

.sj-intro .lead .hi {
  display: block;
  margin: 20px auto 0;
  font-weight: 800;
  color: #14202B;
  font-size: 16px;
  line-height: 1.7
}

.sj-beach {
  position: relative;
  height: clamp(240px, 32vw, 420px);
  overflow: hidden;
  background: #fbfaf8
}

.sj-beach img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sj-beach::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, #fbfaf8 0%, rgba(251, 250, 248, 0) 26%, rgba(12, 49, 65, 0) 62%, #0c3141 100%)
}

.sj-flow {
  position: relative;
  background: #0c3141;
  color: #fff;
  overflow: hidden;
  padding: clamp(10px, 2vw, 30px) 0 clamp(80px, 11vw, 150px)
}

.sj-flow-bg {
  position: absolute;
  inset: 0;
  z-index: 0
}

.sj-flow-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5
}

.sj-flow-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0c3141 0%, rgba(12, 49, 65, .72) 14%, rgba(12, 49, 65, .62) 50%, rgba(12, 49, 65, .82) 86%, #0c3141 100%)
}

.sj-flow .wrap {
  position: relative;
  z-index: 3
}

.sj-line {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.sj-line path {
  fill: none;
  stroke: rgba(255, 255, 255, .82);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  will-change: stroke-dashoffset
}

.pil {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: center;
  padding: clamp(48px, 8vw, 110px) 0
}

.pil-media {
  position: relative;
  width: min(400px, 100%);
  justify-self: end
}

.pil.rev .pil-media {
  order: 2;
  justify-self: start
}

.pil-media img {
  width: 100%;
  aspect-ratio: 26/33;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 34px 70px rgba(0, 0, 0, .45)
}

.pil-tx {
  max-width: 500px
}

.pil.rev .pil-tx {
  justify-self: end
}

.pil-word {
  font-size: clamp(40px, 6.6vw, 80px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
  margin-bottom: 20px
}

.pil-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #F6917F;
  margin-bottom: 16px
}

.pil-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F6917F
}

.pil-h {
  font-size: clamp(17px, 1.9vw, 23px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -.01em;
  margin-bottom: 20px;
  color: #fff
}

.pil-p {
  font-size: 14px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.6;
}

.pil-p+.pil-p {
  margin-top: 12px
}

.pil-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.pil-more i {
  font-size: 11.5px;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1)
}

.pil-more:hover {
  color: #F6917F;
  border-color: #F6917F
}

.pil-more:hover i {
  transform: translateX(4px)
}

.pil-doodle {
  position: absolute;
  z-index: 4;
  pointer-events: none
}

.pil-doodle svg {
  width: 100%;
  height: 100%;
  overflow: visible
}

.pil-doodle path,
.pil-doodle circle,
.pil-doodle line {
  fill: none;
  stroke: rgba(255, 255, 255, .85);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke
}

.dood-globe {
  width: 150px;
  height: 150px;
  left: -56px;
  top: 36%
}

.dood-wheel {
  width: 150px;
  height: 150px;
  right: -54px;
  bottom: -24px
}

.dood-sign {
  width: 170px;
  height: 90px;
  left: -44px;
  bottom: -40px
}

.sj-doc,
.sj-doc * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.sj-docs {
  background: #fbfaf8;
  padding: clamp(80px, 11vw, 140px) 0
}

.sj-docs .head {
  max-width: 720px;
  margin: 0 auto clamp(40px, 5vw, 60px);
  text-align: center
}

.sj-docs .head .eyebrow {
  justify-content: center
}

.sj-docs .head h2 {
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 800;
  letter-spacing: -.02em;
  color: #101a20
}

.sj-doc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto
}

.sj-doc {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #E4E8EB;
  border-radius: 16px;
  padding: 22px 26px;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.sj-doc:hover {
  border-color: #f1614d;
  box-shadow: 0 16px 40px rgba(12, 49, 65, .1);
  transform: translateY(-3px)
}

.sj-doc .dic {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #0c3141;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px
}

.sj-doc .dtx {
  flex: 1;
  min-width: 0
}

.sj-doc .dtx h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #14202B
}

.sj-doc .dtx span {
  font-size: 11.5px;
  color: #8A949C;
  font-weight: 600
}

.sj-doc .dl {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E4E8EB;
  display: grid;
  place-items: center;
  color: #5B6770;
  font-size: 14px;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.sj-doc:hover .dl {
  background: #f1614d;
  border-color: #f1614d;
  color: #fff
}

.sj-cta {
  position: relative;
  text-align: center;
  color: #fff;
  padding: clamp(90px, 12vw, 150px) 24px;
  overflow: hidden;
  isolation: isolate
}

.sj-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.sj-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(9, 32, 52, .82), rgba(12, 49, 65, .9))
}

.sj-cta .eyebrow {
  justify-content: center;
  color: #F6917F
}

.sj-cta .eyebrow::before {
  background: #F6917F
}

.sj-cta h2 {
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.16
}

.sj-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, .85);
  margin: 18px auto 36px;
  max-width: 520px
}

.sj-cta .btn-lite {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: #fff;
  color: #0c3141;
  border-radius: 999px;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 16px;
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.sj-cta .btn-lite i {
  transition: transform .3s cubic-bezier(.22, 1, .36, 1)
}

.sj-cta .btn-lite:hover {
  background: #f1614d;
  color: #fff;
  transform: translateY(-2px)
}

.sj-cta .btn-lite:hover i {
  transform: translateX(4px)
}

.contact-wrap {
  width: 100%;
  display: flex;
  border-radius: 24px;
  border: 1px solid #E4E8EB;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
}

.contact-lt {
  width: 48%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-lt::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(165deg, rgba(11, 20, 40, .15) 0%, rgba(11, 20, 40, .35) 55%, rgba(11, 20, 40, .72) 100%);
  z-index: 1;
}

.contact-lt>img {
  width: 100%;
}

.ct-caption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 38px;
}

.ct-caption>h5 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #F6917F;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ct-caption>h5>span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F6917F;
}

.ct-caption>h3 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.contact-rt {
  width: 52%;
  background: #fff;
  padding: 40px;
}

.form-tp {
  width: 100%;
  margin-bottom: 30px;
}

.form-tp>h3 {
  color: #14202B;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.2;
}

.form-wrap {
  width: 100%;
  display: flex;
  gap: 1rem;
  margin-bottom: 18px;
}

.form-box {
  width: calc((100% - 1rem) / 2);
}

.form-box>h5 {
  font-size: 13px;
  color: #14202B;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-box>h5>span {
  color: #f1614d;
}

.form-wrap.whole .form-box {
  width: 100%;
}

.form-box input {
  width: 100%;
  padding: 13px 15px;
  border-radius: 10px;
  border: 1px solid #E4E8EB;
  background: #F5F8F9;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  outline: none;
  color: #14202B;
}

.form-box input::placeholder {
  color: #8A949C;
}

.form-box input:focus,
.form-textarea textarea:focus {
  border-color: #f1614d;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(242, 97, 77, .13);
}

.form-select {
  width: 100%;
  padding: 13px 15px;
  border-radius: 10px;
  border: 1px solid #E4E8EB;
  background: #F5F8F9;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #14202B;
}

.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  background: transparent;
  border: 0;
  font-size: 14px;
  color: #14202B;
  font-weight: 400;
}

.form-select>span {
  font-size: 13px;
  color: #14202B;
}

.form-textarea {
  width: 100%;
}

.form-textarea textarea {
  width: 100%;
  height: 120px;
  padding: 13px 15px;
  border-radius: 10px;
  border: 1px solid #E4E8EB;
  background: #F5F8F9;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  resize: none;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  color: #14202B;
}

.form-textarea textarea::placeholder {
  color: #8A949C;
  line-height: 1.6;
}

.form-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-btn>label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-btn>label>p {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}

.form-btn>label>p>a {
  display: inline-block;
  color: #f1614d;
  position: relative;
  font-weight: 400;
}

.form-btn>label>p>a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f1614d;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.form-btn>button {
  display: inline-flex;
  padding: 15px 30px;
  border-radius: 12px;
  background: #f1614d;
  border: 0;
  gap: 11px;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: .2s;
}

.form-btn>button>span {
  font-size: 13px;
  display: inline-block;
  transition: .2s;
}

.form-btn>button:hover {
  background: #01142f;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(1, 30, 78, .44);
}

.form-btn>button:hover>span {
  transform: translateX(4px) rotate(8deg);
}

.form-bt {
  width: 100%;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #E4E8EB;
}

.form-bt>h5 {
  font-size: 24px;
  color: #14202B;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-bt>p {
  font-size: 14px;
  color: #5B6770;
  line-height: 1.6;
}

.form-bt>p>a {
  display: inline-block;
  color: #f1614d;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: .2s;
}

.form-bt>p>a:hover {
  color: #C73D29;
}

.sj-doc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.sj-doc-modal.open {
  display: flex;
}

.sj-doc-modal .pm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 14, 43, .62);
  backdrop-filter: blur(5px);
}

.sj-doc-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  height: 88dvh;
  max-height: calc(100dvh - 48px);
  padding: 16px;
  overflow-y: auto !important;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 44px 110px rgba(5, 14, 43, .42);
  animation: sjDocModalIn .42s cubic-bezier(.22, 1, .36, 1);
  scrollbar-width: thin;
  scrollbar-color: rgba(12, 49, 65, .35) transparent;
}

.sj-doc-panel.pol{
  height: auto;
}

.sj-doc-panel img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  border-radius: 10px;
}

.sj-doc-panel .pm-close {
  z-index: 2;
}

.sj-doc-panel::-webkit-scrollbar {
  width: 5px;
}

.sj-doc-panel::-webkit-scrollbar-track {
  background: transparent;
}

.sj-doc-panel::-webkit-scrollbar-thumb {
  background: rgba(12, 49, 65, .35);
  border-radius: 999px;
}

.sj-doc-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(12, 49, 65, .55);
}

@keyframes sjDocModalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.98);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.pol-cont{
  width: 100%;
  padding: 30px;
}
.pol-lg{
  display: flex;
  width: 160px;
  margin-bottom: 30px;
}
.pol-lg img{
  width: 100%;
}
.pol-text{
  width: 100%;
  margin-bottom: 20px;
}
.pol-text:last-child{
  margin-bottom: 0;
}
.pol-text > h3{
  font-size: 24px;
  color: #14202B;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.pol-text > p{
  font-size: 16px;
  line-height: 1.6;
  color: #5B6770;
  margin-bottom: 1rem;
  font-weight: 400;
}
.pol-text > h5{
  font-size: 18px;
  color: #14202B;
  font-weight: 600;
  margin-bottom: 1rem;
}
.pol-text > ul{
  padding-left: 18px;
}
.pol-text > ul > li{
  font-size: 16px;
  line-height: 1.6;
  color: #5B6770;
  margin-bottom: 10px;
  font-weight: 400;
  list-style: decimal;
}
.pol-text > ul > li:last-child{
  margin-bottom: 0;
}

.sup-doc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.sup-doc-modal.open {
  display: flex;
}

.sup-doc-modal .pm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 14, 43, .62);
  backdrop-filter: blur(5px);
}

.sup-doc-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  height: 88dvh;
  max-height: calc(100dvh - 48px);
  padding: 16px;
  overflow-y: auto !important;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 44px 110px rgba(5, 14, 43, .42);
  animation: supDocModalIn .42s cubic-bezier(.22, 1, .36, 1);
  scrollbar-width: thin;
  scrollbar-color: rgba(12, 49, 65, .35) transparent;
}

.sup-doc-panel.pol{
  height: auto;
}

.sup-doc-panel img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  border-radius: 10px;
}

.sup-doc-panel .pm-close {
  z-index: 2;
}

.sup-doc-panel::-webkit-scrollbar {
  width: 5px;
}

.sup-doc-panel::-webkit-scrollbar-track {
  background: transparent;
}

.sup-doc-panel::-webkit-scrollbar-thumb {
  background: rgba(12, 49, 65, .35);
  border-radius: 999px;
}

.sup-doc-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(12, 49, 65, .55);
}

@keyframes supDocModalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.98);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media(min-width:1200px) {
  .d-lg-block {
    display: block;
  }

  .d-lg-none {
    display: none;
  }

  .ani.up.delay {
    transition: 1s opacity 0.2s, 1s transform 0.2s;
  }

  .ani.up.delay2 {
    transition: 1s opacity 0.5s, 1s transform 0.5s;
  }

  .ani.up.delay3 {
    transition: 1s opacity 0.8s, 1s transform 0.8s;
  }

  .ani.up.delay4 {
    transition: 1s opacity 1.1s, 1s transform 1.1s;
  }
}

@media(max-width:1199px) {
  .d-block {
    display: block;
  }

  .d-none {
    display: none;
  }

  .contact-wrap {
    flex-direction: column;
  }

  .contact-lt {
    width: 100%;
  }

  .contact-rt {
    width: 100%;
  }

}

@media(max-width:1024px) {

  .sj-line,
  .pil-doodle {
    display: none
  }

  .pil {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: clamp(46px, 9vw, 70px) 0;
    text-align: center
  }

  .pil-media {
    justify-self: center;
    width: min(340px, 100%)
  }

  .pil.rev .pil-media {
    order: 0;
    justify-self: center
  }

  .pil-tx {
    max-width: 520px;
    margin: 0 auto
  }

  .pil.rev .pil-tx {
    justify-self: center
  }

  .pil-tag {
    justify-content: center
  }
}

@media(max-width:768px) {
  .sj-doc-grid {
    grid-template-columns: 1fr
  }
}

@media(max-width:860px) {
  .sj-intro .lead {
    max-width: 600px
  }

  .sj-intro .lead .lead-line {
    display: inline;
    white-space: normal
  }
}

@media(max-width:717px) {
  .sj-hero {
    min-height: 88vh;
    padding: 30% 20px 0;
  }

  .sj-hero-copy h1 {
    font-size: clamp(21px, 6.4vw, 32px)
  }

  .sj-intro h2 {
    font-size: clamp(27px, 8vw, 46px)
  }

  .pil-word {
    font-size: clamp(38px, 13vw, 60px)
  }

  .ph-tag {
    margin-bottom: 1rem;
  }

  .ph-inner .ph-lede {
    margin-top: 1rem;
    line-height: 1.6;
  }

  .psec {
    padding: 80px 0;
  }

  .phead {
    margin-bottom: 30px;
  }

  .eyebrow {
    margin-bottom: 10px;
  }

  .vis-media {
    margin-bottom: 1rem;
  }

  .vis-card h3 {
    margin-bottom: 1px;
  }

  .statband {
    padding: 40px;
  }

  .statband .eyebrow {
    margin-bottom: 10px;
  }

  .statband .lede {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .stat-grid {
    margin-top: 30px;
    padding-top: 24px;
  }

  .phead .lede {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .vp-detail h3 {
    margin-bottom: 10px;
  }

  .vpanel::after {
    height: 80%;
  }

  .actis {
    margin-top: 30px;
    gap: 20px;
  }

  .actis-l h2 {
    margin: 0 0 1rem;
  }

  .actis-r p {
    line-height: 1.6;
  }

  .tmember {
    padding: 6px;
    border-radius: 12px;
  }

  .tphoto {
    border-radius: 6px;
  }

  .tmore {
    width: 28px;
    height: 28px;
    right: 8px;
    bottom: 8px;
  }

  .tmember span {
    font-size: 12px;
    line-height: 1;
  }

  .tinfo {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .tinfo .role {
    font-size: 12px;
  }

  .tmember h3 {
    margin-bottom: 8px;
    padding-bottom: 4px;
    position: relative;
  }

  .tinfo h3::after {
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }

  .pm-close {
    z-index: 99;
  }

  .pm-bio {
    line-height: 1.6;
  }

  .pm-career h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .pm-close {
    background-color: #f1614d;
    color: #fff;
  }

  .pm-close:hover {
    background-color: #f1614d;
    color: #fff;
  }

  .pw-inner {
    padding: 20px;
  }

  .pw-arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
    top: 20px;
    right: 20px;
  }

  .pw-sub {
    margin-top: 8px;
  }

  .pw-desc {
    margin-top: 4px;
    line-height: 1.4;
    font-size: 13px;
  }

  .btn-dark {
    font-size: 15px;
    padding: 14px 28px;
  }

  .ct-caption>h5 {
    margin-bottom: 10px;
  }

  .contact-rt {
    padding: 24px;
  }

  .ct-caption {
    padding: 24px;
  }

  .form-tp {
    margin-bottom: 20px;
  }

  .form-wrap {
    flex-wrap: wrap;
  }

  .pol-cont{
    padding: 20px 10px;
  }
  .pol-text > h3{
    font-size: 20px;
  }
  .pol-text > h5{
    font-size: 16px;
  }
  .pol-text > p{
    font-size: 14px;
  }
  .pol-text > ul > li{
    font-size: 14px;
  }
}

@media(max-width:587px) {
  .statband {
    padding: 40px 20px;
  }

  .stat-grid {
    gap: 0;
  }

  .psec {
    padding: 60px 0;
  }

  .sj-hero {
    padding: 45% 20px 0;
  }

  .sj-intro .lead {
    margin: 20px auto 0;
    line-height: 1.6;
  }

  .sj-intro .lead .hi {
    line-height: 1.6;
  }

  .pil-word {
    font-size: 38px;
    margin-bottom: 1rem;
  }

  .pil-h {
    margin-bottom: 1rem;
  }

  .pil {
    padding: 20px 0;
  }

  .sj-docs .head h2 {
    font-size: 28px;
  }

  .sj-docs .head {
    margin: 0 auto 20px;
  }

  .sj-doc-grid {
    gap: 10px;
  }

  .sj-doc {
    padding: 1rem;
    gap: 14px;
  }

  .sj-doc .dtx h3 {
    font-size: 15px;
    line-height: 1.3;
  }

  .sj-cta .btn-lite {
    font-size: 15px;
    padding: 14px 28px;
  }

  .form-box {
    width: 100%;
  }

  .form-btn {
    flex-direction: column;
    gap: 1rem;
  }

  .form-btn>button {
    width: 100%;
    justify-content: center;
  }

  .form-bt {
    padding-top: 20px;
  }

  .form-bt>h5 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .form-bt>p {
    font-size: 13px;
  }
}

@media(max-width:360px) {
  .sj-hero-copy .over {
    letter-spacing: .2em
  }

  .sj-doc {
    padding: 18px 20px;
    gap: 14px
  }
}

@media(max-width:280px) {
  .sj-hero-copy h1 {
    font-size: 20px
  }

  .sj-intro h2 {
    font-size: 25px
  }

  .pil-word {
    font-size: 34px
  }
}

@media(prefers-reduced-motion:reduce) {
  .sj-hero-bg img {
    transform: none
  }

  .sj-cue .ln {
    animation: none
  }
}