@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: 100px;
  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;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
header .mycontainer {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 37.5%;
}
header .logo img {
  transition: all 0.5s;
}
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: #808080;
  transition: all 0.5s;
}
header .lv1 > li a {
  color: inherit;
  text-transform: uppercase;
}
header .lv1 > li:hover {
  color: #1954B3;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active {
  color: #1954B3;
  font-weight: 700;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
header .lv1 .tel {
  font-weight: 700;
  color: #1954B3 !important;
  font-size: clamp(16px, 1.25vw, 24px);
}
header .lv1 .tel::after {
  display: none;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  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: 0.625em 0;
}
header .lv2::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 0.625em solid transparent;
  border-top: 0;
  border-bottom: 0.75em solid #fff;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #1954B3;
  line-height: 1.45;
  font-weight: 300;
  padding: 0.21875em 2.25em;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  background-color: #f2f2f2;
}
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 {
  flex: 1;
  margin-left: 5%;
  height: 62%;
  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: #1954B3;
}
.header-active .lv1 > li:hover {
  color: #1954B3;
}
.header-active .lv1 > .active {
  font-weight: 700;
  color: #1954B3;
}
.header-active .lv1 .tel {
  color: #1954B3 !important;
}
.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 h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active img {
  scale: 1;
}
.index-banner .mycontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.15em;
  background-color: #fff;
  transition: all 0.5s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1954B3;
  opacity: 1;
}
.index-title {
  text-align: center;
  margin-bottom: 4.1667%;
}
.index-title .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-title .text h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #000;
  font-weight: 500;
  position: relative;
  line-height: 1.45;
  z-index: 1;
  margin-bottom: 0.166667em;
}
.index-title .text h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #000;
  line-height: 1.45;
}
.index-title .text::before,
.index-title .text::after {
  position: relative;
  display: block;
  content: "";
  flex: 1;
  height: 1px;
  background-color: #808080;
}
.index-title .text::before {
  margin-right: 1.40625vw;
}
.index-title .text::after {
  margin-left: 1.40625vw;
}
.index-title em {
  display: block;
  margin: 0 auto;
  font-size: clamp(10px, 1.25vw, 24px);
  width: 1em;
  height: 1em;
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
  rotate: 45deg;
  margin-top: 0.5em;
}
.index-serv {
  padding: 3.125% 0 3.4375%;
  background: url(../images/index-serv-bg.jpg) no-repeat;
  background-size: cover;
}
.index-serv .serv-tab {
	position: relative;
	z-index: 1;
  margin-bottom: 5%;
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1.2vw, 22px);
  line-height: 1.45;
}
.index-serv .serv-tab > li {
  position: relative;
  z-index: 2;
  border: 1px solid #1954B3;
}
.index-serv .serv-tab > li:hover .tab-lv2 {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.index-serv .serv-tab > li > a {
  display: inline-block;
  color: #000;
  padding: 0.454545em;
  transition: all 0.5s;
}
.index-serv .serv-tab > li > a:hover {
  color: #1954B3;
}
.index-serv .serv-tab > li .tab-lv2 {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  transform: translate(0, 5%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 6, 26, 0.19);
  font-size: clamp(13px, 1vw, 16px);
  border-radius: 0.25em;
  transition: all 0.5s;
}
.index-serv .serv-tab > li .tab-lv2 li {
  white-space: nowrap;
  padding: 0.625em 1.1875em;
}
.index-serv .serv-tab > li .tab-lv2 li a {
  color: #095BB8;
}
.index-serv .serv-tab > li .tab-lv2 li a:hover {
  text-decoration: underline !important;
}
.index-serv .serv-tab > li:has(.tab-lv2) {
  border-color: transparent;
}
.index-serv .serv-tab i {
  font-size: 12px;
  color: #1954B3;
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
}
.index-serv .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-serv .wrapper .block {
  width: 31.666667%;
  z-index: 1;
}
.index-serv .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55.263158%;
}
.index-serv .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.index-serv .wrapper .block .pic .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  background-color: rgba(25, 84, 179, 0.7);
  font-weight: 700;
  line-height: 2.611111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  transition: all 0.5s;
}
.index-serv .wrapper .block .pic .mask {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  font-weight: 500;
  transform: translate(0, 100%);
  background-color: rgba(25, 84, 179, 0.7);
  line-height: 1.45;
  transition: all 0.5s;
}
.index-serv .wrapper .block .pic .mask h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.index-serv .wrapper .block:hover .pic .title {
  opacity: 0;
}
.index-serv .wrapper .block:hover .pic .mask {
  transform: translate(0, 0);
}
.index-about {
  padding: 3.125% 0;
}
.index-about .link {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1.2vw, 22px);
  margin-bottom: 5%;
}
.index-about .link .block {
  text-align: center;
}
.index-about .link .block .icon {
  display: inline-block;
  width: 4.1818182em;
  height: 4.1818182em;
}
.index-about .link .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-about .link .block h4 {
  line-height: 1.45;
  color: #000;
}
.index-about .link .block:hover .icon {
  animation: swing 1s;
}
.index-about .link .block:hover h4 {
  color: #1954B3;
  font-weight: 700;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.3333%;
}
.index-about .wrapper .lt {
  width: 50%;
}
.index-about .wrapper .lt .pic {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.index-about .wrapper .lt .pic img,
.index-about .wrapper .lt .pic video {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-about .wrapper .lt .pic .play-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(12px, 1.2vw, 20px);
	cursor: pointer;
}
.index-about .wrapper .lt .pic .play-btn i {
	color: #fff;
	width: 2.5em;
	height: 2.5em;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-about .wrapper .rt {
  width: 50%;
  padding: 1% 3%;
  line-height: 1.45;
}
.index-about .wrapper .rt .title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #1954B3;
  font-weight: 700;
  margin-bottom: 0.9em;
}
.index-about .wrapper .rt .title span {
  font-weight: 400;
}
.index-about .wrapper .rt .title span em {
  color: #159956;
}
.index-about .wrapper .rt .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #808080;
}
.index-about .wrapper .rt a {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: 2.625;
  padding: 0 1.875em;
  color: #095BB8;
  border: 1px solid #02873F;
  border-radius: 1.5em;
  margin-top: 3.125vw;
  transition: all 0.5s;
}
.index-about .wrapper .rt a:hover {
  background-color: #095BB8;
  color: #fff;
  box-shadow: 0 2px 5px #095BB8;
}
.index-about .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(20px, 2.083333vw, 40px);
  line-height: 1.45;
}
.index-about .data i {
  display: block;
  width: 1px;
  height: 1.5em;
  background-color: #808080;
}
.index-about .data h3 {
  color: #1954B3;
  font-weight: 900;
}
.index-about .data h3 em {
  font-size: clamp(14px, 1.3541667vw, 26px);
  font-weight: 500;
}
.index-about .data h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #808080;
  font-weight: 500;
}
.index-adv {
  background-color: #f5f5f5;
  padding: 4.1667% 0;
}
.index-adv .mycontainer {
  display: flex;
}
.index-adv .mycontainer .block {
  position: relative;
  overflow: hidden;
  width: 25%;
  min-height: 29.1666667vw;
  z-index: 1;
  line-height: 1.45;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
}
.index-adv .mycontainer .block:first-child {
  background-color: #1954B3;
  padding: 8.3333% 1.6667% 3% 4.75%;
}
.index-adv .mycontainer .block:first-child h3 {
  text-transform: uppercase;
}
.index-adv .mycontainer .block::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #0777f7 0%, rgba(5, 175, 237, 0.26) 49.31%);
  z-index: -1;
}
.index-adv .mycontainer .block h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 700;
}
.index-adv .mycontainer .block h4 {
  font-size: clamp(14px, 1.3541667vw, 26px);
  color: #fff;
}
.index-adv .mycontainer .block a {
  display: inline-block;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  margin-top: 4.1667vw;
  transition: all 0.5s;
}
.index-adv .mycontainer .block a:hover {
  transform: translateY(-2px);
  text-shadow: 0 2px 3px #fff;
}
.index-adv .mycontainer .block img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s;
}
.index-adv .mycontainer .block .title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
}
.index-adv .mycontainer .block .title::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 2.75em;
  font-size: clamp(14px, 1.2vw, 20px);
  width: 2.5em;
  height: 2px;
  background-color: #fff;
}
.index-adv .mycontainer .block .title h3 {
  width: 1em;
}
.index-adv .mycontainer .block .mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  z-index: 2;
  scale: 0;
  transition: all 0.5s;
}
.index-adv .mycontainer .block .mask h3::after {
  display: block;
  content: "";
  font-size: clamp(14px, 1.2vw, 20px);
  width: 2.5em;
  height: 2px;
  background-color: #fff;
  margin: 1.5em auto 3.3em;
}
.index-adv .mycontainer .block .mask .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
}
.index-adv .mycontainer .block:hover img {
  filter: brightness(0.5);
}
.index-adv .mycontainer .block:hover .title {
  scale: 2;
  opacity: 0;
}
.index-adv .mycontainer .block:hover .mask {
  scale: 1;
  opacity: 1;
}
.index-popular-serv {
  padding: 3.125% 0;
}
.index-popular-serv .wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.index-popular-serv .wrapper .block {
  position: relative;
  overflow: hidden;
  width: 31.666667%;
  background: url(../images/popular-serv-bg.jpg) no-repeat;
  background-size: cover;
}
.index-popular-serv .wrapper .block .bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 131.5789474%;
  transition: all 0.5s;
  opacity: 0;
}
.index-popular-serv .wrapper .block .bg img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-popular-serv .wrapper .block .mask {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.45;
  padding: 1em 1.9em 2.15em;
}
.index-popular-serv .wrapper .block .mask .icon {
  width: 3.2em;
  height: 3.2em;
  margin-bottom: 0.25em;
}
.index-popular-serv .wrapper .block .mask .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-popular-serv .wrapper .block .mask .title {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #1954B3;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.1818182em;
  transition: all 0.5s;
}
.index-popular-serv .wrapper .block .mask .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #1954B3;
  text-align: justify;
  text-align-last: center;
  min-height: 10.15em;
}
.index-popular-serv .wrapper .block:hover .bg {
  opacity: 1;
}
.index-popular-serv .wrapper .block:hover .mask .icon img {
  filter: contrast(0) brightness(200%);
}
.index-popular-serv .wrapper .block:hover .mask .title {
  color: #fff;
}
.index-popular-serv .wrapper .block:hover .mask .brief {
  color: #fff;
}
.index-news {
  padding: 4.1667% 0;
}
.index-news .wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .block {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.index-news .wrapper .block:nth-child(even) {
  flex-direction: column-reverse;
}
.index-news .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.66666667%;
}
.index-news .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .block .title {
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.45;
  padding: .75em 1em;
}
.index-news .wrapper .block .title h4 {
  color: #000;
  margin-bottom: 1em;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	min-height: 2.9em;
}
.index-news .wrapper .block .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: clamp(12px, 1vw, 14px);
  min-height: 4.35em;
  color: #808080;
}
.index-news .wrapper .block .title .more {
  display: flex;
  justify-content: space-between;
  color: #808080;
  font-size: clamp(12px, 1.1vw, 16px);
  margin-top: 1.2778em;
  transition: all 0.5s;
}
.index-news .wrapper .block:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .block:hover .title h4,
.index-news .wrapper .block:hover .title p,
.index-news .wrapper .block:hover .title .more {
  color: #1954B3;
}
footer {
  background-color: #1954B3;
}
footer .footer-top {
  padding: 3.125% 0;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.45;
}
footer .footer-top .mycontainer .info {
  width: 35%;
  text-align: center;
}
footer .footer-top .mycontainer .info h5 {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
  color: #fff;
}
footer .footer-top .mycontainer .info .logo {
  margin-bottom: 20px;
}
footer .footer-top .mycontainer .info .slogan::before {
  display: block;
  content: "";
  margin: 0 auto 1.2222em;
  width: 11.111111em;
  height: 1px;
  background-color: #e5e5e5;
}
footer .footer-top .mycontainer .info .slogan img {
  width: 2.444444em;
  height: 2.444444em;
  object-fit: scale-down;
  margin-bottom: 0.75em;
}
footer .footer-top .mycontainer .info .ewm {
  display: inline-block;
  margin-top: 1.875vw;
}
footer .footer-top .mycontainer .info .ewm img {
  width: 5.666667em;
  height: 5.666667em;
  object-fit: contain;
}
footer .footer-top .mycontainer .info .ewm h5 {
  margin-top: 0.5em;
}
footer .footer-top .mycontainer nav {
  display: flex;
  justify-content: space-between;
  width: 56.666667%;
}
footer .footer-top .mycontainer nav h4 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 1.2vw, 20px);
  margin-bottom: 1em;
}
footer .footer-top .mycontainer nav ul {
  color: #fff;
}
footer .footer-top .mycontainer nav ul li {
  margin-bottom: 0.55em;
}
footer .footer-top .mycontainer nav ul a {
  color: inherit;
}
footer .footer-top .mycontainer nav ul a:hover {
  text-decoration: underline !important;
}
footer .footer-top .mycontainer nav p {
  color: #fff;
  margin-bottom: 0.55em;
}
footer .footer-top .mycontainer nav p img {
  margin-right: 0.5em;
}
footer .footer-bt {
  padding: 0.65% 0;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.45;
  color: #fff;
}
footer .footer-bt a {
  color: #fff;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
