.business-kv {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business-kv .c-lower-kv__bg {
  position: absolute;
  inset: 0;
}
.business-kv .c-lower-kv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-kv .c-lower-kv__title-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width:768px ) {
  .business-kv .c-lower-kv__title-wrap {
    gap: 8px;
  }
}

@media screen and (max-width:768px ) {
  .business-nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px 20px;
  }
}

.business-related .c-related__card span {
  top: calc(50% - 18px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.business-related .c-related__card .c-related__arrow {
  top: calc(50% + 8px);
}
@media screen and (max-width:1100px ) {
  .business-related .c-related__list {
    gap: 8px;
  }
}

.business-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width:768px ) {
  .business-anchor {
    margin-top: 30px;
    gap: 16px;
  }
}
.business-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:768px ) {
  .business-anchor__list {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px 0;
  }
}
@media screen and (max-width:500px ) {
  .business-anchor__list {
    gap: 0;
  }
}
@media screen and (max-width:500px ) {
  .business-anchor__list li {
    width: 100%;
  }
}
.business-anchor__list li:last-child {
  border-right: 1px solid #ddd;
}
@media screen and (max-width:500px ) {
  .business-anchor__list li:last-child {
    border-right: none;
  }
}
.business-anchor__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 36px;
  border-left: 1px solid #ddd;
  padding: 4px 20px 4px 32px;
}
@media screen and (max-width:768px ) {
  .business-anchor__link {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:500px ) {
  .business-anchor__link {
    border-left: none;
    border-bottom: 1px solid #ddd;
    padding: 8px 20px 8px 20px;
    height: auto;
  }
}
.business-anchor__link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/hvac-cc/pyghp/asset/img/common/icon/icon_arrow_03.svg") center/contain no-repeat;
}

.business-section {
  margin-top: 120px;
}
@media screen and (max-width:768px ) {
  .business-section {
    margin-top: 80px;
  }
}
.business-section--01 {
  margin-top: 100px;
}
@media screen and (max-width:768px ) {
  .business-section--01 {
    margin-top: 80px;
  }
}
.business-section__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:768px ) {
  .business-section__title {
    margin-bottom: 32px;
  }
}
.business-section__text {
  margin-top: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width:768px ) {
  .business-section__text {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.business-section__text--02 {
  margin-bottom: 40px;
}
@media screen and (max-width:768px ) {
  .business-section__text--02 {
    margin-bottom: 32px;
  }
}
.business-section__text p + p {
  margin-top: 20px;
}
@media screen and (max-width:768px ) {
  .business-section__text p + p {
    margin-top: 16px;
  }
}

.business-gallery {
  display: grid;
  gap: 8px;
}
.business-gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-gallery--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width:768px ) {
  .business-gallery--2col {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: auto;
    width: 100%;
  }
}
.business-gallery--2col img {
  height: 318px;
}
@media screen and (max-width:768px ) {
  .business-gallery--2col img {
    height: auto;
    aspect-ratio: 478/318;
  }
}
.business-gallery--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:1100px ) {
  .business-gallery--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:768px ) {
  .business-gallery--3col {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: auto;
    width: 100%;
  }
}
.business-gallery--3col img {
  height: 212.823px;
}
@media screen and (max-width:768px ) {
  .business-gallery--3col img {
    height: auto;
    aspect-ratio: 319.904/212.823;
  }
}
.business-gallery--placeholder .business-placeholder {
  height: 318px;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business-gallery--placeholder .business-placeholder img {
  width: 120px;
  height: auto;
}

.business-alliance img {
  display: block;
  max-width: 100%;
  height: auto;
}

.business-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width:768px ) {
  .business-step {
    gap: 16px;
  }
}
.business-step:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width:768px ) {
  .business-step:not(:first-child) {
    margin-top: 0;
  }
}
.business-step__title {
  word-spacing: 8px;
}
@media screen and (max-width:768px ) {
  .business-step__title {
    word-spacing: 0;
    line-height: 1.5;
  }
}
.business-step__title--gap {
  margin-bottom: 24px;
}
@media screen and (max-width:768px ) {
  .business-step__title--gap {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.business-possibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
.business-possibility li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width:1100px ) {
  .business-possibility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:768px ) {
  .business-possibility {
    margin-top: 32px;
    gap: 16px;
  }
}
.business-possibility__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:1100px ) {
  .business-possibility__figure {
    width: 100%;
  }
}
.business-possibility__figure img {
  width: 100%;
  max-width: 476px;
  display: block;
}
@media screen and (max-width:768px ) {
  .business-possibility__figure img {
    margin: 0 auto;
  }
}
.business-possibility__list {
  margin-top: 24px;
}
@media screen and (max-width:768px ) {
  .business-possibility__list {
    margin-top: 16px;
  }
}