.mainSect {
  font-family: Inter, sans-serif;
  font-weight: bold;
}

.mainSect__head .heading {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mainSect__head .heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__head .heading {
    font-size: calc(28 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mainSect__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__cont {
    margin-top: calc(80 / 390 * 100vw);
  }
}

.mainSect__cont .mainWrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .mainSect__cont .mainWrap .photo {
    margin-left: calc(-24 / 390 * 100vw);
    width: 100vw;
  }
}

.mainSect__cont .mainWrap .photo img {
  height: auto;
  width: 100%;
}

.mainSect__cont .contentWrap {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
  .mainSect__cont .contentWrap {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__cont .contentWrap {
    grid-template-columns: 1fr;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.mainSect__cont .contentWrap__item .combWrap .head {
  font-size: 24px;
  font-weight: bold;
}

.mainSect__cont .contentWrap__item .combWrap .head .text-sm {
  font-size: 16px;
  font-weight: normal;
}

.mainSect__cont .contentWrap__item .combWrap .txt {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .mainSect__cont .contentWrap__item .combWrap .txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__cont .contentWrap__item .combWrap .txt {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.mainSect__map {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mainSect__map {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__map {
    margin-top: 64px;
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .mainSect__map .photo:nth-child(1) {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__map .photo:nth-child(1) {
    width: 100%;
  }
}

.mainSect__map .photo:nth-child(2) {
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 768px) {
  .mainSect__map .photo:nth-child(2) {
    width: 100px;
  }
}

.mainSect__map .photo:nth-child(3) {
  bottom: 0;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .mainSect__map .photo:nth-child(3) {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .mainSect + .mainSect {
    margin-top: 60px;
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect + .mainSect {
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1248px;
    width: calc(1248 / 1440 * 100vw);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1208px) {
  .wrap {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__head .heading {
    font-size: calc(26 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .plan-mainArea {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .plan-mainArea {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .plan-detail {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .plan-detail {
    padding-top: 80px;
  }
}

.plan-detail:before {
  background: #fff000;
  content: '';
  display: inline-block;
  height: 842px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plan-detail .wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .plan-detail .wrap {
    max-width: 1000px;
    width: calc(1000 / 1440 * 100vw);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1208px) {
  .plan-detail .wrap {
    width: 90%;
  }
}
