@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  font-family: var(--Noto-Sans-SC);
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 140px;
  width: 100%;
}
.mycontainer {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
header .header-top {
  background-color: #013B7D;
}
header .header-top .mycontainer {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-nav {
  background-color: #fff;
}
header .header-nav .mycontainer {
  height: 60px;
}
header .logo {
  width: 33.333333%;
}
header .logo img {
  transition: all 0.5s;
}
header form {
  position: relative;
}
header form input {
  font-size: 12px;
  width: 238px;
  height: 36px;
  border-radius: 18px;
  padding: 0 40px 0 20px;
  color: #000;
  outline: none;
}
header form input::placeholder {
  color: #a6a6a6;
}
header form button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translate(0, -50%);
  width: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
header form button img {
  width: 100%;
  height: 100%;
}
header .tel {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.35416667vw, 26px);
  line-height: 1.45;
}
header .tel img {
  width: 2em;
  height: 2em;
  object-fit: scale-down;
  margin-right: 0.5em;
}
header .tel .text h3 {
  font-weight: 700;
  color: #fff;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: clamp(14px, 1vw, 16px);
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.5s;
}
header .lv1 > li > a {
  position: relative;
  color: inherit;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
header .lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #187EF2;
  border-radius: 0.15em;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li:hover {
  color: #187EF2;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active {
  font-weight: 700;
  color: #187EF2;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv2 {
  position: fixed;
  left: 50%;
  top: 158px;
  width: 1178px;
  max-width: 94%;
  transform: translate(-50%, 5%);
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 6, 26, 0.19);
  visibility: hidden;
  opacity: 0;
  font-size: clamp(13px, 1vw, 16px);
  padding: 1.875em 3.125em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #010101;
  line-height: 1.45;
  min-width: 12%;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  color: #0C54A6;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  width: 100%;
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-active {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
.header-active .logo img {
  filter: contrast(1) brightness(100%);
}
.header-active .lv1 > li {
  color: #333;
}
.header-active .lv1 > li::after {
  background-color: #0C54A6;
}
.header-active .lv1 > li:hover {
  color: #0C54A6;
}
.header-active .lv1 > .active {
  font-weight: 700;
  color: #0C54A6;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 3s;
  scale: 1.1;
}
.index-banner .swiper .swiper-slide-active img {
  scale: 1;
}
.index-banner .swiper-pagination {
  width: auto;
  display: inline-block;
  bottom: 10%;
  left: 22.916667%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 1em;
  height: 1em;
  opacity: 1;
  background-color: transparent;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 1.3em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
  border-color: #fff;
}
.index-contact {
  background-color: #f5f5f5;
}
.index-contact .mycontainer {
  width: 900px;
  max-width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 12px 11px 22px rgba(54, 1, 1, 0.05);
  padding: 1.09375% 1.25%;
  gap: 20px;
  border-radius: 1.1458333vw;
  margin-top: -3.0208333%;
  position: relative;
  z-index: 1;
}
.index-contact .mycontainer .lt {
  width: 22.3004695%;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.7;
  color: #383838;
  font-weight: 700;
  white-space: nowrap;
}
.index-contact .mycontainer .lt span {
  color: #2A82E4;
}
.index-contact .mycontainer form {
  width: 50.991832%;
  display: flex;
  gap: 10px;
}
.index-contact .mycontainer form input {
  width: 148px;
  flex: 1;
  outline: none;
  font-size: 12px;
  color: #000;
  height: 30px;
  padding: 0 40px 0 1.0416667vw;
  border-radius: 15px;
  background: url(../images/contact-person.png) #e5e5e5 no-repeat;
  background-size: 20px auto;
  background-position: center right 10px;
}
.index-contact .mycontainer form input::placeholder {
  color: #808080;
}
.index-contact .mycontainer form input:nth-of-type(2) {
  background-image: url(../images/contact-email.png);
}
.index-contact .mycontainer form button {
  cursor: pointer;
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  background: linear-gradient(242.76deg, #0264BA 0%, #2A82E4 53.77%, #0264BA 100%);
  width: 8.642857em;
  text-align: center;
  border-radius: 15px;
  height: 30px;
}
.index-contact .mycontainer .rt {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.6667;
  white-space: nowrap;
}
.index-contact .mycontainer .rt img {
  width: 2.875em;
  height: 2.875em;
  object-fit: scale-down;
  margin-right: 0.9375em;
}
.index-contact .mycontainer .rt h5 {
  color: #383838;
}
.index-contact .mycontainer .rt h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #0F7FFF;
  font-weight: 500;
}
.index-title {
  margin-bottom: 5%;
  line-height: 1.45;
  text-align: center;
}
.index-title h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #000;
  position: relative;
  font-weight: 700;
}
.index-title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #0264BA;
  font-weight: 500;
  text-transform: uppercase;
}
.index-adv {
  padding: 4.1667% 0;
  background-color: #f5f5f5;
}
.index-adv .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-adv .wrapper .block {
  font-size: clamp(12px, 1.1vw, 20px);
  text-align: center;
}
.index-adv .wrapper .block img {
  width: 4.5em;
  height: 4.5em;
  object-fit: scale-down;
}
.index-adv .wrapper .block h4 {
  font-size: clamp(12px, 1vw, 16px);
  color: #000;
  line-height: 1.45;
  margin-top: 0.8125em;
}
.index-adv .wrapper .block:hover img {
  animation: swing 1s;
}
.index-about {
  padding: 4.1667% 0;
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .wrapper .lt {
  width: 48.333333%;
}
.index-about .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 11px;
}
.index-about .wrapper .lt .pic img {
  display: block;
  width: 100%;
}
.index-about .wrapper .rt {
  width: 46.666667%;
}
.index-about .wrapper .rt .index-title {
  text-align: left;
}
.index-about .wrapper .rt .brief {
  font-size: clamp(12px, 1vw, 14px);
  color: #000;
  line-height: 1.5;
  font-weight: 300;
}
.index-about .wrapper .rt .index-more {
  margin-top: 3.28125vw;
}
.index-more a {
  display: inline-block;
  font-size: clamp(12px, 1vw, 14px);
  min-width: 8.642857em;
  line-height: 2.142857;
  border-radius: 1.5em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(242.76deg, #0264BA 0%, #2A82E4 53.77%, #0264BA 100%);
  transition: all 0.5s;
}
.index-more a:hover {
  box-shadow: 0 3px 10px #0264BA;
}
.index-prod {
  padding: 4.1667% 0;
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-prod .prod-tab {
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1.75em;
  margin-bottom: 3.916667%;
}
.index-prod .prod-tab li {
  flex: 1;
  display: flex;
  gap: 1.75em;
}
.index-prod .prod-tab li .icon {
  text-align: center;
  cursor: pointer;
}
.index-prod .prod-tab li .icon .pic {
  position: relative;
  overflow: hidden;
  width: 8.1875em;
  height: 3.8125em;
  box-sizing: content-box;
  border: 1px solid #fff;
  border-radius: 2em;
  box-shadow: 2px 1px 1.5625em -0.5em rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}
.index-prod .prod-tab li .icon .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .prod-tab li .icon h4 {
  line-height: 1.45;
  color: #000;
  margin-top: 1.5em;
}
.index-prod .prod-tab li::after {
  position: relative;
  display: block;
  content: "";
  flex: 1;
  height: 1px;
  background-color: #808080;
  margin-top: 2em;
}
.index-prod .prod-tab li:last-child::after {
  display: none;
}
.index-prod .prod-tab li:hover .icon .pic img {
  scale: 1.05;
}
.index-prod .prod-tab .active .icon .pic {
  border-color: #0071D4;
}
.index-prod .prod-tab .active .icon h4 {
  color: #0071D4;
  font-weight: 500;
}
.index-prod .swiper {
  display: none;
}
.index-prod .swiper:first-child {
  display: block;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80.41775457%;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .pic::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 100, 186, 0.6);
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}
.index-prod .swiper .pic::after {
  font-size: clamp(12px, 1.1vw, 20px);
  position: absolute;
  display: block;
  content: "";
  width: 3.3em;
  height: 3.3em;
  background: url(../images/prod-plus-icon.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
.index-prod .swiper .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 20px);
  padding: 0 1em 0 0.75em;
  height: 2.8em;
  border-top: 1px solid #a6a6a6;
}
.index-prod .swiper .title h4 {
  color: #000;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.index-prod .swiper .title h4::before {
  display: inline-block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  background-color: #0264BA;
  margin-right: 0.8em;
}
.index-prod .swiper .title i {
  font-size: 12px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  background-color: #0264BA;
  color: #fff;
}
.index-prod .swiper .swiper-slide {
  border: 1px solid #a6a6a6;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .pic::before {
  opacity: 1;
}
.index-prod .swiper .swiper-slide:hover .pic::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(180deg);
}
.index-prod .swiper .swiper-slide:hover .title h4 {
  color: #0264BA;
}
.index-prod .index-more {
  text-align: center;
  margin-top: 3.5%;
}
.index-data {
  background: url(../images/index-data-bg.jpg) no-repeat;
  background-size: cover;
  padding: 5.3125% 0;
}
.index-data .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-data .mycontainer .block {
  line-height: 1.45;
}
.index-data .mycontainer .block h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  color: #fff;
  font-weight: 900;
}
.index-data .mycontainer .block h3 em {
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 900;
}
.index-data .mycontainer .block h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 300;
  color: #fff;
  margin-top: 0.5em;
}
.index-data .mycontainer i {
  display: block;
  width: 1px;
  height: 4.0625vw;
  background-color: #fff;
}
.index-core {
  background: url(../images/index-core-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.0833% 0 3.125%;
}
.index-core .index-title h3 span {
  font-size: clamp(30px, 3.75vw, 72px);
  font-style: italic;
}
.index-core .wrapper {
  display: flex;
  justify-content: space-between;
}
.index-core .wrapper .lt {
  width: 39.583333%;
}
.index-core .wrapper .lt h2 {
  font-size: clamp(20px, 3.125vw, 60px);
  color: rgba(166, 166, 166, 0.2);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.index-core .wrapper .lt h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #0264BA;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.25em;
}
.index-core .wrapper .lt h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #000;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 3.125vw;
}
.index-core .wrapper .lt .brief {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #000;
  font-weight: 300;
  line-height: 1.8889;
  min-height: 7.5556em;
}
.index-core .wrapper .lt .index-more {
  margin-top: 5vw;
  padding: 7px 10px 13px;
}
.index-core .wrapper .rt {
  position: relative;
  border-radius: 50%;
  width: 51.5%;
  padding: 5.15625vw;
  background-color: rgba(255, 255, 255, 0.5);
}
.index-core .wrapper .rt .swiper {
  border-radius: 50%;
}
.index-core .wrapper .rt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
}
.index-core .wrapper .rt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-core .wrapper .rt .core-tab {
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translate(0, -50%);
  font-size: clamp(10px, 1.2vw, 20px);
}
.index-core .wrapper .rt .core-tab li {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 4em;
}
.index-core .wrapper .rt .core-tab li:first-child {
  transform: translate(-40%, 0);
}
.index-core .wrapper .rt .core-tab li:last-child {
  margin-bottom: 0;
  transform: translate(-40%, 0);
}
.index-core .wrapper .rt .core-tab li .pic {
  position: relative;
  overflow: hidden;
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  padding: 4px;
  z-index: 1;
  margin-right: 0.9em;
}
.index-core .wrapper .rt .core-tab li .pic::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background: #fff;
}
.index-core .wrapper .rt .core-tab li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.5s;
}
.index-core .wrapper .rt .core-tab li .text {
  flex: 1;
  white-space: nowrap;
  font-size: clamp(12px, 1vw, 14px);
  color: #000;
  line-height: 1.45;
}
.index-core .wrapper .rt .core-tab li:hover .pic img {
  scale: 1.05;
}
.index-core .wrapper .rt .core-tab .active .pic::before {
  background: linear-gradient(250.29deg, #86E7FC 0%, #004B8C 48.46%, #82E4FA 100%);
}
.index-news {
  padding: 4.6875% 0 6.25%;
}
.index-news .news-swiper {
  position: relative;
}
.index-news .news-swiper .swiper-button-prev,
.index-news .news-swiper .swiper-button-next {
  font-size: clamp(14px, 2.6041667vw, 50px);
  font-weight: 700;
  color: #999;
}
.index-news .news-swiper .swiper-button-prev::after,
.index-news .news-swiper .swiper-button-next::after {
  font-size: inherit;
}
.index-news .news-swiper .swiper-button-prev:active,
.index-news .news-swiper .swiper-button-next:active {
  color: #0C54A6;
}
.index-news .news-swiper .swiper-button-prev {
  left: -5%;
}
.index-news .news-swiper .swiper-button-next {
  right: -5%;
}
.index-news .swiper {
  padding: 6px 0;
}
.index-news .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 89.6797153%;
}
.index-news .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .title {
  line-height: 1.45;
  font-size: 14px;
  padding: 10px;
  transition: all 0.5s;
  box-shadow: 3px 3px 17px -11px rgba(0, 0, 0, 0.25);
}
.index-news .swiper .title h4 {
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.index-news .swiper .title p {
  font-size: 12px;
  color: #808080;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
  margin-bottom: 10px;
}
.index-news .swiper .title .more {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #808080;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid #a6a6a6;
  transition: all 0.5s;
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover .title h4 {
  color: #0052C1;
}
.index-news .swiper .swiper-slide:hover .title .more {
  border-bottom: 1px solid #0052C1;
}
footer {
  background-color: #1C2025;
}
footer .footer-top {
  padding: 4.1667% 0;
  border-bottom: 1px solid #a6a6a6;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1vw, 18px);
  gap: 1em;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.2vw, 22px);
  color: #fff;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 1.3182em;
}
footer .footer-top .info {
  width: 33.3333%;
}
footer .footer-top .info .ewm {
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  margin-top: 3.125vw;
}
footer .footer-top .info .ewm img {
  width: 7.5em;
  height: auto;
  box-sizing: content-box;
  padding: 0.625em;
  border: 1px solid #7D5EA5;
  background-color: #fff;
  border-radius: 0.875em;
}
footer .footer-top .info .ewm p {
  color: #808080;
  line-height: 1.45;
  margin: 0.75em 0 0;
  font-size: 12px;
}
footer .footer-top nav {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  width: 50.916667%;
}
footer .footer-top nav ul {
  max-height: 11em;
  columns: 2;
  column-fill: auto;
  white-space: nowrap;
  column-width: auto;
  column-gap: 3em;
}
footer .footer-top nav ul li {
  color: #a6a6a6;
  line-height: 1.45;
  margin-bottom: 0.75em;
  width: auto;
  max-width: 14em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .footer-top nav ul li a {
  color: inherit;
}
footer .footer-top nav ul li a:hover {
  color: #fff;
  text-decoration: underline !important;
}
footer .footer-mid {
  padding: 1.09375% 0;
}
footer .footer-mid table {
  width: 100%;
}
footer .footer-mid table tr td {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.45;
  padding: 0.5em;
}
footer .footer-bt {
  text-align: center;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #a6a6a6;
  line-height: 1.45;
  padding: 1% 0;
  border-top: 1px solid #a6a6a6;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  color: #fff;
  text-decoration: underline !important;
}
