/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/components/aubank/common/complaintsubmissionform/css/complaintsubmissionform.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/components/aubank/common/complaintsubmissionform/css/complaintsubmissionform.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@-webkit-keyframes buttonSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes buttonSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mb-container {
  margin-bottom: 60px !important;
}

.mb-desktop-only {
  margin-bottom: 60px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .mb-container {
    margin-bottom: 12px !important;
  }
  .mb-desktop-only {
    margin-bottom: 0 !important;
  }
  .pt-12 .cmp-container {
    padding-top: 20px !important;
  }
  .mb-20 {
    margin-bottom: 12px !important;
  }
  .mt-24 {
    padding-top: 24px !important;
  }
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #43444F;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heading-1,
h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #12121C;
  margin-bottom: 24px;
}

.heading-2,
h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #12121C;
  margin-bottom: 16px;
}

.heading-3,
h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #1C1C26;
  margin-bottom: 16px;
}

.heading-4,
h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #1C1C26;
  margin-bottom: 8px;
}

.heading-5,
h5 {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #43444F;
  margin-bottom: 8px;
}

.heading-6,
h6 {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #43444F;
  margin-bottom: 8px;
}

.text-large {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #43444F;
}

.text-body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #43444F;
}

.text-small {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #666666;
}

.text-caption {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #6B6B80;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-bold {
  font-weight: 700;
}

.text-primary {
  color: #6B6B80;
}

.text-primary-dark {
  color: #42265E;
}

.text-secondary {
  color: #C84318;
}

.text-neutral {
  color: #444444;
}

.text-white {
  color: #FFFFFF;
}

.text-black {
  color: #000000;
}

.text-gray-900 {
  color: #12121C;
}

.text-gray-800 {
  color: #1C1C26;
}

.text-gray-700 {
  color: #43444F;
}

.text-gray-600 {
  color: #666666;
}

.text-gray-500 {
  color: #6B6B80;
}

.text-gray-400 {
  color: #AAAAAA;
}

.text-muted {
  color: #6B6B80;
}

.text-error {
  color: #DB5E2B;
}

.text-success {
  color: #22c55e;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal-case {
  text-transform: none;
}

.text-underline {
  text-decoration: underline;
}

.text-no-underline {
  text-decoration: none;
}

.text-line-through {
  text-decoration: line-through;
}

.leading-tight {
  line-height: 1.2;
}

.leading-normal {
  line-height: 1.4;
}

.leading-relaxed {
  line-height: 1.6;
}

.leading-loose {
  line-height: 1.8;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.display-large {
  font-family: "Noto Sans", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #12121C;
}
@media (max-width: 991px) {
  .display-large {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .display-large {
    font-size: 36px;
  }
}

.display-medium {
  font-family: "Noto Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #12121C;
}
@media (max-width: 991px) {
  .display-medium {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .display-medium {
    font-size: 30px;
  }
}

.display-small {
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #12121C;
}
@media (max-width: 991px) {
  .display-small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .display-small {
    font-size: 24px;
  }
}

.lead {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 24px;
}

.blockquote {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  color: #43444F;
  border-left: 4px solid #6B6B80;
  padding-left: 24px;
  margin: 32px 0;
}
.blockquote cite {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #6B6B80;
  margin-top: 8px;
}
.blockquote cite::before {
  content: "— ";
}

.code {
  font-family: "Courier New", monospace;
  font-size: 0.875em;
  background: #F5F5F5;
  padding: 2px 6px;
  border-radius: 4px;
  color: #1C1C26;
}

.pre {
  font-family: "Courier New", monospace;
  font-size: 14px;
  background: #F5F5F5;
  padding: 16px;
  border-radius: 8px;
  overflow-x: auto;
  color: #1C1C26;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.link {
  color: #6B6B80;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.link:hover {
  color: #42265E;
}
.link:focus {
  outline: 2px solid #6B6B80;
  outline-offset: 2px;
}
.link:active {
  color: #42265E;
}

.link-subtle {
  color: #666666;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.link-subtle:hover {
  color: #6B6B80;
  text-decoration: underline;
}

.list-styled {
  padding-left: 24px;
}
.list-styled li {
  margin-bottom: 4px;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-unstyled li {
  margin-bottom: 4px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.complaint-box-container {
  padding: 40px 16px;
  border-radius: 8px;
  border: 1px solid #e1e1e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.complaint-box-container .box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.complaint-box-container .box-header .rounded-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #4a2f64;
  border-radius: 50%;
  padding: 7px;
  font-size: 12px;
  color: #ffffff;
}
.complaint-box-container .box-header .box-title {
  font-size: 20px;
  font-weight: 500;
  color: #12121c;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.complaint-box-container .box-description {
  color: #6b6b80;
  line-height: 125%;
  letter-spacing: -0.2px;
}
.complaint-box-container .box-description a {
  font-weight: 600;
  text-decoration: none;
  color: #c84318;
}
.complaint-box-container .complaint-box {
  background-color: rgba(66, 38, 94, 0.1019607843);
  padding: 16px;
  border-radius: 10px;
}
.complaint-box-container .complaint-box h4 {
  font-weight: 500;
  color: #4a2f64;
  line-height: 125%;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}
.complaint-box-container .complaint-box p {
  font-size: 12px;
  color: #4a2f64;
  line-height: 120%;
}
.complaint-box-container .complaint-box p a {
  font-weight: 600;
  text-decoration: none;
  color: #c84318;
}
.complaint-box-container .connect-box-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 162px);
  gap: 8px;
}
.complaint-box-container .connect-box-wrapper .connect-box {
  width: 162px;
  height: 121px;
  background-color: #f2f2f5;
  border-radius: 10px;
  padding: 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.complaint-box-container .connect-box-wrapper .connect-box img {
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
}
.complaint-box-container .connect-box-wrapper .connect-box h4 {
  font-weight: 500;
  color: #12121c;
  line-height: 125%;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}
.complaint-box-container .connect-box-wrapper .connect-box p {
  font-size: 12px;
  font-weight: 500;
  color: #6b6b80;
  line-height: 120%;
  letter-spacing: -0.2px;
}
