@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-Condensed: 'Roboto Condensed', 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';
  --exCondensed: 'Fira Sans Extra Condensed', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  scroll-behavior: smooth;
  font-family: var(--Noto-Sans-SC) !important;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
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: 113px;
  width: 100%;
}
.mycontainer {
  max-width: 1440px;
  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, 0, 0, 0.15);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .header-nav .mycontainer {
  height: 113px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 25%;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 0;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: all 0.5s;
}
header .lv1 > li a {
  display: block;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0.5em;
}
header .lv1 > li:hover {
  color: #C10909;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .search-icon {
  padding: 0;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
header .lv1 .search-icon img {
  transition: all 0.5s;
}
header .lv1 .search-icon::before {
  display: none;
}
header .lv1 .search-on {
  background-color: #C10909;
}
header .lv1 .search-on img {
  filter: contrast(0) brightness(200%);
}
header .lv1 .tel {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.1vw, 18px);
  white-space: nowrap;
  background-color: #C10909;
  line-height: 2.625;
  border-radius: 2em;
  padding: 0 0.8889em;
}
header .lv1 .tel img {
  width: 1.333333em;
  height: 1.333333em;
  object-fit: scale-down;
  margin-right: 0.611111em;
}
header .lv1 .tel h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  font-weight: 700;
}
header .lv1 .tel h4 {
  color: #fff;
  font-weight: 700;
}
header .lv1 > .active {
  font-weight: 700;
  color: #C10909;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10%);
  transition: all 0.5s;
  background-color: rgba(51, 51, 51, 0.95);
  visibility: hidden;
  opacity: 0;
  padding: 12px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  min-width: 130px;
  font-size: 16px;
  padding: 0 15px;
  color: #fff;
  transition: all 0.5s;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  background-color: #C10909;
}
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: 6.944444%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search-form {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #ccc;
  padding: 1.5% 0;
  display: none;
}
header .search-form form {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
header .search-form form input {
  flex: 1;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  padding: 0 1em;
  height: 2.5em;
  outline: none;
  border: 1px solid #ccc;
  font-weight: 300;
  transition: all 0.5s;
}
header .search-form form input:focus {
  border-color: #C10909;
}
header .search-form form button {
  font-size: clamp(14px, 1.1vw, 18px);
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  background-color: #ccc;
  transition: all 0.5s;
  color: #333;
  outline: none;
}
header .search-form form button:hover {
  color: #fff;
  background-color: #C10909;
}
.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;
  margin-top: 2%;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #C10909;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination span {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #C10909;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #C10909;
  border-color: transparent;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 4s;
}
.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 {
  transform: 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 {
  position: absolute;
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  line-height: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 2.5px;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C10909;
}
.index-banner .swiper-page {
  position: absolute;
  bottom: 2%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(16px, 2.708333vw, 52px);
  width: 1em;
  height: 1em;
  outline: none;
  color: #fff;
  font-weight: 400;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
  font-weight: inherit;
}
.index-banner .swiper-button-prev {
  left: 0.83333%;
}
.index-banner .swiper-button-next {
  right: 0.83333%;
}
.index-title {
  text-align: center;
  margin-bottom: 2.4305556%;
}
.index-title h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #3d3d3d;
  font-weight: 700;
  position: relative;
  line-height: 1.45;
}
.index-title h3 span {
  font-size: clamp(12px, 1vw, 16px);
  color: #C10909;
  font-weight: 400;
}
.index-title a {
  color: #666;
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 700;
  transition: all 0.5s;
}
.index-title a i {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  width: 2em;
  line-height: 2;
  border-radius: 50%;
  text-align: center;
  background-color: #C10909;
  margin-left: 0.5em;
}
.index-title a:hover {
  color: #C10909;
}
.index-title a:hover i {
  animation: swing 1s;
}
.index-prod {
  padding: 4.1667% 0;
}
.index-prod .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-prod .swiper-content {
  position: relative;
}
.index-prod .swiper-content .swiper-button-prev,
.index-prod .swiper-content .swiper-button-next {
  font-size: clamp(14px, 1.71875vw, 33px);
  color: #C10909;
  top: 45%;
}
.index-prod .swiper-content .swiper-button-prev::after,
.index-prod .swiper-content .swiper-button-next::after {
  font-size: inherit;
}
.index-prod .swiper-content .swiper-button-prev {
  left: -3%;
}
.index-prod .swiper-content .swiper-button-next {
  right: -3%;
}
.index-prod .swiper {
  position: relative;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .title {
  color: #C10909;
}
.index-prod .swiper .swiper-slide:hover .title h4 {
  flex: 1;
}
.index-prod .swiper .swiper-slide:hover .title i {
  display: block;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 6px;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #3d3d3d;
  line-height: 1.45;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 0 1.625em;
  margin-top: 0.5em;
}
.index-prod .swiper .title h4 {
  font-weight: 700;
  margin-right: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1em;
}
.index-prod .swiper .title i {
  font-size: clamp(12px, 1.5625vw, 30px);
  transition: all 0.5s;
  display: none;
  line-height: 1;
}
.index-prod .swiper .swiper-pagination {
  position: relative;
  line-height: 1;
  top: auto;
  margin-top: 1.1805556%;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #d8d8d8;
  width: 6px;
  height: 6px;
  margin: 0 1.5px;
  opacity: 1;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C10909;
}
.index-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .lt {
  width: 50%;
}
.index-about .lt .pic {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
}
.index-about .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .rt {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding: 3.125% 12.5% 1.5625% 1.5625%;
  background-color: #f2f2f2;
}
.index-about .rt::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "COMPANY PROFILE";
  text-transform: uppercase;
  font-size: clamp(40px, 5.7291667vw, 110px);
  white-space: nowrap;
  pointer-events: none;
  color: rgba(193, 9, 9, 0.04);
  line-height: 1;
  font-weight: 600;
  font-family: var(--Poppins);
}
.index-about .rt .index-title {
  text-align: left;
}
.index-about .rt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #3d3d3d;
  line-height: 1.45;
}
.index-about .rt .index-more {
  margin-top: 1.5625vw;
}
.index-about .data {
  width: 100%;
}
.index-about .data .mycontainer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 2.6041667% 2%;
  margin-top: -2.5%;
}
.index-about .data .block {
  line-height: 1.45;
}
.index-about .data .block h3 {
  font-size: clamp(20px, 2.708333vw, 52px);
  color: #C10909;
  font-weight: 900;
  margin-bottom: 0.15385em;
}
.index-about .data .block h3 em {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #3d3d3d;
  font-weight: 900;
}
.index-about .data .block h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #3d3d3d;
  font-weight: 700;
}
.index-more {
  display: flex;
  justify-content: flex-start;
}
.index-more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  background-color: #C10909;
  line-height: 3.125;
  border-radius: 1.5625em;
  padding: 0 1.5625em;
  min-width: 10.5em;
  transition: all 0.5s;
}
.index-more a em {
  font-size: 2em;
  line-height: 1;
  margin-top: -0.25em;
}
.index-more a:hover {
  box-shadow: 0 3px 10px #C10909;
  transform: translateY(-2px);
}
.index-choose {
  position: relative;
  overflow: hidden;
  margin: 4.1667% 0;
}
.index-choose .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.index-choose .wrapper .block {
  position: relative;
  width: 23.958333%;
  background: #f2f2f2;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 2.45em 1.25em 2em 1.25em;
  min-height: 18em;
  border-radius: 0.3em;
  transition: all 0.5s;
}
.index-choose .wrapper .block .icon {
  width: 5em;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2.6em;
  border-radius: 50%;
  background-color: #fff;
}
.index-choose .wrapper .block .icon img {
  width: 3em;
  height: 3em;
  object-fit: scale-down;
}
.index-choose .wrapper .block h4 {
  color: #3d3d3d;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.9em;
  text-align: center;
}
.index-choose .wrapper .block .brief {
  font-size: clamp(12px, 1vw, 14px);
  color: #3d3d3d;
  line-height: 1.6667;
  text-align: justify;
  text-align-last: center;
}
.index-choose .wrapper .block:hover {
  background-color: #C10909;
}
.index-choose .wrapper .block:hover .icon {
  animation: tada 1s;
}
.index-choose .wrapper .block:hover h4,
.index-choose .wrapper .block:hover .brief {
  color: #fff;
}
.index-slogan .mycontainer {
  position: relative;
  z-index: 1;
  background: url(../images/index-slogan-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 4.53125% 5.416667%;
  border-radius: 20px;
}
.index-slogan .lt {
  line-height: 1.45;
  flex: 1;
}
.index-slogan .lt h3 {
  font-size: clamp(18px, 1.875vw, 36px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.index-slogan .lt h3 span {
  color: #C10909;
}
.index-slogan .lt h4 {
  color: #fff;
  font-size: clamp(12px, 1.25vw, 24px);
  font-weight: 700;
}
.index-news {
  padding: 8.958333% 0 4.1667%;
  background-color: #f2f2f2;
  margin-top: -4.7916667%;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index-news .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover .title h4 {
  color: #C10909;
}
.index-news .swiper .swiper-slide:hover .title i {
  transform: translateX(0.5em);
}
.index-news .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70.305677%;
}
.index-news .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .title {
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.45;
  padding: 1.5556em 1.7222em 1em;
}
.index-news .swiper .title h4 {
  color: #3d3d3d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.index-news .swiper .title p {
  color: #3d3d3d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
  font-size: clamp(12px, 1vw, 14px);
}
.index-news .swiper .title i {
  color: #C10909;
  margin-top: 0.5em;
  transition: all 0.5s;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  padding: 4.1667% 0;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1em;
}
footer .footer-top h4::after {
  display: block;
  content: "";
  width: 1.791667em;
  height: 0.208333em;
  border-radius: 1em;
  background-color: #C10909;
  margin-top: 0.5em;
}
footer .footer-top nav {
  width: 20%;
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1em;
}
footer .footer-top nav ul li {
  color: #fff;
  line-height: 1.45;
  margin-bottom: 1em;
}
footer .footer-top nav ul li a {
  color: inherit;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top address {
  width: 30%;
  font-size: clamp(14px, 1vw, 16px);
}
footer .footer-top address p {
  color: #fff;
  line-height: 1.45;
  margin-bottom: 1em;
}
footer .footer-top address p img {
  width: 1.25em;
  height: 1.25em;
  object-fit: scale-down;
  margin-right: 0.625em;
}
footer .footer-top form {
  width: 41.805556%;
}
footer .footer-top form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top form .form-row .form-col {
  width: 48.83721%;
}
footer .footer-top form input,
footer .footer-top form textarea {
  display: block;
  width: 100%;
  outline: none;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 1em;
  transition: all 0.5s;
}
footer .footer-top form input::placeholder,
footer .footer-top form textarea::placeholder {
  background: -webkit-linear-gradient(left, #666 var(--size), #f00 var(--size));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}
footer .footer-top form input:focus,
footer .footer-top form textarea:focus {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.5);
}
footer .footer-top form input {
  height: 29px;
  padding: 0 1em;
}
footer .footer-top form textarea {
  height: 68px;
  padding: 0.5em 1em;
}
footer .footer-top form .code-row {
  display: flex;
  gap: 12px;
}
footer .footer-top form .code-row input {
  margin-bottom: 0;
  max-width: 147px;
}
footer .footer-top form .code-row .code {
  position: relative;
  display: block;
  height: 29px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
footer .footer-top form .code-row .code img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
footer .footer-top form .code-row button {
  flex: 1;
  max-width: 105px;
  height: 29px;
  border-radius: 15px;
  background-color: #fff;
  color: #C10909;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.5s;
}
footer .footer-top form .code-row button:hover {
  background-color: #C10909;
  color: #fff;
}
footer .footer-bt {
  text-align: center;
  font-size: clamp(12px, 1vw, 14px);
  color: #e4e4e4;
  line-height: 1.45;
}
footer .footer-bt .mycontainer {
  border-top: 1px solid #d8d8d8;
  padding: 1.25% 0;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
