@charset "UTF-8";
/**********
max-width
***********/
/**********
breakpoints
**********/
/**********
font-size
**********/
/**********
color
**********/
/**********
shadow
**********/
/**********
breakpoints
**********/
/**********
shadow
**********/
/**********
contact 페이지
**********/
.contact-page {
  /* sub-visual */
}
.contact-page .sub-visual {
  background: url("../../img/contact/contact_title_bg.png") no-repeat center/cover;
  height: 288px;
}
.contact-page {
  /* section-1 */
}
.contact-page .section-1 .inner {
  padding: 6.25rem 4rem 0;
}
.contact-page .section-1 .inner .title-box {
  margin-bottom: 4rem;
}
.contact-page .section-1 .inner .title-box img {
  width: 10.68rem;
  margin-bottom: 1.25rem;
}
.contact-page .section-1 .inner .title-box h3 {
  font-size: 2.25rem;
  font-weight: 700;
}
.contact-page .section-1 .inner .grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .contact-page .section-1 .inner .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-page .section-1 .inner .grid-container .grid-box {
  width: 100%;
  padding: 3.5rem 2rem;
  border-radius: 20px;
  border: 2px solid transparent;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  background-image: linear-gradient(#fff, #fff), linear-gradient(130deg, #422D83 35%, #25AAB8 80%, #ffffff 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 20px 20px 20px 0 rgba(196, 208, 221, 0.2), 0 5px 19px 0 rgba(0, 0, 0, 0.08);
}
.contact-page .section-1 .inner .grid-container .grid-box p {
  word-break: break-all;
}
.contact-page .section-1 .inner .grid-container .grid-box .top-box p:first-child {
  font-size: 1.62rem;
  font-weight: 600;
  color: #000;
}
.contact-page .section-1 .inner .grid-container .grid-box .top-box p:last-child {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.55);
}
.contact-page .section-1 .inner .grid-container .grid-box .bottom-box p {
  display: flex;
  gap: 8px;
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
  min-width: 0;
}
.contact-page .section-1 .inner .grid-container .grid-box .bottom-box p::before {
  content: "";
  display: block;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../img/contact/contact_icon_check_1.svg") no-repeat center/contain;
}
.contact-page .section-1 .inner form {
  width: 100%;
}
.contact-page .section-1 .inner form .form-title {
  min-height: 100px;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  border-bottom: 2px solid #000;
}
.contact-page .section-1 .inner form .table-container table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .contact-page .section-1 .inner form .table-container table colgroup,
  .contact-page .section-1 .inner form .table-container table col {
    display: none !important;
  }
}
.contact-page .section-1 .inner form .table-container table tbody.tr-group {
  border-bottom: 1px solid #e6e8ed;
}
.contact-page .section-1 .inner form .table-container table tbody.tr-group th,
.contact-page .section-1 .inner form .table-container table tbody.tr-group td {
  padding: 0.6rem 1.2rem;
}
@media (max-width: 768px) {
  .contact-page .section-1 .inner form .table-container table tbody.tr-group th {
    padding: 1.8rem 1.2rem;
  }
}
.contact-page .section-1 .inner form .table-container table tbody.tr-group tr:first-child th,
.contact-page .section-1 .inner form .table-container table tbody.tr-group tr:first-child td {
  padding-top: 1.8rem;
}
@media (max-width: 768px) {
  .contact-page .section-1 .inner form .table-container table tbody.tr-group tr:first-child td {
    padding-top: 0;
  }
}
.contact-page .section-1 .inner form .table-container table tbody.tr-group tr:last-child th,
.contact-page .section-1 .inner form .table-container table tbody.tr-group tr:last-child td {
  padding-bottom: 1.8rem;
}
.contact-page .section-1 .inner form .table-container table tbody:not(.tr-group) tr {
  border-bottom: 1px solid #e6e8ed;
}
.contact-page .section-1 .inner form .table-container table tbody:not(.tr-group) tr th,
.contact-page .section-1 .inner form .table-container table tbody:not(.tr-group) tr td {
  padding: 1.8rem 1.2rem;
}
@media (max-width: 768px) {
  .contact-page .section-1 .inner form .table-container table tbody:not(.tr-group) tr td {
    padding-top: 0;
  }
}
.contact-page .section-1 .inner form .table-container table tr {
  width: 100%;
}
@media (max-width: 768px) {
  .contact-page .section-1 .inner form .table-container table tr {
    display: grid;
  }
}
.contact-page .section-1 .inner form .table-container table tr th,
.contact-page .section-1 .inner form .table-container table tr td {
  word-break: keep-all;
  text-align: left;
}
.contact-page .section-1 .inner form .table-container table tr th {
  font-size: 1.1rem;
}
.contact-page .section-1 .inner form .table-container table tr td {
  font-size: 1rem;
}
@media (max-width: 500px) {
  .contact-page .section-1 .inner form .table-container table tr td .div-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.contact-page .section-1 .inner form .table-container > .selection-wrapper {
  min-height: 70px;
  border-bottom: 1px solid #000;
}
.contact-page .section-1 .inner form .table-container .button-box {
  gap: 0.6rem;
  margin-top: 3.7rem;
}
.contact-page .section-1 .inner form .table-container .button-box .button {
  padding: 0.9rem 1.5rem;
  border: 1px solid #000;
  width: 100%;
  max-width: 250px;
  border-radius: 8px;
}
.contact-page .section-1 .inner form .table-container .button-box .button.gray {
  border-color: #e6e8ed;
  color: #8d949e;
}
.contact-page .section-1 .inner form .table-container .button-box .button.gradient {
  background: linear-gradient(90deg, #7a5cff 0%, #2f6bff 100%);
  color: #fff;
  border-color: transparent;
}

/*# sourceMappingURL=contact.css.map */
