.dti-breadcrumb {
  /* Style the list */
  padding: 6px 0px;
  list-style: none;
  background-color: #eaeaea;
  /* Display list items side by side */
}

.dti-breadcrumb-item {
  display: inline;
  font-size: 12px;
  /* Add a slash symbol (>) before/behind each list item */
}

.dti-breadcrumb-item + .dti-breadcrumb-item:before {
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  content: "";
  margin: 0 6px 0 0;
}

.dti-breadcrumb-item a {
  color: #333333;
  text-decoration: none;
}

.dti-breadcrumb-item a:hover {
  color: rgba(51, 51, 51, 0.6);
}

.button {
  display: inline-block;
  padding: 10px 35px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
}

.button--primary {
  padding: 30px 50px;
  font-weight: 700;
  background-color: #3366cc;
  color: white;
}

.button--primary:hover {
  background-color: rgba(51, 102, 204, 0.9);
  color: white;
  text-decoration: none;
}

.button--default {
  background-color: #3366cc;
  color: white;
}

.button--default:hover {
  background-color: rgba(51, 102, 204, 0.9);
  color: white;
  text-decoration: none;
}

.button--prev-arrow {
  position: relative;
  font-weight: 400;
  min-width: 180px;
}

.button--prev-arrow::before {
  position: absolute;
  left: 0;
  top: 50%;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  content: "";
  margin: 0px 0px 0 10px;
}

.button--next-arrow {
  min-width: 180px;
  position: relative;
  font-weight: 400;
}

.button--next-arrow::before {
  position: absolute;
  right: 0;
  top: 50%;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  content: "";
  margin: 0px 10px 0 0;
}

@font-face {
  font-family: RyuminProRegular;
  src: url("/assets/fonts/RyuminPro-Regular.otf") format("opentype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 14px;
}

a {
  text-decoration: none;
  color: white;
}

.dti-container {
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dti-container-fluid {
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header.dti-container-fluid,
footer.dti-container-fluid {
  background-color: #272c31;
}

.dti-m-t-10 {
  margin-top: 10px;
}

.dti-m-t-20 {
  margin-top: 20px;
}

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

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  min-height: 75px;
}

.header .hide-after-login {
  opacity: 0;
}

.header .show-after-login {
  display: none !important;
}

.header .logo {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.header .logo img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header #navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header #navigation .hamburger {
  display: none;
  width: 50px;
  position: relative;
}

.header #navigation .header-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -20px;
  gap: 0 20px;
}

.header #navigation .header-auth-link {
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.header #navigation .header-auth-link:last-child {
  padding-right: 0;
}

.header #navigation .header-auth-link:hover {
  color: white;
}

.header #navigation .header-auth-link.active {
  color: white;
}

.header #navigation .menu-wrapper {
  margin: 0 auto;
  width: 100%;
}

.header #navigation .menu-wrapper .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding-bottom: 18px;
}

.header #navigation .menu-wrapper .menu-item {
  padding: 0;
  margin: 0 25px;
  position: relative;
}

.header #navigation .menu-wrapper .menu-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #FFF), color-stop(75%, #FFF), to(transparent));
  background-image: linear-gradient(to right, transparent, #FFF 25%, #FFF 75%, transparent);
}

.header #navigation .menu-wrapper .menu-item:hover::after {
  left: 0;
  width: 100%;
  opacity: 1;
}

.header #navigation .menu-wrapper .menu-item:nth-last-child(2) .menu-link {
  padding-right: 0px;
}

.header #navigation .menu-wrapper .menu-link {
  font-size: 14px;
  padding-bottom: 2px;
  display: inline-block;
  color: white;
  text-decoration: none;
}

.header #navigation .menu-wrapper .menu .header-auth-mobile {
  display: none;
}

.section-contact {
  width: 100%;
  height: 330px;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
}

.section-contact .contact-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}

.section-contact .contact-overlay .contact-info {
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-contact .contact-overlay .contact-info h1 {
  margin-bottom: 0.5rem;
}

.section-contact .contact-overlay .contact-info::after {
  content: "";
  left: -25px;
  top: -55px;
  height: 130px;
  width: 1px;
  background-color: white;
  position: absolute;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
}

.section-contact .contact-overlay .contact-button {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-contact .contact-overlay .contact-button .button--next-arrow {
  text-align: center;
  font-size: 16px;
  width: 300px;
  font-weight: 700;
}

.section-contact .contact-overlay .contact-button .button--next-arrow::before {
  right: 20px;
}

.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0px 15px;
  font-size: 12px;
}

.footer-button {
  display: block;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  color: #3c4043;
  cursor: pointer;
  font-size: 14px;
  height: 36px;
  line-height: 30px;
  min-width: 54px;
  padding: 0 16px;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  white-space: pre;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footer-button:hover {
  border-color: #dadce0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  color: #202124;
}

.footer-button:focus {
  border-color: #4285f4;
  outline: none;
}

.footer-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-contact .policy-text {
  margin: 10px 0px 0px;
  color: white;
}

.footer-contact img {
  max-width: 100%;
  height: auto;
}

.footer-access-one {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.footer-access-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-access-item {
  margin: 0 10px;
}

.footer-access-item .footer-access-link {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}

.footer-access-item .footer-access-link:hover {
  color: white;
}

@media screen and (max-width: 1000px) {
  .dti-container {
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .dti-container-fluid {
    max-width: 100%;
    margin: 0 auto;
  }
  .header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .header .logo {
    top: 0;
    padding-left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .header .logo a img {
    max-width: 80%;
    height: auto;
  }
  .header #navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header #navigation .header-auth {
    display: none;
  }
  .header #navigation .hamburger {
    width: 50px;
    height: 80px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header #navigation .hamburger svg {
    border: 1px solid #8dccf0;
  }
  .header #navigation .hamburger svg:hover {
    cursor: pointer;
    color: red;
  }
  .header #navigation .menu-wrapper.active .menu {
    width: 100%;
    z-index: 999;
    background: rgba(31, 41, 45, 0.9);
    height: auto;
    display: unset;
  }
  .header #navigation .menu-wrapper .menu {
    position: absolute;
    display: block;
    top: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    left: 0;
  }
  .header #navigation .menu-wrapper .menu-item {
    padding: 0;
    margin: 0;
  }
  .header #navigation .menu-wrapper .menu-item::after {
    display: none;
  }
  .header #navigation .menu-wrapper .menu-item:hover {
    background: #8dccf0;
  }
  .header #navigation .menu-wrapper .menu-item:hover .menu-link {
    color: #333;
  }
  .header #navigation .menu-wrapper .menu-item.active {
    background: #8dccf0;
  }
  .header #navigation .menu-wrapper .menu-item.active .menu-link {
    color: #333;
  }
  .header #navigation .menu-wrapper .menu-item:not(:nth-last-child(2)) {
    position: relative;
  }
  .header #navigation .menu-wrapper .menu-item:not(:nth-last-child(2))::after {
    display: none;
  }
  .header #navigation .menu-wrapper .menu-link {
    padding: 1em;
    display: inline-block;
    width: 100%;
    color: white;
  }
  .header #navigation .menu-wrapper .menu .header-auth-mobile {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header #navigation .menu-wrapper .menu .header-auth-mobile .btn-signin {
    margin: 1em 0 0 5px;
  }
  .header #navigation .menu-wrapper .menu .header-auth-mobile .btn-signup {
    margin: 1em 0 1em 5px;
  }
  .header #navigation .menu-wrapper .menu .header-auth-mobile-link {
    font-size: 14px;
    padding: 1em;
    display: inline-block;
    color: white;
    width: 100%;
    text-decoration: none;
  }
  .header #navigation .menu-wrapper .menu .header-auth-mobile-link:last-child {
    padding-right: 0;
  }
  .header #navigation .menu-wrapper .menu .header-auth-mobile-link:hover {
    background: #8dccf0;
    color: #333;
  }
  .header #navigation .menu-wrapper .menu .header-auth-mobile-link.active {
    background: #8dccf0;
    color: #333;
  }
  .header::after {
    width: 0;
  }
  .footer {
    padding: 20px 10px 10px;
  }
}

@media screen and (max-width: 768px) {
  .dti-container {
    max-width: 100%;
    margin: 0 auto;
  }
  .dti-container-fluid {
    max-width: 100%;
    margin: 0 auto;
  }
  .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-contact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .footer-access-one {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer-access-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-access-link {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
  }
}

@media screen and (max-width: 729px) {
  .section-contact .contact-overlay .contact-button {
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .dti-container {
    max-width: 100%;
    margin: 0 auto;
  }
  .dti-container-fluid {
    max-width: 100%;
    margin: 0 auto;
  }
  .section-contact .contact-overlay {
    padding: 0;
  }
  .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-contact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

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

.corporate-page .section-breadcrum {
  background-color: #eaeaea;
}

.corporate-page .list-heading {
  margin: 40px 0 0 0;
  border-bottom: 2px solid;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.corporate-page .corporate-content {
  padding-bottom: 50px;
}

.corporate-page .corporate-content .corporate-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.corporate-page .corporate-content .corporate-table table caption {
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
}

.corporate-page .corporate-content .corporate-table table th, .corporate-page .corporate-content .corporate-table table td {
  padding: 10px 0;
  border: #aaa9ad 1px solid;
  color: #FFFFFF;
}

.corporate-page .corporate-content .corporate-table table tbody {
  background-color: rgba(39, 46, 51, 0.7);
}

.corporate-page .corporate-content .corporate-table table tbody .corporate-bottom-row-title {
  font-weight: bold;
  text-align: center;
  display: block;
}

.corporate-page .corporate-content .corporate-table table tbody .corporate-bottom-row-list {
  text-align: center;
  position: relative;
  left: -3em;
}

.corporate-page .corporate-content .corporate-table table tbody .corporate-bottom-row-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.corporate-page .corporate-content .corporate-table table tbody .corporate-bottom-row-list li::after {
  content: " / ";
}

.corporate-page .corporate-content .corporate-table table tbody .corporate-bottom-row-list li:last-child::after {
  content: "";
}

.corporate-page .corporate-content .corporate-table table thead {
  background-color: rgba(39, 46, 51, 0.5);
}

.corporate-page .corporate-content .corporate-table table thead .corporate-thead-box {
  display: table-cell;
  vertical-align: middle;
  width: 500px;
}

.corporate-page .corporate-content .corporate-table table thead .corporate-thead-box-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: left;
  padding: 0 0 0 2em;
}

.corporate-page .corporate-content .corporate-table table thead .corporate-thead-box-sub {
  text-align: left;
  padding: 0 0 0 4em;
}

.corporate-page .corporate-content .corporate-table-data {
  text-align: center;
}

.corporate-page .corporate-content .corporate-table-data th {
  font-weight: normal;
}

.corporate-page .corporate-content .corporate-table:nth-child(n+2) tbody th {
  width: 30%;
}

.corporate-page .corporate-content .corporate-table:nth-child(n+2) tbody td {
  width: 70%;
  text-align: left;
  padding: 10px 0 10px 7em;
}

.corporate-page .corporate-content .corporate-table p {
  line-height: 1.8em;
}

.corporate-page .corporate-content .corporate-table .corporate-mark-link {
  color: #8dccf0;
}

.corporate-page .corporate-content .corporate-table .hotline-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corporate-page .corporate-content .corporate-table .hotline-info-title {
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .corporate-page .list-heading {
    margin: 40px 0 0 0;
  }
  .corporate-page .corporate-content .corporate-table .corporate-mark-link.link-resize {
    font-size: 12px;
  }
  .corporate-page .corporate-content .corporate-table .hotline-info-title {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .corporate-page .corporate-content .corporate-table table tbody .corporate-bottom-row-list {
    left: 0;
  }
  .corporate-page .corporate-content .corporate-table table thead .corporate-thead-box {
    display: block;
    width: 100%;
  }
  .corporate-page .corporate-content .corporate-table table thead .corporate-thead-box-title {
    text-align: center;
    padding: 0.5em;
  }
  .corporate-page .corporate-content .corporate-table table thead .corporate-thead-box-sub {
    text-align: center;
    padding: 0;
  }
  .corporate-page .corporate-content .corporate-table table thead .corporate-thead-box img {
    margin-top: 10px;
  }
  .corporate-page .corporate-content .corporate-table:nth-child(n+2) tbody th {
    width: 35%;
  }
  .corporate-page .corporate-content .corporate-table:nth-child(n+2) tbody td {
    width: 65%;
    padding: 0.5em;
  }
}
/*# sourceMappingURL=corporate.css.map */
