/* main */
#main {
  height: 280px;
  background: inherit;
}
#main .bg {
  position: fixed;
  top: -245px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/bg_main.png) 50% no-repeat;
  background-size: 600px;
  background-position: center center;
  transform: translateZ(0);
  will-change: transform;
}
#main .width-wrap {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
#main .width-wrap .title-area {
  width: 100%;
  color: var(--white);
}
#main .width-wrap .title-area h5 {
  margin-bottom: 10px;
}
#main .width-wrap .title-area h1 {
  color: #fcea95;
}
#main .width-wrap .box-area {
  background: #ffffff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
  width: 330px;
  position: absolute;
  bottom: 50%;
  transform: translateY(221px);
  z-index: 1;
}
#main .width-wrap .box-area h4 {
  position: relative;
}
#main .width-wrap .box-area h4:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: var(--black);
  bottom: 10px;
  left: 81px;
}

/* promotion */
#promotion {
  background: #fff url("/img/bg_naver_map.jpg") 50% no-repeat;
  background-size: 600px;
  background-position-y: 141px;
}
#promotion .width-wrap {
  padding: 85px 0 40px;
}
#promotion .width-wrap h1 {
  margin-bottom: 414px;
  text-align: center;
}
#promotion .width-wrap .box-area .box {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 19px 22px;
  width: 327px;
  margin: 0 auto 18px;
}
#promotion .width-wrap .box-area .box:last-child {
  margin-bottom: 0;
}
#promotion .width-wrap .box-area .box h4 {
  margin-bottom: 4px;
}

/* why */
#why {
  background: url(/img/bg_map.png) 50% no-repeat #fff;
  background-size: 600px;
  background-position: bottom;
  height: 510px;
}
#why .width-wrap h4 {
  font-weight: 400;
  line-height: 28px;
}
#why .width-wrap h4 i {
  font-weight: 600;
}
#why .width-wrap h4:nth-child(2) {
  padding: 10px 0;
}
#why .width-wrap img {
  width: 100%;
  margin-top: 20px;
}

/* service */
#service {
  background: #fafafa;
}
#service .width-wrap .title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#service .width-wrap .title-area h3 {
  display: flex;
  align-items: center;
}
#service .width-wrap .title-area h3 .badge {
  margin-right: 6px;
}
#service .width-wrap .title-area h5 {
  text-align: center;
  margin: 20px 0 40px 0;
}
#service .width-wrap .swiper-area .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
#service .width-wrap .swiper-area .swiper .swiper-wrapper .swiper-slide img {
  width: 274px;
}
#service .width-wrap .bottom-area {
  margin-top: 40px;
}
#service .width-wrap .bottom-area .box-area .box {
  width: 380px;
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 24px;
  margin: 0 auto 15px;
}
#service .width-wrap .bottom-area .box-area .box:last-child {
  margin-bottom: 0;
}
#service .width-wrap .bottom-area .box-area .box h5 {
  margin-bottom: 25px;
}
#service .width-wrap .bottom-area .box-area .box h5:nth-child(2) {
  margin: 8px 0;
}
#service .width-wrap .bottom-area .box-area .box img {
  margin-bottom: 12px;
}
#service .width-wrap .btn-area {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

/* faq */
#faq .width-wrap h2 {
  margin-bottom: 30px;
}
#faq .width-wrap .list-area li {
  height: 64px;
  overflow: hidden;
  border-bottom: 1px solid rgba(66, 66, 66, 0.3);
}
#faq .width-wrap .list-area li h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px 0;
}
#faq .width-wrap .list-area li h4 img {
  transition: all 0.25s linear;
  transform: rotate(180deg);
}
#faq .width-wrap .list-area li h5 {
  font-weight: 600;
  margin-bottom: 24px;
}
#faq .width-wrap .list-area li h5:last-child {
  margin-bottom: 20px;
}
/* show */
#faq .width-wrap .list-area li.show {
  height: fit-content;
}
#faq .width-wrap .list-area li.show h4 img {
  transform: rotate(0deg);
}

/* service-form */
#service-form .width-wrap h2 {
  text-align: center;
  margin-bottom: 40px;
}
#inquery-form .form-cell {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  align-items: center;
  margin: 9px 0;
}
#inquery-form .form-cell span {
  margin: 0 10px;
  font-size: 18px;
}
#inquery-form .form-cell .input-box {
  position: relative;
}
#inquery-form .form-cell .input-box .select-box {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 1px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#inquery-form .form-cell .input-box .select-box img {
  position: absolute;
  transform: rotate(180deg);
}
#inquery-form .form-cell .input-box .select-box select {
  position: absolute;
  opacity: 0;
}
#inquery-form .call-select {
  position: relative;
}
#inquery-form .call-select-icon {
  position: absolute;
  transform: rotate(180deg);
  right: 30px;
  margin-top: 14px;
  z-index: 9;
}
#service-form .btn-zone {
  display: flex;
  justify-content: center;
}
#inquery-form .btn-zone button {
  margin: 40px 0 10px 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* input setting */
select,
input[type="number"],
input[type="text"] {
  border: none;
  border-bottom: 1.5px solid var(--black-op30);
  width: 100%;
}
select,
input[type="number"],
input[type="text"],
select::placeholder,
input[type="number"]::placeholder,
input[type="text"]::placeholder {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
select,
input[type="number"],
input[type="text"] {
  color: var(--black);
  padding: 8px 0;
}
input[type="number"]::placeholder,
input[type="text"]::placeholder {
  color: #999;
}
select {
  background: #fff;
}

/* responsive */
@media all and (max-width: 600px) {
  #main {
    height: 250px;
  }
  #main .bg {
    top: -145px;
    background-size: 700px;
    background-position: -99px 138px;
  }
  #main .width-wrap .box-area {
    width: 90%;
    transform: translateY(196px);
  }
  #promotion {
    background-size: 100%;
    background-position-y: 141px;
  }
  #promotion .width-wrap {
    padding: 80px 0 40px;
  }
  #promotion .width-wrap h1 {
    margin-bottom: 83%;
  }
  #promotion .width-wrap .box-area .box {
    width: calc(100% - 44px);
  }
  #why {
    height: 464px;
    background-size: 100%;
  }
  #service .width-wrap .bottom-area .box-area .box {
    width: calc(100% - 48px);
    margin: 0;
  }
  #inquery-form .call-select-icon {
    right: 8px;
  }
}
@media all and (max-width: 500px) {
  #main .bg {
    background-position: -191px 138px;
  }
}
@media all and (max-width: 375px) {
  #main .bg {
    top: -145px;
    background-size: 700px;
    background-position: -247px 138px;
  }
  #main .width-wrap .box-area h4:before {
    width: 55px;
    left: 78px;
  }
  #promotion .width-wrap h1 {
    font-size: 27px;
  }
}
