.sub-banner {
  width: 100%;
  height: 300px;
  background: url('../img/sub_banner.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
/*   margin-top: 168px; */
}

.sub-banner2 {
  width: 100%;
  height: 300px;
  background: url('../img/sub_banner2.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
/*   margin-top: 168px; */
}

.sub-banner3 {
  width: 100%;
  height: 300px;
  background: url('../img/sub_banner3.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
/*   margin-top: 168px; */
}

.sub-banner4 {
  width: 100%;
  height: 300px;
  background: url('../img/sub_banner4.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
/*   margin-top: 168px; */
}

.sub-banner-inner {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* 오른쪽 정렬 */
  text-align: right;     /* 텍스트 오른쪽 정렬 */
  color: #fff;
}

.banner-subtitle {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  opacity: 0.9;
}

.banner-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.sub-wrap {
  padding-top: 80px;
  width: 100%;
}

.sub-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px; /* 모바일 대응 */
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  gap: 6px;
  white-space: nowrap;
}

.breadcrumb a {
  text-decoration: none;
  color: inherit;
}

.breadcrumb i {
  font-size: 16px;
  margin-right: 2px;
}

.breadcrumb .breadcrumb-separator {
  color: #aaa;
}

.breadcrumb .current-page {
  color: #222222;
  font-weight: 600;
}

.sub-head h1 {
  font-size: 50px;
}

.sub-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin: 50px 0px;
  background-color: #f8f8f8;
  border-radius: 30px;
  color: #6d6d6d;
}

.sub-nav li {
}

.sub-nav a {
  display: block;
  padding: 10px 50px;
  border-radius: 4px;
  color: #555;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  border-radius: 30px;
}

/* 현재 페이지 강조 */
.sub-nav a.active {
  border: 1px solid #dc2d4e;
  color: #dc2d4e;
  font-weight: bold;
  background-color: #fff;
}
.ceo-title {
  font-size: 45px;
  line-height: 1.3;
}

.ceo-banner {
  height: 530px;
  width: 100%;
  background-image: url("../img/count-bg.jpg");
  background-repeat: no-repeat;
  background-position: center 70%;
  background-size: cover;
  margin: 100px 0px;
}
.sub-inner2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  background-image: url("../img/ceo_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.sub-inner2 .ceo-title {
  text-align: center;
}
.ceo {
  display: flex;
  gap: 50px;
  justify-content: space-between;
    padding: 180px 0px;
}
.ceo-title2 {
  font-size: 45px;
  line-height: 1.6;
  padding-top: 100px;
  text-align: center;
}
.ceo h2 {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 40px;
  line-height: 1.4;
}
.ceo h2::after {
  content: "";
  position: absolute;
  right: -50px; /* 위치 조절 */
  top: 20px;
  width: 130px;
  height: 130px;
  background-color: rgba(220, 45, 78, 0.1); /* 투명한 포인트색 원 */
  border-radius: 50%;
  z-index: -1; /* 텍스트 뒤로 보내기 */
}
.ceo p {
  width: 60%;
  line-height: 2;
  font-size:18px;
}
.awards {
  margin-bottom: 180px;
}
.awards h2 {
  font-size: 40px;
  line-height: 1.3;
  position: relative;
  display: inline-block; /* 텍스트와 이미지 한 줄로 */
  padding-right: 50px; /* 이미지 공간 확보 */
}
.award-img {
  position: absolute; /* 화면에 고정 */
  top: 295%; /* 화면 세로 중앙 */
  right: -4%; /* 오른쪽 끝 */
  transform: translateY(-50%); /* 정확히 세로 중앙 맞춤 */
  height: auto;

}
.awards-list {
  margin-top: 30px;
}
.awards-list ul {
  padding: 50px 0px;
  width: 68%;
}
.awards-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
}

.awards-list .num {
  font-weight: bold;
  color: #dc2d4e;
  font-size: 20px;
  margin-right: 15px;
  border-bottom: 2px solid #dc2d4e;
}

.awards-list .text {
  flex: 1;
  position: relative;
  font-size: 18px;
  font-family: 'NanumSquareNeoBold';
}

.awards-list .text::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #dc2d4e;
  border-radius: 50%;
  margin-left: 10px;
  transform: translateY(-2px);
}

.geo-content {
  display: flex;
  gap: 40px;
}
.geo-indication  h2 {
  font-size: 40px;
  line-height: 1.3;
  position: relative;
  display: inline-block; /* 텍스트와 이미지 한 줄로 */
  padding-right: 50px; /* 이미지 공간 확보 */
}
.geo-content > p{
  flex: 1;
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 1px solid #dcdcdc;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}

.geo-logo {
  width: 250px; /* 필요에 따라 조정 */
  height: auto;
  object-fit: contain;
}

/* 모바일 대응 */
@media (max-width: 768px) {
  .geo-indication{
	 text-align:center;
	}

.geo-indication h2 {
	font-size: 28px;
    padding-right: 0px;
  }
  .geo-content {
    flex-direction: column;
    align-items: center;
  }

  .geo-logo {
    width: 150px;
    margin-top: 20px;
  }

  .geo-content p {
    text-align: center;
	width: 90%;
	padding:0px;
  }
}


@media (max-width: 1440px) {
  .award-img {
    top: 320%;
  }
}
@media (max-width: 1024px) {
  .award-img {
   display:none;
  }
}
@media (max-width: 768px) {
  .sub-banner{
	 background-repeat: no-repeat;
	background-position: right center;
    height: 180px;
    background-size: cover;
    position: relative;
  }
 .sub-banner2, .sub-banner3, .sub-banner4 {
	 background-repeat: no-repeat;
	background-position: center;
    height: 180px;
    background-size: cover;
    position: relative;
  }
  .sub-banner-inner {
    width: 90%;     
    align-items: flex-start;
    text-align: left;       
    padding: 0 10px; 
  }

  .banner-subtitle {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .banner-title {
    font-size: 24px;
    line-height: 1.3;
  }

/* .sub-banner {
     margin-top: 0px; 
} */
  .sub-wrap {
    padding-top: 50px;
  }

  .sub-head h1 {
    font-size: 32px;
    text-align: center;
  }

  .breadcrumb {
    font-size: 13px;
    flex-wrap: wrap;
  }

  .sub-nav ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 8px;
    padding: 10px;
    margin: 10px 0px;
  }

  .sub-nav a {
    flex: 0 0 auto;
    padding: 6px 12px;
    font-size: 13px;
  }

  .ceo {
    flex-direction: column;
    gap: 30px;
    padding: 80px 0px;
    align-items: center;
    text-align: center;
  }
.ceo-banner {
    height: 300px;
    margin: 50px 0px;
}
  .ceo h2 {
    font-size: 28px;
  }

  .ceo h2::after {
   display:none;
  }

  .ceo p {
    width: 90%;
    font-size: 16px;
  }

  .ceo-title,
  .ceo-title2 {
    font-size: 30px;
    padding-top: 50px;
    text-align: center;
  }
	.awards {
    margin-bottom: 80px;
	}
  .award-img {
    display: none; /* 모바일에서는 배치 어려우므로 제거 */
  }

  .awards h2 {
    font-size: 28px;
    padding-right: 0;
    text-align: center;
  }

  .awards-list ul {
    width: 100%;
    padding: 30px 0;
  }

  .awards-list li {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    font-size: 15px;
  }

  .awards-list .num {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .awards-list .text {
    font-size: 16px;
  }

  .sub-inner, .sub-inner2 {
    padding: 0 12px;
  }
}
