/* Company page content styles. Header and footer are shared with all pages. */
.company-page .company-hero{
  min-height:760px;
  padding-top:127px;
  background:linear-gradient(118deg,#fff 0 58%,#f3f1ec 58%);
  position:relative;
  overflow:hidden;
}
.company-page .company-hero:before{
  content:"COMPANY";
  position:absolute;
  right:-30px;
  bottom:-35px;
  font:800 13vw Manrope,'Noto Sans KR',sans-serif;
  color:rgba(255,106,0,.055);
  letter-spacing:-.06em;
}
.company-page .company-hero .hero-grid{
  min-height:648px;
  display:grid;
  grid-template-columns:1fr .85fr;
  align-items:center;
  gap:78px;
  padding-top:0;
}
.company-page .company-hero .eyebrow{
  font:800 12px Manrope,'Noto Sans KR',sans-serif;
  color:var(--orange);
  letter-spacing:.18em;
  margin-bottom:20px;
}
.company-page .company-hero h1{
  font:500 clamp(66px,7vw,112px)/.83 'Cormorant Garamond','Noto Sans KR',serif;
  letter-spacing:-.055em;
}
.company-page .company-hero h1 span{
  display:block;
  color:var(--orange);
  margin-left:11%;
}
.company-page .company-hero p{
  margin-top:34px;
  max-width:600px;
  font-size:17px;
  line-height:1.9;
  color:#5d5d59;
}
.company-page .company-hero .hero-visual{
  position:relative;
  height:500px;
}
.hero-photo{
  position:absolute;
  inset:20px 0 20px 50px;
  border-radius:180px 20px 180px 20px;
  overflow:hidden;
  box-shadow:0 35px 80px rgba(0,0,0,.14);
}
.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.15);
}
.hero-tag{
  position:absolute;
  left:0;
  bottom:48px;
  background:#fff;
  padding:22px 26px;
  border-radius:18px;
  box-shadow:0 20px 50px rgba(0,0,0,.13);
}
.hero-tag b{
  display:block;
  font:800 11px Manrope,'Noto Sans KR',sans-serif;
  color:var(--orange);
  letter-spacing:.13em;
  margin-bottom:7px;
}
.hero-tag span{font-size:14px;font-weight:600}

.company-section{padding:125px 0;scroll-margin-top:212px}
.company-section.soft{background:#f6f5f1}
.company-page .head{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:70px;
  align-items:start;
  margin-bottom:68px;
}
.company-page .num{
  font:800 12px Manrope,'Noto Sans KR',sans-serif;
  color:var(--orange);
  letter-spacing:.17em;
  margin-bottom:14px;
}
.company-page .head h2{
  font:500 clamp(52px,5.5vw,82px)/.9 'Cormorant Garamond','Noto Sans KR',serif;
  letter-spacing:-.045em;
}
.head-copy{
  padding-top:8px;
  color:#62625e;
  line-height:1.9;
  font-size:16px;
}
.head-copy strong{
  display:block;
  color:var(--ink);
  font-family:var(--font-ko);
  font-size:22px;
  font-weight:700;
  line-height:1.5;
  margin-bottom:16px;
  letter-spacing:-.02em;
}

.about-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
  align-items:stretch;
}
.about-image{height:100%;min-height:560px;border-radius:28px;overflow:hidden}
.about-image img{width:100%;height:100%;object-fit:cover}
.about-panel{
  background:#171717;
  color:#fff;
  border-radius:28px;
  padding:48px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:560px;
}
.about-panel h3{
  font:500 54px/1 'Cormorant Garamond','Noto Sans KR',serif;
  letter-spacing:-.03em;
}
.about-panel h3 em{color:var(--orange);font-style:normal}
.facts{margin-top:40px}
.fact{
  display:grid;
  grid-template-columns:95px 1fr;
  gap:12px;
  align-items:center;
  padding:18px 0;
  border-top:1px solid #363636;
}
.fact:last-child{border-bottom:1px solid #363636}
.fact b{font:700 11px Manrope,'Noto Sans KR',sans-serif;color:#ff9a57;letter-spacing:.1em}
.fact span{font-size:14px;color:#d3d3d0;line-height:1.65}

.intro-body{
  margin-top:28px;
  padding:28px 32px;
  background:#fff;
  border:1px solid #e8e6e1;
  border-radius:20px;
}
.intro-body p{
  font-size:16px;
  line-height:1.9;
  color:#555;
  margin:0;
}

.values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px;align-items:stretch}
.company-page .value{
  border:1px solid #e8e6e1;
  border-radius:20px;
  padding:32px;
  background:#fff;
  height:100%;
}
.company-page .value i{
  display:flex;
  width:45px;
  height:45px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff1e7;
  color:var(--orange);
  font-style:normal;
  font:800 12px Manrope,'Noto Sans KR',sans-serif;
}
.company-page .value h4{margin:28px 0 11px;font:700 20px Manrope,'Noto Sans KR',sans-serif}
.company-page .value p{font-size:14px;color:#777;line-height:1.75}

.timeline{position:relative;max-width:1050px;margin:auto}
.timeline:before{
  content:"";
  position:absolute;
  left:160px;
  top:10px;
  bottom:10px;
  width:1px;
  background:#d8d5ce;
}
.time-row{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:0;
  align-items:start;
  min-height:140px;
}
.year{
  font:700 28px Manrope,'Noto Sans KR',sans-serif;
  color:var(--orange);
  letter-spacing:.04em;
  padding-right:38px;
  line-height:1.2;
  padding-top:2px;
}
.event{position:relative;padding:0 0 42px 52px}
.event:before{
  content:"";
  position:absolute;
  left:-7px;
  top:8px;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#fff;
  border:3px solid var(--orange);
}
.event h3{font-size:22px;margin:0 0 12px;line-height:1.35;font-family:var(--font-ko);font-weight:700}
.event p{color:#70706b;line-height:1.8;font-size:15px;max-width:700px;margin:0}

.location-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;align-items:stretch}
.location-card{border:1px solid #e8e6e1;border-radius:26px;padding:42px;background:#fff;height:100%}
.location-card h3{font-size:29px;margin-bottom:30px}
.address{font-size:18px;line-height:1.8;font-weight:600}
.info-list{margin-top:34px}
.info-row{
  display:grid;
  grid-template-columns:110px 1fr;
  align-items:center;
  gap:10px;
  padding:15px 0;
  border-top:1px solid #e8e6e1;
  font-size:14px;
}
.info-row b{font:700 11px Manrope,'Noto Sans KR',sans-serif;color:#999;letter-spacing:.08em}
.info-row span{line-height:1.6}
.info-row a{color:inherit;text-decoration:none;line-height:1.6}
.info-row a:hover{color:var(--orange)}
.route{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.route a{
  padding:15px;
  border-radius:12px;
  text-align:center;
  font-size:13px;
  font-weight:700;
  border:1px solid #bbb;
}
.route a:first-child{background:var(--orange);border-color:var(--orange);color:#fff}
.map{
  min-height:560px;
  height:100%;
  border-radius:26px;
  overflow:hidden;
  position:relative;
  background:#e8e6e1;
  border:1px solid #e8e6e1;
}
.map-embed{
  display:block;
  width:100%;
  height:100%;
  min-height:560px;
  border:0;
}
.map-label{
  position:absolute;
  left:20px;
  bottom:20px;
  z-index:4;
  background:rgba(23,23,23,.92);
  color:#fff;
  padding:17px 22px;
  border-radius:13px;
  text-align:left;
  min-width:240px;
  pointer-events:none;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.map-label b{
  display:block;
  color:#ff9a57;
  font:800 11px Manrope,'Noto Sans KR',sans-serif;
  letter-spacing:.12em;
  margin-bottom:6px;
}
.map-label span{font-size:13px}

.company-page .mega-link.active,
.company-page .mobile-sub.active{color:var(--orange)}

@media(max-width:1050px){
  .company-page .company-hero{padding-top:91px}
  .company-page .company-hero .hero-grid,
  .company-page .head,
  .about-grid,
  .location-grid{grid-template-columns:1fr}
  .company-page .company-hero .hero-grid{padding-top:70px;padding-bottom:70px}
  .company-page .company-hero .hero-visual{height:430px}
  .company-section{scroll-margin-top:176px}
  .values{grid-template-columns:1fr}
  .about-image{height:470px}
}
@media(max-width:650px){
  .company-page .company-hero{
    padding-top:81px;
    background:linear-gradient(180deg,#fff 0 62%,#f3f1ec 62%);
  }
  .company-page .company-hero .hero-grid{gap:25px}
  .company-page .company-hero h1{font-size:64px}
  .company-page .company-hero p{font-size:14px}
  .company-page .company-hero .hero-visual{height:350px}
  .hero-photo{left:25px;border-radius:100px 16px 100px 16px}
  .company-section{padding:88px 0;scroll-margin-top:152px}
  .about-panel{padding:31px 25px}
  .about-panel h3{font-size:42px}
  .timeline:before{left:100px}
  .time-row{grid-template-columns:100px 1fr}
  .year{font-size:16px;padding-right:16px;letter-spacing:.02em}
  .event{padding:0 0 36px 36px}
  .about-image,.about-panel{min-height:0}
  .about-image{height:420px}
  .location-card{padding:30px 24px}
  .map{min-height:400px}
}
