html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Poppins', 'Noto Sans Korean', 'Apple SD Gothic Neo',
    'Malgun Gothic', 'Nanum Gothic', 'Noto Sans', 'sans-serif';
  background: url('../../static/img/02_Company/company.jpg')
    no-repeat center center fixed;
  background-size: cover;
  color: #fff;
}

/* 메인 컨테이너와 오버레이 설정 */
.main-container {
  position: relative;
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
}

.product-select .select-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 120px;
  width: 100%;
  z-index: 1;
}

.product-select:hover .select-dropdown {
  display: block;
}

.product-select .select-dropdown a {
  display: block;
  padding: 12px 16px;
  color: black;
  text-decoration: none;
}

.product-select .select-dropdown a:hover {
  background-color: #f1f1f1;
}

.nav-div {
  position: relative;
}

.product-select {
  position: relative;
}

.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

header.scrolled nav li a.com {
  border-bottom: solid 2px #ff592a !important;
}

main {
  z-index: 2;
  position: relative;
  flex: 1;
}

/* footer {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  color: #fff;
} */

.company {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.default-logo,
.scrolled-logo {
  max-width: 193px;
}

/* 메인 콘텐츠 스타일 */
.content-info {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}

.intro {
  display: flex;
}

.intro span {
  display: block;
}

.content-info .company-info {
  font-weight: 900;
  font-size: 48px;
}

.content-info .company-description {
  font-weight: 100;
  font-size: 36px;
  line-height: 45px;
}

.content-info .description {
  font-size: 36px;
  margin-top: 10px;
}

.content-info span {
  font-size: 16px;
}

.content-btn {
  width: 100%;
  max-width: 200px;
  height: 39px;
  font-size: 12px;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

div .history {
  max-width: 1400px;
  width: 100%;
}

div .history span {
  font-size: 26px;
}

div .history2 {
  max-width: 1400px;
  width: 100%;
}

div .history2 span {
  font-size: 16px;
}


.fw900 {
  font-weight: 900;
}

.fw100 {
  font-weight: 100;
}
/* 
footer {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 120px 0 60px;
  font-size: 13px;
  height: 195px;
} */

footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-item {
  text-align: left;
  max-width: 500px;
}
