/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/questionandanswer/css/questionandanswer.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/questionandanswer/css/questionandanswer.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;
  }
}
@keyframes buttonSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@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;
}

.qna-container {
  padding: 28px 0;
  border-top: 1px solid #E1E1E3;
  border-bottom: 1px solid #E1E1E3;
}

.qna-label {
  color: #12121C;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.qna-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  .qna-feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.qna-question {
  color: #12121C;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qna-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qna-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  font-family: "Noto Sans", sans-serif;
  color: var(--Action-Primary, #C84318);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.42px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.qna-btn:hover {
  opacity: 0.85;
}
.qna-btn--yes {
  background: #FFF5F0;
  color: #C84318;
}
.qna-btn--yes:hover {
  background: #FFE8DD;
}
.qna-btn--yes .qna-icon {
  color: #C84318;
}
.qna-btn--no {
  background: #FFF5F0;
  color: #C84318;
}
.qna-btn--no:hover {
  background: #FFE8DD;
}
.qna-btn--no .qna-icon {
  color: #C84318;
}

.qna-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qna-expanded {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.qna-expanded.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qna-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #E1E1E3;
  border-radius: 8px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #12121C;
  resize: vertical;
  min-height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qna-textarea::-webkit-input-placeholder {
  color: #6B6B80;
}
.qna-textarea::-moz-placeholder {
  color: #6B6B80;
}
.qna-textarea:-ms-input-placeholder {
  color: #6B6B80;
}
.qna-textarea::-ms-input-placeholder {
  color: #6B6B80;
}
.qna-textarea::placeholder {
  color: #6B6B80;
}
.qna-textarea:focus {
  outline: none;
  border-color: #C84318;
}

.qna-helper-text {
  color: #6B6B80;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.qna-submit-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 12px 32px;
  background: #6B6B80;
  color: #FFFFFF;
  border: none;
  border-radius: 24px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.14px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.qna-submit-btn:hover {
  background: #5A5A6D;
}
.qna-submit-btn:active {
  background: #4A4A5A;
}

/* Responsive */
@media (max-width: 768px) {
  .qna-container {
    padding: 20px 0;
    border: none;
  }
  .qna-question {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .qna-actions {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .qna-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
