/* global css */
html {  
    scroll-behavior: smooth;
  }
  
  /* footer css start here */
  #footer-container {
    padding: 0px 28px;
  }
  
  #footer-menu-logo {
    display: flex;
    flex-direction: column-reverse;
  }
  
  #footer-menu-logo .az-logo-footer {
    margin: 20px 20px 30px 0px;
    max-width: 150px;
  }
  
  ul.footer-menu {
    padding-left: 0px;
    list-style: none;
  }
  
  ul.footer-menu li {
    padding-bottom: 20px;
  }
  
  ul.footer-menu li:last-child {
    padding-bottom: 16px;
  }
  
  ul.footer-menu li a span {
    max-height: 20px;
  }
  
  ul.footer-menu li a span img {
    padding-left: 5px;
    max-width: 21px;
    margin-top: 2px;
  }
  
  ul.footer-menu li:last-child {
    margin-right: 50%;
  }
  
  ul.footer-menu li a {
    color: #003864;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: underline;
    display: flex;
    font-family: "Roboto", sans-serif;
  }
  
  #footer-copywrite {
    padding: 0px 28px;
  }
  
  #footer-copywrite .inner-copywrite {
    padding-bottom: 4px;
  }
  
  #footer-copywrite .inner-copywrite p {
    color: #3b3c3c;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
  }
  
  /* reference section */
  #references-section {
    max-width: 1280px;
    margin: 0px auto;
  }
  
  .reference-outer {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  
  .reference-inner-text .reference-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
    color: #3C4242;
  }
  
  .reference-list-main .reference-list-title {
    font-size: 13px;
    line-height: 17.875px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 16px 0;
    color: #3C4242;
  }
  
  ol.refrerence-list-item {
    list-style: decimal;
    padding: 0 0 0 40px;
    margin: 16px 0px 32px;
  }
  
  .reference-outer.home-footer ol.refrerence-list-item {
    margin: 16px 0px;
  }
  
  .reference-outer.home-footer ol.refrerence-list-item li {
    font-size: 13px;
    line-height: 17.875px;
  }
  
  ol.refrerence-list-item li {
    padding: 0;
    margin-bottom: 13px;
    word-break: break-word;
    font-size: 16px;
    line-height: 19.2px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #3C4242;
  }
  ol.refrerence-list-item li::marker{
    font-size: 13px;
    line-height: 19.2px;
  }
  
  .reference-outer .nccn-title {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #3C4242;
    line-height: 22px;
  }
  
  /* reference section */
  /* back to top */
  .back-to-top {
    position: fixed;
    right: 8px;
    /* bottom: 255px; */
    display: none;
    top: 60vh;
  }
  
  .back-to-top a {
    background-color: #004D74;
    color: white;
    padding: 13px 12px 12px 15px;
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: center;
    gap: 6.5px;
    align-items: center;
    flex-direction: row;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  }
  
  .back-to-top a img {
    width: 14px;
    margin-top: 1px;
  }
  
  /* back to top */

  /* privacy choice order */
  a.footer-privacy-choice-link img {
    width: 23px;
    height: 11px;
}
 
a.footer-privacy-choice-link {
    align-items: center;
    gap: 3px;
}
  
  
  
  @media screen and (max-width:991px) {
  
  
  
    /* reference section */
  
    #references-section {
      padding: 0px 20px;
      width: 100%;
    }
  
    #footer-menu-logo .az-logo-footer {
      margin: 18px 20px 37px 0px;
      max-width: 150px;
    }
  
    .reference-outer .nccn-title {
      margin-bottom: 33px;
    }
  
    /* reference section */
    /* back to top */
  
    .back-to-top {
      position: fixed;
      right: 8px;
      /* bottom: 216px; */
      z-index: 99;
      display: none;
    }
  
    .back-to-top a {
      background-color: #004D74;
      color: white;
      padding: 12px 12px 13px 15px;
      font-size: 16px;
      line-height: 19px;
      font-family: "Roboto", sans-serif;
    }
  
    .back-to-top.show {
      display: block;
    }
  
    .back-to-top a img {
      width: 14px;
      margin-top: 1px;
    }
  
    /* back to top */
    /* reference section-16px font size */
    .reference-outer.font-16-reference .refrerence-list-item {
      margin: 16px 0px 48px;
    }
  
    /* reference section-16px font size */
  
  
  
  }
  
  @media (min-width: 391px) and (max-width: 767px) {
    #isi-container {
      flex-direction: column;
      margin: 0 auto;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
  
    #footer-container #inner-menu {
      margin-right: 20px;
    }
  
    #footer-container #inner-menu ul.footer-menu {
      display: flex;
      flex-wrap: wrap;
    }
  
    ul.footer-menu li {
      padding-bottom: 20px;
      margin-right: 10px;
    }
  }
  
  @media (min-width: 992px) {
    #footer-menu-logo {
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      align-items: center;
    }
  
    .footer-menu {
      display: flex;
      flex-wrap: wrap;
    }
  
    ul.footer-menu li {
      padding-right: 15.6px;
      padding-bottom: 15px;
    }
  
    ul.footer-menu li a span img {
      padding-left: 7px;
      max-width: 23px;
      margin-top: 2px;
    }
  
    #footer-copywrite {
      margin-top: 40px;
    }
  
    #footer-copywrite .inner-copywrite {
      max-width: 1280px;
      margin: 0 auto;
      padding-bottom: 4px;
    }
  
    #footer-copywrite .inner-copywrite p {
      color: #3b3c3c;
      font-size: 14px;
      line-height: 1.2;
      margin-bottom: 11px;
    }
  
    #footer-copywrite .inner-copywrite p:first-child {
      padding-bottom: 3px;
    }
  
  
  
  
  
    /* footnote */
    #footnote-section {
      padding: 0px 20px;
    }
  
    /* reference */
    #reference-section {
      padding: 0px 20px;
    }
  
    /* rference font-size:16px */
    .reference-outer.font-16-reference .refrerence-list-item {
      margin: 16px 0px 32px;
    }
  
    /* rference font-size:16px */
  
  }
  @media screen and (min-width :992px) and (max-width: 1320px) {
  
    .reference-outer {
      padding: 0 30px;
    }
    }
    @media screen and (max-width: 329px) {
      ol.refrerence-list-item {
        list-style: decimal;
        padding: 0 0 0 20px;
      }
    
      }
  