/* 메인 비주얼 */
.main-visual .main-bg {
  /* background: url(../img/company-main-bg.png) center center / cover no-repeat; */
}

.main-visual .main-content {
  position: relative;
}

/* 스크롤 섹션 - 미션과 비전 */
/* .scroll-section {
  background: url(../img/company-mission-bg.jpg) center center / cover no-repeat;
} */

/* 미션과 비전 영역 */
.mission-vision {
  justify-content: center;
  align-items: center;
  /* margin-bottom: 160px; */
  flex-direction: column;
  gap: 160px;
  padding: 160px 0 280px 0;
  height: 100%;
  background: linear-gradient(
    114.78deg,
    rgba(17, 17, 17, 0.94) 15.78%,
    rgba(0, 44, 95, 0.94) 98.04%
  );
}

.mission-vision .container {
  height: 832px;
  position: relative;
}

.mission-vision .section-title {
  color: #26a4bc;
}

.mission-vision .section-subtitle {
  color: #fff;
}

.mission-detail .mission-item {
  position: absolute;
  display: flex;
  width: 300px;
  height: 300px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0px 0px 3px 0px rgba(17, 17, 20, 0.4),
    0px -0.2px 8.4px 0px rgba(139, 199, 243, 0.1) inset,
    0px 0.5px 4.3px 0px rgba(255, 255, 255, 0.15) inset;
  backdrop-filter: blur(13.25px);
}

.mission-item.item1 {
  bottom: 90px;
  right: 648px;
}

.mission-item.item2 {
  top: 200px;
  right: 324px;
}

.mission-item.item3 {
  bottom: 0;
  right: 324px;
}

.mission-item.item4 {
  top: 315px;
  right: 0;
}

.mission-item img {
  width: 136px;
  height: 136px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.mission-item .item-text-box {
  text-align: left;
}

.mission-item .item-text-box .item-num {
  color: #e5e5e5;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.mission-item .item-text-box .item-text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 600;
}

/* 1. PC(웹)용 원본 */
.mission-company-info {
  position: relative;
  width: 1280px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 37px 56px;
  box-shadow: 0px 0px 10px 0px rgba(17, 17, 20, 0.1),
    0px -0.2px 2px 0px rgba(139, 199, 243, 0.15) inset,
    0px 0.5px 3px 0px rgba(255, 255, 255, 0.15) inset;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -100px;
  z-index: 1;
  margin-bottom: 160px;
  background: url(../img/company-section-bg.png) no-repeat 0 0 / cover;
}

.company-tit-tag {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 155px;
  margin-left: -78px;
  border: 2px solid #fff;
  background: #2ab4cf;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  border-radius: 40px;
}

.company-info-subtitle {
  font-size: 0.889rem;
  font-weight: 400;
  color: #4d4d4d;
  margin-left: auto;
  display: block;
  width: fit-content;
}

.company-info-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-direction: row;
  padding-top: 42px;
  align-items: stretch;
  justify-content: space-between;
}

.company-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 18px;
  flex-direction: row;
  border: 1px solid rgba(31, 160, 252, 0.2);
  backdrop-filter: blur(4500px);
  /* background: #fff; */
  border-radius: 10px;
  flex: 1;
}

.company-info-item img {
  width: 46px;
  height: 46px;
}

.info-text-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: start;
}

.info-text-box .info-title {
  font-size: 1.111rem;
  font-weight: 700;
  color: #111;
}

.info-text-box .info-content {
  font-size: 0.833rem;
  color: #777;
  letter-spacing: -1px;
}

.info-divider {
  width: 1px;
  height: 160px;
  background-color: #b0b0b0;
}

/* 연혁 영역 */
.history {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 320px;
  margin-bottom: 160px;
}

.history .container {
  flex-direction: column;
}

.history-title .slogan {
  color: #111;
}

.history-detail {
  display: flex;
  justify-content: space-between;
  /* margin-top: 40px; */
}

.history-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.item-group {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.item-group .year {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #111;
  width: 72px;
}

.item-group .list {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.item-group .list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: #4d4d4d;
}

.item-group .list li:not(:has(.month)) {
  padding-left: 24px;
}

.item-group .list .month {
  width: 24px;
  min-width: 24px;
  margin-right: 0;
  display: inline-block;
  color: #26a4bc;
  text-align: right;
}

.item-group .list .month.invisible {
  visibility: hidden !important;
}

/* 사업 영역 */
.business-item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.service-section {
  transition: width 0.3s ease-in-out;
  height: 720px;
}

.div {
  width: 954px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 166px;
  padding: 40px;
  position: relative;
  border-radius: 24px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.829) 0%,
      rgba(18, 21, 25, 0.8) 100%
    ),
    url(../img/company-busi-section1.jpg) 50% 50% / cover;
}

.column-wrapper {
  width: 302px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 166px;
  padding: 40px;
  position: relative;
  border-radius: 24px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(18, 21, 25, 0.95) 100%
    ),
    url(../img/company-busi-section2.jpg) 50% 50% / cover;
}

/* 호버 효과 관련 클래스 */
.service-section.expanded {
  width: 954px !important;
}

.service-section.collapsed {
  width: 302px !important;
}

.service-section .business-item-detail-wrapper,
.service-section .business-subtitle {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.service-section.expanded .business-item-detail-wrapper,
.service-section.expanded .business-subtitle {
  opacity: 1;
  visibility: visible;
}

.service-section.collapsed .business-item-detail-wrapper,
.service-section.collapsed .business-subtitle {
  opacity: 0;
  visibility: hidden;
}

.business-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.business-title {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Pretendard-Bold";
  font-weight: 700;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 40px;
}

.business-subtitle {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard";
  font-weight: 500;
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  max-width: 56%; /* 텍스트 너비 제한 */
}

.business-item-detail-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: flex-end; /* 오른쪽 정렬 */
  gap: 24px;
  position: relative;
  margin-top: auto;
}

.business-item-detail {
  position: relative;
  width: 280px;
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 0px 0px 24.6px #000000b2;
  padding: 20px;
}

.detail-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  top: 0;
  left: -1px;
  background: linear-gradient(
      154.74deg,
      rgba(0, 0, 0, 0) 28.39%,
      rgba(0, 115, 230, 0.7) 83.53%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 41.47%,
      rgba(18, 21, 25, 0.4) 87.55%
    );
}

.detail-bg img {
  width: 105%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.business-item-text {
  position: relative;
  width: fit-content;
  font-family: "Pretendard";
  font-weight: 600;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  white-space: nowrap;
  z-index: 1;
}

/* 찾아오시는 길 영역 */
.location-section {
  padding: 160px 0;
  background-color: #f8f9fa;
}

.location-section .cont {
  display: none !important;
}

.location-title {
  text-align: center;
  margin-bottom: 80px;
}

.location-title .label {
  color: #0073e6;
  font-size: 1.111rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.location-title .slogan {
  color: #111;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.location-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  width: 100%;
}

.map-container {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 80%;
  height: 100%;
}

.location-info {
  width: 560px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info-item h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 16px;
}

.info-item p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

.transport-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.subway,
.bus {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.subway-line {
  padding: 4px 12px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
}

.line2 {
  background-color: #3cb44a;
  color: white;
}

.shin {
  background-color: #d31145;
  color: white;
}

.line5 {
  background-color: #aa5496;
  color: white;
}

.station,
.exit {
  font-size: 0.9rem;
  color: #333;
}

.bus-type {
  padding: 4px 12px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
}

.bus-type.blue {
  background-color: #3b5998;
}

.bus-number {
  font-size: 0.9rem;
  color: #333;
}

/* CTA 섹션 */
.cta-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 2;
  height: 280px;
}

.cta-section .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.cta-section .main-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    105.6deg,
    #003438 -9.07%,
    rgba(42, 180, 207, 0.8) 160.35%
  );

  z-index: 0;
}

.section-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.cta-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.cta-content {
  text-align: center;
}

.cta-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.778rem;
  text-align: center;
}

.cta-buttons {
  display: flex;
  gap: 16px;
}

.general-inquiry-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 40px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.inquiry-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.general-inquiry-wrapper:hover {
  transform: translateY(-3px);
  background-color: #ccc9dd13;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* 지도 스타일 */
#map {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.custom-overlay {
  padding: 10px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.overlay-content {
  text-align: center;
}

.overlay-content strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

.overlay-content p {
  font-size: 14px;
  color: #666;
}

/* 임시 지도 스타일 */
.temp-map {
  position: relative;
  width: 40%;
  height: auto;
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marker-pin {
  width: 20px;
  height: 20px;
  background: #d31145;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.marker-info {
  background: white;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.marker-info strong {
  display: block;
  font-size: 16px;
  color: #111;
  margin-bottom: 5px;
}

.marker-info p {
  font-size: 14px;
  color: #666;
}

/* 임시 위치 정보 스타일 */
.temp-location-box {
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  border-radius: 20px;
  /* padding: 40px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.root_daum_roughmap .wrap_controllers {
  display: none;
}

.location-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pin-icon {
  width: 56px;
  height: 56px;
  color: #d31145;
}

.company-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.company-info strong {
  font-size: 28px;
  color: #111;
  font-weight: 700;
}

.company-info p {
  font-size: 18px;
  color: #666;
}

.address-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  width: 100%;
}

.address-info p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}

/* 문의 팝업 스타일 */
.inquiry-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.inquiry-popup.active {
  display: flex;
}

.popup-content {
  background: #f0f6fb;
  padding: 40px;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  position: relative;
  animation: popupFadeIn 0.3s ease-out;
  max-height: 90%;
  overflow: auto;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
}

.popup-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}

.contact-form {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  /* padding: 12px; */
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border: 2px solid #0073e6 !important;
  padding: 9px 19px;
}

.form-group textarea {
  height: 120px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background: #0073e6;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #0056b3;
}

/* 지도 맵 크기 */
.root_daum_roughmap {
  width: 750px !important;
}

/* 2. 모바일/태블릿(767px 이하) */
@media (max-width: 767px) {
  /* 폰트 사이즈 통일 */
  .section-title,
  .info-title,
  .business-title,
  .history-title,
  .location-title .label {
    font-size: 0.95rem !important;
  }
  .section-subtitle,
  .info-content,
  .business-subtitle,
  .location-title .slogan {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }
  .company-info p,
  .item-group .list,
  .info-item p,
  .address-info p {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
  }
  .info-text-box .info-title {
    font-size: 0.95rem !important;
  }
  .info-text-box .info-content {
    font-size: 0.8rem !important;
    line-height: 1 !important;
  }
  /* spacing(여백, gap, padding) 통일 */
  .container,
  .section-container {
    padding: 0 1rem !important;
    gap: 1rem !important;
  }
  .company-info-wrapper,
  .business-item-wrapper,
  .history-detail,
  .location-content {
    gap: 0.5rem !important;
  }
  .company-info-wrapper {
    padding-top: 20px;
  }

  .mission-company-info,
  .business-item-detail,
  .temp-location-box {
    border-radius: 12px !important;
  }

  .main-visual {
    height: 100vh !important;
  }

  .mission-company-info {
    position: static;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 95vw;
    margin: 24px auto 24px auto;
    padding: 16px 16px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    z-index: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px !important;
  }

  .mission-company-info .company-title-img img {
    width: 100%;
  }
  .company-tit-tag {
    font-size: 1rem;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 110px;
    line-height: 34px;
  }

  .company-info-wrapper {
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .company-info-item + .company-info-item {
    margin-top: 12px;
  }

  .company-info-item {
    /* flex-direction: column !important; */
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .company-info-item img {
    width: 40px !important;
    height: 40px !important;
  }

  .info-divider {
    display: block !important;
    width: 1px !important;
    height: 100px !important;
    background: #ffffff !important;
    margin: 0 8px !important;
  }

  .company-info-subtitle {
    font-size: 13px !important;
    padding-right: 8px !important;
  }

  /* 미션/비전 영역 */

  .mission-vision {
    /* margin-bottom: 80px !important; */
    padding-bottom: 80px !important;
  }
  .mission-vision .container {
    flex-direction: column;
    height: auto;
    gap: 24px;
  }
  .mission-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
    width: 100%;
  }
  .mission-detail .mission-item {
    position: static !important;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    min-width: 0;
    gap: 8px;
  }
  .mission-item img {
    width: 80px;
    height: 80px;
  }

  .mission-item .item-text-box {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }

  /* 연혁(History) 영역 */
  .history-detail {
    flex-direction: column;
    gap: 24px;
    margin-top: 0px !important;
  }
  .history-col {
    gap: 0px;
  }
  .item-group {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 0.75rem !important;
  }
  .item-group .year {
    font-size: 1.1rem;
    width: 48px;
    min-width: 48px;
    line-height: 1.3rem;
  }
  .item-group .list {
    font-size: 0.98rem;
    line-height: 1.4rem;
    font-weight: 500;
  }
  .item-group .list .month {
    width: 20px;
    font-size: 0.98rem;
    margin-right: 6px;
  }

  /* 공통 컨테이너 */
  .container {
    width: 100%;
    max-width: 100vw;
    padding: 0 16px;
    gap: 16px;
    box-sizing: border-box;
  }

  .div {
    padding: 24px;
  }

  .column-wrapper {
    padding: 24px;
  }

  .business {
    margin-bottom: 80px !important;
  }

  .business-item-wrapper {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
  }
  .service-section {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 16px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    transition: none !important;
  }
  .service-section.expanded,
  .service-section.collapsed {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    transition: none !important;
  }
  .business-title {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
    margin-top: 0 !important;
  }
  .business-subtitle {
    font-size: 1rem !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  .business-item-detail-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
  }

  .business-item-detail {
    width: 100% !important;
    height: 52px !important;
    border-radius: 10px !important;
    padding: 8px !important;
    margin-bottom: 0px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
  }

  .business-item-text {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
    white-space: normal !important;
    margin-bottom: 6px !important;
  }

  .detail-bg {
    position: relative !important;
    width: 150%;
    /* height: auto; */
    z-index: 0;
    object-fit: cover; /* 이 속성은 div 요소에 직접적인 영향은 없으나, 원본 코드 유지를 위해 남겨둡니다. */
    border: 1px solid #111;
    background: none;
  }

  .detail-bg img {
    height: auto !important ;
    object-fit: contain !important;
    bottom: 0 !important;
    filter: opacity(1) !important;
  }

  .business-item-text {
    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.9) !important;
  }

  /* 호버 효과 제거 */
  .service-section.expanded,
  .service-section.collapsed,
  .business-item-detail-wrapper,
  .business-item-detail {
    transition: none !important;
  }
  .service-section.expanded .business-item-detail-wrapper,
  .service-section.expanded .business-subtitle,
  .service-section.collapsed .business-item-detail-wrapper,
  .service-section.collapsed .business-subtitle {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .location-content {
    flex-direction: column !important;
    gap: 24px !important;
    padding: 0 !important;
    max-width: 100vw !important;
  }
  .map-container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  .temp-location-box {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  .wrap_controllers {
    display: none !important;
  }

  .location-info {
    margin-top: 16px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .info-item h3 {
    margin-bottom: 10px !important;
  }

  .location-section {
    padding: 0px !important;
    gap: 80px !important;
    margin-bottom: 40px !important;
  }

  .location-section .container {
    flex-direction: column !important;
    gap: 0px !important;
  }

  .history {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media (max-width: 767px) {
  .business-item-wrapper,
  .service-section,
  .service-section.expanded,
  .service-section.collapsed {
    max-width: 100vw !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
  .container {
    width: 100% !important;
    max-width: 100vw !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
  .company-info-date,
  .info-date,
  .mission-company-info .info-date,
  .mission-company-info .company-info-date {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 0.95rem;
    color: #888;
    margin-top: 8px;
  }

  .cta-text {
    font-family: "Pretendard" !important;
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
    display: block !important;
    white-space: pre-line !important;
    word-break: keep-all !important;
  }

  .cta-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .root_daum_roughmap {
    width: 550px !important;
  }
}
