@charset "UTF-8";
/**
 * Core variables file - no dependencies
 * This file should be imported first as other files depend on these variables
 */
/* responsive */
/* Colors */
/* Gray */
/* Sizes */
/* Fonts */
/**
 * Dependencies:
 * - _variables.scss (for $breakpointMb, $breakpointTb, $color, $bdline)
 */
/* px to rem calculator */
/* Mixins */
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  opacity: 0;
}

/**
 * Dependencies:
 * - _variables.scss (for $desktop-header-height, $breakpointTb, $mobile-header-height)
 */
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("/resources/fo/aibiz/common/fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("/resources/fo/aibiz/common/fonts/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("/resources/fo/aibiz/common/fonts/Pretendard-Bold.woff2") format("woff2"), url("/resources/fo/aibiz/common/fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("/resources/fo/aibiz/common/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("/resources/fo/aibiz/common/fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("/resources/fo/aibiz/common/fonts/Pretendard-Medium.woff2") format("woff2"), url("/resources/fo/aibiz/common/fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("/resources/fo/aibiz/common/fonts/Pretendard-Regular.woff2") format("woff2"), url("/resources/fo/aibiz/common/fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("/resources/fo/aibiz/common/fonts/Pretendard-Light.woff2") format("woff2"), url("/resources/fo/aibiz/common/fonts/Pretendard-Light.woff") format("woff");
}
/**
 * Dependencies:
 * - _variables.scss (for $color, $breakpointTb)
 */
/**
 * Core variables file - no dependencies
 * This file should be imported first as other files depend on these variables
 */
/* responsive */
/* Colors */
/* Gray */
/* Sizes */
/* Fonts */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #3b3938;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
  letter-spacing: -1%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1224px) {
  body {
    padding: 0 0 calc(env(safe-area-inset-bottom) + 0px);
  }
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #3b3938;
}

button {
  border-width: 0;
  background: transparent;
  font-family: inherit;
}

strong,
em {
  font-weight: 700;
}

legend,
caption {
  position: absolute;
  top: -99999px;
  left: -99999px;
  height: 1px;
  visibility: hidden;
}

select {
  color: #3b3938;
}

::-ms-reveal {
  display: none;
}

/* base font for rem units */
html {
  font-size: 62.5%;
}

img {
  display: block;
  -webkit-user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

/* text-decoration */
.underline {
  text-decoration: underline !important;
  text-underline-offset: 0.1875rem;
}

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

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

/* font-weight */
.extra-bold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1224px) {
  br.mobile-only {
    display: none;
  }
}
@media (min-width: 1225px) {
  br.mobile-only {
    display: none;
  }
}

.txt_validate {
  display: none;
  margin: 5px 0 10px;
  font-size: 14px;
  text-align: left;
}
.txt_validate.red {
  color: #d55448;
}
.txt_validate.blue {
  color: #4891d5;
}

.txt_emph {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.txt_emph.orange {
  color: #fa7300;
}

.txt_box {
  margin: 15px 0 0;
  padding: 25px;
  border: 1px solid #d9d9d9;
}
.txt_box.gray {
  background: #f7f7f7;
}
.txt_box.white {
  background: #ffffff;
}
.txt_box.round {
  border-radius: 10px;
}
.txt_box.no_line {
  border: none;
}
.txt_box.center {
  text-align: center;
}
.wallet_wrap {
  margin-top: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wallet_wrap > a {
  width: 49%;
  text-align: center;
}
.wallet_wrap > a .txt_link {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .wallet_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.txt_link {
  display: inline-block;
  color: #3a5997;
  line-height: 1.2;
  border-bottom: 1px solid #3a5997;
  font-weight: 400;
}
.txt_link.red {
  color: #d55448;
  border-color: #d55448;
}
.txt_link.arrow::after {
  content: "";
  display: inline-block;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #3a5997;
  transform: rotate(45deg);
  margin-left: 2px;
}

.txt_caution {
  position: relative;
  padding-left: 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.txt_caution::before {
  content: "!";
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  background: #fa7300;
  position: absolute;
  top: 3px;
  left: 0;
}

/*title & text*/
.title_section {
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #3b3938;
  line-height: 1.3;
}
.title_section p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
}
.title_section strong {
  color: #fa7300;
}
.title_lg {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #3b3938;
}
.title_md {
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #3b3938;
}
.title_sm {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #3b3938;
}
.title_underline {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #3b3938;
  text-decoration: underline;
}
.title_wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.title_wrap .title_lg {
  width: 100%;
}
@media screen and (max-width: 1224px) {
  .title_section {
    font-size: 26px;
  }
  .title_lg {
    font-size: 22px;
  }
  .title_md {
    font-size: 18px;
  }
  .title_sm {
    font-size: 16px;
  }
  .title_wrap {
    margin-bottom: 15px;
  }
}

/* color */
.orange {
  color: #fa7300 !important;
}

.grayblue {
  color: #4b5a68 !important;
}

/* display */
.hide {
  display: none !important;
}

.opacity-none {
  opacity: 0 !important;
}

.block {
  display: block;
}

/* width */
.full {
  width: 100% !important;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.max-content {
  width: -moz-max-content;
  width: max-content;
}

/* margin */
.margin-auto {
  margin: auto !important;
}

.margin-none {
  margin: 0 !important;
}

/* position */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

/* cursor */
.pointer {
  cursor: pointer;
}

.inner-wrap {
  overflow-y: visible;
  margin: auto;
  padding: 2rem 2rem;
  max-width: 620px;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .inner-wrap {
    padding: 0;
  }
}
@media (min-width: 1225px) {
  .inner-wrap {
    padding: 0;
  }
}

/* flexbox */
.align-start {
  align-items: flex-start;
}

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

.align-end {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.align-between {
  align-items: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.margin-left-auto {
  margin-left: auto;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

#wrap {
  position: relative;
  width: 100%;
  padding-top: 5.6rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  #wrap {
    padding-top: 8rem;
  }
}
@media (min-width: 1225px) {
  #wrap {
    padding-top: 8rem;
  }
}

#header {
  background-color: #ffffff;
  position: fixed;
  /* 모달 레이어 오버 방지 */
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header {
  padding: 1.8rem 1.2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  #header {
    padding: 2.8rem 2.8rem;
    border-bottom: #ececec solid 0.1rem;
  }
}
@media (min-width: 1225px) {
  #header {
    padding: 2.8rem 2.8rem;
    border-bottom: #ececec solid 0.1rem;
  }
}
#header > .back-btn {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1224px) {
  #header > .back-btn {
    display: none;
  }
}
@media (min-width: 1225px) {
  #header > .back-btn {
    display: none;
  }
}
#header .header-logo {
  height: 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  #header .header-logo {
    height: 2.4rem;
  }
}
@media (min-width: 1225px) {
  #header .header-logo {
    height: 2.4rem;
  }
}
#header .header-logo a {
  display: block;
  cursor: pointer;
}
#header .header-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  background-color: #3D3D3D;
  padding: 2.8rem 2rem 6rem;
}
.footer .footer-title {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.footer .footer-info {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
  color: #A8A8A8;
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 500;
}
.footer .footer-info .footer-links {
  display: flex;
  flex-direction: column;
}
.footer .footer-info .footer-links a {
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .footer {
    padding: 4.4rem 12rem 7.4rem;
  }
  .footer .footer-title {
    font-size: 1.8rem;
    line-height: 2.72rem;
    margin-bottom: 1.2rem;
  }
  .footer .footer-info {
    flex-direction: row;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (min-width: 1225px) {
  .footer {
    padding: 4.4rem 12rem 7.4rem;
  }
  .footer .footer-title {
    font-size: 1.8rem;
    line-height: 2.72rem;
    margin-bottom: 1.2rem;
  }
  .footer .footer-info {
    flex-direction: row;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.btn {
  display: inline-block;
  font-family: inherit;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

#btn_top {
  display: none;
  position: fixed;
  right: 50%;
  width: 45px;
  height: 45px;
  margin-right: -600px;
  z-index: 50;
}
#btn_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  text-align: center;
  background: #727171;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#btn_top a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #ffffff;
  transform: rotate(-45deg);
  margin: 17px 0 0;
}
@media screen and (max-width: 1224px) {
  #btn_top {
    margin-right: 0;
    right: 15px;
  }
}

.back-btn {
  vertical-align: middle;
}
.back-btn .chevron-icon {
  width: 2.4rem;
  vertical-align: middle;
}

.btn-lg {
  font-size: 1.8rem;
  padding: 1.55rem;
  line-height: 1;
  border-radius: 1rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .btn-lg {
    font-size: 2.16rem;
    padding: 1.85rem;
    border-radius: 1.2rem;
    max-width: 28rem;
  }
}
@media (min-width: 1225px) {
  .btn-lg {
    font-size: 2.16rem;
    padding: 1.85rem;
    border-radius: 1.2rem;
    max-width: 28rem;
  }
}

.btn-md {
  font-size: 1.4rem;
  padding: 0.9rem 2.4rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .btn-md {
    font-size: 1.68rem;
    padding: 1.06rem 2.8rem;
  }
}
@media (min-width: 1225px) {
  .btn-md {
    font-size: 1.68rem;
    padding: 1.06rem 2.8rem;
  }
}

.btn-sm {
  font-size: 1rem;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
}

.btn-gray {
  background: #3d3d3d;
  color: #ffffff;
}
.btn-gray:hover, .btn-gray:focus {
  background: #222;
  color: #fff;
}

.btn-outline {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
.btn-outline:hover, .btn-outline:focus {
  background: #f7f7f7;
  color: #222;
}

.btn-lightgray {
  background-color: #f7f7f7;
  color: #3d3d3d;
}

.btn-green-white {
  background-color: #29d852;
  color: #ffffff;
}

.btn-gray-green {
  background-color: #f5f5f5;
  color: #29d852;
}

/* form */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4b5a68;
}
.form-unit {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .form-unit {
    font-size: 1.92rem;
  }
}
@media (min-width: 1225px) {
  .form-unit {
    font-size: 1.92rem;
  }
}

input {
  font-family: inherit;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  color: #373737;
  border: none;
  outline: none;
}
input::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
  font-weight: 500;
}
input::placeholder {
  color: #bebebe;
  opacity: 1;
  font-weight: 500;
}

.form-input {
  line-height: 1;
  padding: 1.6rem 0.4rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  border-bottom: 0.15rem solid #ececec;
}
.form-input:focus {
  border-bottom-color: #373737;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .form-input {
    font-size: 1.92rem;
    padding: 1.8rem 0.6rem;
    border-bottom-width: 0.18rem;
  }
}
@media (min-width: 1225px) {
  .form-input {
    font-size: 1.92rem;
    padding: 1.8rem 0.6rem;
    border-bottom-width: 0.18rem;
  }
}

.formatted-input-value {
  font-size: 1.2rem;
  color: #14161e;
  font-weight: 500;
  margin-top: 0.8rem;
  margin-left: 0.4rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .formatted-input-value {
    font-size: 1.44rem;
    margin-top: 0.96rem;
    margin-left: 0.48rem;
  }
}
@media (min-width: 1225px) {
  .formatted-input-value {
    font-size: 1.44rem;
    margin-top: 0.96rem;
    margin-left: 0.48rem;
  }
}

.custom-checkbox-list {
  width: 100%;
}
.custom-checkbox-list input[type=checkbox] {
  display: block;
  display: none;
}
.custom-checkbox-list input[type=checkbox] + label {
  display: block;
}
.custom-checkbox-list input[type=checkbox] + label::before {
  background-image: url("/resources/fo/aibiz/common/images/icons/check-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1rem;
  aspect-ratio: 3/2;
  margin-right: 0.6rem;
}
.custom-checkbox-list input[type=checkbox]:checked + label::before {
  background-image: url("/resources/fo/aibiz/common/images/icons/check-green.png");
}
.custom-checkbox-list__header {
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.custom-checkbox-list__items {
  padding: 0 2rem;
  list-style: none;
  margin: 0;
  display: none;
  flex-direction: column;
  gap: 1rem;
}
.custom-checkbox-list__item {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
  color: #7a7a7a;
}
.custom-checkbox-list__link {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  color: #a2a2a2;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .custom-checkbox-list input[type=checkbox] + label::before {
    width: 1.6rem;
    margin-right: 1.4rem;
  }
  .custom-checkbox-list__header {
    font-size: 1.6rem;
    padding: 1.44rem 0;
  }
  .custom-checkbox-list__items {
    list-style: none;
    margin: 0;
    display: none;
    flex-direction: column;
    padding: 0 3.4rem;
  }
  .custom-checkbox-list__item {
    font-size: 1.44rem;
  }
}
@media (min-width: 1225px) {
  .custom-checkbox-list input[type=checkbox] + label::before {
    width: 1.6rem;
    margin-right: 1.4rem;
  }
  .custom-checkbox-list__header {
    font-size: 1.6rem;
    padding: 1.44rem 0;
  }
  .custom-checkbox-list__items {
    list-style: none;
    margin: 0;
    display: none;
    flex-direction: column;
    padding: 0 3.4rem;
  }
  .custom-checkbox-list__item {
    font-size: 1.44rem;
  }
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}
.custom-select-wrapper .custom-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.6rem 0.4rem;
  color: #373737;
  background-color: #ffffff;
  border: none;
  border-bottom: 0.15rem solid #ececec;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  box-sizing: border-box;
}
.custom-select-wrapper .custom-select:focus {
  border-color: #373737;
  outline: none;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .custom-select-wrapper .custom-select {
    padding: 1.8rem 0.6rem;
  }
}
@media (min-width: 1225px) {
  .custom-select-wrapper .custom-select {
    padding: 1.8rem 0.6rem;
  }
}
.custom-select-wrapper .custom-select-text {
  flex-grow: 1;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #373737;
}
.custom-select-wrapper .custom-select-text.placeholder {
  color: #bebebe;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .custom-select-wrapper .custom-select-text {
    font-size: 1.92rem;
  }
}
@media (min-width: 1225px) {
  .custom-select-wrapper .custom-select-text {
    font-size: 1.92rem;
  }
}
.custom-select-wrapper .custom-select-arrow {
  line-height: 0;
  font-size: 1rem;
  color: #000000;
  margin-right: 0.8rem;
  transition: transform 0.4s ease-in-out;
  transform-origin: 50% 50%;
}
.custom-select-wrapper.open .custom-select-arrow {
  transform: rotate(180deg);
}
.custom-select-wrapper .custom-select-options {
  max-height: 20rem;
  overflow-y: scroll;
  display: none;
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 1rem;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 0 2.68rem -0.6rem rgba(0, 0, 0, 0.25);
}
.custom-select-wrapper .custom-select-options .custom-select-option {
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #373737;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.custom-select-wrapper .custom-select-options .custom-select-option:hover {
  background-color: #fafafa;
}
.custom-select-wrapper .custom-select-options .custom-select-option:not(:last-child) {
  border: none;
  border-bottom: 0.15rem solid #ececec;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .custom-select-wrapper .custom-select-options .custom-select-option {
    font-size: 1.92rem;
  }
}
@media (min-width: 1225px) {
  .custom-select-wrapper .custom-select-options .custom-select-option {
    font-size: 1.92rem;
  }
}

.cfa-form {
  margin-top: 4rem;
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .cfa-form {
    padding: 2.4rem;
    margin-top: 4.8rem;
  }
}
@media (min-width: 1225px) {
  .cfa-form {
    padding: 2.4rem;
    margin-top: 4.8rem;
  }
}
.cfa-form .cfa-logo {
  height: 2.7rem;
  height: 2.7rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .cfa-form .cfa-logo {
    height: 3.24rem;
  }
}
@media (min-width: 1225px) {
  .cfa-form .cfa-logo {
    height: 3.24rem;
  }
}
.cfa-form .cfa-logo img {
  height: 100%;
}
.cfa-form .btn {
  display: block;
  margin: auto;
  margin-top: 2.8rem;
  padding: 0.9rem 1.6rem;
  color: #49b0ff;
  background-color: #ddf0ff;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .cfa-form .btn {
    margin-top: 2.37rem;
    font-size: 1.68rem;
  }
}
@media (min-width: 1225px) {
  .cfa-form .btn {
    margin-top: 2.37rem;
    font-size: 1.68rem;
  }
}

/* list */
.step_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  margin: 0 auto 40px;
  counter-reset: step-number;
}
.step_list li {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  flex-grow: 1;
  padding: 7px 0;
  font-size: 14px;
  text-align: left;
  border-right: 1px solid #ffffff;
  counter-increment: step-number;
}
.step_list li::before {
  content: counter(step-number);
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  font-size: 11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9ca0a3;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.step_list li::after {
  content: "";
  display: block;
  width: auto;
  height: 2px;
  background: #9ca0a3;
  flex-grow: 1;
}
.step_list li.active {
  font-weight: 700;
}
.step_list li.active::before {
  background: #fa7300;
}
.step_list li.active::after {
  background: #fa7300;
}
.step_list li:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .step_list {
    margin: -40px -15px 40px -15px;
  }
  .step_list li span {
    display: none;
  }
  .step_list li::before {
    height: 34px;
    line-height: 34px;
  }
  .step_list li.active span {
    display: block;
  }
  .step_list li.active::before {
    font-weight: 700;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
  }
}

.bul_list li {
  position: relative;
  padding-left: 12px;
  text-align: left;
}
.bul_list li::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  background: #3b3938;
}

.bul_list_gray li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  text-align: left;
  color: #5d6369;
}
@media screen and (max-width: 767px) {
  .bul_list_gray li {
    font-size: 14px;
  }
}
.bul_list_gray li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  background: #9ca0a3;
}

.dash_list li {
  position: relative;
  padding-left: 12px;
  text-align: left;
}
.dash_list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  background: #3b3938;
}

.numb_list {
  counter-reset: list-number;
}
.numb_list li {
  counter-increment: list-number;
  line-height: 20px;
}
.numb_list li::before {
  content: counter(list-number);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  background: #3b3938;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  vertical-align: bottom;
}

.numb_list2 {
  counter-reset: list-number;
}
.numb_list2 > li {
  counter-increment: list-number;
  line-height: 20px;
  margin-top: 6px;
}
.numb_list2 > li::before {
  content: counter(list-number);
  display: inline-block;
  font-weight: 500;
  padding-right: 10px;
}

.faq_list {
  border-bottom: 1px solid #d9d9d9;
}
.faq_list .faq_tit {
  border-top: 1px solid #d9d9d9;
}
.faq_list .faq_tit a {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 15px 50px 15px 15px;
  font-weight: 500;
}
.faq_list .faq_tit a::after {
  content: "";
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #fa7300;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
.faq_list .faq_tit a::after span {
  display: block;
}
.faq_list .faq_tit a::after span.tit {
  flex-grow: 1;
}
.faq_list .faq_tit.active a::after {
  transform: rotate(-45deg);
  margin-top: -3px;
}
.faq_list .faq_cont {
  display: none;
  padding: 15px;
  border-top: 1px solid #d9d9d9;
  background: #f7f7f7;
}
.faq_list .faq_cont h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.faq_list .faq_cont p {
  font-size: 16px;
}
.faq_list .faq_cont p + h3 {
  margin-top: 30px;
}

.cs_list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .cs_list li {
    font-size: 14px;
  }
}
.cs_list .cs_tit {
  font-weight: 500;
  width: 130px;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .cs_list .cs_tit {
    width: 100px;
  }
}
.cs_list .cs_tit::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0;
}
.cs_list .cs_tit_time::before {
  background-image: url("/resources/fo/loan//common/images/icons/icon_cs_time.svg");
}
.cs_list .cs_tit_call::before {
  background-image: url("/resources/fo/loan/common/images/icons/icon_cs_call.svg");
}
.cs_list .cs_tit_mail::before {
  background-image: url("/resources/fo/loan/common/images/icons/icon_cs_mail.svg");
}
.cs_list .cs_tit_online::before {
  background-image: url("/resources/fo/loan/common/images/icons/icon_cs_online.svg");
}
.cs_list .cs_cnt {
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .cs_list .cs_cnt {
    width: calc(100% - 100px);
  }
}

/* modal */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 100%;
  max-width: 36rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  border-radius: 1.6rem;
  z-index: -2;
  opacity: 0;
  overflow-y: auto;
}
.modal.wide {
  max-width: 4rem;
}
.modal.show {
  opacity: 1;
  z-index: 10000;
}
.modal__wrap {
  position: relative;
  padding: 3.2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.modal__title {
  /*  border: 1px solid red; */
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.44rem;
  color: #373737;
}
.modal__content {
  /*     border: 1px solid green; */
  font-size: 1.6rem;
  font-weight: 600;
  color: #7a7a7a;
}
.modal .btn_modal_close {
  background-color: transparent;
  /* Ensures button is invisible */
  color: transparent;
  /* Ensures text is invisible */
  border: none;
  /* Removes border */
  outline: none;
  /* Removes outline */
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* Prevents content from wrapping */
  border-width: 0;
  /* Ensures no border is visible */
}
.modal .btn_modal_close:focus {
  outline: none;
}
.modal__btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  gap: 1rem;
}
.modal__btn_wrap .btn {
  border-radius: 1.12rem;
  flex: 1;
  width: 100%;
}
.modal__btn_wrap .btn_sm {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.2rem;
  border-radius: 1.12rem;
}
.modal__btn_wrap .btn_md {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.6rem;
  border-radius: 1.12rem;
}

#dimmed,
#dimmed_thx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
#dimmed.show,
#dimmed_thx.show {
  opacity: 1;
  z-index: 9999;
}

/* bottomsheet */
.bottomsheet {
  z-index: 10000;
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  width: 100%;
  transition: bottom 0.5s ease-in-out;
  max-width: 36rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  border-radius: 1.6rem;
  /*   opacity: 0; */
  overflow-y: auto;
}
.bottomsheet.wide {
  max-width: 4rem;
}
.bottomsheet.show {
  /* opacity: 1; */
  bottom: 2.6rem;
}
.bottomsheet__wrap {
  position: relative;
  padding: 3.2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.bottomsheet__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.44rem;
  color: #373737;
}
.bottomsheet__content {
  font-size: 1.6rem;
  font-weight: 600;
  color: #7a7a7a;
}
.bottomsheet__btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  gap: 1rem;
}
.bottomsheet__btn_wrap .btn {
  border-radius: 1.12rem;
  flex: 1;
  width: 100%;
}
.bottomsheet__btn_wrap .btn_sm {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.2rem;
  border-radius: 1.12rem;
}
.bottomsheet__btn_wrap .btn_md {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.6rem;
  border-radius: 1.12rem;
}

#dimmed,
#dimmed_thx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
#dimmed.show,
#dimmed_thx.show {
  opacity: 1;
  z-index: 9999;
}

.pagination {
  margin: 40px auto 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.pagination > a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #3b3938;
  font-weight: 400;
  font-size: 14px;
  border-radius: 100%;
  margin: 0 6px;
}
.pagination .page_prev,
.pagination .page_next {
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .page_prev.disabled,
.pagination .page_next.disabled {
  opacity: 0.4;
}
.pagination .page_prev {
  background-image: url("/resources/fo/invest/common/images/icons/icon_page_prev.svg");
}
.pagination .page_next {
  background-image: url("/resources/fo/invest/common/images/icons/icon_page_next.svg");
}
.pagination .page_current {
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .pagination ._mobile_off {
    display: none;
  }
}

.tbl_mobile_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .tbl_mobile_wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .tbl_mobile_wrap .tbl_type_col {
    width: 640px;
  }
}

.tbl_wrap {
  margin-top: -34px;
}
.tbl_wrap .tbl_desc {
  margin-bottom: 10px;
  text-align: right;
  font-size: 13px;
  color: #5d6369;
}

.tbl_type_row {
  width: 100%;
  border-top: 1px solid #3b3938;
}
.tbl_type_row th,
.tbl_type_row td {
  padding: 14px 15px 12px;
  border-bottom: 1px solid #ececec;
  text-align: left;
  vertical-align: middle;
}
.tbl_type_row th {
  font-weight: 700;
  background: #f7f7f7;
}
.tbl_type_row td .btn {
  margin-left: 10px;
}
.tbl_type_row + .bul_list {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .tbl_type_row th,
  .tbl_type_row td {
    padding: 10px 5px 8px;
    font-size: 14px;
  }
}

.tbl_toggle .btn_tbl_toggle {
  display: none;
}

.tbl_type_col {
  width: 100%;
  border-top: 1px solid #3b3938;
}
.tbl_type_col th,
.tbl_type_col td {
  padding: 14px 15px 12px;
  border-bottom: 1px solid #ececec;
  text-align: center;
}
.tbl_type_col th {
  font-weight: 700;
  vertical-align: middle;
  background: #f7f7f7;
}
.tbl_type_col th .tooltip {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: middle;
}
.tbl_type_col th .tooltip img {
  width: 18px;
  height: 18px;
}
.tbl_type_col td .btn {
  margin-left: 10px;
}
.tbl_type_col tfoot th,
.tbl_type_col tfoot td {
  color: #fa7300;
  font-weight: 400;
}
.tbl_type_col.corp_category_list {
  margin-top: 20px;
}
.tbl_type_col.corp_category_list td .btn {
  margin-left: 0;
}
.tbl_type_col.corp_category_list td.filter_list {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .tbl_toggle {
    position: relative;
    padding-bottom: 40px;
  }
  .tbl_toggle .tbl_type_row {
    margin-bottom: 0;
  }
  .tbl_toggle .tbl_type_row tr {
    display: none;
  }
  .tbl_toggle .tbl_type_row tr.base, .tbl_toggle .tbl_type_row tr.show {
    display: table-row;
  }
  .tbl_toggle .btn_tbl_toggle {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 15px;
    background: #f7f7f7;
    line-height: 40px;
    border-bottom: 2px solid #3b3938;
  }
  .tbl_toggle .btn_tbl_toggle::after {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(/resources/fo/aibiz/common/images/icons/bg_select.png) no-repeat 0 0/36px;
    vertical-align: middle;
  }
  .tbl_toggle .btn_tbl_toggle.active::after {
    margin-bottom: 5px;
    transform: rotate(180deg);
  }
}
/* tab */
.tab_list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: flex-end;
}
.tab_list li a {
  border-bottom: 0.125rem solid #b9b9b9;
  color: #b9b9b9;
  display: block;
  padding: 0.375rem 0;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  z-index: 5;
}
.tab_list li a.active {
  color: #fa7300;
  border-bottom-color: #fa7300;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .tab_list li a {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1225px) {
  .tab_list li a {
    font-size: 0.9375rem;
  }
}
.tab_list.type_fill {
  border-bottom: 2px solid #fa7300;
}
.tab_list.type_fill li a {
  border: 1px solid #c6c6c6;
  border-bottom-width: 0;
  color: #9ca0a3;
  background: #f7f7f7;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.tab_list.type_fill li a.active {
  color: #ffffff;
  background-color: #fa7300;
  border-color: #fa7300;
}
.tab_list.type_fill li a.active::after {
  display: none;
}

.tab_cont {
  display: none;
  padding: 15px;
}
.tab_cont.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .tab_cont {
    padding: 15px 0;
  }
}

/* tooltip */
.tooltip {
  display: inline-block;
  position: relative;
}
.tooltip_cont {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 180px;
  padding: 15px;
  background: #727171;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  z-index: 10;
  border-radius: 10px;
}
.tooltip_cont::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid #727171;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip:hover .tooltip_cont, .tooltip:focus .tooltip_cont {
  display: block;
  transition-duration: 0.2s;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1224px) {
  .tooltip {
    vertical-align: middle;
  }
}

/**
 * Core variables file - no dependencies
 * This file should be imported first as other files depend on these variables
 */
/* responsive */
/* Colors */
/* Gray */
/* Sizes */
/* Fonts */
/**
 * Dependencies:
 * - _variables.scss (for $breakpointMb, $breakpointTb, $color, $bdline)
 */
/* px to rem calculator */
/* Mixins */
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  opacity: 0;
}

.kyc {
  display: flex;
  flex-direction: column;
  padding: 3.875rem 1.25rem;
}
@media (max-width: 767px) {
  .kyc {
    min-height: calc(100vh - 5.6rem) !important;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc {
    margin: 3.875rem auto 8.125rem auto;
    max-width: 38.75rem;
    padding: unset;
    margin-top: 6.25rem;
  }
}
@media (min-width: 1225px) {
  .kyc {
    margin: 3.875rem auto 8.125rem auto;
    max-width: 38.75rem;
    padding: unset;
    margin-top: 6.25rem;
  }
}
.kyc .page-title {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc .page-title {
    font-size: 1.875rem;
    /*      br {
        display: none;
      } */
  }
}
@media (min-width: 1225px) {
  .kyc .page-title {
    font-size: 1.875rem;
    /*      br {
        display: none;
      } */
  }
}
.kyc .page-subtitle {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #7a7a7a;
  margin-top: 1.5rem;
}
.kyc article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.75rem;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc article {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1225px) {
  .kyc article {
    margin-top: 2.5rem;
  }
}
.kyc .btn-container {
  margin-top: 2.1875rem;
  width: 100%;
}
@media (max-width: 767px) {
  .kyc .btn-container {
    margin-top: auto;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc .btn-container {
    margin-top: 4.75rem;
  }
}
@media (min-width: 1225px) {
  .kyc .btn-container {
    margin-top: 4.75rem;
  }
}
.kyc .btn-container .btn {
  display: block;
  width: 100%;
  font-size: 1.0625rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 0.625rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc .btn-container .btn {
    max-width: 10rem;
  }
}
@media (min-width: 1225px) {
  .kyc .btn-container .btn {
    max-width: 10rem;
  }
}
.kyc .custom-input-wrap {
  width: 100%;
}
.kyc .custom-input-wrap label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #7a7a7a;
}
.kyc .custom-input-wrap input,
.kyc .custom-input-wrap select {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 0.125rem solid #d8d8d8;
  font-size: 0.9375rem;
  padding: 1.125rem 0.3125rem;
  font-weight: 600;
  color: #373737;
  font-family: "Pretendard";
}
.kyc .custom-input-wrap input::-moz-placeholder, .kyc .custom-input-wrap select::-moz-placeholder {
  color: #cecece;
}
.kyc .custom-input-wrap input::placeholder,
.kyc .custom-input-wrap select::placeholder {
  color: #cecece;
}
.kyc .custom-input-wrap input:focus,
.kyc .custom-input-wrap select:focus {
  border-bottom-color: #fa7300;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc .custom-input-wrap input,
  .kyc .custom-input-wrap select {
    font-size: 1rem;
  }
}
@media (min-width: 1225px) {
  .kyc .custom-input-wrap input,
  .kyc .custom-input-wrap select {
    font-size: 1rem;
  }
}
.kyc .custom-input-wrap.file .custom-input-bar {
  padding: 1rem 0.875rem;
  display: flex;
  gap: 0.8125rem;
  align-items: center;
}
.kyc .custom-input-wrap.file .custom-input-bar .input-button {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  color: #ffffff;
  border-radius: 0.5rem;
  font-weight: 500;
  background-color: #fa7300;
  cursor: pointer;
}
.kyc .custom-input-wrap.file .custom-input-bar .file-type-guide {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #999999;
}
.kyc .custom-input-wrap.file .custom-input-bar .file-name-display {
  margin-left: auto;
  font-size: 0.9375rem;
}
.kyc .custom-input-wrap.rrn .rrn-wrap {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
.kyc .custom-input-wrap.select .select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.kyc .custom-input-wrap.select .select-wrap select {
  -webkit-appearance: none;
  /* Remove default arrow for WebKit browsers */
  -moz-appearance: none;
  /* Remove default arrow for Mozilla browsers */
  appearance: none;
  /* Remove default arrow for modern browsers */
}
.kyc .custom-input-wrap.select .select-wrap::after {
  content: "▼";
  /* Unicode character for downward triangle */
  position: absolute;
  right: 0.625rem;
  font-size: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevent the pseudo-element from capturing clicks */
}
.kyc .custom-input-wrap:not(:first-child) {
  margin-top: 1.0625rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc .custom-input-wrap:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1225px) {
  .kyc .custom-input-wrap:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.kyc.select-id {
  max-width: unset;
}
.kyc.select-id.color-bg::before {
  background-color: #f5f5f5;
}
.kyc.select-id .additional-info {
  margin-top: 1rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc.select-id .additional-info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1225px) {
  .kyc.select-id .additional-info {
    margin-top: 1.5rem;
  }
}
.kyc.select-id .additional-info li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #717171;
  font-size: 0.83rem;
  font-weight: 500;
}
.kyc.select-id .additional-info li img {
  width: 1.049rem;
  aspect-ratio: 1/1;
  opacity: 0.4;
  vertical-align: middle;
  padding-top: 0.2rem;
  padding-right: 0.25rem;
}
.kyc.select-id .additional-info li p {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc.select-id .additional-info li p br {
    display: none;
  }
}
@media (min-width: 1225px) {
  .kyc.select-id .additional-info li p br {
    display: none;
  }
}
.kyc.select-id .additional-info li ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.kyc.select-id .additional-info li ul li {
  align-items: center;
}
.kyc.select-id .additional-info li ul li::before {
  content: "";
  display: inline-block;
  width: 0.1875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #999999;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.kyc.select-id .id-list {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
  gap: 0.625rem 0.4375rem;
  margin: 4.65rem 0;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc.select-id .id-list {
    margin-top: 3.75rem;
    flex-wrap: wrap;
    margin: 7.3125rem 0 1.25rem;
  }
}
@media (min-width: 1225px) {
  .kyc.select-id .id-list {
    margin-top: 3.75rem;
    flex-wrap: wrap;
    margin: 7.3125rem 0 1.25rem;
  }
}
.kyc.select-id .id-list li {
  background-color: #ffffff;
  display: grid;
  width: 100%;
  border-radius: 0.63625rem;
  padding: 1.075rem 1.4rem;
  gap: 1.075rem;
  box-shadow: 0 0 1.675rem -0.375rem rgba(0, 0, 0, 0.1);
  border: 0.075rem solid transparent;
  transition: border 0.2s linear;
  /* 모바일 그리드 */
  grid-template-areas: "img text check";
  grid-template-columns: auto 1fr auto;
}
.kyc.select-id .id-list li.active {
  border-color: #fa7300;
  box-sizing: border-box;
}
.kyc.select-id .id-list li .check {
  grid-area: check;
  line-height: 1;
  align-self: center;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.kyc.select-id .id-list li .check circle.active {
  fill: #fa7300;
}
.kyc.select-id .id-list li .text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  font-size: 1.0625rem;
  font-weight: 600;
}
.kyc.select-id .id-list li .text span {
  font-size: 0.75rem;
  color: #7a7a7a;
  margin-top: 0.25rem;
}
.kyc.select-id .id-list li .img {
  grid-area: img;
  width: 40px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc.select-id .id-list li {
    width: 9.875rem;
    border: 0.06375rem solid #dcdcdc;
    aspect-ratio: 1/1;
    padding: 1.25rem 0.9375rem;
    box-shadow: none;
    grid-template-areas: "text check" "img .";
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 0;
  }
  .kyc.select-id .id-list li .text,
  .kyc.select-id .id-list li .check {
    align-self: flex-start;
  }
  .kyc.select-id .id-list li .check {
    justify-self: flex-end;
  }
  .kyc.select-id .id-list li .img {
    align-self: flex-end;
  }
}
@media (min-width: 1225px) {
  .kyc.select-id .id-list li {
    width: 9.875rem;
    border: 0.06375rem solid #dcdcdc;
    aspect-ratio: 1/1;
    padding: 1.25rem 0.9375rem;
    box-shadow: none;
    grid-template-areas: "text check" "img .";
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 0;
  }
  .kyc.select-id .id-list li .text,
  .kyc.select-id .id-list li .check {
    align-self: flex-start;
  }
  .kyc.select-id .id-list li .check {
    justify-self: flex-end;
  }
  .kyc.select-id .id-list li .img {
    align-self: flex-end;
  }
}
.kyc.select-id .btn {
  display: none;
}
.kyc.upload-id .target-image {
  width: 7.25rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.kyc.upload-id .custom-input-wrap.file {
  margin-top: 2.75rem;
}
.kyc.upload-id .photo-guide {
  margin-top: 2.75rem;
  display: flex;
  gap: 1.5rem;
}
.kyc.upload-id .photo-guide p {
  font-size: 1rem;
}
.kyc.upload-id .photo-guide ul {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.kyc.upload-id .photo-guide ul li {
  color: #919191;
  font-weight: 600;
  font-size: 0.8125rem;
}
.kyc.upload-id .photo-guide ul li::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #919191;
  vertical-align: middle;
  margin: auto 0.5rem;
}
@media (max-width: 767px) {
  .kyc.upload-id .photo-guide {
    text-align: center;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .kyc.authenticate-account .btn {
    max-width: 13.75rem;
  }
}
@media (min-width: 1225px) {
  .kyc.authenticate-account .btn {
    max-width: 13.75rem;
  }
}
.kyc.submit-code .btn-container {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.kyc.submit-code .btn-container .btn {
  margin: unset;
}
.kyc.mobile-guide {
  margin: 0;
  padding: unset;
  height: 100vh;
}
.kyc.mobile-guide #dimmed {
  opacity: 1;
  background-color: #333333;
}
.kyc.mobile-guide article {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: unset;
}
.kyc.mobile-guide p {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #ffffff;
}
.kyc.mobile-guide .card {
  width: 19.625rem;
  height: 12.0625rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  margin: 1.625rem 0;
}

/**
 * KYC page specific styles
 * Dependencies:
 * - _variables.scss (for colors, breakpoints)
 * - _mixins.scss (for responsive mixins)
 */
.bar-chart {
  width: 100%;
  max-width: 31.68rem;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 19.2rem;
  margin-bottom: 2.8rem;
}
.bar-chart .bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.bar-chart .bar .bar-rect {
  width: 2.4rem;
  border-radius: 1.2rem;
  background: #ededed;
  transition: all 1s cubic-bezier(0.4, 1.5, 0.6, 1);
}
.bar-chart .bar .bar-rect.active {
  background: #29d852;
}
.bar-chart .bar .bar-label {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #6f6f80;
}
.bar-chart .bar .bar-value {
  font-size: 1.2rem;
  color: #6f6f80;
  font-weight: 700;
  margin-top: 0.2rem;
  transition: all 1s cubic-bezier(0.4, 1.5, 0.6, 1);
}
.bar-chart .bar .bar-value.active {
    color: #29d852;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .bar-chart {
    height: 23.12rem;
    margin-bottom: 3.24rem;
  }
  .bar-chart .bar-rect {
    width: 2.88rem;
  }
  .bar-chart .bar-label {
    margin-top: 0.96rem;
    font-size: 1.44rem;
  }
  .bar-chart .bar-value {
    margin-top: 0.16rem;
    font-size: 1.44rem;
  }
}
@media (min-width: 1225px) {
  .bar-chart {
    height: 23.12rem;
    margin-bottom: 3.24rem;
  }
  .bar-chart .bar-rect {
    width: 2.88rem;
  }
  .bar-chart .bar-label {
    margin-top: 0.96rem;
    font-size: 1.44rem;
  }
  .bar-chart .bar-value {
    margin-top: 0.16rem;
    font-size: 1.44rem;
  }
}

.pie-chart {
  aspect-ratio: 1/1;
  max-width: 20rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .pie-chart {
    max-width: 24rem;
  }
}
@media (min-width: 1225px) {
  .pie-chart {
    max-width: 24rem;
  }
}
.pie-chart .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.pie-chart .label.active {
  transform: translate(-50%, -50%) scale(1.05);
}
.pie-chart .label .title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #6f6f80;
  transition: color 0.3s ease;
}
.pie-chart .label .value {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  transition: color 0.3s ease;
}
.pie-chart .label .value .strong {
  font-size: 2.8rem;
  font-weight: 700;
}

.comparison-bar-chart {
  margin-bottom: 5.2rem !important;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .comparison-bar-chart {
    margin-bottom: 6.22rem !important;
  }
}
@media (min-width: 1225px) {
  .comparison-bar-chart {
    margin-bottom: 6.22rem !important;
  }
}
.comparison-bar-chart .bars-container {
  max-width: 37.6rem;
  aspect-ratio: 376.6/221.6;
  margin: auto;
  display: flex;
  gap: 5rem;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .comparison-bar-chart .bars-container {
    gap: 6rem;
  }
}
@media (min-width: 1225px) {
  .comparison-bar-chart .bars-container {
    gap: 6rem;
  }
}
.comparison-bar-chart .bars-container .bar-border {
  width: 100%;
  border: 0.0144rem dashed #dfdfdf;
  position: absolute;
}
.comparison-bar-chart .bars-container .bar-border.active {
  border-color: #49b0ff;
}
.comparison-bar-chart .bars-container .bar-value {
  width: 100%;
  transform: translateY(50%);
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.comparison-bar-chart .bars-container .bar-value.active {
  justify-content: flex-start;
  z-index: 100;
}
.comparison-bar-chart .bars-container .bar-value.active span {
  background-color: #eef8ff;
  color: #49b0ff;
}
.comparison-bar-chart .bars-container .bar-value span {
  z-index: 100;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f8f9fa;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  color: #6f6f80;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .comparison-bar-chart .bars-container .bar-value span {
    font-size: 1.2rem;
    padding: 0.48rem 0.96rem;
  }
}
@media (min-width: 1225px) {
  .comparison-bar-chart .bars-container .bar-value span {
    font-size: 1.2rem;
    padding: 0.48rem 0.96rem;
  }
}
.comparison-bar-chart .bars-container .bar {
  width: 4rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .comparison-bar-chart .bars-container .bar {
    width: 4.8rem;
  }
}
@media (min-width: 1225px) {
  .comparison-bar-chart .bars-container .bar {
    width: 4.8rem;
  }
}
.comparison-bar-chart .bars-container .bar.active .bar-rect {
  z-index: 100;
  background-color: #49b0ff;
}
.comparison-bar-chart .bars-container .bar .bar-rect {
  width: 100%;
  border-radius: 2.5rem;
  background-color: #ededed;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .comparison-bar-chart .bars-container .bar .bar-rect {
    border-radius: 3rem;
  }
}
@media (min-width: 1225px) {
  .comparison-bar-chart .bars-container .bar .bar-rect {
    border-radius: 3rem;
  }
}
.comparison-bar-chart .bars-container .bar .bar-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 500;
  color: #6f6f80;
  transform: translateY(100%) translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1224px) {
  .comparison-bar-chart .bars-container .bar .bar-label {
    font-size: 1.44rem;
    bottom: -0.96rem;
  }
}
@media (min-width: 1225px) {
  .comparison-bar-chart .bars-container .bar .bar-label {
    font-size: 1.44rem;
    bottom: -0.96rem;
  }
}

.custom-legend .legend-color {
  display: inline-block;
  width: 0.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.8rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .custom-legend .legend-color {
    width: 1rem;
    margin-right: 1.68rem;
  }
}
@media (min-width: 1225px) {
  .custom-legend .legend-color {
    width: 1rem;
    margin-right: 1.68rem;
  }
}
.custom-legend .legend-item .legend-label, .custom-legend .legend-item .legend-value {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-legend .legend-item.highlighted .legend-label, .custom-legend .legend-item.highlighted .legend-value {
  transform: scale(1.05);
}

.basic .colored {
  color: #29d852 !important;
}

.advanced .colored {
  color: #49b0ff !important;
}

.comprehensive .colored {
  color: #287fff !important;
}

.breadcrumb {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .breadcrumb {
    margin-bottom: 3.2rem;
    gap: 0.72rem;
  }
}
@media (min-width: 1225px) {
  .breadcrumb {
    margin-bottom: 3.2rem;
    gap: 0.72rem;
  }
}
.breadcrumb .step-list {
  display: flex;
  align-items: flex-start;
  gap: 2.6rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .breadcrumb .step-list {
    gap: 3.12rem;
  }
}
@media (min-width: 1225px) {
  .breadcrumb .step-list {
    gap: 3.12rem;
  }
}
.breadcrumb .step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.breadcrumb .step .step-number {
  color: #d0d0d0;
  background-color: #ffffff;
  border: 0.1rem solid #d0d0d0;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.96rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .breadcrumb .step .step-number {
    width: 2.88rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1225px) {
  .breadcrumb .step .step-number {
    width: 2.88rem;
    font-size: 1.6rem;
  }
}
.breadcrumb .step:not(:last-child)::after {
  position: absolute;
  content: "···";
  color: #d0d0d0;
  font-size: 1.2rem;
  line-height: 0;
  letter-spacing: 0.2rem;
  left: calc(100% + 1.3rem);
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .breadcrumb .step:not(:last-child)::after {
    font-size: 1.6rem;
    left: calc(100% + 1.56rem);
  }
}
@media (min-width: 1225px) {
  .breadcrumb .step:not(:last-child)::after {
    font-size: 1.6rem;
    left: calc(100% + 1.56rem);
  }
}
.breadcrumb .step-label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .breadcrumb .step-label {
    font-size: 1.44rem;
  }
}
@media (min-width: 1225px) {
  .breadcrumb .step-label {
    font-size: 1.44rem;
  }
}

.basic .breadcrumb .step-label {
  color: #29d852;
}
.basic .breadcrumb .current .step-number {
  border-color: transparent;
  color: #ffffff;
  background-color: #29d852;
}

.advanced .breadcrumb .step-label {
  color: #49b0ff;
}
.advanced .breadcrumb .current .step-number {
  border-color: transparent;
  color: #ffffff;
  background-color: #49b0ff;
}

.comprehensive .breadcrumb .step-label {
  color: #287fff;
}
.comprehensive .breadcrumb .current .step-number {
  border-color: transparent;
  color: #ffffff;
  background-color: #287fff;
}

.radio-button-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 1rem;
}
.radio-button-group input[type=radio] {
  display: none;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .radio-button-group {
    margin-top: 2.38rem;
  }
}
@media (min-width: 1225px) {
  .radio-button-group {
    margin-top: 2.38rem;
  }
}
.radio-button-group label {
  cursor: pointer;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 3rem 2rem;
  border: 0.15rem solid #ececec;
  transition: all 0.3s ease;
}
.radio-button-group label:hover {
  border-color: #29d852;
  color: #29d852;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .radio-button-group label {
    font-size: 1.92rem;
    padding: 3.6rem 2.4rem;
    border-radius: 1.2rem;
  }
}
@media (min-width: 1225px) {
  .radio-button-group label {
    font-size: 1.92rem;
    padding: 3.6rem 2.4rem;
    border-radius: 1.2rem;
  }
}
.radio-button-group input[type=radio]:checked + label {
  border-color: #29d852;
  color: #29d852;
}

.basic .radio-button-group label:hover {
  border-color: #29d852;
  color: #29d852;
}
.basic .radio-button-group input[type=radio]:checked + label {
  border-color: #29d852;
  color: #29d852;
}

.advanced .radio-button-group label:hover {
  border-color: #49b0ff;
  color: #49b0ff;
}
.advanced .radio-button-group input[type=radio]:checked + label {
  border-color: #49b0ff;
  color: #49b0ff;
}

.comprehensive .radio-button-group label:hover {
  border-color: #287fff;
  color: #287fff;
}
.comprehensive .radio-button-group input[type=radio]:checked + label {
  border-color: #287fff;
  color: #287fff;
}

main .back-btn {
  display: none;
  align-self: flex-start;
}
@media (min-width: 768px) and (max-width: 1224px) {
  main .back-btn {
    width: 2.3rem;
    display: block;
    margin: 7rem auto 4.4rem 0;
  }
}
@media (min-width: 1225px) {
  main .back-btn {
    width: 2.3rem;
    display: block;
    margin: 7rem auto 4.4rem 0;
  }
}

h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  h2 {
    font-size: 1.92rem;
    line-height: 2.88rem;
  }
}
@media (min-width: 1225px) {
  h2 {
    font-size: 1.92rem;
    line-height: 2.88rem;
  }
}

.analysis-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #000;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .analysis-title {
    font-size: 2.88rem;
    line-height: 4.32rem;
  }
}
@media (min-width: 1225px) {
  .analysis-title {
    font-size: 2.88rem;
    line-height: 4.32rem;
  }
}

.analysis-desc {
  color: #6f6f80;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .analysis-desc {
    font-size: 1.68rem;
    line-height: 2.88rem;
  }
}
@media (min-width: 1225px) {
  .analysis-desc {
    font-size: 1.68rem;
    line-height: 2.88rem;
  }
}

.next-btn-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  gap: 3.8rem;
}
.next-btn-container .result-btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3.84rem;
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .next-btn-container {
    margin: 6rem auto;
    gap: 4.8rem;
    flex-direction: column-reverse;
  }
  .next-btn-container .result-btn {
    font-size: 2rem;
  }
}
@media (min-width: 1225px) {
  .next-btn-container {
    margin: 6rem auto;
    gap: 4.8rem;
    flex-direction: column-reverse;
  }
  .next-btn-container .result-btn {
    font-size: 2rem;
  }
}

.inline-exclamation-icon {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.2rem;
  width: 1.6rem;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .inline-exclamation-icon {
    width: 1.92rem;
  }
}
@media (min-width: 1225px) {
  .inline-exclamation-icon {
    width: 1.92rem;
  }
}

.container {
  min-height: calc(100vh - 5.6rem);
}
@media (min-width: 768px) and (max-width: 1224px) {
  .container {
    margin-bottom: 6rem;
    min-height: unset;
  }
}
@media (min-width: 1225px) {
  .container {
    margin-bottom: 6rem;
    min-height: unset;
  }
}

.analysis-title,
.analysis-desc {
  align-self: flex-start;
}

.analysis-desc {
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .analysis-desc {
    margin-bottom: 2.58rem;
  }
}
@media (min-width: 1225px) {
  .analysis-desc {
    margin-bottom: 2.58rem;
  }
}

.index .analysis-title,
.index .analysis-desc {
  align-self: center;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .index .analysis-title,
  .index .analysis-desc {
    margin-bottom: 0;
  }
}
@media (min-width: 1225px) {
  .index .analysis-title,
  .index .analysis-desc {
    margin-bottom: 0;
  }
}
.index .inner-wrap {
  padding-top: 6rem;
}
.index .analysis-title {
  text-align: center;
}
.index .img-container {
  flex: 1;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .index .img-container {
    min-height: 50rem;
  }
}
@media (min-width: 1225px) {
  .index .img-container {
    min-height: 50rem;
  }
}
.index .img-container img {
  width: 100%;
  max-width: 20rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .index .img-container img {
    max-width: 23.4rem;
  }
}
@media (min-width: 1225px) {
  .index .img-container img {
    max-width: 23.4rem;
  }
}

.tax-type .analysis-title,
.tax-type .analysis-desc,
.franchise-type .analysis-title,
.franchise-type .analysis-desc {
  align-self: flex-start;
}

.id-verification section {
  width: 100%;
  margin-bottom: 4rem;
}
.id-verification .simple-verification .button-group {
  display: flex;
  max-width: 36rem;
  margin: auto;
  justify-content: space-between;
  max-width: 30rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .id-verification .simple-verification .button-group {
    max-width: 36rem;
  }
}
@media (min-width: 1225px) {
  .id-verification .simple-verification .button-group {
    max-width: 36rem;
  }
}
.id-verification .simple-verification .button-group .verification-button {
  cursor: pointer;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
}
.id-verification .simple-verification .button-group .verification-button img {
  display: block;
  width: 6rem;
  aspect-ratio: 1/1;
  margin-bottom: 0.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 0.3rem solid transparent;
  transition: all 0.3s ease;
}
.id-verification .simple-verification .button-group .verification-button span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #6f6f80;
  line-height: 1.6rem;
}
.id-verification .simple-verification .button-group .verification-button:hover img, .id-verification .simple-verification .button-group .verification-button.active img {
  border-color: #29d852;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .id-verification .simple-verification .button-group .verification-button img {
    width: 7.2rem;
    margin-bottom: 0.96rem;
  }
  .id-verification .simple-verification .button-group .verification-button span {
    font-size: 1.44rem;
    line-height: 1.92rem;
  }
}
@media (min-width: 1225px) {
  .id-verification .simple-verification .button-group .verification-button img {
    width: 7.2rem;
    margin-bottom: 0.96rem;
  }
  .id-verification .simple-verification .button-group .verification-button span {
    font-size: 1.44rem;
    line-height: 1.92rem;
  }
}
.id-verification .custom-checkbox-list__items label::before {
  display: none !important;
}
.id-verification #hometaxProgressModal .progress-number {
  font-size: 3.2rem;
  font-weight: 600;
  color: #33b938;
  line-height: 1;
  margin: 4rem auto;
}
.id-verification .auth_bottomsheet .process-wrap {
  background-color: #f5f5f5;
  padding: 2.4rem 2.8rem;
  border-radius: 0.98rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.id-verification .auth_bottomsheet .process-wrap .process-item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  text-align: center;
}
.id-verification .auth_bottomsheet .process-grid {
  margin: 1.6rem 0;
  gap: 1.2rem;
  background-color: #f5f5f5;
  padding: 2.4rem 2.8rem;
  border-radius: 0.98rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.id-verification .auth_bottomsheet .process-grid .process-item {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4b5a68;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  justify-self: center;
}
.id-verification .auth_bottomsheet .process-grid .platform-icon {
  width: 6rem;
  aspect-ratio: 1/1;
}
.id-verification .auth_bottomsheet .process-grid .platform-icon img {
  width: 100%;
}
.id-verification .auth_bottomsheet .process-grid .aibiz-icon {
  width: 11rem;
  aspect-ratio: 110/18;
}
.id-verification .auth_bottomsheet .process-grid .aibiz-icon img {
  width: 100%;
}
.id-verification .auth_bottomsheet .reauth-btn {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4b5a68;
  text-decoration: underline;
  cursor: pointer;
}
.id-verification .alert {
  color: #29d852;
  justify-content: space-between;
  font-size: 1.6rem;
  position: relative;
}
.id-verification .alert::before {
  content: "";
  display: block;
  width: 2.8rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  margin-right: 0.8rem;
  background-image: url("/resources/fo/aibiz/common/images/icons/green-alert.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.average-card-sales .switch-tab-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  margin: auto;
  margin-top: 4rem;
  text-align: center;
  color: #676877;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .average-card-sales .switch-tab-btn {
    font-size: 1.92rem;
    margin-top: 4.78rem;
  }
}
@media (min-width: 1225px) {
  .average-card-sales .switch-tab-btn {
    font-size: 1.92rem;
    margin-top: 4.78rem;
  }
}

.result {
  background-color: #f8f9fa;
}
.result .higher-colored {
  color: #ff4800 !important;
}
.result .lower-colored {
  color: #49b0ff !important;
}
.result .container {
  gap: 1rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .container {
    gap: 1.2rem;
  }
}
@media (min-width: 1225px) {
  .result .container {
    gap: 1.2rem;
  }
}
.result .result-header {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4.8rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .result-header {
    margin-bottom: 5.78rem auto;
  }
}
@media (min-width: 1225px) {
  .result .result-header {
    margin-bottom: 5.78rem auto;
  }
}
.result .result-header .result-img {
  width: 6rem;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .result-header .result-img {
    width: 7.2rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .result-header .result-img {
    width: 7.2rem;
    margin-bottom: 2.4rem;
  }
}
.result .result-header .result-img img {
  width: 100%;
}
.result .result-header .result-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  line-height: 3.6rem;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .result-header .result-title {
    font-size: 2.88rem;
    line-height: 4.32rem;
  }
}
@media (min-width: 1225px) {
  .result .result-header .result-title {
    font-size: 2.88rem;
    line-height: 4.32rem;
  }
}
.result .result-header .result-date {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #0168ff;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .result-header .result-date {
    font-size: 1.92rem;
    line-height: 2.88rem;
  }
}
@media (min-width: 1225px) {
  .result .result-header .result-date {
    font-size: 1.92rem;
    line-height: 2.88rem;
  }
}
.result .result-info-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .result-info-list {
    margin-bottom: 2.4rem;
    gap: 1.2rem;
  }
}
@media (min-width: 1225px) {
  .result .result-info-list {
    margin-bottom: 2.4rem;
    gap: 1.2rem;
  }
}
.result .result-info-list .result-info-row {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2.4rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .result-info-list .result-info-row {
    padding: 2.85rem 2.4rem;
    border-radius: 1.2rem;
  }
}
@media (min-width: 1225px) {
  .result .result-info-list .result-info-row {
    padding: 2.85rem 2.4rem;
    border-radius: 1.2rem;
  }
}
.result .result-info-list .result-info-row span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .result-info-list .result-info-row span {
    font-size: 1.92rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .result-info-list .result-info-row span {
    font-size: 1.92rem;
    line-height: 2.4rem;
  }
}
.result .result-info-list .result-info-row .result-info-label {
  color: #000;
  text-align: left;
}
.result .result-info-list .result-info-row .result-info-value {
  color: #3d3d3d;
  text-align: right;
}
.result .result-section {
  width: 100%;
  background-color: #ffffff;
  border-radius: 1rem;
  background-color: transparent;
  margin-bottom: 3.3rem;
}
@media (max-width: 767px) {
  .result .result-section {
    background-color: #ffffff;
    padding: 0.8rem 2rem;
  }
}
.result .result-section .inner-wrap {
  background-color: #ffffff;
  border-radius: 1rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .result-section .inner-wrap {
    padding: 3.6rem 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .result-section .inner-wrap {
    padding: 3.6rem 2.4rem;
  }
}
.result .result-section .result-graph-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .result-section .result-graph-container {
    padding: 0 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .result-section .result-graph-container {
    padding: 0 2.4rem;
  }
}
.result .result-section .result-alert {
  background-color: #f4f8fb;
  border-radius: 1rem;
  padding: 1.6rem 2rem;
}
.result .result-section .result-alert .alert-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #6f6f80;
  letter-spacing: -0.08rem;
}
.result .result-section .result-alert .alert-text strong {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  line-height: 2rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .result-section .result-alert {
    padding: 1.8rem 2.4rem;
    border-radius: 1.2rem;
  }
  .result .result-section .result-alert .alert-text {
    font-size: 1.44rem;
    line-height: 2.16rem;
  }
  .result .result-section .result-alert .alert-text strong {
    font-size: 1.68rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .result-section .result-alert {
    padding: 1.8rem 2.4rem;
    border-radius: 1.2rem;
  }
  .result .result-section .result-alert .alert-text {
    font-size: 1.44rem;
    line-height: 2.16rem;
  }
  .result .result-section .result-alert .alert-text strong {
    font-size: 1.68rem;
    line-height: 2.4rem;
  }
}
.result .advanced,
.result .comprehensive {
  gap: 1rem;
}
.result .advanced section,
.result .comprehensive section {
  width: 100%;
  background-color: #ffffff;
  padding: 2.8rem 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .advanced section,
  .result .comprehensive section {
    padding: 3.4rem 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .advanced section,
  .result .comprehensive section {
    padding: 3.4rem 2.4rem;
  }
}
.result .info-type {
  align-self: flex-start;
  font-size: 1.4rem;
  font-weight: 600;
  /*   color: $advanced; */
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .info-type {
    font-size: 1.68rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .info-type {
    font-size: 1.68rem;
    margin-bottom: 2.4rem;
  }
}
.result .chart-title {
  align-self: flex-start;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #000;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .chart-title {
    font-size: 2.4rem;
    line-height: 3.36rem;
    margin-bottom: 0.96rem;
  }
}
@media (min-width: 1225px) {
  .result .chart-title {
    font-size: 2.4rem;
    line-height: 3.36rem;
    margin-bottom: 0.96rem;
  }
}
.result .chart-desc {
  align-self: flex-start;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #6f6f80;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .chart-desc {
    font-size: 1.68rem;
    line-height: 2.4rem;
    margin-bottom: 3.36rem;
  }
}
@media (min-width: 1225px) {
  .result .chart-desc {
    font-size: 1.68rem;
    line-height: 2.4rem;
    margin-bottom: 3.36rem;
  }
}
.result .chart-container {
  width: 100%;
  min-width: 0px;
  height: auto;
  position: relative;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .chart-container {
    margin-bottom: 3.4rem;
  }
}
@media (min-width: 1225px) {
  .result .chart-container {
    margin-bottom: 3.4rem;
  }
}
.result .chart-container canvas {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.result .info-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .info-list {
    gap: 1.2rem;
  }
}
@media (min-width: 1225px) {
  .result .info-list {
    gap: 1.2rem;
  }
}
.result .info-list > div {
  background-color: #f8f9fa;
  border-radius: 1rem;
  padding: 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .info-list > div {
    padding: 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .info-list > div {
    padding: 2.4rem;
  }
}
.result .info-list .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.result .info-list .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}
.result .info-list .info-label {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .info-list .info-label {
    font-size: 1.68rem;
  }
}
@media (min-width: 1225px) {
  .result .info-list .info-label {
    font-size: 1.68rem;
  }
}
.result .info-list .info-value {
  font-size: 1.4rem;
  color: #787878;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .info-list .info-value {
    font-size: 1.68rem;
  }
}
@media (min-width: 1225px) {
  .result .info-list .info-value {
    font-size: 1.68rem;
  }
}
.result .info-list .info-desc {
  font-size: 1.2rem;
  color: #6f6f80;
  line-height: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .info-list .info-desc {
    font-size: 1.44rem;
  }
}
@media (min-width: 1225px) {
  .result .info-list .info-desc {
    font-size: 1.44rem;
  }
}
.result .comprehensive .cost-analysis {
  background-color: transparent;
  margin-bottom: 0;
}
.result .comprehensive .cost-analysis .cost-analysis-box {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.8rem 2.4rem;
  border-radius: 1rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box {
    padding: 3.26rem 2.4rem;
    border-radius: 1.2rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box {
    padding: 3.26rem 2.4rem;
    border-radius: 1.2rem;
  }
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-header {
  background-color: #e6f0ff;
  color: #287fff;
  margin-bottom: 2.8rem;
  border-radius: 1.5rem;
  padding: 0.6rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-header {
    font-size: 1.68rem;
    margin-bottom: 3.36rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-header {
    font-size: 1.68rem;
    margin-bottom: 3.36rem;
  }
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-title {
  font-weight: 600;
  color: #14161e;
  line-height: 2rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-title {
    font-size: 1.92rem;
    line-height: 2.4rem;
    margin-bottom: 0.96rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-title {
    font-size: 1.92rem;
    line-height: 2.4rem;
    margin-bottom: 0.96rem;
  }
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-money {
  color: #000;
  margin-bottom: 0.8rem;
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-money-value {
  font-size: 2.8rem;
  font-weight: 700;
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-money-unit {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-money {
    margin-bottom: 2.4rem;
  }
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-money-value {
    font-size: 3.36rem;
  }
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-money-unit {
    font-size: 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-money {
    margin-bottom: 2.4rem;
  }
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-money-value {
    font-size: 3.36rem;
  }
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-money-unit {
    font-size: 2.4rem;
  }
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-wallet-img {
  width: 10rem;
  aspect-ratio: 100/92;
  display: grid;
  place-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-wallet-img {
    width: 12rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-top .cost-analysis-wallet-img {
    width: 12rem;
    margin-bottom: 2.4rem;
  }
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom {
    font-size: 1.92rem;
    line-height: 2.88rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom {
    font-size: 1.92rem;
    line-height: 2.88rem;
  }
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-row .cost-analysis-percent {
  margin-left: auto;
  margin-right: 0.6rem;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 1.5rem;
  line-height: 1.4rem;
  color: #6f6f80;
  background-color: #f8f9fa;
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-row .cost-analysis-percent.blue {
  color: #287fff;
  background-color: #e6f0ff;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-row .cost-analysis-percent {
    font-size: 1.44rem;
    line-height: 1.68rem;
    padding: 0.48rem 0.96rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-row .cost-analysis-percent {
    font-size: 1.44rem;
    line-height: 1.68rem;
    padding: 0.48rem 0.96rem;
  }
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-divider {
  margin: 2rem 0;
  border-top: 0.1rem dashed #a7aabd;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-divider {
    margin: 2.4rem 0;
    border-top-width: 0.12rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-divider {
    margin: 2.4rem 0;
    border-top-width: 0.12rem;
  }
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-detail-list {
    gap: 0.94rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-detail-list {
    gap: 0.94rem;
  }
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-detail-list .cost-analysis-row:first-child {
  margin-bottom: 0.4rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-detail-list .cost-analysis-row:first-child {
    margin-bottom: 0.48rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-detail-list .cost-analysis-row:first-child {
    margin-bottom: 0.48rem;
  }
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-bottom .cost-analysis-detail-list .cost-analysis-row:not(:first-child) {
  color: #6f6f80;
}
.result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #6f6f80;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-note {
    font-size: 1.44rem;
    line-height: 1.92rem;
    margin-top: 2.4rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis .cost-analysis-box .cost-analysis-main .cost-analysis-note {
    font-size: 1.44rem;
    line-height: 1.92rem;
    margin-top: 2.4rem;
  }
}
.result .comprehensive .cost-analysis-btn {
  margin-top: 2.8rem;
}
.result .comprehensive .cost-analysis-btn .cost-analysis-compare-btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #287fff;
  cursor: pointer;
  background-color: #ddf0ff;
  padding: 0.9rem 1.6rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis-btn .cost-analysis-compare-btn {
    font-size: 1.68rem;
    line-height: 2.16rem;
    padding: 1.06rem 1.92rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis-btn .cost-analysis-compare-btn {
    font-size: 1.68rem;
    line-height: 2.16rem;
    padding: 1.06rem 1.92rem;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .result .comprehensive .cost-analysis-btn {
    margin-top: 3.36rem;
  }
}
@media (min-width: 1225px) {
  .result .comprehensive .cost-analysis-btn {
    margin-top: 3.36rem;
  }
}
.result .comprehensive .comparison-bar-chart .bars-container .bar-border.active {
  border-color: #287fff;
}
.result .comprehensive .comparison-bar-chart .bars-container .bar-value.active span {
  color: #287fff;
  background-color: #e6f0ff;
}
.result .comprehensive .comparison-bar-chart .bars-container .bar.active .bar-rect {
  background-color: #287fff;
}

.cost-analysis-fold {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cost-analysis-fold.close {
  max-height: 0;
  opacity: 0;
  margin: 0;
}
.cost-analysis-fold.show {
  max-height: 3500px;
  opacity: 1;
  margin-bottom: 3.3rem;
}

.slick-list {
  overflow: hidden;
}
.slick-list::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.slick-slide {
  float: left;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 5;
}
.slick-arrow.slick-prev {
  left: -50px;
}
.slick-arrow.slick-prev::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #d9d9d9;
  transform: rotate(-135deg);
}
.slick-arrow.slick-next {
  right: -50px;
}
.slick-arrow.slick-next::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #d9d9d9;
  transform: rotate(45deg);
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
}
.slick-dots li button {
  display: block;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.average-card-sales .alert {
    color: #29d852;
    justify-content: space-between;
    font-size: 1.6rem;
    position: relative;
}
.average-card-sales .alert::before {
    content: "";
    display: block;
    width: 2.8rem;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    margin-right: 0.8rem;
    background-image: url("/resources/fo/aibiz/common/images/icons/green-alert.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}