.inner {
  max-width: 174rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}

.sec-1 {
  padding: 22.5rem 0 16rem;
  width: 100%;
  background: url("../img/sub/bg.png") no-repeat bottom;
  background-size: cover;
}

.sec-tit {
  text-align: center;
  font-size: var(--fs-stit);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
.sec-tit .small {
  font-size: calc(var(--fs-md) + 0.7rem);
  font-weight: 400;
}

.faq .flex-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  margin-top: 6.5rem;
}
.faq .faq-card {
  display: flex;
  flex-direction: column;
  padding: 6rem 4rem 4.5rem;
  width: 44rem;
  background: #fff;
  border: 0.1rem solid #a3a3a3;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
}
.faq .faq-card .icon {
  margin: 2.5rem 0 4rem;
  text-align: center;
}
.faq .q-num {
  font-size: calc(var(--fs-md) + 0.7rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.faq .question {
  display: block;
  height: 5.4rem;
  word-break: keep-all;
  word-wrap: break-word;
  margin-top: 1.5rem;
  font-size: calc(var(--fs-md) + 0.4rem);
  line-height: 3rem;
  font-weight: 700;
  color: #111111;
}
.faq .answer {
  display: block;
  padding: 3rem;
  height: 21.8rem;
  background: #f8f8f8;
  font-size: var(--fs-com);
  line-height: 2.6rem;
  word-wrap: break-word;
}

.inq .center {
  display: flex;
  justify-content: center;
}
.inq .inquiry-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
  padding: 5rem 9rem;
  background: #fff;
  border: 0.1rem solid #a3a3a3;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.inq .inq-wrap {
  display: flex;
  gap: 4rem;
}
.inq .inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.inq .inner-wrap label {
  font-size: var(--fs-md);
  font-weight: 600;
  color: #111111;
}
.inq .inner-wrap input,
.inq .inner-wrap textarea {
  width: 36rem;
  padding: 1.4rem 2rem;
  background: #f8f8f8;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border: 0.1rem solid #dcdfe3;
  font-size: var(--fs-com);
  font-weight: 300;
  color: #4e4e4e;
  outline: none;
}
.inq .inner-wrap input::-moz-placeholder, .inq .inner-wrap textarea::-moz-placeholder {
  color: #4e4e4e;
}
.inq .inner-wrap input::placeholder,
.inq .inner-wrap textarea::placeholder {
  color: #4e4e4e;
}
.inq .inner-wrap textarea {
  width: 100%;
  resize: none;
  height: 10rem;
}
.inq .agree-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.inq .agree {
  padding-left: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.inq .agree input {
  width: 2rem;
  height: 2rem;
  background: url("../img/sub/none-check.png") no-repeat;
  background-size: cover;
}
.inq .agree input:checked {
  background: url("../img/sub/check.png") no-repeat;
}
.inq .agree label {
  font-weight: 500;
}
.inq .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.inq .btn-wrap .btn {
  padding: 2.5rem 7.3rem;
  border-radius: 3.5rem;
  -webkit-border-radius: 3.5rem;
  -moz-border-radius: 3.5rem;
  -ms-border-radius: 3.5rem;
  -o-border-radius: 3.5rem;
  background: #101d32;
  font-size: calc(var(--fs-md) + 0.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.h-find .count {
  display: block;
  margin-top: 7.8rem;
  font-weight: 699;
  color: #111111;
}
.h-find .map-flex {
  margin-top: 1rem;
  display: flex;
  height: 70rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  border: 0.1rem solid #9ba3af;
  overflow: hidden;
}
.h-find .map-flex .left {
  width: 27.108434%;
}
.h-find .map-flex .map {
  width: 72.891566%;
  border-left: 0.1rem solid #9ba3af;
}
.h-find .map-flex .map iframe {
  width: 100%;
  height: 100%;
}
.h-find .map-flex .top {
  position: relative;
  display: flex;
  background: #fff;
}
.h-find .map-flex .top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: 0.1rem;
  background: #9ba3af;
  z-index: 99;
}
.h-find .map-flex select {
  padding: 2.5rem 2.7rem;
  width: 13.5rem;
  line-height: 1;
  font-size: var(--fs-md);
  font-weight: 600;
  color: #111111;
  border: none;
  background: url("../img/sub/under.png") no-repeat 87%;
  outline: none;
}
.h-find .map-flex .search-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: calc(100% - 13.5rem);
  border-left: 0.1rem solid #9ba3af;
  background: #fff;
}
.h-find .map-flex .search-wrap .search {
  width: calc(100% - 5.4rem);
  padding: 2.8rem 2.4rem;
  line-height: 1;
  font-size: var(--fs-com);
  font-weight: 300;
  outline: none;
}
.h-find .map-flex .search-wrap .search::-moz-placeholder {
  font-size: var(--fs-com);
  font-weight: 300;
}
.h-find .map-flex .search-wrap .search::placeholder {
  font-size: var(--fs-com);
  font-weight: 300;
}
.h-find .map-flex .search-wrap .search-btn img {
  display: block;
}
.h-find .map-flex .list {
  background: #fff;
  height: calc(100% - 7.6rem);
  overflow-y: auto;
}
.h-find .map-flex .list::-webkit-scrollbar {
  width: 0.7rem;
  padding: 2rem 0.6rem;
}
.h-find .map-flex .list::-webkit-scrollbar-track {
  background: #eaeaea;
}
.h-find .map-flex .list::-webkit-scrollbar-thumb {
  border-radius: 3.5rem;
  -webkit-border-radius: 3.5rem;
  -moz-border-radius: 3.5rem;
  -ms-border-radius: 3.5rem;
  -o-border-radius: 3.5rem;
  background: #333333;
  overflow: hidden;
}
.h-find .map-flex li {
  border-top: 0.1rem solid #9ba3af;
}
.h-find .map-flex li a {
  display: block;
  padding: 2.7rem 2rem;
}
.h-find .map-flex li a span {
  display: block;
  line-height: 2.2rem;
}
.h-find .map-flex .constituency {
  font-size: calc(var(--fs-com) + 0.1rem);
  color: #666666;
}
.h-find .map-flex .h-name {
  font-size: calc(var(--fs-com) + 0.1rem);
  font-weight: 600;
  color: #111111;
}
.h-find .map-flex .address,
.h-find .map-flex .tel {
  font-size: calc(var(--fs-com) - 0.1rem);
  color: #666666;
}
.h-find .map-flex .none {
  padding: 2rem 0;
  font-size: var(--fs-com);
  text-align: center;
}

@media all and (max-width: 85.375rem) {
  .faq .flex-wrap {
    gap: 4rem;
  }
  .faq .faq-card {
    width: calc(33.3333333333% - 2.6666666667rem);
  }
  .faq .answer {
    height: 20.8rem;
  }
  .h-find .map-flex {
    height: 65rem;
  }
}
@media all and (max-width: 64rem) {
  .sec-1 {
    padding: 18.5rem 0 12rem;
  }
  .faq .flex-wrap {
    flex-wrap: wrap;
    justify-content: left;
  }
  .faq .faq-card {
    width: calc(50% - 1rem);
  }
  .h-find .count {
    margin-top: 6rem;
  }
  .h-find .map-flex {
    height: 60rem;
  }
  .h-find .map-flex li a {
    padding: 2.4rem 1.6rem;
  }
  .h-find .map-flex .left {
    width: 36.108434%;
  }
  .h-find .map-flex select {
    padding: 1.5rem 2rem;
  }
  .h-find .map-flex .search-wrap .search {
    padding: 1.8rem 1.4rem;
  }
  .h-find .map-flex .list {
    height: calc(100% - 5.6rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-1 {
    padding: 15.5rem 0 12rem;
  }
  .faq .flex-wrap {
    margin-top: 4rem;
    gap: 2rem;
  }
  .faq .faq-card {
    padding: 5rem 3rem 3.5rem;
  }
  .faq .answer {
    padding: 2rem;
    height: 19.8rem;
  }
  .inq .inquiry-wrap {
    padding: 4rem;
  }
  .inq .inner-wrap {
    width: 100%;
  }
  .inq .inner-wrap input {
    width: 100%;
  }
  .inq .inq-wrap {
    gap: 2rem;
  }
  .inq .btn-wrap .btn {
    padding: 2rem 6rem;
    font-size: var(--fs-md);
  }
  .h-find .count {
    margin-top: 5rem;
  }
  .h-find .map-flex {
    flex-direction: column-reverse;
    height: auto;
  }
  .h-find .map-flex .map {
    width: 100%;
    height: 40rem;
  }
  .h-find .map-flex .left {
    width: 100%;
  }
  .h-find .map-flex .list {
    height: 40rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .sec-1 {
    padding: 12.5rem 0 10rem;
  }
  .faq .faq-card {
    width: 100%;
  }
  .faq .answer {
    height: auto;
  }
  .inq .inquiry-wrap {
    padding: 4rem 2rem;
  }
  .inq .inq-wrap {
    flex-direction: column;
  }
  .inq .agree-wrap {
    gap: 1rem;
  }
  .inq .agree {
    padding-left: 0;
  }
  .inq .agree input {
    min-width: 2rem;
  }
  .inq .agree label {
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .inq .btn-wrap .btn {
    padding: 1.5rem 5rem;
  }
  .h-find .count {
    margin-top: 4rem;
  }
  .h-find .map-flex select {
    padding: 1.5rem 2rem;
  }
  .h-find .map-flex .search-wrap .search {
    padding: 1.5rem 1.2rem;
  }
  .h-find .map-flex .map {
    height: 30rem;
  }
  .h-find .map-flex .list {
    height: 30rem;
  }
  .h-find .map-flex li a {
    padding: 1.8rem 1.2rem;
  }
}/*# sourceMappingURL=style-en.css.map */