/* 모바일 */
@media (max-width: 768px) {

  .intro-banner {
    height: auto !important;
    padding: 80px 20px !important; /* 👈 높이 대신 padding */
  }

  .overlay {
    position: static !important; /* 👈 absolute 해제 */
    transform: none !important;

    text-align: center !important;
    padding: 20px 0 !important;
  }

  .desc {
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }

  .company-name {
    margin-top: 30px !important;
  }

  .company-name h1 {
    margin-top: 10px !important;
  }

}



.company-intro {
    width: 100%;
    
}

/* 배너 */
.intro-banner {
    position: relative;
    height: 450px;
    background-size: cover;
}

.intro-banner.intro {
	background: url('/html/images/intro/introBanner/banner.png') no-repeat center center;
}

.intro-banner.interior {
	background: url('/html/images/interiorFilm/banner.png') no-repeat center center;
}

/* 어두운 오버레이 */
.intro-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.4); */
}

/* 텍스트 */
.overlay {
    position: absolute;
    left: 360px;
    bottom: 90px;
    color: white;
    z-index: 1;
}

.desc {
    line-height: 30px;
    margin-bottom: 20px;
}

.company-name span {
	margin-bottom: 20px;
}

.company-name {
	margin-top: 111px;
}



.company-name h1 {
    font-size: 48px;
    font-weight: bold;
    margin-top: 5px;
}