/* ===== 메인 비주얼 ===== */
.main-visual {
  height: 420px;
  background: url("../images/main.jpg") no-repeat center center / cover;
  display: flex;
  align-items: center;
}

.visual-text {
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
}

.visual-text h2 {
  font-size: 32px;
  line-height: 1.4;
}

.visual-text p {
  margin-top: 10px;
  font-size: 16px;
}

/* ===== 메인 핵심 영역 ===== */
.main-core {
  max-width: 1200px;
  margin: 70px auto;
  display: flex;
  gap: 30px;
}

.core-left,
.core-center,
.core-right {
  flex: 1;
}

/* 좌측 */
.core-left h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.core-left p {
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  padding: 10px 18px;
  background: #1f4e79;
  color: #fff;
}

/* 중앙 아이콘 */
.icon-list {
  display: flex;
  justify-content: space-between;
}

.icon-list li {
  text-align: center;
  flex: 1;
}

.icon-circle {
  width: 80px;
  height: 80px;
  background: #1f4e79;
  border-radius: 50%;
  margin: 0 auto 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 우측 상담 */
.core-right {
  background: #f5f5f5;
  padding: 20px;
}

.call-info li {
  margin-bottom: 5px;
}

.call-buttons a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  border: 1px solid #1f4e79;
}

.call-buttons .highlight {
  background: #1f4e79;
  color: #fff;
}

/* ===== 공지/갤러리 ===== */
.main-board {
  max-width: 1200px;
  margin: 70px auto;
  display: flex;
  gap: 40px;
}

.notice,
.gallery {
  flex: 1;
}

/* ===== 협력기관 ===== */
.partners {
  max-width: 1200px;
  margin: 70px auto;
}

.partners ul {
  display: flex;
  gap: 20px;
}
/* ===============================
   MAIN BANNER LAYOUT
================================ */

.main-banner-row {
  display: flex;
  gap: 24px;
  margin-top: 60px;
}

.main-banner {
  flex: 1;
  min-height: 260px;
  position: relative;
  color: #fff;
}

/* ===============================
   CUSTOMER CENTER BOX
================================ */

.customer-box {
  position: absolute;
  right: 40px;
  top: 40px;
  background: rgba(0,0,0,0.6);
  padding: 24px;
}

/* ===============================
   SERVICE ICON AREA
================================ */

.service-item {
  text-align: center;
}

.service-item img {
  width: 56px;
  height: 56px;
}

.service-item strong {
  display: block;
  margin-top: 10px;
  font-size: 17px;
}

.service-item p {
  margin: 6px 0 10px;
  font-size: 14px;
  opacity: 0.9;
}
