body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-content{
  padding: 5.41vw 0;
}

.main-content .text-area{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.08vw;
  padding: 0  18.75vw;
}

.main-content .text-area .text-group{
  display: flex;
  flex-direction: column;
  gap: 0.416vw;
}

.main-content .text-area .text-group h3{
  color: rgba(0, 0, 0, 0.40);
  font-size: 0.625vw;
  font-weight: 700;
}

.main-content .text-area .text-group h4{
  color: #000;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 140%;
}


.main-content .text-area .info-group{
  display: flex;
  flex-direction: column;
  gap: 0.416vw;
  justify-content: center;
  font-size: 0.625vw;
  border-left: 1px solid rgba(0, 0, 0, 0.10);
  padding-left: 2.08vw;
}

.main-content .text-area .info-group span{
  font-weight: bold;
  margin-right: 0.416vw;
}


.main-content .map-area{
  width: 100%;
}
.main-content .map-area #naverMap{
  width: 100%;
  height: 21.97vw;
  border-radius: 10px;
}

@media (max-width: 1201px) {
    .main-content{
      padding: 13.95vw 2.14vw;
    }

    .main-content .text-area{
      flex-direction: column;
      margin-bottom: 5.36vw;
      padding: unset;
    }

    .main-content .text-area .text-group{
      gap: 1.07vw;
    }

    .main-content .text-area .text-group h3{
      font-size: 2.14vw;
    }

    .main-content .text-area .text-group h4{
      font-size: 5.36vw;
      margin-bottom: 2.14vw;
      line-height: 1.4;
    }


    .main-content .text-area .info-group{
      gap: 1.07vw;
      line-height: 1;
      font-size: 2.14vw;
      border-left: unset;
      padding-left: unset;
    }

    .main-content .text-area .info-group span{
      font-weight: bold;
      margin-right: 0.416vw;
    }


    .main-content .map-area{
      width: 100%;
    }
    .main-content .map-area #naverMap{
      width: 100%;
      height: 55.83vw;
      border-radius: 10px;
    }

}
@media (max-width: 744px) {
    .main-content{
      padding: 27.73vw 4.26vw 21.33vw;
    }

    .main-content .text-area{
      flex-direction: column;
      margin-bottom: 10.66vw;
    }

    .main-content .text-area .text-group{
      gap: 2.13vw;
    }

    .main-content .text-area .text-group h3{
      font-size: 3.73vw;
      line-height: 1.3;
    }

    .main-content .text-area .text-group h4{
      font-size: 8.53vw;
      margin-bottom: 10.66vw;
    }


    .main-content .text-area .info-group{
      gap: unset;
      font-size: 3.73vw;
      line-height: 1.3;
    }
    .main-content .text-area .info-group div{
      display: flex;
      flex-direction: column;
      gap: unset;
    }

    .main-content .text-area .info-group span{
      font-weight: bold;
      margin-right: 0.416vw;
      display: block;
    }

    .main-content .map-area #naverMap{
      height: 55.33vw;
    }


}




  .contact-map-section {
    position: relative;
    width: 100%;
    height: 645px;
    overflow: hidden;
    background: #e5e5e5;
  }

  #contactMap {
    width: 100%;
    height: 100%;
  }

  .bonsi-map-info {
    min-width: 230px;
    padding: 4px 2px;
    font-family: Arial, "Noto Sans KR", sans-serif;
    color: #222;
  }

  .bonsi-map-info__title {
    line-height: 1.4;
    font-size: 0.625vw;
    font-weight: 700;
  }

  .bonsi-map-info__address {
    font-size: 0.625vw;
    line-height: 1.4;
  }

  .gm-ui-hover-effect{
    width: 1.25vw !important;
    height: 1.25vw !important;
  }
  .gm-ui-hover-effect span{
    width: 0.625vw !important;
    height: 0.625vw !important;
    margin: 0.3125vw !important;
  }

  .gm-style-mtc-bbw .gm-style-mtc:first-of-type>button,
  .gm-style-mtc-bbw .gm-style-mtc:last-of-type>button,
  .gm-style .gm-style-mtc div, .gm-style .gm-style-mtc label,
  .gm-style .gm-style-mtc div, .gm-style .gm-style-mtc label
  {
    font-size: 0.833vw !important;
    line-height: 1.4 !important;
  }

  @media (max-width: 768px) {
    .contact-map-section {
      height: 380px;
    }

  .bonsi-map-info__title {
    margin-bottom: 6px;
    font-size: 3.73vw;
    line-height: 1.3;
    font-weight: 700;
  }

  .bonsi-map-info__address {
    font-size: 3.73vw;
    line-height: 1.3;
  }
    

  }