@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 {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 150px;
  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%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .header-top .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .header-top .logo {
  width: 68.333333%;
}
header .header-top .logo img {
  transition: all 0.5s;
}
header .header-top .tel {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.3541667vw, 26px);
}
header .header-top .tel img {
  width: 1.923077em;
  margin-right: 0.30769231em;
}
header .header-top .tel .text {
  line-height: 1.2;
}
header .header-top .tel .text h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #383838;
}
header .header-top .tel .text h4 {
  color: #0C54A6;
  font-weight: 700;
}
header .header-bt {
  background-color: #0B58B0;
}
header .header-bt .mycontainer {
  height: 50px;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
}
header .lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 0.3em;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(0%, 0);
  visibility: visible;
  pointer-events: all;
}
header .lv1 .lang::after {
  display: none;
}
header .lv1 .lang a {
  font-weight: 300;
  margin: 0 0.25em;
}
header .lv1 .lang .on {
  font-weight: 500;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
header .lv2 {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 150px;
  transform: translate(0%, 10%);
  transition: all 0.5s;
  background-color: #fff;
  padding: 1.3541667% 18.75%;
  box-shadow: 0 3px 5px rgba(0, 6, 26, 0.19);
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  gap: 1em;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.1vw, 19px);
  color: #0B58B0;
  font-weight: 400;
  width: 48.666667%;
}
header .lv2 > li > a {
  color: inherit;
}
header .lv2 > li > a::after {
  display: block;
  content: "";
  width: 24px;
  height: 1px;
  background-color: #000;
  transition: all 0.5s;
}
header .lv2 > li > a:hover::after {
  width: 48px;
}
header .lv3 {
  transition: all 0.5s;
  padding: 0 0 10px;
  display: flex;
  gap: calc((100% - 17.1232877% * 4) / 3);
}
header .lv3 li {
  width: 17.1232877%;
}
header .lv3 li h5 {
  font-size: clamp(13px, 1vw, 17px);
  color: #0B58B0;
  font-weight: 300;
}
header .lv3 li .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  border: 1px solid #808080;
}
header .lv3 li .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
header .lv3 li:hover h5 a {
  text-decoration: underline !important;
}
header .lv3 li:hover .pic img {
  scale: 1.05;
}
header nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search form {
  position: relative;
}
header .search form input {
  width: 214px;
  height: 30px;
  border-radius: 15px;
  outline: none;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 35px 0 14px;
  transition: all 0.5s;
}
header .search form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .search form button {
  position: absolute;
  outline: none;
  border: 0;
  background-color: transparent;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: all 0.5s;
}
.box {
  width: 100%;
  text-align: center;
  margin: 3.4868421% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  font-size: 22px;
  padding: 0 14px;
  line-height: 40px;
  background-color: #edf5fb;
  margin: 5px 8px;
  color: #5f5f5f;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination .active a {
  color: #fff;
  background-color: #076BDD;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #076BDD;
}
.pagination .btn {
  margin: 0 29px;
}
.pagination .btn a {
  width: auto;
  white-space: nowrap;
  background-color: transparent;
  box-shadow: none;
  color: rgba(46, 46, 46, 0.3);
  font-weight: 700;
}
.pagination .btn i {
  margin: 0 20px;
}
.pagination .disabled {
  cursor: not-allowed;
}
.pagination .disabled a {
  color: #dcdcdc !important;
  cursor: not-allowed;
  background-color: #f7f7f7;
  pointer-events: none;
}
.box .total {
  color: #666;
  margin: 5px 7px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 16px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.box .go-link button:hover {
  text-decoration: underline;
}
.box .go-link input {
  width: 56px;
  height: 40px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 2px solid #f0f4f8;
  font-family: var(--Din);
  margin: 0 11px;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.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 {
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.2vw, 20px);
  width: 1em;
  height: 1em;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 1em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #076BDD;
}
.index-title {
  margin-bottom: 3%;
}
.index-title .title {
  display: flex;
  align-items: center;
}
.index-title .title h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #0C54A6;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}
.index-title .title em {
  display: block;
  font-size: clamp(20px, 2.083333vw, 40px);
  width: 1.4em;
  height: 1px;
  background-color: #808080;
  rotate: -45deg;
}
.index-title .title .text h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #a6a6a6;
  font-weight: 500;
}
.index-title .title .text h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #0C54A6;
  font-weight: 500;
  line-height: 1.25;
}
.index-more {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff !important;
  background-color: #0C54A6;
  display: inline-block;
  padding: 0 1em;
  line-height: 2.7778;
  margin-bottom: 2.5%;
  transition: all 0.5s;
}
.index-more:hover i {
  rotate: 360deg;
}
.index-more i {
  font-size: 12px;
  width: 2.083333em;
  height: 2.083333em;
  line-height: 1.75;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  margin-left: 4.25em;
  transition: rotate 0.5s, border 0.5s;
  display: inline-block;
  vertical-align: text-bottom;
}
.search-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.search-banner .lt {
  width: 33.0208333%;
  padding-left: 18.4375%;
  background-color: #0C54A6;
  display: flex;
  align-items: center;
  min-height: 100px;
}
.search-banner .lt h2 {
  font-size: clamp(30px, 3.5416667vw, 68px);
  font-weight: 500;
  color: rgba(229, 229, 229, 0.6);
  line-height: 1;
}
.search-banner .lt .text {
  line-height: 1.25;
  margin-top: 5px;
  margin-left: 5px;
}
.search-banner .lt .text h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 500;
  color: #fff;
}
.search-banner .lt .text h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: rgba(229, 229, 229, 0.6);
  font-weight: 500;
}
.search-banner .rt {
  width: 66.9791667%;
  padding-right: 18.75%;
  display: flex;
}
.search-banner .rt ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5.8651%;
  gap: 1em;
}
.search-banner .rt ul li {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #000;
}
.search-banner .rt ul li a {
  color: inherit;
}
.search-banner .rt ul li a:hover {
  text-decoration: underline !important;
}
.search-banner .rt form {
  position: relative;
  font-size: clamp(14px, 1vw, 16px);
}
.search-banner .rt form input {
  width: 15.25em;
  height: 2.625em;
  background-color: #fff;
  border: 1px solid #808080;
  padding: 0 2.5em 0 0.625em;
  outline: none;
}
.search-banner .rt form button {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 1.25em;
  color: #0C54A6;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.index-prod {
  padding: 3.6458333% 0 4.0625%;
  background-color: #f7f7f7;
}
.index-prod .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62.33766234%;
}
.index-prod .swiper .pic > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-prod .swiper .pic .mask {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 84, 166, 0.65);
  transition: all 0.5s;
  opacity: 0;
}
.index-prod .swiper .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(12px, 1.1vw, 18px);
  height: 5em;
  padding: 0 0 0 1.083333em;
}
.index-prod .swiper .title h4 {
  flex: 1;
  color: #383838;
  line-height: 1.45;
  margin-right: 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-prod .swiper .title span {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  font-weight: 200;
  padding: 0 3.1875em 0 1.5em;
  line-height: 2.375em;
  border-radius: 1.1875em 0 0 1.1875em;
  background-color: #0C54A6;
}
.index-prod .swiper .swiper-slide:hover .pic .mask {
  opacity: 1;
}
.index-adv {
  background: url(../images/adv-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.333333% 0 2.8125%;
}
.index-adv .index-title h3 {
  color: #fff;
}
.index-adv .index-title em {
  background-color: #fff;
}
.index-adv .index-title .text h5,
.index-adv .index-title .text h4 {
  color: #fff;
}
.index-adv .swiper .swiper-slide {
  padding-left: 56.166667%;
}
.index-adv .swiper .index-title h3 {
  font-size: clamp(30px, 3.6458333vw, 70px);
  line-height: 1;
  margin-top: -0.1em;
}
.index-adv .swiper .index-title .text h4 {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
}
.index-adv .swiper .index-title .text h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 400;
}
.index-adv .swiper .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.5556;
  padding-left: 5.27778em;
  margin-top: 1.7em;
}
.index-adv .adv-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6%;
}
.index-adv .adv-tab li {
  width: 33.33333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
  padding: 3.3333% 1%;
}
.index-adv .adv-tab li h3 {
  font-size: clamp(24px, 3.125vw, 60px);
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-top: -0.1em;
  margin-right: 0.2em;
}
.index-adv .adv-tab li .text {
  line-height: 1.25;
}
.index-adv .adv-tab li .text h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  font-weight: 500;
}
.index-adv .adv-tab li .text h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  line-height: 1.45;
}
.index-adv .adv-tab .active {
  background-color: #0464D1;
}
.index-about {
  background: url(../images/about-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 3.333333% 0 0;
}
.index-about .index-title {
  margin-bottom: 4%;
}
.index-about .index-title h3 {
  color: #fff;
}
.index-about .index-title em {
  background-color: #fff;
}
.index-about .index-title .text h5,
.index-about .index-title .text h4 {
  color: #fff;
}
.index-about .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.88889em;
  max-width: 754px;
}
.index-about .brief h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #fff;
  line-height: 1.45;
  margin-bottom: 0.75em;
}
.index-about .index-more {
  margin-top: 5.208333vw;
}
.index-about .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4.6875vw;
}
.index-about .data .block {
  position: relative;
  width: 25%;
  background-color: #fff;
  font-size: clamp(20px, 3.125vw, 60px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1em 0.25em;
}
.index-about .data .block::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 1.291667em;
  background-color: #808080;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.index-about .data .block h2 {
  font-weight: 900;
  line-height: 1.25;
  color: #0C54A6;
}
.index-about .data .block h2 em {
  font-weight: 400;
  font-size: clamp(12px, 1.5625vw, 30px);
}
.index-about .data .block h5 {
  font-size: clamp(14px, 1.35416667vw, 26px);
  color: #000;
  font-weight: 300;
  line-height: 1.45;
}
.index-serv {
  background: url(../images/serv-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.8125% 0 4.8958333%;
}
.index-serv .index-title h3 {
  color: #fff;
}
.index-serv .index-title em {
  background-color: #fff;
}
.index-serv .index-title .text h5,
.index-serv .index-title .text h4 {
  color: #fff;
}
.index-serv .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-serv .wrapper .block {
  position: relative;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
}
.index-serv .wrapper .block img {
  width: 6.5555556em;
  height: 6.5555556em;
  object-fit: contain;
}
.index-serv .wrapper .block h5 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120%;
  text-align: center;
  margin-top: 0.8333em;
  line-height: 1.45;
}
.index-equip {
  background-color: #F5F5F5;
  padding: 2.8125% 0 3.125%;
}
.index-equip .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-equip .equip-swiper {
  position: relative;
  padding: 0 6.6666667%;
}
.index-equip .equip-swiper .swiper-button-prev,
.index-equip .equip-swiper .swiper-button-next {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #0C54A6;
  font-weight: 900;
  width: 2.444444em;
  height: 2.444444em;
  border-radius: 50%;
  border: 0.16667em solid #0C54A6;
}
.index-equip .equip-swiper .swiper-button-prev::after,
.index-equip .equip-swiper .swiper-button-next::after {
  font-size: inherit;
}
.index-equip .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 94.9404762%;
}
.index-equip .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-equip .swiper .title {
  text-align: center;
  font-size: clamp(14px, 1.2vw, 22px);
  color: #000;
  line-height: 3.636364;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.index-equip .swiper .swiper-slide {
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px;
}
.index-equip .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-equip .swiper .swiper-slide:hover .title {
  color: #0C54A6;
}
.index-news {
  background: url(../images/news-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.8125% 0 3.85416667%;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .news-tab {
  display: flex;
  gap: 20px;
}
.index-news .news-tab .index-more {
  color: #0C54A6 !important;
  border: 1px solid #0C54A6;
  background-color: transparent;
}
.index-news .news-tab .index-more i {
  border-color: #0C54A6;
}
.index-news .news-tab .active {
  color: #fff !important;
  border-color: transparent;
  background-color: #0C54A6;
}
.index-news .news-tab .active i {
  border-color: #fff;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 50%;
}
.index-news .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75.666667%;
}
.index-news .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .lt .pic:hover img {
  scale: 1.05;
}
.index-news .wrapper .lt .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(12, 84, 166, 0.8);
}
.index-news .wrapper .lt .title .date {
  margin-left: 0.4em;
  padding: 0.35em 0 0.25em;
}
.index-news .wrapper .lt .title .date h3 {
  color: #fff;
}
.index-news .wrapper .lt .title .date h5 {
  color: #fff;
}
.index-news .wrapper .lt .title .text h4 {
  color: #fff;
}
.index-news .wrapper .rt {
  width: 44.583333%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.index-news .wrapper .rt .title {
  border-bottom: 1px solid #a6a6a6;
}
.index-news .wrapper .rt .title:last-child {
  border-bottom: 0;
}
.index-news .wrapper .rt .title .date {
  padding: 0.5em 0 0.4em;
}
.index-news .wrapper .rt .title:hover .text h4 {
  color: #0C54A6;
}
.index-news .wrapper .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .wrapper .title .date {
  line-height: 1.25;
  text-align: center;
  font-size: clamp(20px, 3.125vw, 60px);
  margin-right: 0.5em;
}
.index-news .wrapper .title .date h3 {
  color: #383838;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.1em;
}
.index-news .wrapper .title .date h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #383838;
}
.index-news .wrapper .title .text {
  flex: 1;
}
.index-news .wrapper .title .text h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.45;
  margin-bottom: 0.3em;
}
.index-news .wrapper .title .text p {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.45;
}
.index-news .wrapper .title .text a {
  color: inherit;
}
.index-news .news-content {
  display: none;
}
.index-news .news-content:nth-child(1) {
  display: block;
}
footer {
  background-color: #0C54A6;
}
footer .footer-top {
  position: relative;
  padding: 4.375% 0 2.44791667%;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
footer .footer-top .mycontainer h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 500;
  margin-bottom: 1em;
}
footer .footer-top .mycontainer p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 300;
  margin-bottom: 1em;
}
footer .footer-top .mycontainer ul li {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 300;
  margin-bottom: 1em;
}
footer .footer-top .mycontainer ul li a {
  color: inherit;
}
footer .footer-top .mycontainer ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top .mycontainer .info {
  width: 23.166667%;
}
footer .footer-top .mycontainer nav {
  display: flex;
  justify-content: space-around;
  gap: 1em;
  width: 26.083333%;
}
footer .footer-top .mycontainer .msg {
  width: 39.25%;
}
footer .footer-top .mycontainer .msg h5 {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 2em 0 1em;
}
footer .footer-top .mycontainer .msg form {
  max-width: 292px;
}
footer .footer-top .mycontainer .msg form input,
footer .footer-top .mycontainer .msg form textarea {
  display: block;
  font-size: 14px;
  color: #000;
  outline: none;
  margin-bottom: 1em;
  width: 100%;
  height: 2.42857143em;
  border-radius: 1.21428572em;
  padding: 0.5em 1.5em;
}
footer .footer-top .mycontainer .msg form input::placeholder,
footer .footer-top .mycontainer .msg form textarea::placeholder {
  color: #000;
  font-weight: 300;
}
footer .footer-top .mycontainer .msg form textarea {
  height: 7.7857143em;
}
footer .footer-top .mycontainer .msg form button {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 300;
  height: 34px;
  width: 100px;
  border-radius: 17px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s;
}
footer .footer-top .mycontainer .msg form button:hover {
  color: #14A09A;
  font-weight: 700;
}
footer .footer-bt {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  font-weight: 200;
  text-align: center;
  line-height: 1.45;
}
footer .footer-bt .mycontainer {
  padding: 1% 0;
  border-top: 1px solid #fff;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
