.customer {
  position: relative;
  width: 100%;
  max-width: 1484px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 9.6354166667vw;
}
.customer--mt212 {
  margin-top: 11.0416666667vw;
}
.customer--mt145 {
  margin-top: 7.5520833333vw;
}
@media screen and (max-width: 1024px) {
  .customer--mt145 {
    margin-top: 14.16015625vw;
  }
}
.customer__top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 639px) {
  .customer__top {
    flex-direction: column-reverse;
  }
}
.customer__top__left {
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .customer__top__left {
    margin-top: 4rem;
  }
}
.customer__top__right {
  flex: 0 0 550px;
  width: 550px;
}
.customer__top__right img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .customer__top__right {
    flex: 0 0 48.5714285714vw;
    width: 48.5714285714vw;
  }
}
@media screen and (max-width: 639px) {
  .customer__top__right {
    flex: 0 0 100%;
    width: 100%;
  }
}
.customer__top__text {
  margin-top: 1.8rem;
  font-size: var(--font-size20);
  color: #505050;
  line-height: 1.34;
}
.customer__top__btnbox {
  position: relative;
  margin-top: 5.5rem;
}
.customer__top__btnbox a {
  position: relative;
  display: inline-block;
  padding: 1.8rem 3.3rem;
  border-radius: 1rem;
  background-color: #09CE91;
  font-family: Pretendard;
  font-size: var(--font-size20);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
.customer__tel {
  margin-top: 4.1145833333vw;
}
.customer__tel__title span {
  display: inline-block;
  padding: 0.5rem 1.4rem;
  border-radius: 1rem;
  background-color: #D9D9D9;
  font-size: var(--font-size20);
  line-height: 1;
  font-weight: 600;
  color: #505050;
}
.customer__tel__number {
  font-weight: 600;
  font-size: var(--font-size30);
  color: #505050;
  line-height: 1.4;
}
.customer__title {
  font-size: var(--font-size40);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #505050;
}
.customer__title--center {
  text-align: center;
}
.customer__form {
  position: relative;
  margin-top: 4vw;
}
@media screen and (max-width: 1024px) {
  .customer__form {
    margin-top: 14.16015625vw;
  }
}
.customer__form .frm-input {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 8rem;
  line-height: 1.2;
  border-radius: 2rem;
  border: 2px solid #B8B8B8;
  font-size: var(--font-size30);
  font-weight: 400;
  color: #000;
  padding: 0 5.7rem;
  background-size: 3.4rem 1.9rem;
}
.customer__form__box {
  position: relative;
}
.customer__form__box--mt30 {
  margin-top: 3rem;
}
.customer__form__box--mt33 {
  margin-top: 3.3rem;
}
.customer__form__box--mt43 {
  margin-top: 4.3rem;
}
.customer__form__text {
  margin-top: 3rem;
  padding-left: 5.7rem;
  font-size: var(--font-size30);
  font-weight: 400;
  color: #B8B9B8;
}
.customer__form__label {
  display: block;
  position: relative;
  padding-left: 5.7rem;
  font-size: var(--font-size35);
  color: #373737;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.customer__form__btnbox {
  margin-top: 7.8rem;
  text-align: center;
}
.customer__form__btn {
  display: inline-block;
  padding: 2.7rem 12.7rem;
  background-color: #09CE91;
  border-radius: 2rem !important;
  font-size: var(--font-size40);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.customer .filebox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.customer .filebox .frm-input {
  width: 78%;
}
.customer .filebox label {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(22% - 1.4rem);
  height: 8rem;
  margin-left: 1.4rem;
  font-size: var(--font-size25);
  font-weight: 400;
  color: #fff;
  border-radius: 2rem;
  background-color: #373737;
}
.customer__notification {
  display: none;
  position: absolute;
  top: 37%;
  left: 50%;
  width: 100%;
  max-width: 1241px;
  padding: 4.1rem 5.4rem 7.2rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5rem;
  border: 5px solid #09CE91;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.customer__notification__close-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.customer__notification__close {
  display: block;
  position: relative;
  width: 3.9rem;
  height: 3.9rem;
  background: url(../imgs/ico/ico_green_close.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 1400px) {
  .customer__notification {
    padding: 4.1rem 3.8571428571vw 7.2rem;
  }
}
.customer__notification__text {
  margin-top: 5.1rem;
  font-size: var(--font-size50);
  text-align: center;
  color: #505050;
  line-height: 1.6;
}
.customer__notification__btnbox {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  width: 100%;
  max-width: 744px;
  margin-top: 8.9rem;
  margin-left: auto;
  margin-right: auto;
}
.customer__notification__link {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11.2rem;
  border-radius: 2rem;
  color: #fff;
  font-size: var(--font-size40);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
}
.customer__notification__link--black {
  background-color: #373737;
}
.customer__notification__link--green {
  background-color: #09CE91;
}

.customer-office {
  padding-top: 6.875vw;
  padding-bottom: 4.9479166667vw;
}
.customer-office__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-top: 1px solid #666;
  padding-top: 6.6rem;
}
.customer-office__item + .customer-office__item {
  margin-top: 6.6rem;
}
@media screen and (max-width: 639px) {
  .customer-office__item {
    flex-direction: column;
  }
}
.customer-office__item__content {
  position: relative;
  flex: 1;
  width: 100%;
}
.customer-office__item__content dl dt {
  font-size: var(--font-size40);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #505050;
}
.customer-office__item__content dl dd {
  margin-top: 2.4rem;
  font-size: var(--font-size20);
  line-height: 1.66;
  letter-spacing: -0.02em;
  color: #505050;
}
.customer-office__item__map {
  position: relative;
  flex: 0 0 550px;
  width: 550px;
  height: 400px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 1400px) {
  .customer-office__item__map {
    flex: 0 0 48.5714285714vw;
    width: 48.5714285714vw;
    height: 35.7142857143vw;
  }
}
@media screen and (max-width: 639px) {
  .customer-office__item__map {
    width: 100%;
    height: 300px;
    margin-top: 4rem;
  }
}
.customer-office__item__map__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customer-office__item__map__image img {
  width: 8.0208333333vw;
}