@charset "UTF-8";
@media (min-width: 1001px) {
  .mobile {
    display: none !important;
  }

  header.mobile-header {
    display: none !important;
  }

  /* Common Start */
  /*datepicker-bs5*/
  .datepicker {
    width: -moz-min-content;
    width: min-content;
  }

  .datepicker:not(.active) {
    display: none;
  }

  .datepicker-dropdown {
    position: absolute;
    z-index: 1000;
    padding-top: 4px;
  }

  .datepicker-dropdown.datepicker-orient-top {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .datepicker-picker {
    display: flex;
    flex-direction: column;
    border-radius: 0.375rem;
    background-color: #fff;
  }

  .datepicker-dropdown .datepicker-picker {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .datepicker-main {
    flex: auto;
    padding: 2px;
  }

  .datepicker-footer {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
  }

  .datepicker-title {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 700;
  }

  .datepicker-controls {
    display: flex;
  }

  .datepicker-header .datepicker-controls {
    padding: 2px 2px 0;
  }

  .datepicker-controls .btn {
    border-color: #f8f9fa;
    background-color: #fff;
  }

  .datepicker-controls .btn:hover {
    border-color: #dbe0e5;
    background-color: #e2e6ea;
    color: #000;
  }

  .datepicker-controls .btn:focus {
    border-color: #dbe0e5;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    background-color: #e2e6ea;
    color: #000;
  }

  .datepicker-controls .btn:disabled {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #000;
  }

  .datepicker-controls .btn:not(:disabled):active {
    border-color: #d4dae0;
    background-color: #dbe0e5;
    color: #000;
  }

  .datepicker-controls .btn:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  }

  .datepicker-header .datepicker-controls .btn {
    border-color: transparent;
    font-weight: bold;
  }

  .datepicker-footer .datepicker-controls .btn {
    flex: auto;
    margin: calc(0.375rem - 1px) 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
  }

  .datepicker-controls .view-switch {
    flex: auto;
  }

  .datepicker-controls .prev-button,
  .datepicker-controls .next-button {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    flex: 0 0 14.2857142857%;
  }

  .datepicker-controls .prev-button.disabled,
  .datepicker-controls .next-button.disabled {
    visibility: hidden;
  }

  .datepicker-view,
  .datepicker-grid {
    display: flex;
  }

  .datepicker-view {
    align-items: stretch;
    width: 15.75rem;
  }

  .datepicker-grid {
    flex-wrap: wrap;
    flex: auto;
  }

  .datepicker .days {
    display: flex;
    flex-direction: column;
    flex: auto;
  }

  .datepicker .days-of-week {
    display: flex;
  }

  .datepicker .week-numbers {
    display: flex;
    flex-direction: column;
    flex: 0 0 9.6774193548%;
  }

  .datepicker .weeks {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: auto;
  }

  .datepicker span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .datepicker .dow {
    height: 1.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
  }

  .datepicker .week {
    flex: auto;
    color: #dee2e6;
    font-size: 0.875rem;
  }

  .datepicker-cell,
  .datepicker .days .dow {
    flex-basis: 14.2857142857%;
  }

  .datepicker-cell {
    height: 2.25rem;
  }

  .datepicker-cell:not(.day) {
    flex-basis: 25%;
    height: 4.5rem;
  }

  .datepicker-cell:not(.disabled):hover {
    background-color: #f9f9f9;
    cursor: pointer;
  }

  .datepicker-cell.focused:not(.selected) {
    background-color: #e2e6ea;
  }

  .datepicker-cell.selected,
  .datepicker-cell.selected:hover {
    background-color: #0d6efd;
    color: #fff;
    font-weight: 600;
  }

  .datepicker-cell.disabled {
    color: rgba(33, 37, 41, 0.5);
  }

  .datepicker-cell.prev:not(.disabled),
  .datepicker-cell.next:not(.disabled) {
    display: none;
  }

  .datepicker-cell.prev.selected,
  .datepicker-cell.next.selected {
    color: #e6e6e6;
  }

  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    border-radius: 0;
    background-color: #f8f9fa;
  }

  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #f1f3f5;
  }

  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #e2e6ea;
  }

  .datepicker-cell.today:not(.selected) {
    background-color: #20c997;
  }

  .datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff;
  }

  .datepicker-cell.today.focused:not(.selected) {
    background-color: #1fc493;
  }

  .datepicker-cell.range-end:not(.selected),
  .datepicker-cell.range-start:not(.selected) {
    background-color: #6c757d;
    color: #fff;
  }

  .datepicker-cell.range-end.focused:not(.selected),
  .datepicker-cell.range-start.focused:not(.selected) {
    background-color: #69727a;
  }

  .datepicker-cell.range-start:not(.range-end) {
    border-radius: 0.375rem 0 0 0.375rem;
  }

  .datepicker-cell.range-end:not(.range-start) {
    border-radius: 0 0.375rem 0.375rem 0;
  }

  .datepicker-cell.range {
    border-radius: 0;
    background-color: #e9ecef;
  }

  .datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #e2e6ea;
  }

  .datepicker-cell.range.disabled {
    color: #ced4db;
  }

  .datepicker-cell.range.focused {
    background-color: #dbe0e5;
  }

  .datepicker-input.in-edit {
    border-color: #73acfe;
  }

  .datepicker-input.in-edit:focus,
  .datepicker-input.in-edit:active {
    box-shadow: 0 0 0.25em 0.25em rgba(115, 172, 254, 0.2);
  }

  main .section {
    padding: 3rem 1.5rem;
  }

  aside {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    overflow: auto;
    background-color: #fff;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 10%);
    transition: right 0.3s;
  }

  .open aside {
    right: 0;
  }

  aside hr {
    margin-top: 0.5rem;
  }

  .code-wrap {
    position: relative;
  }

  .code-wrap pre {
    background-color: whitesmoke;
    padding: 1.25rem 1.5rem;
    max-height: 320px;
    overflow-y: auto;
  }

  .code-wrap pre:not(.is-active) {
    height: 0;
    overflow: hidden;
    opacity: 0.5;
  }

  .code-wrap .collapse-button {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-color: #f6f6f6cc;
    cursor: pointer;
    padding: 0.125rem 0.25rem;
    font-size: 0.75rem;
  }

  .code-wrap pre:not(.is-active)+.collapse-button {
    background-color: transparent;
  }

  .code-wrap pre code.hljs {
    display: initial;
    overflow: initial;
    background: initial;
    padding: initial;
  }

  .option-type-selector {
    margin-top: -0.5rem;
  }

  .option-type-selector>label:first-of-type {
    margin: 0 0.25rem;
  }

  .is-hidden {
    display: none;
  }

  .toggle-button {
    position: fixed;
    top: 0.75rem;
    right: 0.75rem;
    width: 1.5rem;
    background-color: #fff;
    line-height: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 10%);
    border-radius: 2px;
    box-shadow: 1px 1px rgba(0, 0, 0, 10%);
    cursor: pointer;
  }

  .toggle-button::before {
    content: '\25c0';
    padding-left: 0.25rem;
  }

  .open .toggle-button::before {
    content: '\25b6';
  }

  @media (min-width: 481px) {
    main {
      margin-right: 38.1966%;
    }

    aside {
      right: 0;
      width: 38.1966%;
    }

    .toggle-button {
      display: none;
    }
  }

  @media (min-width: 992px) {
    .code-wrap pre {
      max-height: calc(39vw - 7.5rem);
    }
  }

  /*HCAU-calendar*/
  .HCAU-calendar {
    position: relative;
  }

  .HCAU-calendar .form-control:not(:disabled) {
    padding-right: 50px;
  }

  .HCAU-calendar span button,
  .HCAU-calendar span img {
    position: absolute;
    right: 16px;
    top: 50%;
    outline: none;
    border: none;
    background: none;
    margin: -12px 0 0 0;
    padding: 0;
  }

  /* .HCAU-calendar .form-control:disabled{padding-right:0;opacity: .5;} */
  .datepicker-cell.days.prev,
  .datepicker-cell.days.next {
    opacity: 0.5;
    background: #eee;
  }

  .datepicker-cell.days.prev:hover,
  .datepicker-cell.days.next:hover {
    background: #eee;
    cursor: default;
  }

  .datepicker-main {
    padding: 20px
  }

  .datepicker span {
    border-radius: 2rem
  }

  .datepicker-cell.focused:not(.selected),
  .datepicker-cell.selected,
  .datepicker-cell.selected:hover {
    background-color: #af6249;
    color: #fff;
  }

  .datepicker-view.months.datepicker-grid,
  .datepicker-view.years.datepicker-grid {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
  }

  .datepicker-cell.month,
  .datepicker-cell.year {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px
  }

  .datepicker-cell:not(.day) {
    flex-basis: 50%;
    height: 36px
  }

  .datepicker-cell.day,
  .datepicker .dow {
    min-height: 24px;
    height: 2rem;
    flex-basis: 2rem;
    margin: 0.1rem;
    border-radius: 50% !important;
    border: 1px solid #e5e5e5
  }

  .datepicker .days-of-week .dow {
    margin: 0.1rem;
    max-width: 32px
  }

  .datepicker .days .dow:nth-child(1),
  .datepicker .days .dow:nth-child(2),
  .datepicker .days .dow:nth-child(3),
  .datepicker .days .dow:nth-child(4),
  .datepicker .days .dow:nth-child(5) {
    background-color: #444;
    color: #fff
  }

  .datepicker .days .dow:nth-child(6) {
    background-color: #1760B6;
    color: #fff
  }

  .datepicker .days .dow:nth-child(7) {
    background-color: #C31818;
    color: #fff
  }

  .form-control.date.datepicker-input:focus {
    border-color: #af6249 !important;
    outline: 1px solid #af6249 !important;
    box-shadow: 0 0 0 0
  }

  .form-check-inline {
    margin-right: 24px
  }

  html {
    position: relative;
  }

  html,
  body {
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 1.25;
    font-size: 0.96825rem;
  }

  body {
    font-family: "GenesisTextOffice", "Malgun Gothic", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif;
    color: #000000;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
  }

  body,
  div,
  section,
  dl,
  ul,
  ol,
  li,
  dt,
  dd,
  blockquote,
  p,
  span {
    font-family: "GenesisTextOffice", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "Malgun Gothic", Dotum, "돋움", "굴림", arial, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .HCAU-h1,
  .HCAU-h2 {
    line-height: 1;
    margin: 0;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  li {
    list-style: none;
  }

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }

  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }

  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }

  textarea {
    resize: vertical;
  }

  pre,
  xmp,
  plaintext,
  listing,
  samp,
  kbd,
  code,
  figure,
  figcaption {
    margin: 0;
  }

  iframe {
    border: none;
  }

  iframe[src*="insight.adsrvr.org/tags"] {
    display: none;
  }

  img {
    vertical-align: top;
  }

  strong,
  b {
    font-weight: 700;
  }

  pre {
    white-space: pre-wrap;
  }

  ::-webkit-input-placeholder {
    color: #999;
  }

  ::-moz-placeholder {
    color: #999;
  }

  :-ms-input-placeholder {
    color: #999;
  }

  :-moz-placeholder {
    color: #999;
  }

  table {
    width: 100%;
  }

  caption {
    left: -10000px;
    top: auto;
    height: 0;
    overflow: hidden;
  }

  button:focus,
  a:focus,
  a:active,
  button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  select::-moz-focus-inner,
  input[type="file"]>input[type="button"]::-moz-focus-inner {
    outline: blue;
    box-shadow: 0 0 3px 0px blue;
    position: relative;
  }

  select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 3px 0 blue;
  }

  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body {
    margin: 0;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }

  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  [hidden],
  template {
    display: none;
  }

  a {
    background-color: rgba(0, 0, 0, 0);
  }

  a:active,
  a:hover {
    outline: 0;
  }

  abbr[title] {
    border-bottom: 1px dotted;
  }

  b,
  strong {
    font-weight: 700;
  }

  dfn {
    font-style: italic;
  }

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  mark {
    background: #ff0;
    color: #000;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: 0;
  }

  img {
    border: 0;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  figure {
    margin: 1em 40px;
  }

  hr {
    box-sizing: content-box;
    height: 0;
  }

  pre {
    overflow: auto;
  }

  code,
  kbd,
  pre,
  samp {
    font-size: 1em;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }

  button {
    overflow: visible;
  }

  button,
  select {
    text-transform: none;
  }

  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  input {
    line-height: normal;
  }

  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  legend {
    border: 0;
    padding: 0;
  }

  textarea {
    overflow: auto;
  }

  optgroup {
    font-weight: bold;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  td,
  th {
    padding: 0;
  }

  .icon-list {
    padding-left: 0;
    list-style: none;
  }

  .icon-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.25rem;
  }

  .icon-list li::before {
    display: block;
    flex-shrink: 0;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5rem;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center/100% auto;
  }

  a {
    color: inherit;
  }

  body {
    min-width: 1440px;
  }


  ::-webkit-scrollbar {
    width: 14px;
    height: 14px;
  }

  ::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 10px;
    border: 4px solid transparent;
    box-shadow: inset 6px 6px 0 rgba(34, 34, 34, 0.25);
  }

  ::-webkit-scrollbar-thumb:hover {
    border: 4px solid transparent;
    box-shadow: inset 6px 6px 0 rgba(34, 34, 34, 0.5);
  }

  ::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
  }

  /* Common End  */

  /* Component  Start */
  .g08 {
    gap: 8px;
  }

  .g10 {
    gap: 10px;
  }

  .g12 {
    gap: 12px;
  }

  .g16 {
    gap: 16px;
  }

  .g20 {
    gap: 20px;
  }

  .g25 {
    gap: 25px;
  }

  .g28 {
    gap: 28px;
  }

  .g30 {
    gap: 30px;
  }

  .g40 {
    gap: 40px;
  }

  .g54 {
    gap: 54px;
  }

  .g86 {
    gap: 86px;
  }

  .g96 {
    gap: 96px;
  }

  .g100 {
    gap: 100px;
  }

  .g120 {
    gap: 120px;
  }

  .g160 {
    gap: 160px;
  }

  .gx12 {
    row-gap: 12px;
  }

  .gx-20 {
    --bs-gutter-x: 20px;
  }

  .gy-28 {
    --bs-gutter-y: 28px;
  }

  .gx-40 {
    --bs-gutter-x: 40px;
  }

  .gy-40 {
    --bs-gutter-y: 40px;
  }

  .rg0 {
    row-gap: 0;
  }

  .p10 {
    padding: 10px;
  }

  .p20 {
    padding: 20px;
  }

  .p24 {
    padding: 24px;
  }

  .p32 {
    padding: 32px;
  }

  .p40 {
    padding: 40px;
  }

  .p45 {
    padding: 45px;
  }

  .p50 {
    padding: 50px;
  }

  .p80 {
    padding: 80px;
  }

  .pt08 {
    padding-top: 8px;
  }

  .pt12 {
    padding-top: 12px;
  }

  .pt16 {
    padding-top: 16px;
  }

  .pt20 {
    padding-top: 20px;
  }

  .pt28 {
    padding-top: 28px;
  }

  .pt32 {
    padding-top: 32px;
  }

  .pt40 {
    padding-top: 40px;
  }

  .pt60 {
    padding-top: 60px;
  }

  .pt80 {
    padding-top: 80px;
  }

  .pb12 {
    padding-bottom: 12px;
  }

  .pb16 {
    padding-bottom: 16px;
  }

  .pb20 {
    padding-bottom: 20px;
  }

  .pb28 {
    padding-bottom: 28px;
  }

  .pb32 {
    padding-bottom: 32px;
  }

  .pb80 {
    padding-bottom: 80px;
  }

  .py12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .py15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .py16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .py20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .py24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .py30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .py32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .py40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .py60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .py80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .py100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .px16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .px20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .px28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .px32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .px36 {
    padding-left: 32px;
    padding-right: 36px;
  }

  .px40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .px100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .mx16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .mx20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mx32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .mx40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .my32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .my20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .my40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt08 {
    margin-top: 8px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt12 {
    margin-top: 12px;
  }

  .mt16 {
    margin-top: 16px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt24 {
    margin-top: 24px;
  }

  .mt28 {
    margin-top: 28px;
  }

  .mt32 {
    margin-top: 32px;
  }

  .mt36 {
    margin-top: 36px;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mt48 {
    margin-top: 48px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt52 {
    margin-top: 52px;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mt80 {
    margin-top: 80px !important;
  }

  .mt120 {
    margin-top: 120px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb32 {
    margin-bottom: 32px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb42 {
    margin-bottom: 42px !important;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .ml20 {
    margin-left: 20px;
  }

  .ml40 {
    margin-left: 40px !important;
  }

  .mr40 {
    margin-right: 40px !important;
  }

  section.mt40 {
    margin-top: 40px !important;
  }

  a {
    text-decoration: none;
  }

  .fw500 {
    font-weight: 700;
  }

  .min0 {
    min-width: 0;
  }

  .w50 {
    width: 50px;
  }

  .w70 {
    width: 70px;
  }

  .w75 {
    width: 75px;
  }

  .w80 {
    width: 80px;
  }

  .w92 {
    width: 92px;
  }

  .w110 {
    width: 110px;
  }

  .w140 {
    width: 140px;
  }

  .w180 {
    width: 180px;
  }

  .w200 {
    width: 200px;
  }

  .w320 {
    width: 320px;
  }

  .w330 {
    width: 330px;
  }

  .w335 {
    width: 335px;
  }

  .w350 {
    width: 350px;
  }

  .w360 {
    width: 360px;
  }

  .w380 {
    width: 380px;
  }

  .w386 {
    width: 386px;
  }

  .w400 {
    width: 400px;
  }

  .w440 {
    width: 440px;
  }

  .w480 {
    width: 480px;
  }

  .w510 {
    width: 510px;
  }

  .w540 {
    width: 540px;
  }

  .w600 {
    width: 600px;
  }

  .w720 {
    width: 720px;
  }

  .h32 {
    height: 32px;
  }

  .h44 {
    height: 44px;
  }

  .h52 {
    height: 52px;
  }

  .h56 {
    height: 56px;
  }

  .h60 {
    height: 60px;
  }

  .h80 {
    height: 80px;
  }

  .h113 {
    height: 113px;
  }

  .h500 {
    height: 500px;
  }

  .border-bottom {
    border-bottom: 1px solid #e5e5e5;
  }

  .border-bottom.black {
    border-color: #000000 !important;
  }

  .border-top {
    border-top: 1px solid #e5e5e5 !important;
  }

  .border-top.black {
    border-color: #000000 !important;
  }

  .border-top.gray03 {
    border-color: #a2a2a2 !important;
  }

  .border-top-dashed {
    border-top: 1px dashed #000000;
  }

  .border-top-dashed.gray02 {
    border-color: #e5e5e5;
  }

  .border-top-dashed.black {
    border-top: 1px dashed #000000;
  }

  .border-top-dashed.gray {
    border-color: #e5e5e5;
  }

  .border-bottom-dashed {
    border-bottom: 1px dashed #a2a2a2;
  }

  .border-bottom-dashed.gray02 {
    border-color: #e5e5e5;
  }

  .HCAU-h1 {
    color: #000000;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: GenesisHeadOffice;
  }

  .HCAU-h2 {
    color: #000000;
    font-size: 24px !important;
    font-weight: 700;
  }

  .HCAU-h2.lg {
    font-size: 32px;
  }

  .HCAU-lead-txt {
    color: #000000;
    font-size: 20px;
  }

  .HCAU-txt-lg {
    color: #000000;
    font-size: 20px;
  }

  .HCAU-txt-md {
    color: #000000;
    font-size: 20px;
  }

  .HCAU-txt-sm {
    color: #000000;
    font-size: 16px;
  }

  .HCAU-txt-xs {
    color: #000000;
    font-size: 16px;
  }

  .lh20 {
    line-height: 20px;
  }

  .lt-2 {
    letter-spacing: -0.2px;
  }

  .white {
    color: #fff;
  }

  .gray01 {
    color: #f8f8f8;
  }

  .gray02 {
    color: #e5e5e5;
  }

  .gray03 {
    color: #a2a2a2;
  }

  .gray04 {
    color: #666666;
  }

  .black {
    color: #000000 !important;
  }

  .point {
    color: #af6249;
  }

  .point-red {
    color: #ce2d2d;
  }

  .point-blue {
    color: #1d8abc;
  }

  .scroll-wrap {
    overflow: auto;
    min-height: 200px;
    max-height: 500px;
    height: 100%;
  }

  .dollar:before {
    content: "$";
    display: inline-block;
    margin-right: 5px;
    height: 20px;
  }

  .backdrop {
    backdrop-filter: blur(6px) saturate(150%);
  }

  .box-shadow {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1019607843);
  }

  .wrap {
    width: 100%;
    background: url(/sfsites/c/resource/genesisFrontend/img/img_sub.png) no-repeat 0 0;
  }

  .wrap .HCAU-sidebar {
    display: none;
  }

  .wrap .HCAU-menubar {
    position: absolute;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    left: 0;
    top: 30px;
    right: 0;
    z-index: 3;
  }

  .wrap .HCAU-menubar .menu {
    background: #fff;
    width: 100%;
    min-width: 1440px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wrap .HCAU-menubar .menu>ul>li {
    font-weight: 700;
    padding: 32px 14px;
    font-size: 16px;
    float: left;
    line-height: 14px;
  }

  .wrap .HCAU-menubar .menu .HCAU-btn {
    gap: 28px;
    border: 0;
  }

  .wrap .HCAU-menubar .menu .HCAU-btn .HCAU-txt-sm {
    position: relative;
    top: 1px;
    margin-left: 2px;
  }

  .wrap .HCAU-menubar .accordion .accordion-item {
    border-radius: 0;
    border: none;
  }

  .wrap .HCAU-menubar .accordion .accordion-button {
    padding: 0;
    border: 0;
  }

  .wrap .HCAU-menubar .accordion .accordion-button:focus {
    box-shadow: none;
  }

  .wrap .HCAU-menubar .accordion .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: 0;
  }

  .wrap .HCAU-menubar .accordion .accordion-button .nav-bar {
    background: transparent;
    border: 0;
  }

  .wrap .HCAU-menubar .accordion .accordion-body {
    padding: 0;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 {
    display: flex;
    padding: 40px 40px 60px 40px;
    gap: 28px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth2 {
    flex: 1;
    width: 20%;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth2:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth2 h3,
  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth2 ul li {
    font-size: 16px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth2>ul {
    padding-top: 32px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth2>ul>li:not(:last-child) {
    padding-bottom: 20px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth3 {
    margin: 12px 28px 0 0;
    padding-top: 0 !important;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth3 li {
    padding: 12px !important;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth3 li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth3 li .HCAU-txt-sm {
    display: block;
    position: relative;
    border: none;
    padding-left: 12px;
    color: #666666;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-gnb-depth1 .HCAU-gnb-depth3 li .HCAU-txt-sm::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #a2a2a2;
    position: absolute;
    left: 0;
    top: 6px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search {
    padding: 40px 120px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar {
    position: relative;
    align-items: center;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar .btn-search {
    border: 0;
    background: transparent;
    position: absolute;
    right: 40px;
    top: 16px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar .btn-close {
    opacity: 1;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar .btn-close:focus {
    outline: 0;
    box-shadow: 0;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar .dropdown>button {
    min-height: 56px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar .HCAU-form.form-control[type=text] {
    min-height: 56px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar+div {
    margin-top: 20px;
    padding: 0 44px 0 0;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar+div h3 {
    line-height: 33px;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar+div ul {
    max-height: 292px;
    overflow: auto;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar+div ul li {
    line-height: 1.1;
    padding: 20px 0;
  }

  .wrap .HCAU-menubar .accordion .accordion-body .HCAU-search .HCAU-search-bar+div ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }

  .wrap .HCAU-menubar .accordion .accordion-collapse {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #E5E5E5 !important;
  }

  .wrap .HCAU-menubar.is-active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    max-width: 100%;
    padding-top: 0;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6px) saturate(150%);
    height: 80px;
  }

  .wrap .HCAU-menubar.is-active .accordion-body,
  .wrap .HCAU-menubar.is-active .accordion-header,
  .wrap .HCAU-menubar.is-active .menu {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 0;
  }

  .wrap .accordion-button:not(.collapsed)::after {
    background: none;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item {
    border: none;
    border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-header button {
    color: #000000;
    padding: 20px 32px;
    background: none;
    border: none;
    box-shadow: none;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-header button:after {
    background: url(/sfsites/c/resource/genesisFrontend/img/ico_gnb_close.svg);
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-header button.collapsed {
    border: none;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-header button.collapsed:after {
    background: url(/sfsites/c/resource/genesisFrontend/img/ico_gnb_open.svg);
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-collapse .accordion-body {
    padding: 0 32px 20px;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-collapse .accordion-body .accordion {
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    overflow: hidden;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-collapse .accordion-body .accordion .accordion-item {
    border: none;
    border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    background: #f8f8f8;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-collapse .accordion-body .accordion .accordion-item+.accordion-item {
    border-top: 1px solid #e5e5e5;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-collapse .accordion-body .accordion .accordion-item .accordion-header button {
    padding: 16px;
    background: none;
    box-shadow: none;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-collapse .accordion-body .accordion .accordion-item .accordion-header button:after {
    display: none;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-collapse .accordion-body .accordion .accordion-item .accordion-header button.collapsed {
    border: none;
  }

  .wrap .HCAU-gnb-menu>.accordion>.accordion-item>.accordion-collapse .accordion-body .accordion .accordion-item .accordion-header button.collapsed:after {
    display: none;
  }

  .wrap .HCAU-gnb-menu>.accordion .HCAU-gnb-depth3 li {
    border-bottom: 1px solid #e5e5e5;
  }

  .wrap .HCAU-gnb-menu>.accordion .HCAU-gnb-depth3 li .HCAU-txt-sm {
    display: block;
    background: #f8f8f8;
    border: none;
    padding: 16px;
  }

  .wrap .HCAU-container {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    height: calc(100% - 80px);
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-top: 110px;
  }

  .wrap .HCAU-container .HCAU-contents {
    padding: 0;
    width: 100%;
    min-width: 1440px;
    position: relative;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb {
    position: absolute;
    width: 100%;
    height: 160px;
    top: 210px;
    background: linear-gradient(92deg, #505050 0.09%, #000 100%);
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb {
    margin: 32px auto 0;
    max-width: 1280px;
    align-items: center;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb>li a.d-block {
    position: relative;
    top: -1px;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb>li+li:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    width: 1px;
    height: 14px;
    background: #fff;
    margin: 0 7px;
    transform: rotate(40deg);
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb>li .HCAU-txt-md {
    color: #fff;
    font-size: 16px;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb svg {
    vertical-align: top;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb .dropdown-toggle img {
    margin-left: 4px;
    vertical-align: middle;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb .dropdown-toggle:after {
    display: none;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb .dropdown-menu {
    top: 6px !important;
    --bs-dropdown-link-active-color: none;
    --bs-dropdown-link-active-bg: none;
    width: max-content;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    border-color: #e5e5e5;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb .dropdown-menu li:nth-child(2n-1) {
    background: #fff;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb .dropdown-menu li+li {
    border-top: 1px solid #e5e5e5;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-breadcrumb .breadcrumb .dropdown-menu .dropdown-item {
    padding: 10px 20px;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-detail {
    position: relative;
    width: 100%;
    max-width: 1280px;
    min-height: 240px;
    margin: 0 auto;
    margin-top: 120px;
    padding: 40px 40px 100px;
    background: #fff;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-detail>section+section {
    margin-top: 60px;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-detail>section .title-area {
    margin-bottom: 28px;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-detail>section .title-area .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
  }

  .wrap .HCAU-container .HCAU-contents .HCAU-detail>section .title-area .sub-title {
    font-size: 14px;
    color: #666666;
  }

  .chat-bot-link-wrap {
    position: fixed;
    left: 50%;
    bottom: 40px;
    margin-left: 668px;
  }

  .chat-bot-link-wrap .chat-bot-link {
    background: #AF6249;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
    width: 52px;
    height: 52px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    gap: 7px;
    line-height: 1;
    color: #fff;
    box-shadow: 5px 20px 30px 0px rgba(0, 0, 0, 0.2);
  }

  .chat-bot-link-wrap .chat-bot-link img {
    position: relative;
    top: -2px;
  }

  .HCAU-footer {
    position: relative;
    width: 100%;
    min-width: 1440px;
    height: 214px;
    background: #111;
    color: #697279;
  }

  .HCAU-footer .border-bottom {
    border-bottom: 1px solid #222 !important;
  }

  .HCAU-footer .footer-inner {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .HCAU-footer .footer-inner .HCAU-btn.dropdown-toggle {
    background: #222;
    border: 0;
    color: #666;
    min-width: 260px;
  }

  .HCAU-footer .footer-inner .HCAU-btn.dropdown-toggle:after {
    color: #000;
    transform: rotate(180deg);
    transition: all 0.3s ease-out;
  }

  .HCAU-footer .footer-inner .HCAU-btn.dropdown-toggle.show::after {
    transform: rotate(0deg);
  }

  .HCAU-footer .footer-inner .footer-cs {
    padding: 28px 0;
    display: flex;
    gap: 28px;
  }

  .HCAU-footer .footer-inner .footer-cs>div {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .HCAU-footer .footer-inner .footer-cs .HCAU-txt-xs {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
  }

  .HCAU-footer .footer-inner .footer-cs svg.arrow {
    margin-left: -4px;
  }

  .HCAU-footer .footer-inner .copyright {
    line-height: 28px;
    color: #666;
    font-size: 14px;
  }

  .HCAU-footer .footer-inner .policy a {
    color: #666;
    font-size: 14px;
    margin-left: 2px;
    font-weight: 700;
  }

  .HCAU-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 170px;
    padding-top: 45px;
  }

  .HCAU-title .HCAU-h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
  }

  .HCAU-title .HCAU-h1 br {
    display: inline-block;
    line-height: 0;
  }

  .HCAU-title .HCAU-txt-md {
    color: #a2a2a2;
    margin-top: 2px;
    font-size: 16px;
  }

  .w910 {
    width: 910px;
    margin: 0 auto;
  }

  .w910 .border-box.bpay {
    padding: 28px 0;
  }

  .w910 .border-box.bpay .HCAU-h2 {
    font-size: 32px !important;
  }

  .g-notice {
    border-top: 1px dashed #a2a2a2;
    padding: 40px 0 0;
  }

  .g-notice .HCAU-bullet-list .link {
    font-weight: 700;
  }

  .g-notice dl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .g-notice dl dt .ico-gnotice img {
    vertical-align: text-bottom;
  }

  .g-notice.outer {
    margin: 0 80px 100px;
  }

  .g-notice .border-box {
    background: #f8f8f8;
    border: 0;
    display: flex;
    justify-content: space-between;
    padding: 40px !important;
  }

  .g-notice .HCAU-bullet-list li+li {
    margin-top: 8px;
  }

  .mx-40 {
    margin-left: -40px;
    margin-right: -40px;
    padding-bottom: 0;
  }

  .d-flex.gap-3.outer .border-box {
    background: #f8f8f8;
    border: 0;
    display: flex;
    justify-content: space-between;
    padding: 40px !important;
  }

  .d-flex.gap-3.outer .border-box .HCAU-txt-sm {
    font-weight: 700;
    display: flex;
  }

  .d-flex.gap-3.outer .border-box .pt12 {
    padding-top: 0;
    display: flex;
  }

  .HCAU-bullet-list li {
    position: relative;
    font-size: 16px;
    color: #000;
    padding-left: 11px;
  }

  .HCAU-bullet-list li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #a2a2a2;
    position: absolute;
    left: 0;
    top: 7px;
  }

  .HCAU-bullet-list li .link {
    margin-left: 4px;
  }

  .HCAU-bullet-list li+li {
    margin-top: 20px;
  }

  .HCAU-bullet-list li.no-bullet::before {
    display: none;
  }
 
  .HCAU-bullet-list li.no-bullet .link {
    margin-left: 0;
  }

  .HCAU-bullet-list .point-red {
    color: #ce2d2d;
  }

  .HCAU-bullet-list .point-red:before {
    background-color: #ce2d2d;
  }

  .HCAU-bullet-list .gray03 {
    color: #a2a2a2;
  }

  .HCAU-bullet-list .gray03:before {
    background-color: #a2a2a2;
  }

  .HCAU-bullet-list.dash li {
    padding-left: 15px;
  }

  .HCAU-bullet-list.dash li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1px;
    background: #a2a2a2;
    position: absolute;
    left: 0px;
    margin-right: 8px;
    top: 8px;
  }

  .HCAU-bullet-list.dash li+li {
    margin-top: 8px;
  }

  .HCAU-bullet-list.alpha li {
    list-style: lower-alpha;
  }

  .HCAU-bullet-list.alpha li::before {
    display: none;
  }

  .HCAU-bullet-list.alpha li .romans li {
    list-style: lower-roman;
  }

  .HCAU-bullet-list.alpha li .romans li::before {
    display: none;
  }

  .HCAU-bullet-list.px40 li+li {
    margin-top: 8px;
  }

  .no-txt-input .HCAU-bullet-list li+li {
    margin-top: 12px;
  }

  .link {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
  }

  .link::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(-45deg);
    margin-left: 5px;
  }

  .HCAU-pagination {
    margin-top: 40px;
  }

  .HCAU-pagination .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .HCAU-pagination .inner .arrow {
    display: flex;
  }

  .HCAU-pagination .inner .page {
    display: flex;
    gap: 24px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .HCAU-pagination .inner .page.active {
    border-bottom-color: #af6249;
  }

  .HCAU-pagination .inner .page.active a {
    color: #af6249;
  }

  .HCAU-btn {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #000000;
    line-height: 1;
  }

  .HCAU-btn.btn-sm {
    font-size: 16px;
    line-height: 19px;
    min-height: 30px;
    padding: 6px 16px;
    font-weight: 700;
  }

  .HCAU-btn.btn-sm+.btn-sm {
    margin-left: 4px;
  }

  .HCAU-btn.btn-sm.type02 {
    padding: 8px 30px;
  }

  .HCAU-btn.btn-smd {
    font-size: 16px;
    font-weight: 700;
    min-height: 44px;
    text-align: center;
    padding: 18.5px 30px;
  }

  .HCAU-btn.btn-md {
    font-size: 16px;
    font-weight: 700;
    min-height: 52px;
    min-width: 180px;
    text-align: center;
    padding: 11px 16px;
  }

  .HCAU-btn.btn-large {
    font-size: 20px;
    font-weight: 700;
    min-height: 52px;
    min-width: 180px;
    text-align: center;
    padding: 20px 48px;
  }

  .HCAU-btn.w320 {
    width: 320px;
    text-align: center;
    line-height: 36px;
  }

  .HCAU-btn.full {
    width: 100%;
  }

  .HCAU-btn.dropdown-toggle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.429;
    padding: 16px 54px 16px 16px;
    min-width: 240px;
    color: #000000;
    border-color: #a2a2a2;
    box-shadow: none;
    width: 100%;
    text-align: left;
    position: relative;
  }

  .HCAU-btn.dropdown-toggle::after {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-out;
  }

  .HCAU-btn.dropdown-toggle.show::after {
    transform: rotate(180deg);
  }

  .HCAU-btn.dropdown-toggle.is-invalid {
    border-color: #af6249;
  }

  .HCAU-btn.primary {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
  }

  .HCAU-btn.gray01 {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    color: #000000;
  }

  .HCAU-btn.gray03 {
    background: #666666;
    border: 1px solid #666666;
    color: #fff;
  }

  .HCAU-btn:disabled {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    color: #a2a2a2;
    cursor: default;
  }

  .HCAU-btn.btn-keyvi {
    border: 1px solid #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
  }

  .HCAU-btn .ico-print {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
  }

  .btn-clear {
    position: relative;
  }

  .btn-clear img {
    position: absolute;
    right: 106px;
    top: 10px;
  }

  .d-flex.full a,
  .d-flex.full button,
  .d-flex.full div {
    flex: 1 1 0;
  }

  .HCAU-tab .nav-tabs {
    border-bottom: 1px solid #000000;
  }

  .HCAU-tab .nav-tabs .nav-link {
    border-color: #ddd;
    border-bottom-color: #000000;
    color: #a2a2a2;
    background: #fff;
    font-weight: 700;
    border: 0;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #000000;
    height: 44px;
    font-size: 20px;
  }

  .HCAU-tab .nav-tabs .nav-link.active {
    background: #fff;
    color: #000000;
    border: 0;
    border-bottom: 2px solid #000000;
    margin-top: -1px;
  }

  .HCAU-swipe {
    position: relative;
    overflow: hidden;
    height: 88px;
  }

  .HCAU-swipe .swiper-slide {
    width: auto;
    padding: 20px 40px 0;
    border-color: #ddd;
    border-bottom-color: #000000;
  }

  .HCAU-swipe .swiper-button-next,
  .HCAU-swipe .swiper-button-prev {
    background: #fff;
  }

  .HCAU-swipe .nav-link {
    color: #a2a2a2;
    background: #fff;
    font-weight: 700;
    border: 0;
    border-bottom: 1px solid #000000;
    height: 44px;
    font-size: 20px;
  }

  .HCAU-swipe .swiper-slide-active .nav-link {
    background: #fff;
    color: #000000;
    border: 0;
    border-bottom: 2px solid #000000;
    margin-top: -1px;
  }

  .HCAU-tab-small .nav-tabs {
    border: none;
  }

  .HCAU-tab-small .nav-tabs li button {
    background: none;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    background: #e5e5e5;
    padding: 4px 16px;
    min-width: 110px;
  }

  .HCAU-tab-small .nav-tabs li button.active {
    border: 1px solid #000000;
    font-weight: 700;
    background: #fff;
  }

  .HCAU-tab-small .nav-tabs li:first-child button {
    border-radius: 4px 0 0 4px;
  }

  .HCAU-tab-small .nav-tabs li:last-child button {
    border-radius: 0 4px 4px 0;
  }

  .HCAU-tab2 .nav-tabs {
    border-bottom: 1px solid #000000;
  }

  .HCAU-tab2 .nav-tabs .nav-link {
    border-color: #ddd;
    border-bottom-color: #000000;
    color: #a2a2a2;
    background: #f5f5f5;
    font-weight: 700;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left: 40px;
    padding-right: 40px;
    height: 44px;
  }

  .HCAU-tab2 .nav-tabs .nav-link.active {
    border-color: #000000;
    border-bottom-color: #fff;
    background: #fff;
    color: #000000;
  }

  .HCAU-badge {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 15px;
    vertical-align: middle;
  }

  .HCAU-badge.type01,
  .HCAU-badge.fail,
  .HCAU-badge.overdue {
    color: #ea0029;
    background: #FEEBEE;
    margin-left: 12px;
    min-width: 50px;
    text-align: center;
  }

  .HCAU-badge.type04 {
    color: #999;
    background: #f5f5f5;
    margin-left: 12px;
    min-width: 50px;
    text-align: center;
  }

  .HCAU-badge.small {
    width: 85px;
    text-align: center;
    font-weight: 700;
  }

  .HCAU-badge.success,
  .HCAU-badge.type03 {
    background: #EDF6FA;
    color: #1D8ABC;
    font-weight: 400;
    margin-left: 12px;
    min-width: 50px;
    text-align: center;
  }

  .HCAU-badge.complete,
  .HCAU-badge.type02 {
    font-weight: 400;
    background: #F9F3F1;
    color: #AF6249;
    margin-left: 12px;
    min-width: 50px;
    text-align: center;
  }

  .HCAU-step-pop {
    display: flex;
    gap: 20px;
  }

  .HCAU-step-pop+div {
    margin-top: 28px;
  }

  .HCAU-step-pop .step-item {
    position: relative;
    border: 2px solid #e5e5e5;
    border-radius: 36px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .HCAU-step-pop .step-item .num {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    top: 1px;
  }

  .HCAU-step-pop .step-item .txt {
    display: none;
  }

  .HCAU-step-pop .step-item.active {
    flex-basis: auto;
    padding-left: 3px;
    padding-right: 3px;
    border-color: #000000;
    border-width: 1px;
  }

  .HCAU-step-pop .step-item.active .num {
    background: #000000;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    line-height: 27px;
    text-align: center;
    top: 0;
  }

  .HCAU-step-pop .step-item.active .txt {
    display: block;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
  }

  .HCAU-step-pop .step-item+.step-item:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    left: -22px;
    top: 50%;
  }

  .border-box {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
  }

  .border-box.black {
    border-color: #000000;
  }

  .border-box.black .loan-items-tlt.tab {
    padding-top: 0;
  }

  .border-box.black .loan-items-tlt.tab .HCAU-tab {
    margin-top: 0;
  }

  .border-box.white {
    border-color: #fff;
  }

  .border-box.gray03 {
    border-color: #a2a2a2;
  }

  .border-box.secondary {
    border-color: #ccc;
    background: #f5f5f5;
  }

  .border-box.point {
    border-color: #af6249;
  }

  .bg-box {
    background: #f8f8f8;
    border-radius: 4px;
  }

  .bg-box2 {
    background: #fafafa;
    border-radius: 4px;
  }

  .bg-box2 .HCAU-pagination .inner .page {
    border-top: 2px solid #fafafa;
    border-bottom: 2px solid #fafafa;
  }

  .bg-box2 .HCAU-pagination .inner .page.active {
    border-bottom-color: #af6249;
  }

  .bg-box2 .HCAU-pagination .inner .page.active a {
    color: #af6249;
  }

  .bg-box2.HCAU-valid {
    border: 1px solid #af6249;
  }

  .bg-box3 {
    background: #f8f8f8;
    border-radius: 4px;
  }

  .edge {
    border-radius: 0;
  }

  .bg-box0 {
    background: transparent;
  }

  .HCAU-form.form-control,
  .HCAU-form.form-select {
    font-size: 16px;
    line-height: 1;
    padding: 16.5px 16px 16.5px;
    color: #000000;
    border-color: #a2a2a2;
    box-shadow: none;
    border-radius: 4px;
  }

  .HCAU-form.form-control::placeholder {
    color: #a2a2a2;
  }

  .HCAU-form.form-control:focus,
  .HCAU-form.form-select:focus,
  .HCAU-btn.dropdown-toggle:focus {
    border-color: #af6249;
    outline: 1px solid #af6249;
  }

  .HCAU-form.form-control:read-only {
    background-color: #f8f8f8;
    color: #000000;
    border-color: #e5e5e5;
  }

  .HCAU-form.form-control:read-only:focus {
    outline: none;
    border-color: #e5e5e5;
  }

  .HCAU-form.form-control:read-only.black {
    color: #000000;
  }

  .input-num {
    position: relative;
  }

  .input-num span {
    position: absolute;
    left: 10px;
    z-index: 99;
    font-weight: 700;
    top: 15px;
  }

  .HCAU-form.form-control.input-num:after,
  .HCAU-form.form-control.input-num:before {
    content: "$";
    display: block;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 9px;
  }

  .HCAU-form.form-control:disabled,
  .HCAU-form.form-select:disabled {
    background-color: #f8f8f8;
    color: #a2a2a2;
    border-color: #e5e5e5;
  }

  .HCAU-form.form-check-input {
    width: 24px;
    height: 24px;
    border-color: #a2a2a2;
  }

  .HCAU-form.form-check-input+label {
    font-size: 16px;
    margin-left: 8px;
    line-height: 1.5;
    position: relative;
  }

  .HCAU-form.form-check-input[type=checkbox] {
    border-color: #a2a2a2;
    background-image: none;
    background-size: 14px 14px;
    margin-top: 0;
  }

  .HCAU-form.form-check-input[type=checkbox].nocheck {
    background-image: none;
  }

  .HCAU-form.form-check-input[type=checkbox]:checked {
    background-color: #000000;
    border-color: #000000;
    background-image: url(/sfsites/c/resource/genesisFrontend/img/bg/bg_input_check_on.svg);
    background-size: 14px 14px;
  }

  /* .HCAU-form.form-check-input[type=checkbox]:disabled {
    background-image: none;
  } */

  .HCAU-form.form-check-input[type=radio] {
    border-color: #e5e5e5;
    margin-top: 0;
  }

  .HCAU-form.form-check-input[type=radio]:disabled {
    opacity: 1;
    background: #f8f8f8;
  }

  .HCAU-form.form-check-input:checked[type=radio] {
    background-color: #fff;
    border-color: #000000;
    background-image: url(/sfsites/c/resource/genesisFrontend/img/bg/bg_input_radio_on.svg);
    background-size: 14px 14px;
  }

  .HCAU-form.time-limit {
    padding-right: 54px;
  }

  .HCAU-form.time-limit+.time-limit-num {
    position: absolute;
    right: 16px;
    top: 19px;
    font-size: 16px;
    color: #ce2d2d;
  }

  .filebox {
    display: flex;
  }

  .filebox input[type=file] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
  }

  .filebox input[type=text]:disabled~.btn-clear {
    display: none;
  }

  .filebox .upload-name {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    border-radius: 4px;
    background: #fff;
    line-height: 1.5;
    height: 56px;
    border-color: #a2a2a2;
  }

  .filebox label {
    display: inline-flex;
    padding: 10px 36px;
    vertical-align: middle;
    border: 1px solid #000;
    cursor: pointer;
    margin-left: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
  }

  .filebox .btn-clear img {
    top: 16px;
    right: 135px;
    margin-right: 16px;
  }

  .filebox .dropdown {
    margin-right: 12px;
  }

  .filebox .dropdown button {
    width: 280px;
  }

  .HCAU-terms-detail .tlt {
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 16px;
  }

  .HCAU-terms-detail .tlt2 {
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 16px;
  }

  .HCAU-terms-detail .tlt2-lg {
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .HCAU-table .table {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0;
  }

  .HCAU-table .table.fixed {
    table-layout: fixed;
  }

  .HCAU-table .table.fixed th,
  .HCAU-table .table.fixed td {
    padding: 10px 20px;
    color: #000000;
  }

  .HCAU-table .table.fixed th .no-txt-input,
  .HCAU-table .table.fixed td .no-txt-input {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .HCAU-table .table.fixed.type02 .no-txt-input {
    min-height: 35px;
  }

  .HCAU-table .table th,
  .HCAU-table .table td {
    border-color: #e5e5e5;
  }

  .HCAU-table .table th {
    padding: 20px;
    background: transparent;
    font-size: 16px;
    color: #fff;
  }

  .HCAU-table .table td {
    padding: 32px 40px;
  }

  .HCAU-table .table td .HCAU-bullet-list li {
    color: #000000;
  }

  .HCAU-table .table td .HCAU-bullet-list li:before {
    background: #a2a2a2;
  }

  .HCAU-table .table .table-active td {
    background: rgba(234, 0, 41, 0.04);
    box-shadow: none;
  }

  .HCAU-table .table .tb-inner-flex>div {
    display: flex;
    gap: 16px;
  }

  .HCAU-table .table thead {
    background: linear-gradient(92deg, #505050 0.09%, #000 100%);
  }

  .HCAU-table .table thead th {
    background: transparent;
  }

  .HCAU-table .table tbody th {
    background: #f8f8f8;
  }

  .HCAU-table .table tbody br {
    height: 0;
  }

  .HCAU-table .table tfoot .HCAU-form.form-control,
  .HCAU-table .table tr.sum .HCAU-form.form-control {
    background: #f8f8f8;
    color: #000;
  }

  .HCAU-table .table tfoot tr.sum th,
  .HCAU-table .table tfoot tr.sum td {
    background: #f3f3f3;
    color: #000;
    padding: 32px 40px;
  }

  .HCAU-table .table.select th {
    font-weight: 700;
    padding: 1rem 0;
    background: none;
  }

  .HCAU-table .table.select th:first-child {
    padding-left: 32px;
  }

  .HCAU-table .table.select td {
    padding: 1rem 0.25rem;
  }

  .HCAU-table .table.select .btn-check+.btn {
    background: #fff;
    border-color: #000;
    color: #000;
    font-size: 14px;
    height: 32px;
  }

  .HCAU-table .table.select .btn-check:checked+.btn {
    background: #000;
    border: none;
    color: #fff;
    font-weight: bold;
  }

  .HCAU-table .table.select .radio-group .radio-group-inner {
    padding: 2px;
    border-radius: 4px;
  }

  .HCAU-table .table.select .radio-group .radio-group-inner .HCAU-btn {
    padding: 7px 16px;
    height: 28px;
    min-height: 28px;
  }

  .HCAU-table .table.select .radio-group .radio-group-inner>div+div {
    border: none;
  }

  .HCAU-table .table.select .radio-group .radio-group-inner input[type=radio]:checked+.HCAU-btn {
    background: #f5f5f5;
    color: #000;
    font-weight: bold;
  }

  .HCAU-table .table .bdr {
    border-right: 1px solid #e5e5e5;
    font-weight: 700;
    text-align: center;
  }

  .HCAU-table.dot .table tr td {
    vertical-align: top;
    padding: 1rem;
  }

  .HCAU-table.dot .table tr td p {
    position: relative;
    padding-bottom: 8px;
  }

  .HCAU-table.dot .table tr td p:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #999;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    left: -10px;
  }

  .HCAU-table.type02 th,
  .HCAU-table.type02 td {
    padding: 20px 40px;
  }

  .HCAU-table.type01 th,
  .HCAU-table.type01 td {
    padding: 28px 24px;
  }

  .separator span {
    position: relative;
  }

  .separator span+span::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #ccc;
    position: absolute;
    left: -20px;
    top: 2px;
  }

  .separator.type02 {
    width: 95%;
  }

  .separator.type02 span+span {
    flex-basis: 295px;
  }

  .separator.type02 span+span::before {
    left: -16px;
  }

  .prd-keyvi {
    position: relative;
  }

  .prd-keyvi .HCAU-flex-table {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .prd-keyvi .HCAU-flex-table>.HCAU-txt-md {
    position: absolute;
    top: 25%;
    text-align: center;
  }

  .prd-keyvi .HCAU-table {
    padding: 0;
    position: relative;
  }

  .prd-keyvi .HCAU-table .table.fixed th,
  .prd-keyvi .HCAU-table .table.fixed td {
    padding: 28px 20px;
  }

  .prd-keyvi .HCAU-table .table.fixed th .no-txt-input,
  .prd-keyvi .HCAU-table .table.fixed td .no-txt-input {
    min-height: 12px;
  }

  .prd-keyvi .chart-wrap {
    position: relative;
    margin-top: 40px;
  }

  .prd-keyvi .chart-wrap img {
    padding: 232px 110px 80px;
    border: 1px solid #e5e5e5;
  }

  .prd-keyvi .chart-wrap .HCAU-h2 {
    position: absolute;
    top: 80px;
  }

  .prd-keyvi .chart-wrap .HCAU-txt-md {
    position: absolute;
    top: 137px;
  }

  .prd-keyvi .chart-wrap+.cta-btn-wrap {
    margin-top: 60px;
  }

  .HCAU-modal .modal-dialog .modal-content {
    position: relative;
    padding: 80px 40px 60px;
    border: none;
    display: block;
    border-radius: 4px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-header {
    background: linear-gradient(92deg, #505050 0.09%, #000 100%);
    position: absolute;
    height: 80px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 4px 4px 0 0;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-header .HCAU-h2 {
    color: #fff;
    padding-left: 32px;
  }

  .HCAU-modal .modal-dialog .modal-content .btn-close {
    padding: 0;
    margin: 0;
    opacity: 1;
    width: 24px;
    height: 24px;
    background-image: none;
    position: absolute;
    right: 35px;
    top: 24px;
    z-index: 1;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-content-inner {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    margin: 0px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-btn-wrap {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-head {
    padding: 32px 0;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    gap: 120px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-head.expand {
    margin: 0 -40px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-box {
    padding: 80px 40px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-box.pd40 {
    padding: 40px;
    border-bottom: 0;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-box.product {
    gap: 40px;
    padding: 0 40px 20px;
    border-bottom: 0;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-box.product .result-list {
    max-height: 440px;
    overflow: auto;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-box.product .result-list .w180 {
    width: 200px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-box.product .result-list .w50 {
    width: 60px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-box.product .result-list .HCAU-txt-sm {
    font-size: 16px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-box.product .result-list .bg-white>.d-flex+.d-flex {
    border-top: 1px solid #e5e5e5;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-box.mb60 {
    padding: 40px 40px 60px;
    border-bottom: 0;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-content-box.no-button {
    padding: 80px 40px 20px;
    border-bottom: none;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-btn-wrap {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-btn-wrap button {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    min-height: 52px;
    min-width: 180px;
    text-align: center;
    padding: 20px 48px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-btn-wrap button .gray03 {
    background: #a2a2a2;
    border: 1px solid #a2a2a2;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-body .modal-btn-wrap button .primary {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-footer {
    display: block;
    padding: 0;
    border: none;
    margin-top: 60px;
  }

  .HCAU-modal .modal-dialog .modal-content .modal-footer * {
    margin: 0;
  }

  .HCAU-modal .modal-dialog .modal-content.product {
    padding: 20px 0;
  }

  .HCAU-modal .modal-dialog .modal-content.product .modal-body .bg-box2 {
    padding: 32px 0;
    border-radius: 0;
  }

  .HCAU-modal .modal-dialog .modal-content.product .modal-body .HCAU-nodata.type01 {
    padding: 115px 0;
  }

  .HCAU-modal .modal-dialog .modal-content.product .modal-body .result-list {
    max-height: 440px;
    overflow: auto;
  }

  .HCAU-modal .modal-dialog .modal-content.product .modal-body .result-list .w180 {
    width: 200px;
  }

  .HCAU-modal .modal-dialog .modal-content.product .modal-body .result-list .w50 {
    width: 60px;
  }

  .HCAU-modal .modal-dialog.modal-xs {
    max-width: 300px;
  }

  .HCAU-modal .modal-dialog.modal-xs .modal-content {
    padding: 40px 0 0;
  }

  .HCAU-modal .modal-dialog.modal-xs .modal-content .gap-1 {
    gap: 1px !important;
  }

  .HCAU-modal .modal-dialog.modal-xs .modal-content .HCAU-btn {
    min-width: 150px;
    padding: 16px;
    font-size: 16px;
  }

  .HCAU-modal .modal-dialog.modal-xs .modal-content .HCAU-btn:first-child {
    border-radius: 0 0 0 4px;
  }

  .HCAU-modal .modal-dialog.modal-xs .modal-content .HCAU-btn:last-child {
    border-radius: 0 0 4px 0;
  }

  .HCAU-modal .modal-dialog.modal-xs .modal-content .HCAU-btn:only-child {
    min-width: 300px;
    border-radius: 0 0 4px 4px;
  }

  .HCAU-modal .modal-dialog.modal-xs .modal-content .HCAU-btn.btn-smd {
    padding: 18.5px;
  }

  .HCAU-modal .modal-dialog.modal-xs .modal-content .HCAU-btn.btn-smd:only-child {
    border-radius: 0 0 8px 8px;
    min-width: 300px;
  }

  .HCAU-modal .modal-dialog.modal-xs .modal-content .modal-body {
    padding: 0 40px;
  }

  .HCAU-modal .modal-dialog.modal-xs .modal-content .modal-footer {
    margin-top: 40px;
  }

  .HCAU-modal .modal-dialog.modal-sm {
    max-width: 480px;
  }

  .HCAU-modal .modal-dialog.modal-md {
    max-width: 640px;
  }

  .HCAU-modal .modal-dialog.modal-lg {
    max-width: 800px;
    max-height: 800px;
  }

  .HCAU-modal .modal-dialog.modal-xl {
    max-width: 1000px;
    max-height: 1280px;
    overflow: auto;
  }

  .border-top>div .d-flex.w350.justify-content-between {
    align-items: center;
  }

  .HCAU-address-result ul {
    max-height: 250px;
    overflow: auto;
  }

  .radio-group {
    white-space: nowrap;
  }

  .radio-group .radio-group-inner {
    display: inline-flex;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
    overflow: hidden;
    max-height: 56px;
  }

  .radio-group .radio-group-inner>div+div {
    border-left: 1px solid #a2a2a2;
  }

  .radio-group .radio-group-inner .HCAU-btn {
    border: none;
    border-radius: 0;
    min-height: 56px;
  }

  .radio-group .radio-group-inner input[type=radio]:checked+.HCAU-btn {
    background: #000000;
    color: #fff;
  }

  .radio-group .radio-group-inner.d-flex>div {
    flex: 1 1 auto;
  }

  .radio-group .radio-group-inner.d-flex>div label {
    width: 100%;
  }

  .radio-group.filter .radio-group .radio-group-inner .HCAU-btn {
    padding: 19.5px 24px;
    font-weight: 400;
  }

  .border-box .d-flex.w350.justify-content-between dl dt dd {
    text-align: right;
  }

  .dropdown-menu {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .dropdown-menu li {
    font-size: 14px;
  }

  .dropdown-menu li:hover a {
    background: none;
  }

  .dropdown-menu li:nth-child(2n-1) {
    background: #f8f8f8;
  }

  .dropdown-menu .dropdown-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .HCAU-nodata.type01 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 165px 0;
    background: #fff;
  }

  .HCAU-nodata.type01 .HCAU-lead-txt {
    font-weight: 700;
    margin-top: 16px;
    text-align: center;
    line-height: 1.2;
  }

  .HCAU-nodata.type02 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 115px 0;
  }

  .HCAU-nodata.type02 .HCAU-txt-sm {
    font-weight: 700;
    margin-top: 8px;
    text-align: center;
    line-height: 1.2;
  }

  .HCAU-nodata.type02.h400 {
    padding: 165px 0;
  }

  .HCAU-nodata.type03 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    background: #fff;
  }

  .HCAU-nodata.type03 .HCAU-lead-txt {
    margin-top: 40px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    line-height: 1.2;
  }

  .ico-loan-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .ico-postcode {
    width: 30px;
    height: 30px;
  }

  .ico-postcode img {
    max-width: 100%;
  }

  .ico-postcode button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }

  .loan-items-tlt {
    background: #fff;
    padding: 32px 40px;
    min-height: 90px;
  }

  .loan-items-tlt .loan-btn {
    margin-left: auto;
    display: flex;
    gap: 24px;
  }

  .loan-items-tlt .loan-btn .HCAU-h2.lg {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .loan-items-tlt .loan-btn.g08 {
    gap: 8px;
  }

  .loan-items-wrap {
    row-gap: 20px;
    column-gap: 0;
    padding: 24px 40px;
    background-color: #f8f8f8;
    margin: 0 40px 32px;
    border-radius: 4px;
  }

  .loan-items {
    display: flex;
    gap: 12px;
  }

  .loan-items:nth-child(even) {
    width: 440px;
  }

  .loan-items:nth-child(odd) {
    width: 440px;
  }

  .loan-items .loan-items-ico {
    float: left;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .loan-items .loan-text {
    float: left;
    width: 100%;
  }

  .loan-items .loan-text dt,
  .loan-items .loan-text dd {
    min-width: 190px;
  }

  .loan-items .loan-text.min dt,
  .loan-items .loan-text.min dd {
    min-width: 0px;
  }

  .loan-items .loan-text dd {
    text-align: right;
    max-width: 250px;
    justify-content: flex-end;
  }

  .loan-items.col-4:nth-child(even),
  .loan-items.col-4:nth-child(odd) {
    width: 33.3%;
  }

  .loan-items.col-4 .loan-items-ico {
    width: 48px;
    height: 48px;
  }

  .loan-items.col-4 .loan-text {
    float: none;
    margin-right: auto;
    margin-left: 0;
  }

  .loan-items.col-4 .loan-text dd {
    text-align: left;
  }

  .loan-items.col-6 {
    width: 50%;
  }

  .loan-items.col-6 .loan-items-ico {
    width: 48px;
    height: 48px;
  }

  .loan-items.col-6 .loan-text {
    float: none;
    margin-right: auto;
    margin-left: 0;
  }

  .loan-items.col-6 .loan-text dd {
    text-align: left;
  }

  .loan-items-tlt .HCAU-lead-txt {
    font-size: 24px;
  }

  .loan-items-2 .loan-items:nth-child(odd) {
    width: 440px;
    margin-right: 158px;
  }

  .HCAU-payment-request .border-box>.d-flex {
    height: 70px;
    gap: 84px;
  }

  .flex-fix {
    flex: 1 1 0;
  }

  .flex-half {
    flex: 1 1 50%;
  }

  .HCAU-form.form-control.HCAU-txt-md {
    font-size: 20px;
    padding: 15px 20px 14px;
  }

  .request-step .border-box {
    position: relative;
  }

  .request-step .border-box .HCAU-txt-md {
    display: block;
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 14px;
  }

  .request-step .border-box img {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -12px;
  }

  .request-step .border-box p {
    padding: 27px 24px;
  }

  .HCAU-tooltip {
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
  }

  .HCAU-tooltip a {
    display: flex;
  }

  .HCAU-tooltip a:hover+.HCAU-tooltip-inner {
    display: block;
  }

  .HCAU-tooltip .HCAU-tooltip-inner {
    display: none;
    padding: 12px 20px;
    box-sizing: border-box;
    min-width: 200px;
    max-width: 250px;
    background: #000000;
    position: absolute;
    left: -20px;
    bottom: 28px;
    border-radius: 8px;
  }

  .HCAU-tooltip .HCAU-tooltip-inner .HCAU-tooltip-arrow {
    width: 10px;
    height: 10px;
    background: #000000;
    position: absolute;
    left: 23px;
    bottom: -4px;
    transform: rotate(45deg);
  }

  .HCAU-tooltip .HCAU-tooltip-inner .HCAU-tooltip-cont {
    color: #fff;
    text-align: left;
  }

  .HCAU-tooltip .HCAU-tooltip-inner .HCAU-tooltip-cont>div+div {
    margin-top: 4px;
  }

  section+.g-notice,
  section+.d-flex.gap-3.border-top-dashed {
    margin-top: 80px;
  }

  .cta-btn-wrap {
    margin-top: 80px;
  }

  .cta-btn-wrap .d-flex.g12 {
    gap: 20px;
  }

  .cta-btn-wrap+.g-notice {
    margin-top: 80px;
  }

  form+.g-notice {
    margin-top: 48px;
  }

  .g-notice.border-box {
    border-color: #000;
    padding: 32px;
    margin-top: 0;
  }

  .g-notice.border-box2 {
    border-color: 0;
    padding: 32px;
    margin-top: 0;
    background: #f8f8f8;
  }

  .gap-3.border-top-dashed {
    max-width: 1280px;
    margin-left: -40px;
    margin-right: -40px;
    gap: 40px !important;
  }

  .gap-3.border-top-dashed .border-box {
    background: #f8f8f8;
    border: 0;
    display: flex;
    justify-content: space-between;
    padding: 40px !important;
  }

  .gap-3.border-top-dashed .border-box .HCAU-txt-sm {
    font-weight: 700;
    display: flex;
  }

  .gap-3.border-top-dashed .border-box .pt12 {
    padding-top: 0;
    display: flex;
  }

  .gap-3.border-top-dashed.gray03 {
    border-top: 1px dashed #a2a2a2;
  }

  .ms-auto.car {
    text-transform: uppercase;
  }

  .num-circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 100%;
  }

  .HCAU-valid .form-control.is-valid,
  .HCAU-valid.was-validated .form-control:valid {
    background: #fff;
    border-color: #1d8abc;
  }

  .HCAU-valid .form-control.is-valid:read-only,
  .HCAU-valid.was-validated .form-control:valid:read-only {
    background-color: #f8f8f8;
    color: #000000;
  }

  .HCAU-valid .form-control.is-invalid,
  .HCAU-valid.was-validated .form-control:invalid {
    background: #fff;
    border-color: #ce2d2d;
    background-image: none;
  }

  .HCAU-form.form-control.is-invalid,
  .HCAU-form.form-control.HCAU-form-invalid {
    border-color: #ce2d2d;
    background-image: none;
  }

  .HCAU-form.form-control.is-invalid::placeholder,
  .HCAU-form.form-control.HCAU-form-invalid::placeholder {
    color: #ce2d2d;
  }

  .invalid-feedback,
  .valid-feedback,
  .HCAU-info-msg,
  .HCAU-valid-feedback,
  .HCAU-invalid-feedback {
    position: relative;
    font-size: 14px;
    padding-left: 10px;
    margin-top: 8px;
  }

  .invalid-feedback:before,
  .valid-feedback:before,
  .HCAU-info-msg:before,
  .HCAU-valid-feedback:before,
  .HCAU-invalid-feedback:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 7px;
  }

  .invalid-feedback.lh:before,
  .valid-feedback.lh:before,
  .HCAU-info-msg.lh:before,
  .HCAU-valid-feedback.lh:before,
  .HCAU-invalid-feedback.lh:before {
    top: 6px;
  }

  .invalid-feedback.black,
  .valid-feedback.black,
  .HCAU-info-msg.black,
  .HCAU-valid-feedback.black,
  .HCAU-invalid-feedback.black {
    color: #000;
    margin-top: 16px;
  }

  .invalid-feedback.black:before,
  .valid-feedback.black:before,
  .HCAU-info-msg.black:before,
  .HCAU-valid-feedback.black:before,
  .HCAU-invalid-feedback.black:before {
    background: #000;
  }

  .valid-feedback,
  .HCAU-valid-feedback {
    color: #1d8abc;
  }

  .valid-feedback:before,
  .HCAU-valid-feedback:before {
    background: #1d8abc;
  }

  .invalid-feedback,
  .HCAU-invalid-feedback {
    color: #ce2d2d;
  }

  .invalid-feedback:before,
  .HCAU-invalid-feedback:before {
    background: #ce2d2d;
  }

  .HCAU-info-msg {
    color: #a2a2a2;
  }

  .HCAU-info-msg.black {
    color: #000000;
  }

  .HCAU-info-msg:before {
    background: #a2a2a2;
  }

  .select-membership {
    max-width: 1200px;
    padding: 0 145px;
  }

  .select-membership a.border-box {
    padding: 100px 0;
    border-radius: 12px;
    border-color: #000000;
    text-decoration: none;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.07);
    height: 344px;
  }

  .select-membership a.border-box img.hover {
    display: none;
  }

  .select-membership a.border-box span {
    display: block;
  }

  .select-membership a.border-box:hover {
    border-color: #af6249;
    outline: 1px solid #af6249;
  }

  .select-membership a.border-box:hover img {
    display: none;
  }

  .select-membership a.border-box:hover img.hover {
    display: inline-block;
  }

  .select-membership a.border-box:hover span {
    color: #af6249;
  }

  .ico-reload {
    display: inline-flex;
  }

  .btn-reload {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
  }

  .btn-reload:disabled svg rect {
    stroke: #a2a2a2;
    fill: #f8f8f8;
  }

  .btn-reload:disabled svg path {
    stroke: #a2a2a2;
  }

  .checked-bold-table input:checked+label {
    font-weight: 700;
  }

  .HCAU-login-wrap {
    width: 910px;
    margin: 0 auto;
  }

  .HCAU-login-wrap .HCAU-tab .nav-tabs {
    height: 69px;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
  }

  .HCAU-login-wrap .HCAU-tab .nav-tabs .nav-item {
    flex: 1;
  }

  .HCAU-login-wrap .HCAU-tab .nav-tabs .nav-item .nav-link {
    border: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    border-bottom: 0;
    height: 69px;
    line-height: 69px;
    font-size: 24px;
    color: #000000;
  }

  .HCAU-login-wrap .HCAU-tab .nav-tabs .nav-item.one .nav-link {
    background: #e5e5e5;
    border-radius: 12px 0 0 0;
  }

  .HCAU-login-wrap .HCAU-tab .nav-tabs .nav-item.one .nav-link.active {
    border-radius: 12px 0 0 0;
    background: #fff;
    margin-top: 0;
  }

  .HCAU-login-wrap .HCAU-tab .nav-tabs .nav-item.two .nav-link {
    background: #e5e5e5;
    border-radius: 0 12px 0 0;
  }

  .HCAU-login-wrap .HCAU-tab .nav-tabs .nav-item.two .nav-link.active {
    border-radius: 0 12px 0 0;
    background: #fff;
    margin-top: 0;
  }

  .HCAU-login-wrap .HCAU-login {
    width: 100%;
    padding: 60px 80px;
    border: 1px solid #000000;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.0705882353);
  }

  .HCAU-login-wrap .HCAU-login .HCAU-btn {
    margin: 0 auto;
    width: 180px;
    margin-top: 40px;
  }

  .HCAU-login-wrap .HCAU-invalid-feedback {
    margin-top: 12px;
  }

  .HCAU-login-wrap .link {
    padding: 12px;
    width: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
  }

  .HCAU-login-wrap .link:after {
    display: none;
  }

  .under {
    color: #000000;
    text-decoration: underline;
  }

  .card {
    border: 2px solid transparent;
  }

  .card img {
    width: 180px;
  }

  .card .card-body {
    padding: 24px 15px;
    border: 2px solid transparent;
  }

  .card .card-body div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card .card-body div.HCAU-txt-md {
    margin-top: 40px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .card:hover {
    border: 2px solid #af6249;
    border-radius: 4px;
  }

  .card.active {
    border: 2px solid #af6249;
  }

  .HCAU-modal.product .modal-dialog {
    max-width: 910px;
    padding: 0;
  }

  .HCAU-modal.product .modal-dialog .modal-content {
    padding: 0;
  }

  .HCAU-modal.product .modal-dialog .modal-content .btn-close {
    right: 36px;
    top: 16px;
    z-index: 99;
  }

  .HCAU-modal.product .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 0;
  }

  .HCAU-modal.product .modal-dialog .modal-content .modal-body .HCAU-h3 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
  }

  .HCAU-modal.product .modal-dialog .modal-content .modal-body .form-check {
    margin-bottom: 12px;
  }

  .HCAU-modal.product .modal-dialog .modal-content .modal-body .wrap-btn {
    border-bottom: 1px solid #e5e5e5;
  }

  .HCAU-modal.product .modal-dialog .modal-content .modal-body .wrap-btn .HCAU-h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 36px;
    padding-right: 12px;
  }

  .HCAU-modal.product .modal-dialog .modal-content .modal-body .wrap-btn .row.full {
    padding-right: 36px;
    padding-bottom: 8px;
    margin-right: 30px;
  }

  .HCAU-modal.product .modal-dialog .modal-content .modal-body .wrap-checkbox {
    padding: 20px 36px;
  }

  .HCAU-modal.product .modal-dialog .modal-content .modal-body .wrap-checkbox .col-sm-4 {
    padding: 16px 20px;
  }

  .HCAU-modal.product .modal-dialog .modal-content .modal-body .result-wrap {
    display: flex;
    justify-content: flex-end;
    padding: 15px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }

  .HCAU-modal.product .modal-dialog .modal-content .modal-footer {
    margin-top: 2px;
    margin-bottom: 36px;
  }

  .select-btn {
    margin-right: 8px;
    float: left;
    margin-bottom: 8px;
  }

  .select-btn button {
    font-size: 14px;
    font-weight: 700;
    border-radius: 15px;
    border-color: #a2a2a2;
    padding: 2px 12px;
  }

  .select-btn button img {
    padding-top: 2px;
  }

  .select-wrap {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 18px 36px 10px 36px;
  }

  .select-wrap p.HCAU-h3 {
    padding-right: 12px;
    font-weight: 700;
    text-wrap: nowrap;
    padding-bottom: 4px;
  }

  .select-wrap .HCAU-btn.select {
    position: absolute;
    right: 36px;
    top: 12px;
    border: 0;
  }

  .select-wrap ul {
    margin-right: 30px;
  }

  .wrap .HCAU-container .HCAU-contents.full {
    width: 100%;
    padding-left: 0;
  }

  .wrap .HCAU-container .HCAU-contents.full .select-title {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wrap .HCAU-container .HCAU-contents.full>.HCAU-breadcrumb {
    padding-left: 65px;
  }

  .wrap .HCAU-container .HCAU-contents.full .w975 {
    width: 975px;
    padding-left: 65px;
  }

  .wrap .HCAU-container .HCAU-contents.full .w975 .card {
    border: 0;
  }

  .wrap .HCAU-container .HCAU-contents.full .w975 .card .card-body {
    padding: 45px 15px;
    border: 0;
  }

  .wrap .HCAU-container .HCAU-contents.full .w975 .card .card-body .HCAU-txt-md {
    margin-top: 27px;
    margin-bottom: 0;
  }

  .wrap .HCAU-container .HCAU-contents.full .w975 .card .card-body .HCAU-btn.btn-dealer {
    margin-top: 20px;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 700;
  }

  .wrap .HCAU-container .HCAU-contents.full .w975 .card .card-body img {
    max-width: 180px;
  }

  .wrap .HCAU-container .HCAU-contents.full .w975 .card-detail {
    padding-left: 50px;
  }

  .wrap .HCAU-container .HCAU-contents.full .w975 .card-detail .card-option [class*=select-] .HCAU-txt-md {
    margin-bottom: 3px;
  }

  .wrap .HCAU-container .HCAU-contents.full .w975 .HCAU-table.type04 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .HCAU-table.type03 table th,
  .HCAU-table.type03 table td {
    padding: 21px 20px;
    vertical-align: middle;
  }

  .HCAU-table.type03 table .bd-none th,
  .HCAU-table.type03 table .bd-none td {
    border: 0;
  }

  .HCAU-table.type03 table .sum th,
  .HCAU-table.type03 table .sum td {
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    line-height: 30px;
    padding: 16px 20px;
  }

  .sticky-wrap {
    margin-left: 0;
    padding: 15px 0 15px 65px;
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    display: flex;
    gap: 1px;
    background: #000000;
    z-index: 99;
  }

  .sticky-wrap div {
    font-weight: 700;
    width: 975px;
    color: #fff;
  }

  .sticky-wrap div .price {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }

  .sticky-wrap div .sum {
    color: #fff;
    text-align: right;
    font-size: 24px;
    padding-right: 65px;
    line-height: 30px;
  }

  .HCAU-tab-btn .nav-tabs {
    display: flex;
    justify-content: space-around;
  }

  .HCAU-tab-btn .nav-tabs .nav-item {
    flex: 1;
  }

  .HCAU-tab-btn .nav-tabs .nav-item .nav-link {
    width: 100%;
    border-color: #ddd;
    color: #a2a2a2;
    background: #f5f5f5;
    font-weight: 700;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 44px;
  }

  .HCAU-tab-btn .nav-tabs .nav-item .nav-link.active {
    border-color: #000000;
    background: #fff;
    color: #000000;
  }

  .HCAU-tab-radio2 {
    display: flex;
  }

  .HCAU-tab-radio2>div {
    flex: 1;
  }

  .HCAU-tab-radio2>div:first-child label {
    border-radius: 4px 0 0 4px;
  }

  .HCAU-tab-radio2>div:last-child label {
    border-radius: 0 4px 4px 0;
  }

  .HCAU-tab-radio2>div label {
    border-radius: 0;
    border-color: #e5e5e5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .HCAU-tab-radio2>div input:checked+label {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
  }

  .HCAU-accordion .accordion {
    border-top: 1px solid #e5e5e5;
  }

  .HCAU-accordion .accordion .accordion-item {
    border: none;
  }

  .HCAU-accordion .accordion .accordion-item+.accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .HCAU-accordion .accordion .accordion-item .accordion-header .accordion-button {
    gap: 16px;
    border-radius: 0;
    padding: 24px 16px;
  }

  .HCAU-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: none;
  }

  .HCAU-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .HCAU-txt-sm.mt-1 {
    font-weight: 700;
  }

  .HCAU-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: 0 0 0 2px rgb(0, 170, 210);
  }

  .HCAU-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 24px 16px;
    background: #f8f8f8;
  }

  .calendar .form-control:disabled+img {
    opacity: 0.5;
  }

  .HCAU-calendar .form-control.gray,
  .HCAU-calendar .form-control:disabled {
    background: #f8f8f8;
    color: #a2a2a2;
    opacity: 1;
  }

  .HCAU-calendar .form-control.gray+span img,
  .HCAU-calendar .form-control:disabled+span img {
    opacity: 0.4;
  }

  .HCAU-accordion.faq .accordion .accordion-item:first-child {
    border-bottom: 1px solid #e5e5e5;
  }

  .HCAU-accordion.faq .accordion .accordion-item .accordion-header .accordion-button {
    font-weight: 400;
    padding: 28px 32px;
  }

  .HCAU-accordion.faq .accordion .accordion-item .accordion-header .accordion-button dd {
    margin-top: 12px;
  }

  .HCAU-accordion.faq .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
  }

  .HCAU-accordion.faq .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjM1IiBoZWlnaHQ9IjM1IiByeD0iMy41IiBzdHJva2U9ImJsYWNrIi8+DQogICAgPHBhdGggZD0iTTI0IDE1LjE0MjhMMTguNDk4NCAyMC42NDQ0QzE4LjQzNCAyMC43MTE3IDE4LjM1NjYgMjAuNzY1MiAxOC4yNzEgMjAuODAxOEMxOC4xODUzIDIwLjgzODQgMTguMDkzMSAyMC44NTcyIDE4IDIwLjg1NzJDMTcuOTA2OSAyMC44NTcyIDE3LjgxNDcgMjAuODM4NCAxNy43MjkgMjAuODAxOEMxNy42NDM0IDIwLjc2NTIgMTcuNTY2IDIwLjcxMTcgMTcuNTAxNiAyMC42NDQ0TDEyIDE1LjE0MjgiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCiAgICA8L3N2Zz4NCiAgICA=);
  }

  .HCAU-accordion.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    width: 32px;
    height: 32px;
    background-size: 32px;
    transform: rotate(360deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cmVjdCB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHJ4PSI0IiBmaWxsPSJibGFjayIvPg0KICAgIDxwYXRoIGQ9Ik0xMiAyMC44NTU1TDE3LjUwMTYgMTUuMzUzOUMxNy41NjYgMTUuMjg2NiAxNy42NDM0IDE1LjIzMzEgMTcuNzI5IDE1LjE5NjVDMTcuODE0NyAxNS4xNTk5IDE3LjkwNjkgMTUuMTQxMSAxOCAxNS4xNDExQzE4LjA5MzEgMTUuMTQxMSAxOC4xODUzIDE1LjE1OTkgMTguMjcxIDE1LjE5NjVDMTguMzU2NiAxNS4yMzMxIDE4LjQzNCAxNS4yODY2IDE4LjQ5ODQgMTUuMzUzOUwyNCAyMC44NTU1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogICAgPC9zdmc+DQogICAg);
  }

  .HCAU-accordion.faq .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 28px 32px;
  }

  /*!SECTION
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cmVjdCB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHJ4PSI0IiBmaWxsPSJibGFjayIvPg0KICAgIDxwYXRoIGQ9Ik0xMiAyMC44NTU1TDE3LjUwMTYgMTUuMzUzOUMxNy41NjYgMTUuMjg2NiAxNy42NDM0IDE1LjIzMzEgMTcuNzI5IDE1LjE5NjVDMTcuODE0NyAxNS4xNTk5IDE3LjkwNjkgMTUuMTQxMSAxOCAxNS4xNDExQzE4LjA5MzEgMTUuMTQxMSAxOC4xODUzIDE1LjE1OTkgMTguMjcxIDE1LjE5NjVDMTguMzU2NiAxNS4yMzMxIDE4LjQzNCAxNS4yODY2IDE4LjQ5ODQgMTUuMzUzOUwyNCAyMC44NTU1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogICAgPC9zdmc+DQogICAg)
&::after
       // &:not(.collapsed)::after{width:32px;height:32px;background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjM1IiBoZWlnaHQ9IjM1IiByeD0iMy41IiBzdHJva2U9ImJsYWNrIi8+DQogICAgPHBhdGggZD0iTTI0IDE1LjE0MjhMMTguNDk4NCAyMC42NDQ0QzE4LjQzNCAyMC43MTE3IDE4LjM1NjYgMjAuNzY1MiAxOC4yNzEgMjAuODAxOEMxOC4xODUzIDIwLjgzODQgMTguMDkzMSAyMC44NTcyIDE4IDIwLjg1NzJDMTcuOTA2OSAyMC44NTcyIDE3LjgxNDcgMjAuODM4NCAxNy43MjkgMjAuODAxOEMxNy42NDM0IDIwLjc2NTIgMTcuNTY2IDIwLjcxMTcgMTcuNTAxNiAyMC42NDQ0TDEyIDE1LjE0MjgiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCiAgICA8L3N2Zz4NCiAgICA=);}
        {width:32px;height:32px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='24' y='24' width='24' height='24' rx='4' transform='rotate(180 24 24)' fill='black'/%3E%3Cpath d='M7 14.381L11.5847 9.79632C11.6383 9.74026 11.7028 9.69566 11.7742 9.66518C11.8456 9.63471 11.9224 9.619 12 9.619C12.0776 9.619 12.1544 9.63471 12.2258 9.66518C12.2972 9.69566 12.3617 9.74026 12.4153 9.79632L17 14.381' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
        &:not(.collapsed)::after
            {width:32px;height:32px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='24' y='24' width='24' height='24' rx='4' transform='rotate(180 24 24)' fill='black'/%3E%3Cpath d='M7 14.381L11.5847 9.79632C11.6383 9.74026 11.7028 9.69566 11.7742 9.66518C11.8456 9.63471 11.9224 9.619 12 9.619C12.0776 9.619 12.1544 9.63471 12.2258 9.66518C12.2972 9.69566 12.3617 9.74026 12.4153 9.79632L17 14.381' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

*/
  .HCAU-step-wrap {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 540px;
    height: 80px;
    z-index: 0;
    /*362A26,  1D110D  linear-gradient( #362A26 0%, #1D110D 100%); */
  }

  .HCAU-step-wrap:after {
    background: #1D110D;
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 160px;
    right: 0;
    top: 0;
  }

  .HCAU-step-wrap .HCAU-step {
    margin: 0;
    background: linear-gradient(90deg, #362A26 0%, #1D110D 100%);
    padding: 14px 0 14px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 80px;
  }

  .HCAU-step-wrap .HCAU-step .HCAU-step-inner {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .HCAU-step-wrap .HCAU-step .HCAU-step-inner .step {
    flex-shrink: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
  }

  .HCAU-step-wrap .HCAU-step .HCAU-step-inner .step:after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    opacity: 0.4;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    right: -16px;
    top: 0;
  }

  .HCAU-step-wrap .HCAU-step .HCAU-step-inner .step-name {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 0;
    padding-right: 30px;
  }

  .HCAU-step-wrap .HCAU-step .step-paging {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: #af6249;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
  }

  .HCAU-step-wrap .HCAU-step .step-paging:after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: rotate(-45deg);
  }

  .HCAU-step-wrap .HCAU-step .step-paging .step-current {
    position: absolute;
    left: 10px;
    top: 10.5px;
  }

  .HCAU-step-wrap .HCAU-step .step-paging .step-total {
    position: absolute;
    right: 11px;
    bottom: 3px;
  }

  .HCAU-step-wrap .HCAU-step.w320 {
    width: 320px;
  }

  nav.AU-tabs {
    display: flex;
    overflow-x: scroll;
    gap: 16px;
    padding: 16px;
    border-bottom: 1px solid #eeeeee;
  }

  nav.AU-tabs .inactive,
  nav.AU-tabs .active {
    display: inline-block;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
    color: black;
  }

  nav.AU-tabs .inactive span:after,
  nav.AU-tabs .active span:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -16px;
    transform: scaleX(0);
  }

  nav.AU-tabs .active {
    color: #4285f4;
  }

  nav.AU-tabs .active span {
    position: relative;
  }

  nav.AU-tabs .active span:after {
    background-color: #4285f4;
    transform-origin: center;
    transition: 500ms;
    transform: scaleX(1);
  }

  .HCAU-btn.btn-md.w360 {
    padding: 20px;
    min-height: 60px;
  }

  @media (min-width: 1921px) {
    .wrap {
      background-size: 100% 390px;
    }
  }

  .HCAU-nodata [class*=HCAU-] {
    font-size: 24px;
    margin-top: 40px !important;
    font-weight: 700;
  }

  dl.justify-content-between dt {
    min-width: 176px;
    align-items: center;
    display: flex;
  }

  dl.justify-content-between dd {
    text-align: right !important;
    align-items: center;
    display: flex;
  }

  .HCAU-search-bar .HCAU-btn,
  .HCAU-search-bar .HCAU-form.form-control {
    height: 56px !important;
  }

  .HCAU-hardship-message {
    text-align: center;
  }

  .d-flex .btn-sm+.btn-sm {
    margin-left: 0;
  }

  .selected-filters {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 28px 32px;
  }

  .selected-filters>div {
    display: flex;
    gap: 32px;
  }

  .selected-filters>div .HCAU-txt-md {
    padding-top: 2px;
    flex-shrink: 0;
  }

  .selected-filters .filter-btn>button {
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
  }

  .selected-filters .selected-options {
    margin-top: -12px;
    margin-left: -8px;
  }

  .selected-filters .selected-options li {
    display: inline-block;
    margin-top: 12px;
    margin-left: 8px;
  }

  .selected-filters .selected-options li button {
    border: none;
    padding: 0;
    margin: 0;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 30px;
  }

  .modal-selected-filters-wrap {
    padding: 40px 32px 0;
  }

  .option-type {
    display: flex;
    justify-content: space-between;
  }

  .option-type>div {
    flex-basis: 245px;
  }

  .option-type .option-type-title {
    font-size: 20px;
    font-weight: 700;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .option-type .option-type-list {
    padding: 20px 0;
  }

  .option-type .option-type-list .form-check {
    margin-bottom: 0;
  }

  .option-type .option-type-list .form-check+div {
    margin-top: 16px;
  }

  .option-type~.selected-filters {
    margin-top: 20px;
  }

  .vehicle-list {
    margin-top: 28px;
  }

  .vehicle-list ul {
    display: flex;
    row-gap: 28px;
    column-gap: 21px;
    flex-wrap: wrap;
  }

  .vehicle-list ul li {
    flex-basis: 284px;
  }

  .vehicle-list ul li a {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 33px 0 32px 0;
  }

  .vehicle-list ul li a:hover {
    box-shadow: 0px 20px 40px 0px rgba(175, 98, 73, 0.1019607843);
    border: 1px solid #af6249;
    outline: 1px solid #af6249;
  }

  .vehicle-list ul li a img {
    margin-bottom: 33px;
    height: 134px;
  }

  .vehicle-list ul li a .vehicle-name {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
  }

  .vehicle-list ul li a .vehicle-price {
    margin-top: 8px;
    font-weight: 16px;
  }

  .calculate-quote {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .calculate-quote .vehicle-options {
    flex: 0 0 800px;
  }

  .calculate-quote .vehicle-options .HCAU-nodata {
    text-align: center;
    padding-top: 157px;
  }

  .calculate-quote .vehicle-options .HCAU-tab-btn .nav-item {
    font-size: 20px;
  }

  .calculate-quote .vehicle-options .HCAU-tab-btn .nav-item button {
    height: 56px;
  }

  .calculate-quote .vehicle-status {
    flex: 0 0 320px;
  }

  .calculate-quote .vehicle-status-options {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1019607843);
    position: sticky;
    left: 0;
    top: 96px;
  }

  .calculate-quote .vehicle-status-options-head {
    padding: 32px 30px 20px;
    text-align: center;
  }

  .calculate-quote .vehicle-status-options-head div {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
  }

  .calculate-quote .vehicle-status-options-btn {
    text-align: center;
  }

  .calculate-quote .vehicle-status-options-btn+.vehicle-status-options-content {
    padding-top: 40px;
  }

  .calculate-quote .vehicle-status-options-content {
    padding: 28px 32px 48px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .calculate-quote .vehicle-status-options-content div dl {
    display: flex;
    justify-content: space-between;
  }

  .calculate-quote .vehicle-status-options-content div dl dt {
    font-size: 16px;
    font-weight: 700;
  }

  .calculate-quote .vehicle-status-options-content div dl dd {
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
  }

  .calculate-quote .vehicle-status-options-content div p {
    font-size: 14px;
    color: #af6249;
    margin-top: 8px;
  }

  .calculate-quote .vehicle-status-options-foot {
    background: #af6249;
    color: #fff;
    text-align: right;
    padding: 20px 32px;
  }

  .calculate-quote .vehicle-status-options-foot dt {
    font-size: 16px;
  }

  .calculate-quote .vehicle-status-options-foot dd {
    margin-top: 4px;
    font-size: 24px;
    font-weight: 700;
  }

  .table-sum {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 20px;
    margin-top: -1px;
  }

  .table-sum-title {
    font-size: 20px;
    font-weight: 700;
  }

  .table-sum-price {
    font-size: 24px;
    font-weight: 700;
  }

  .select-options-input {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .select-options-input label {
    display: flex;
    align-items: center;
    gap: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .select-options-input label:hover {
    cursor: pointer;
  }

  .select-options-input label div {
    display: flex;
    gap: 28px;
  }

  .select-options-input label.active {
    border-color: #000000;
  }

  .financial-quote .HCAU-h2 {
    font-size: 28px !important;
    font-weight: 700;
  }

  .financial-quote-input {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 28px;
  }

  .financial-quote-input dl {
    flex-basis: 380px;
  }

  .financial-quote-input dl dt {
    font-size: 20px;
  }

  .financial-quote-input dl dd {
    margin-top: 20px;
  }

  .financial-quote-result {
    margin-top: 80px;
    border-top: 1px dashed #000;
    background: #f8f8f8;
    padding: 32px 24px;
  }

  .financial-quote-result-table {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 4px;
  }

  .financial-quote-result-table>div {
    display: flex;
    justify-content: space-between;
    padding: 28px 32px;
    max-height: 76px;
  }

  .financial-quote-result-table>div+div {
    border-top: 1px solid #e5e5e5;
  }

  /* Component End */
  /* Policy Start  */
  .p16 {
    padding: 16px;
  }

  .sub-policy-wrap {
    height: 500px;
    overflow: auto;
    margin-top: 40px;
    border-bottom: none !important;
  }

  .sub-policy {
    color: #000000;
  }

  .sub-policy .py12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sub-policy .px16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sub-policy .mt8 {
    margin-top: 8px !important;
  }

  .sub-policy em {
    font-style: italic;
  }

  .sub-policy h1 {
    display: none;
  }

  .sub-policy a[target=_blank] {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .sub-policy .sub-policy--content {
    margin-top: 40px;
    font-size: 16px;
  }

  .sub-policy h2,
  .sub-policy .sub-policy--title-md {
    margin-top: 60px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
  }

  .sub-policy b,
  .sub-policy strong {
    font-family: "GenesisTextOffice";
    font-weight: 700;
  }

  .sub-policy p {
    margin-top: 20px;
  }

  .sub-policy ol+p,
  .sub-policy p+.table-view-wrap {
    margin-top: 8px;
  }

  .sub-policy p+.is-ordered.alphabetic {
    margin-top: 8px;
  }

  .sub-policy .table-view-wrap {
    background: #fff;
  }

  .sub-policy table.table-view {
    table-layout: fixed;
    margin-bottom: 0;
    width: 100%;
  }

  .sub-policy table.table-view th,
  .sub-policy table.table-view td {
    border-bottom: 1px solid #e5e5e5;
  }

  .sub-policy table.table-view thead {
    background: linear-gradient(92deg, #505050 0.09%, #000 100%);
  }

  .sub-policy table.table-view thead th {
    padding: 20px 40px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
  }

  .sub-policy table.table-view tbody th {
    padding: 20px 40px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    line-height: 28px;
  }

  .sub-policy table.table-view td {
    padding: 20px 40px;
    vertical-align: top;
  }

  .sub-policy table.table-view td .sub-policy--content--list li:first-child {
    margin-top: 0;
  }

  .sub-policy table.table-view tbody tr:first-child {
    border-top: 1px solid #e5e5e5;
  }

  .sub-policy table.table-dot {
    margin-top: 8px;
  }

  .sub-policy table.table-dot td {
    vertical-align: top;
    padding: 4px;
  }

  .sub-policy table.table-dot th {
    position: relative;
    font-weight: normal;
    vertical-align: top;
    padding: 4px 4px 4px 16px;
  }

  .sub-policy table.table-dot th::before {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 10px;
    left: 0;
    border-radius: 10px;
    background: #000000;
  }

  .sub-policy h2 {
    counter-increment: myCounter;
  }

  .sub-policy .sub-policy--content--div>.sub-policy--content--list {
    margin-top: 20px;
  }

  .sub-policy .sub-policy--content--list>p {
    margin-top: 8px;
  }

  .sub-policy .sub-policy--content--list>li {
    margin-top: 8px;
    position: relative;
  }

  .sub-policy .sub-policy--content--list.list-dot>li {
    margin-top: 8px;
    position: relative;
    padding-left: 15px;
  }

  .sub-policy .sub-policy--content--list.list-dot>li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #000;
  }

  .sub-policy .sub-policy--content--list.is-ordered {
    counter-reset: list;
  }

  .sub-policy .sub-policy--content--list.is-ordered.alphabetic {
    padding-left: 0;
  }

  .sub-policy .sub-policy--content--list.is-ordered.alphabetic>li {
    counter-increment: list;
    padding-left: 28px;
  }

  .sub-policy .sub-policy--content--list.is-ordered.alphabetic>li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "(" counter(list, lower-alpha) ")";
  }

  .sub-policy .sub-policy--content--list.is-ordered.roman {
    padding-left: 0;
  }

  .sub-policy .sub-policy--content--list.is-ordered.roman>li {
    counter-increment: list;
    padding-left: 38px;
  }

  .sub-policy .sub-policy--content--list.is-ordered.roman>li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "(" counter(list, lower-roman) ")";
  }

  .sub-policy .sub-policy--content--list.is-ordered.numeric {
    padding-left: 0;
  }

  .sub-policy .sub-policy--content--list.is-ordered.numeric>li {
    margin-top: 16px;
    padding-left: 42px;
    counter-increment: list;
  }

  .sub-policy .sub-policy--content--list.is-ordered.numeric>li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(myCounter) "." counter(list) ".";
  }

  .sub-policy .sub-policy--content--list.is-ordered.numeric>li p {
    margin-top: 8px;
  }

  .sub-policy .sub-policy--content--div+hr {
    border-top: 1px solid #000000;
    margin-top: 40px;
  }

  .sub-policy .sub-policy--content--div>.is-ordered.alphabetic {
    padding-left: 16px;
  }

  .sub-policy .date-wrap {
    margin-top: 60px;
  }

  .sub-policy .colon-box+.sub-policy--content--list {
    margin-top: 16px;
  }

  .sub-policy .colon-box+.table-dot {
    margin-top: 8px;
  }

  .sub-policy--title {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .sub-policy--title+h2 {
    margin-top: 20px;
  }

  .sub-policy--title-small {
    margin-top: 20px !important;
  }

  .sub-policy--title-small+p {
    margin-top: 8px;
  }

  .modal-content .sub-policy .sub-policy--content {
    margin-top: 0;
  }

  .sub-policy-wrap .modal-btn-wrap {
    margin-top: 40px !important;
  }

  .comment {
    border-top: 1px dashed #e5e5e5;
    margin-top: 40px;
    padding-top: 24px;
  }

  /* Policy End */

  /* CSS ADD  */

  .main .HCAU-menubar .menu .logo {
    padding-top: 36px;
    padding-bottom: 80px
  }

  .HCAU-menubar .menu>ul>li {
    font-weight: 700;
    padding: 16px 0;
    font-size: 18px;
  }

  .main .collapse.show>ul>li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 8px 0 8px 10px;
  }

  .main .menu li a.active {
    color: #00AAD2;
    text-decoration: none;
  }

  .main .collapse>ul>li:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #444;
    position: absolute;
    left: 0;
    top: 16px;
  }

  .HCAU-btn .ico-print {
    width: 23px;
    height: 23px
  }

  .HCAU-btn.dropdown-toggle.is-invalid {
    border-color: #E63312;
  }

  .HCAU-btn.dropdown-toggle.disabled {
    background-color: #f5f5f5;
    color: #697279;
  }

  .xs-font {
    font-size: 13px
  }

  .table tr.sum td {
    background: #fafafa
  }

  .modal-vrb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-vrb .modal-content {
    width: auto;
  }

  .HCAU-modal .modal-dialog.modal-vrb .modal-content .btn-close {
    top: 27px;
    right: 32px;
  }

  .HCAU-modal .modal-dialog.modal-vrb .modal-body .HCAU-h2 {
    padding-bottom: 16px;
    margin: 40px 32px 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .HCAU-modal .modal-dialog.modal-vrb {
    max-width: none;
  }

  .HCAU-modal .modal-dialog.modal-vrb .modal-content {
    padding: 80px 40px 60px;
  }

  .HCAU-modal .modal-dialog.modal-vrb .modal-content .modal-selected-filters-wrap {
    padding: 0;
  }

  .HCAU-modal .modal-dialog.modal-vrb .modal-content .modal-body .wrap-checkbox-vrb .result-wrap {
    margin-top: 28px;
  }

  .HCAU-modal .modal-dialog.modal-vrb .modal-content .modal-body .wrap-checkbox-vrb .result-wrap span {
    vertical-align: middle;
  }

  .HCAU-modal .modal-dialog.modal-vrb .modal-content .modal-body .wrap-checkbox-vrb .result-wrap h6 {
    vertical-align: middle;
    margin: 0;
  }

  .HCAU-modal .modal-dialog.modal-vrb .modal-content .modal-body .form-check {
    width: 200px;
  }

  .HCAU-modal .modal-dialog.modal-vrb .modal-content .modal-footer {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .modal-vrb .form-check-box {
    height: 213px;
    min-width: 336px;
    margin: 12px 12px 0;
    padding: 0;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
  }

  .HCAU-modal .modal-dialog.modal-vrb .option-type .option-type-list .form-check {
    margin: 8px 20px;
  }

  .HCAU-modal .modal-dialog.modal-vrb .option-type .option-type-list .form-check+div {
    margin: 8px 20px;
  }

  .HCAU-modal .modal-dialog.modal-vrb .option-type>div {
    flex-basis: auto;
  }


  .HCAU-acc .accordion {
    font-family: "GenesisTextOffice", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "Malgun Gothic", Dotum, "돋움", "굴림", arial, sans-serif;
    font-weight: 400;
    color: #000;
  }

  .HCAU-acc .accordion-item {
    border: 0;
    margin-top: 28px;
  }

  .HCAU-acc .accordion-button {
    background: linear-gradient(92deg, #505050 0.09%, #000 100%);
    border-radius: 0px;
    font-size: 16px;
    padding: 21px 40px 20px;
    color: #fff;
  }

  .HCAU-acc .accordion-button:focus {
    box-shadow: none;
  }

  .wrap .HCAU-acc .accordion-button::after {
    opacity: 0.8;
    width: 30px;
    height: 30px;
    background-size: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNSAxMS4yNUwxNSAxOC43NUwyMi41IDExLjI1IiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
  }

  .HCAU-acc .accordion-item:first-of-type {
    margin-top: 0;
  }

  .HCAU-acc .accordion-item:first-of-type .accordion-button{border-radius: 0px;}
  .HCAU-acc .accordion-item:last-of-type .accordion-button.collapsed{border-radius: 0px;}

  .HCAU-acc .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #000;
  }

  .HCAU-acc .accordion-button:not(.collapsed)::after {
    opacity: 1;
  }

  .HCAU-acc .accordion-body {
    padding: 0
  }

  .HCAU-acc .accordion-button .ttl{display: inline-block; color: #fff; width: 90px; margin-right: 10px; font-weight: 700;  line-height: 30px;}
  .HCAU-acc .accordion-button .sub{display: inline-block; font-weight: 400; color: #fff; line-height: 30px;}

  .HCAU-acc .HCAU-table .table {
    border-top: 0;
  }

  .HCAU-acc .HCAU-table .table td {
    padding: 32px 38px
  }

  .HCAU-acc .HCAU-table.type03 table .sum td {
    padding: 30px 20px;
  }
  .HCAU-acc .accordion-header{position: relative; z-index: 0;}
  .selected-filters + .select-options-input{margin-top: 40px;}
  .select-wrap ul{flex-grow: 1;}
  .wrap-new-window header .inner h1 > img{vertical-align: middle;}

  .pb63{
    padding-bottom: 63px !important;
  }

  .vehicle-status-options-title {
    margin: 32px;
    margin-bottom: 0;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
  }

  .vehicle-status-options-title p {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
  }
}