.xans-mall-urgencycall {
   background: #f5f6fa;
   width: 100%;
}

.urgency-layout {
   width: 100%;
   max-width: 1280px;
   margin: 0 auto;
   display: flex;
   align-items: flex-start;
   gap: 20px;
   padding: 30px 0;
   box-sizing: border-box;
}

.urgency-container {
   max-width: none;
   width: 100%;
   margin: 0;
   flex: 7 1 0;
   background: #f5f6fa;
   padding: 30px 40px;
   border-radius: 8px;
}

.urgency-side {
   flex: 3 1 0;
   max-width: none;
   width: 100%;
   padding-top: 0;
   box-sizing: border-box;
   background: #f5f6fa;
   padding: 30px 25px;
   border-radius: 8px;
}

.urgency-side__title {
   margin: 0 0 24px;
   font-size: 20px;
   font-weight: 700;
   line-height: 1.4;
   color: #222;
}

.urgency-side__title em {
   font-style: normal;
   padding: 0 3px;
   background-repeat: no-repeat;
   background-size: 100% 28%;
   background-position: left 90%;
   background-image: linear-gradient(
      to right,
      rgba(0, 87, 231, 0.27) 0,
      rgba(0, 87, 231, 0.27) 100%
   );
}

.urgency-side__list {
   border-top: 1px solid #dddddd;
}

.urgency-side__list li {
   border-bottom: 1px solid #dddddd;
}

.urgency-side__list li,
.urgency-side__list li a {
   display: flex;
   align-items: center;
   padding: 14px 0;
   color: #3d3d3d;
   font-size: 15px;
   line-height: 1.6;
}

.urgency-side__list li a {
   padding: 0;
}

.urgency-side__icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 24px;
   height: 24px;
   margin-right: 10px;
   flex-shrink: 0;
}

.urgency-side__icon svg {
   width: 20px;
   height: 20px;
}

.urgency-side__icon--kakao svg {
   width: 22px;
   height: auto;
}

.xans-mall-urgencycall .info {
   margin: -30px 10px 50px;
   color: #8f8f8f;
   text-align: center;
   font-size: 14px;
   opacity: 0;
}

html.loaded .titleArea + .info {
   -webkit-animation: fadeInTitle 0.6s ease forwards;
   animation: fadeInTitle 0.6s ease forwards;
   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;
}

html.loaded .titleArea {
   text-align: left;
   display: inline-block;
   color: #000;
   color: var(--font-color-heading);
   font-size: 24px;
   -webkit-animation: fadeInTitle 0.6s ease forwards;
   animation: fadeInTitle 0.6s ease forwards;
   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;
   font-style: normal;
   padding: 0 3px;
   background-repeat: no-repeat;
   background-size: 100% 28%;
   background-position: left 90%;
   background-image: linear-gradient(
      to right,
      rgba(0, 87, 231, 0.27) 0,
      rgba(0, 87, 231, 0.27) 100%
   );
}

.xans-mall-urgencycall .required {
   margin: 0px 0 10px;
   text-align: left;
}

.xans-mall-urgencycall .ec-base-table.typeWrite {
   border: none;
}

.xans-mall-urgencycall .ec-base-table.typeWrite > table,
.xans-mall-urgencycall .ec-base-table.typeWrite > table > tbody,
.xans-mall-urgencycall .ec-base-table.typeWrite > table > tbody > tr,
.xans-mall-urgencycall .ec-base-table.typeWrite > table > tbody > tr > th,
.xans-mall-urgencycall .ec-base-table.typeWrite > table > tbody > tr > td {
   display: block;
   background: #f5f6fa;
}

.xans-mall-urgencycall
   .ec-base-table.typeWrite
   > table
   > tbody.urgency-fields {
   display: grid;
   grid-template-columns: 1fr 1fr;
   column-gap: 20px;
}

.xans-mall-urgencycall
   .ec-base-table.typeWrite
   > table
   > tbody.urgency-fields
   > tr.urgency-field--full {
   grid-column: 1 / -1;
}

.xans-mall-urgencycall
   .ec-base-table.typeWrite
   > table
   > tbody
   > tr {
   margin-bottom: 25px;
}

.xans-mall-urgencycall
   .ec-base-table.typeWrite
   > table
   > tbody
   > tr
   > th {
   padding: 0 0 8px;
   border: none;
   color: #333;
   font-weight: 600;
}

.xans-mall-urgencycall
   .ec-base-table.typeWrite
   > table
   > tbody
   > tr
   > th
   br {
   display: none;
}

.xans-mall-urgencycall
   .ec-base-table.typeWrite
   > table
   > tbody
   > tr
   > td {
   padding: 0;
   border: none;
}

.xans-mall-urgencycall .required img {
   vertical-align: middle;
}

.xans-mall-urgencycall .ec-base-table select,
.xans-mall-urgencycall .ec-base-table input[type='text'],
.xans-mall-urgencycall .ec-base-table textarea {
   width: 100% !important;
   box-sizing: border-box;
   font-size: 14px;
   height: 48px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
   padding: 0 15px;
}

.xans-mall-urgencycall .ec-base-table textarea {
   height: 150px;
   border-radius: 4px;
   padding: 15px;
}

.xans-mall-urgencycall .ec-base-table textarea#privacy_agreement {
   font-size: 11px;
   height: 100px;
}

.xans-mall-urgencycall .ec-base-table .captcha span.formGroup {
   display: flex;
   align-items: center;
}

.xans-mall-urgencycall .ec-base-table #captcha {
   width: 160px;
}

.xans-mall-urgencycall .ec-base-button .btnSubmitFix {
   width: 100%;
   height: 50px;
   font-size: 16px;
   padding: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
   border-radius: 6px;
   box-sizing: border-box;
}

.file-attach {
   border: 1px solid #e0e0e0;
   border-radius: 5px;
   padding: 10px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.file-attach label {
   font-size: 13px;
   border: 1px solid #e0e0e0;
   padding: 10px 12px;
   line-height: 1 !important;
   border-radius: 6px;
   margin-right: 10px;
   background: #f8f8f8;
   color: #333;
   cursor: pointer;
}

.file-attach input {
   border: none;
   background: transparent;
   color: #7d7d7d;
   font-size: 13px;
   width: calc(100% - 90px);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

@media (max-width: 1023px) {
   .urgency-layout {
      flex-direction: column;
      align-items: center;
      gap: 40px;
   }

   .urgency-container,
   .urgency-side {
      max-width: 400px;
   }

   .xans-mall-urgencycall
      .ec-base-table.typeWrite
      > table
      > tbody.urgency-fields {
      grid-template-columns: 1fr;
   }
}

@media (max-width: 767px) {
   .urgency-layout {
      padding: 30px 20px;
   }

   .xans-mall-urgencycall .info {
      margin: -25px 10px 50px;
   }

   .xans-mall-urgencycall .ec-base-table.typeWrite {
      padding: 0 16px;
   }

   .urgency-container {
      padding-left: 0;
      padding-right: 0;
   }
}