@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
.container {
}

a:hover {
  text-decoration: inherit;
}
.header--ldp {
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
}
.header--ldp.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
}
.header--ldp--top {
  background: linear-gradient(90deg, #a75eb5 0%, #511d9a 100%);
  width: 100%;
  padding: 7px 0;
}

.ldp--top---list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.backto---home {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.ldp--top---sup {
  display: flex;
  gap: 48px;
  align-items: center;
}
.ldp--top---sup--items {
  position: relative;
}
.ldp--top---sup--items > a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.ldp--top---sup--items::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  border: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  background: rgba(255, 255, 255, 0.2);
}
.ldp--top---sup--items:last-child:after {
  display: none;
}

.header--ldp--bot {
  width: 100%;
  padding: 12px 0;
}
.ldp--bot--wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.ldp--bot--right {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ldp--bot--menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ldp--menu--items {
  position: relative;
}
.ldp--menu--items--lv1 {
  display: inline-block;
  border-radius: 8px;
  padding: 8px;
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.64px;
}
.ldp--menu--items:hover .ldp--menu--items--lv1,
.ldp--menu--items--lv1.active,
.ldp--menu--items--lv1:hover {
  background: #f5f5f5;
  color: #511d9a;
}
.ldp--menu--other {
  position: absolute;
  top: calc(100% - 1px);
  min-width: 180px;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.ldp--menu--child {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ldp--menu--child a {
  width: 100%;
  padding: 8px;
  color: #1a1a1a;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.48px;
  border-radius: 8px;
}
.ldp--menu--child a:hover,
.ldp--menu--child a.active {
  background: rgba(0, 0, 0, 0.05);
}

.ldp--menu--items:hover .ldp--menu--other {
  opacity: 1;
  visibility: visible;
}

.btn--tv {
  flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  padding: 8px 12px;
  background: #fff;
  display: inline-block;

  border-radius: 8px;
  border: 1px solid #511d9a;

  color: #511d9a;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.btn--tv:hover {
  color: #511d9a;
}

/* ldp--footer */
.ldp--footer {
  float: left;
  width: 100%;
  padding: 68px 0 0;
  background: #fff;
}
.--footer--listtop {
  padding-bottom: 80px;
  border-bottom: 1px solid #0c2a8c;
  padding-top: 20px;
}

.listtop--first {
  margin-bottom: 42px;
}
.listtop--first .txt {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.listtop--first .--vh {
  display: flex;
  gap: 36px;
  align-items: center;
}
.listtop--first---box {
  max-width: 407px;
  margin-bottom: 30px;
}
.listtop--first---box h3 {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.listtop--first---box .desc {
  color: #333;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
.footer--box {
}
.footer--box h3 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.footer--box--child {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.footer--box--other {
  width: 100%;
}
.footer--box--other .title {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.footer--box--other .desc p {
  color: #002584;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}
.footer--box--other .desc p:last-child {
  margin-bottom: 0;
}
.footer--box--other .desc p a {
  color: #002584;
  font-weight: 700;
}
.--footer--netword {
  display: flex;
  gap: 13px;
  align-items: center;
}
.footer--box--list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer--box--list a {
  color: #333;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
}
.--footer--listbot {
  padding: 52px 0 65px;
  border-bottom: 1px solid #e6eafd;
}
.--footer--listtop .row {
  gap: 30px 0;
}
.--footer--listbot .row {
  gap: 30px 0;
}
.--footer--last {
  width: 100%;
  padding: 20px 0;
  color: #666;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
}
.--footer--last span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* :modal */
.modal-list-app7 .modal-content .close {
  top: 15px;
  right: 10px;
  position: absolute;
  z-index: 56;
}

.modal-list-app7 .modal-content {
  border: 0;
  background: transparent;
}

.modal-list-app7 .modal-dialog {
  max-width: 600px;
}
.modal-list-app7 .banner--form--other {
  border-radius: 12px;
  border: 0.8px solid #ffa4a6;
  background: linear-gradient(
    337deg,
    rgba(255, 255, 255, 0.03) 31.4%,
    rgba(255, 255, 255, 0.1) 82.13%
  );
  box-shadow: 0 0 40px 0 rgba(255, 64, 64, 0.5);
  backdrop-filter: blur(8px);
}

@media screen and (max-width: 1100px) {
  .ldp--menu--items--lv1 {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.headtop_menu__sub__other {
  position: absolute;
  top: calc(100% - 1px);
  padding-top: 13px;
  right: -133px;
  z-index: 10000;
  display: none;
  width: 647px;
}
.headtop_menu__sub__other.style2 {
  width: 302px;
  right: -80px;
}
.headtop_menu__sub {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.headtop_menu__sub--items {
  padding: 8px;
  width: 100%;
  display: flex;
  gap: 16px;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  text-align: left;
}
.headtop_menu__sub--items .icon {
  flex-shrink: 0;
}
.headtop_menu__sub--items:hover,
.headtop_menu__sub--items.active {
  background: rgba(0, 0, 0, 0.05);
}
.ldp--top---sup--items {
  position: relative;
}
.ldp--top---sup--items:hover > a > svg {
  transform: rotate(180deg);
}
.ldp--top---sup--items:hover > .headtop_menu__sub__other {
  display: block;
}
