@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: 78%;
  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: 70.833333%;
}
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;
  font-weight: 300;
}
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 {
  font-family: 'Arial Narrow';
}
header .lv1 .lang .on {
  color: #0C54A6;
}
header .lv1 > .active::after {
  width: 100%;
}
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);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(16px, 1.2vw, 20px);
  color: #0B58B0;
  font-weight: 500;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li a:hover {
  text-decoration: underline !important;
}
header .lv3 {
  padding: 0.25em 0 0.5556em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
  font-size: clamp(14px, 1.1vw, 18px);
}
header .lv3 li {
  font-size: inherit;
  color: #0B58B0;
  font-weight: 300;
}
header .lv3 li a {
  color: inherit;
}
header .lv3 li a:hover {
  text-decoration: underline !important;
}
header nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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: #0C54A6;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #0C54A6;
}
.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: 10%;
  width: auto;
  display: inline-block;
  left: 18.75%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(24px, 4.8958333vw, 94px);
  width: 1em;
  height: 0.09574468em;
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 7px;
  border-radius: 0;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #A1CC38;
}
.index-banner .mouse-btn {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.index-banner .mouse-btn h4 {
  margin-top: 0.25em;
}
.index-banner .mouse-btn img {
  animation: bounce 1s infinite;
}
.index-title {
  margin-bottom: 3%;
}
.index-title h3 {
  font-size: clamp(20px, 1.5625vw, 38px);
  position: relative;
  line-height: 1.25;
  z-index: 1;
}
.index-title h3 b {
  font-weight: 700;
  color: #000;
}
.index-title h3 span {
  display: inline-block;
  color: #A6A6A6;
  font-size: clamp(12px, 1vw, 14px);
  margin-left: 1em;
  transform: translateY(25%);
}
.index-title h3::before {
  position: absolute;
  left: 0;
  top: 0%;
  content: attr(title);
  font-size: 1.184211em;
  color: #E5E5E5;
  font-weight: 700;
  line-height: 1;
  transform: translate(0, -60%);
  white-space: nowrap;
  z-index: -1;
}
.index-title h3::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #A1CC38;
  width: 4.184211em;
  height: 0.28947368em;
  z-index: -1;
}
.index-prod {
  padding: 3.125% 0 2.083333%;
  position: relative;
  background-color: #f5f5f5;
}
.index-prod .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-prod .prod-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1.5em;
  font-size: clamp(14px, 1.1vw, 18px);
}
.index-prod .prod-tab li a {
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 0 2em;
  color: #0C54A6;
  border: 1px solid #0C54A6;
  border-radius: 0 1.111111em 0 1.111111em;
  transition: all 0.5s;
}
.index-prod .prod-tab li a:hover {
  color: #fff;
  background-color: #0C54A6;
}
.index-prod .prod-tab .active a {
  color: #fff;
  background-color: #0C54A6;
}
.index-prod .swiper {
  padding: 0 0 21px;
}
.index-prod .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  font-size: clamp(14px, 1.2vw, 22px);
  padding: 1.2727273em 1.3636364em;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0.4545em;
  transition: all 0.5s;
  background-color: #A1CC38;
  bottom: 0;
  left: 0;
}
.index-prod .swiper .swiper-slide h4 {
  color: #383838;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-bottom: 0.7778em;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide h4 a {
  color: inherit;
}
.index-prod .swiper .swiper-slide h5 {
  display: inline-block;
  font-size: clamp(12px, 1vw, 14px);
  color: #383838;
  line-height: 1.642857;
  background-color: #E5E5E5;
  border-radius: 0.8214285em;
  padding: 0 0.642857em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.2857143em;
}
.index-prod .swiper .swiper-slide h5 a {
  color: inherit;
}
.index-prod .swiper .swiper-slide .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-prod .swiper .swiper-slide .wrapper .more {
  font-size: 12px;
  color: #383838;
  font-weight: 300;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide .wrapper .more i {
  rotate: -45deg;
}
.index-prod .swiper .swiper-slide .wrapper .picture {
  width: 62.1118%;
}
.index-prod .swiper .swiper-slide .wrapper .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 135%;
  border: 1px solid #E5E5E5;
}
.index-prod .swiper .swiper-slide .wrapper .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide:hover {
  border-radius: 0 2.7272723em 0 2.727273em;
  border-color: #A1CC38;
  box-shadow: 5px 14px 12px -5px rgba(0, 0, 0, 0.25);
}
.index-prod .swiper .swiper-slide:hover::after {
  width: 100%;
}
.index-prod .swiper .swiper-slide:hover h5 {
  background-color: #A1CC38;
  color: #fff;
}
.index-prod .swiper .swiper-slide:hover .wrapper .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .wrapper .more {
  color: #A1CC38;
}
.index-solution {
  padding: 3.125% 0 2.34375%;
  background: url(../images/solution-bg.jpg) no-repeat;
  background-size: cover;
}
.index-solution .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-solution .index-title h3::before {
  opacity: 0.21;
}
.index-solution .index-title h3 b {
  color: #fff;
}
.index-solution .index-title h3 span {
  color: #fff;
}
.index-solution .index-title .more {
  display: block;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  background-color: #A1CC38;
  line-height: 1.6;
  padding: 0 0.5em;
  min-width: 3.1em;
  border-radius: 0 0.8em 0 0.8em;
  transition: all 0.5s;
}
.index-solution .index-title .more:hover {
  box-shadow: 3px 3px 5px #A1CC38;
}
.index-solution .index-title .more i {
  rotate: -45deg;
}
.index-solution .swiper {
  position: relative;
  overflow: hidden;
  font-size: clamp(14px, 1.2vw, 20px);
  border-radius: 0 2em 0 2em;
}
.index-solution .swiper .swiper-slide {
  background-color: #fff;
  transition: all 0.5s;
  padding: 1.1em 1.1em 0.8em;
}
.index-solution .swiper .swiper-slide:hover {
  background-color: #A1CC38;
}
.index-solution .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-solution .swiper .swiper-slide:hover .title img {
  filter: contrast(0) brightness(200%);
}
.index-solution .swiper .swiper-slide:hover .title h4,
.index-solution .swiper .swiper-slide:hover .title p {
  color: #fff;
}
.index-solution .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.2228739%;
  border: 1px solid #000;
  margin-bottom: 0.65em;
}
.index-solution .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-solution .swiper .title img {
  display: block;
  width: 2em;
  height: 2em;
  object-fit: scale-down;
  margin: 0 auto 0.25em;
  pointer-events: none;
  transition: all 0.5s;
}
.index-solution .swiper .title h4 {
  color: #383838;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.index-solution .swiper .title h4 a {
  color: inherit;
}
.index-solution .swiper .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.35em;
}
.index-solution .swiper .title p a {
  color: inherit;
}
.index-about {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 4.6875% 0 1.25%;
}
.index-about .slogan {
  position: absolute;
  top: 0;
  left: 0;
  width: 8.9583333%;
}
.index-about .slogan img {
  width: 100%;
}
.index-about .index-title {
  position: relative;
  z-index: 2;
  margin-bottom: 5%;
}
.index-about .wrapper {
  position: relative;
  z-index: 1;
}
.index-about .wrapper .picture {
  position: absolute;
  width: 86.083333%;
  z-index: -1;
  bottom: 0;
  right: -30%;
}
.index-about .wrapper .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.084221%;
}
.index-about .wrapper .picture .pic:hover img {
  scale: 1.05;
}
.index-about .wrapper .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-about .brief {
  background-color: #fff;
  width: 78.75%;
  padding: 5% 6.916667% 5% 7.5%;
  margin-bottom: 2.833333%;
}
.index-about .brief .title {
  position: relative;
  font-size: clamp(16px, 1.2vw, 22px);
  color: #383838;
  font-weight: 500;
  margin-bottom: 1em;
}
.index-about .brief .title::before {
  content: "";
  position: absolute;
  left: -0.4545455em;
  top: 0;
  width: 1.81818182em;
  height: 1.81818182em;
  background: url(../images/about-icon.png) no-repeat;
  background-size: contain;
  transform: translate(-100%, -40%);
}
.index-about .brief article {
  font-size: clamp(14px, 1vw, 16px);
  color: #808080;
  line-height: 1.8125;
}
.index-about .brief .more {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1vw, 16px);
  color: #000;
  margin-top: 3.020833vw;
}
.index-about .brief .more span {
  display: block;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  background-color: #A1CC38;
  line-height: 1.6;
  padding: 0 0.5em;
  min-width: 3.1em;
  border-radius: 0 0.8em 0 0.8em;
  transition: all 0.5s;
}
.index-about .brief .more span:hover {
  box-shadow: 3px 3px 5px #A1CC38;
}
.index-about .brief .more span i {
  rotate: -45deg;
}
.index-about .brief .more em {
  display: block;
  width: 4.0625em;
  height: 1px;
  background-color: #808080;
  margin: 0 0.5em;
}
.index-about .adv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .adv .block {
  width: 21.666667%;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 22px);
}
.index-about .adv .block img {
  width: 2.72727273em;
  height: 2.72727273em;
  object-fit: scale-down;
  margin-bottom: 0.4em;
}
.index-about .adv .block h4 {
  color: #000;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.index-about .adv .block p {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #808080;
  line-height: 1.45;
}
.index-about .adv .block:hover img {
  animation: swing 1s;
}
.index-about .adv em {
  font-size: clamp(40px, 4.94791667vw, 95px);
  display: block;
  width: 1px;
  height: 1em;
  background-color: #A6A6A6;
}
.index-about .mycontainer {
  position: relative;
  z-index: 1;
}
.index-news {
  margin: 3.125% 0 3.6458333%;
}
.index-news .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .index-title .more {
  display: block;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  background-color: #0C54A6;
  line-height: 1.6;
  padding: 0 0.5em;
  min-width: 3.1em;
  border-radius: 0 0.8em 0 0.8em;
  transition: all 0.5s;
}
.index-news .index-title .more:hover {
  box-shadow: 3px 3px 5px #0C54A6;
}
.index-news .index-title .more i {
  rotate: -45deg;
}
.index-news .wrapper .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .bt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .block {
  width: 25%;
  border: 1px solid #A6A6A6;
  border-right: 0;
  position: relative;
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 2.11111em 2.33333em 1em;
  margin-bottom: 1.75%;
}
.index-news .wrapper .block img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
}
.index-news .wrapper .block h4 {
  font-weight: 500;
  color: #000;
  line-height: 1.45;
  height: 2.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.33333em;
}
.index-news .wrapper .block p {
  font-size: clamp(12px, 1vw, 14px);
  color: #808080;
  line-height: 1.45;
  height: 5.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 5em;
}
.index-news .wrapper .block h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #808080;
  line-height: 1.45;
}
.index-news .wrapper .block:last-of-type {
  border-right: 1px solid #A6A6A6;
}
.index-news .wrapper .block:hover img {
  opacity: 1;
}
.index-news .wrapper .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.index-news .wrapper .row .date {
  text-align: center;
  width: 24.8333333%;
  line-height: 1.25;
  border-right: 1px solid #808080;
  padding: 4% 0 6%;
}
.index-news .wrapper .row .date h2 {
  font-size: clamp(20px, 3.125vw, 60px);
  color: #383838;
  font-weight: 700;
}
.index-news .wrapper .row .date h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #808080;
}
.index-news .wrapper .row .title {
  width: 68%;
  padding-right: 4.16667%;
}
.index-news .wrapper .row .title h4 {
  color: #383838;
  font-weight: 500;
  font-size: clamp(14px, 1.1vw, 18px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  padding-bottom: 1em;
  border-bottom: 1px solid #808080;
  margin-bottom: 1em;
}
.index-news .wrapper .row .title h4 a {
  color: inherit;
}
.index-news .wrapper .row .title p {
  color: #808080;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .row .title p a {
  color: inherit;
}
.index-news .wrapper .row:hover .title h4 {
  color: #A1CC38;
}
footer {
  background-color: #0C54A6;
  margin-top: 3.5%;
}
footer .footer-top {
  position: relative;
  padding: 4.375% 0 2.44791667%;
}
footer .footer-top .footer-tel {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
footer .footer-top .footer-tel h3 {
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 22px);
  color: #fff;
  font-weight: 700;
  line-height: 1.733333;
  border-radius: 1.1818182em;
  background-color: #FF5733;
  padding: 0 3.409091em;
}
footer .footer-top .footer-tel h3 img {
  margin-right: 0.6818182em;
  margin-top: -0.25em;
}
footer .footer-top .footer-tel h3 span {
  font-size: 1.3636364em;
  font-weight: 900;
}
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.5625vw, 30px);
  color: #fff;
  font-weight: 900;
  margin-bottom: 0.5em;
}
footer .footer-top .mycontainer h4 img {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.8em;
  margin-top: -0.25em;
}
footer .footer-top .mycontainer p {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.95em;
  line-height: 1.45;
}
footer .footer-top .mycontainer ul li {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.95em;
  line-height: 1.45;
}
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: 26.666667%;
}
footer .footer-top .mycontainer nav {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  width: 41.666667%;
}
footer .footer-top .mycontainer nav .block {
  width: 42%;
}
footer .footer-top .mycontainer nav .block:nth-child(1) ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top .mycontainer .msg {
  width: 24.333333%;
}
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: #0C54A6;
  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;
}
