* {
  font-size: 13px;
}
.inner {
  max-width: 30em;
  padding: 1em;
}
header h1 img {
  width: 10em;
}
.pclnb {
  display: none !important;
}
.lang {
  display: none;
}
.sub-text > br {
  display: none !important;
}
.menu-icon {
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  margin: 0 0 0 15px;
  transform: scale(0.8);
  padding: 0;
  cursor: pointer;
  z-index: 20;
  cursor: pointer;
}
.menu-bar {
  width: 20px;
  height: 3px;
  background: var(--color-white);
  position: absolute;
  transition: all 0.3s;
}
.menu-bar1 {
  margin-top: 0px;
}
.menu-bar2 {
  margin-top: 8px;
}
.menu-bar3 {
  margin-top: 16px;
}
.menu-icon.hover .menu-bar1 {
  -webkit-transform: rotate(45deg) scaleX(0.9);
  margin-top: 8px;
}
.menu-icon.hover .menu-bar2 {
  opacity: 0;
}
.menu-icon.hover .menu-bar3 {
  -webkit-transform: rotate(-45deg) scaleX(0.9);
  margin-top: 8px;
}
.menu-bar_bk {
  background-color: var(--color-blue) !important;
}
.util {
  /* width: 100%; */
  width: 100%;
  height: 100%;
  display: table;
  background-color: var(--color-blue);
}
.util > li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 3.43em;
}
.util > li > a {
  color: var(--color-white);
  line-height: 1;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.util > li > a > span {
  font-size: 0.86em;
  display: inline-block;
  vertical-align: middle;
}
.util > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 1px solid #66809f;
  height: 0.86em;
  left: 0;
  top: calc(50% - 5px);
}
.mnav a {
  color: var(--color-black);
}
.mnav .title {
  padding: 20px 15px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.mnav .title > a {
  font-size: 1.07em;
  line-height: 1.64em;
  font-weight: var(--weight-medium);
}
.mnav .title > a.active {
  color: var(--color-sky-blue);
}
.mnav .sub_wrap {
  display: none;
}
.mnav .sub_contents {
  background-color: #f6f3f2;
}
.mnav .sub_contents .sub_title {
  padding: 20px 15px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.mnav .sub_contents .sub_title h2 {
  font-size: 1em;
  line-height: 1.64em;
  margin: 0;
}
.mnav .sub_contents .sub_title h2 a {
  font-weight: var(--weight-regular);
}
.mnav .sub_contents .sub_title h2 a.active {
  color: var(--color-sky-blue) !important;
}
.mnav .sub_contents li {
  padding: 20px 15px;
  margin: 0 15px;
  border-bottom: 1px solid #e5e5e5;
}
.mnav .sub_contents li a {
  font-size: 1em;
  line-height: 1.64em;
  font-weight: var(--weight-regular);
}
.mnav .sub_contents_ul {
  display: none;
}
.plus-wrapper {
  border: 0.12em solid var(--color-blue);
  border-radius: 100%;
  display: inline-block;
  height: 23px;
  width: 23px;
}

.plus {
  background: var(--color-blue);
  height: 8px;
  left: 9px;
  position: relative;
  top: 0px;
  transition: all 0.15s ease;
  width: 2px;
}
.plus:after {
  background: var(--color-blue);
  content: "";
  height: 2px;
  left: -3px;
  position: absolute;
  top: 3px;
  width: 8px;
}
.plus-wrapper.active {
  border: 0.12em solid var(--color-sky-blue);
}
.plus-wrapper.active .plus {
  background-color: var(--color-sky-blue) !important;
  transform: rotate(90deg);
  transition: all 0.25s ease;
}
.plus-wrapper.active .plus::after {
  background-color: var(--color-sky-blue) !important;
  transform: rotate(90deg);
  transition: all 0.25s ease;
}
.sub_button {
  width: 23px;
  height: 23px;
}
.sub_button.active svg {
  transition: 0.2s ease-in;
  transform: rotate(0.5turn);
  color: var(--color-sky-blue);
}

.mainbg .slidebox {
  width: 100%;
  top: 47%;
  transform: translateY(-50%);
  left: 0;
  color: var(--color-white);
}
.mainbg .slidebox p.main-text {
  font-size: 2em;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}
.mainbg .slidebox p.sub-text {
  font-size: 1em;
  font-weight: var(--weight-bold);
  line-height: 1.5;
  margin-top: 1.5em;
}
#main span {
  position: absolute;
  bottom: 2.19em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75em;
  font-weight: var(--weight-bold);
  color: var(--color-white);
}

/* -------------------------------------- sub --------------------------------- */
.sub-top {
  padding-top: 5em;
}

.top-nav .home {
  margin-right: 1.5em;
  margin-left: 0;
}
.top-nav .home img {
  width: 1.5em;
}
.top-nav .home::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--color-black);
  top: 50%;
  transform: translateY(-50%);
  left: 2.3em;
}
.top-nav .inner {
  padding: 0em 1em;
}

.sub-top .sub-nav .mlb li {
  position: relative;
  margin: 0 0.5em 0.5em;
}
.sub-nav .slb li {
  margin-top: 0.5.7em;
  border: none;
  text-align: center;
}
.sub-nav .slb {
  border-bottom: 0.5px solid #cccccc;
}
.sub-nav .slb a {
  width: 5em;
  height: 3em;
}
.sub-nav .slb .lg a {
  width: 8em;
  height: 3em;
}
.sub-nav .slb p {
  font-weight: var(--weight-light);
  font-size: 0.9em;
}

footer nav {
  display: none;
}
footer .fbot > .inner {
  padding: 1.88em 0 2.44em;
  flex-direction: column;
  text-align: center;
}
footer .fbot .logo img {
  margin-top: 2em;
  width: 15.75em;
  height: 3.38em;
}
/* -------------------------------------- footer --------------------------------- */
footer {
  margin-top: 15em;
}

/* -------------------------------------- product --------------------------------- */
.product_top_con {
  flex-direction: column;
}
.scroll {
  overflow-y: scroll;
  cursor: pointer;
  margin: auto;
}
.product_design01 {
  margin: 5em auto 0;
}
.product_slide {
  margin: auto;
  width: 28em;
  height: 100%;
}
.slide_img {
  height: 21.13em;
}
.product_top_con .content-group {
  margin: 5em auto 0;
  width: 100%;
  text-align: center;
}
.product_top_con .content-group .top p::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 1px;
  background-color: var(--color-blue);
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}
.product_bot_con table {
  margin: 5em auto 0;
  width: 60.56em;
}
.scrinfo {
  margin: 2em 2em 0;
  display: block;
  font-size: 1em;
  text-align: center;
}
.sub-nav .slb li:last-of-type {
  border-radius: 0;
}
.sub-nav .slb li:first-of-type {
  border-radius: 0;
}
.bot_con_group {
  flex-direction: column;
  align-items: center;
}
.bot-slick .slick-dots {
  text-align: center;
  bottom: 0;
}
.content-group .bot-slick {
  overflow: hidden;
  max-width: 30em;
  margin: auto;
  padding-bottom: 5em;
}
.bot_img {
  margin: 2em auto 2em;
  height: 13.31em;
}
.fa-arrows-left-right-to-line {
  font-size: 2em;
  margin: 0.2em auto 0.1em;
  color: #666666;
}
.product_bot_con .bot_con_title {
  margin: 3.5rem auto 3.06rem;
  font-size: 1.5em;
}

.product_top_con .content-group .filter.top {
  max-width: 30em;
  margin: auto;
}
.filter_img {
  margin: 22px auto 34px;
  width: 306px;
  height: 274px;
}
.product_filter_slide {
  width: 313px;
  height: 100%;
  margin: auto;
}
.slide_img {
  height: 21.13em;
}
.product_top_con .content-group .filter.top p::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 1px;
  background-color: var(--color-blue);
  top: 50%;
  transform: translateY(-50%);
  left: -1em;
}
.line {
  display: none;
}
.product_bot_con .cable.bot_con_group .group {
  text-align: center;
}
.product_bot_con .cable.bot_con_group .group h3 {
  font-size: 20px;
  color: var(--color-white);
  font-weight: var(--weight-bold);
  width: 535px;
  height: 46px;
  line-height: 46px;
  background-color: var(--color-deep-blue);
  margin-bottom: 16px;
  border: none;
  border-radius: 23px;
}
.product_bot_con .cable.bot_con_group .group {
  border-bottom: none;
}
.connector {
  margin-top: 50px;
}
.connector_img {
  width: 350px;
  height: 180px;
  margin: auto;
}
.product_bot_con .connector.bot_con_group .group h3 {
  font-size: 18px;
  color: var(--color-white);
  font-weight: var(--weight-bold);
  width: 350px;
  height: 25px;
  line-height: 20px;
  background-color: var(--color-deep-blue);
  margin-bottom: 5px;
  border: none;
  margin: auto;
}
.product_bot_con .connector.bot_con_group .group ul {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 15px;
}
.product_bot_con .connector.bot_con_group .group li {
  font-size: 14px;
  color: #4c4948;
  font-weight: var(--weight-regular);
  text-align: start;
  line-height: 1.3;
  text-indent: -10px;
}
.group-gr .group {
  height: 400px;
}

.product_top_con .cable-top-slide {
  width: 350px;
  margin: auto;
}
.product_top_con .content-group .bot.custom p {
  font-size: 1.06em;
  font-weight: var(--weight-regular);
  color: #4c4948;
  margin-bottom: 88px;
}
.cable-top-slide .slick-next {
  top: 170px;
  right: 50%;
  margin: 0 50px 0;
  transform: translateX(100%);
}
.cable-top-slide .slick-next:before {
  content: "";
}
.cable-top-slide .slick-next:hover {
  right: 50%;
}
.cable-top-slide .slick-prev:hover,
.slick-prev:focus,
.cable-top-slide .slick-next:hover,
.cable-top-slide .slick-next:focus {
  background-image: url("../../image/slick-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: transparent;
  outline: none;
}
.group-gr2 {
  flex-direction: column;
}
.product_bot_con .cable.bot_con_group .group h3 {
  font-size: 16px;
  color: var(--color-white);
  font-weight: var(--weight-bold);
  width: 350px;
  height: 30px;
  line-height: 30px;
  background-color: var(--color-deep-blue);
  margin-bottom: 5px;
  border: none;
  border-radius: 15px;
}
.cable_img {
  width: 350px;
  height: 250px;
}

.product_bot_con .circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid rgba(136, 136, 136, 0.15);
  margin: auto;
  margin-bottom: 50px;
  font-size: 17px;
  font-weight: var(--weight-bold);
  color: #4c4948;
  text-align: center;
}
.plus_img {
  width: 30px;
  height: 30px;
  margin: 25px auto 10px;
}
.board_img {
  margin: 39px auto 80px;
  width: 350px;
  height: 175px;
}

.pr-group .pr-top {
  flex-direction: column;
  align-items: center;
}
.pr-group .pr-top .img {
  margin-top: 1rem;
}
.pr-group .pr-top .pr-title-group {
  width: 100%;
}

/* -------------------------------------- about --------------------------------- */
.about_design01 {
  margin: 5em auto 0;
  /* max-width: 72.56em; */
}
.introduction1_img {
  width: 350px;
  height: 150px;
  margin: auto;
  font-size: 28px;
  font-weight: var(--weight-regular);
  color: var(--color-white);
  text-align: center;
  display: flex;
  align-items: center;
}
.introduction1_img p {
  padding: 0;
  /* height: 100%; */
}
.introduction1_img p::before {
  position: absolute;
  content: "";
  background-color: var(--color-white);
  width: 42px;
  height: 2px;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.introduction_bot_con .introduction1_icon {
  width: 350px;
  height: 100px;
  margin: 20px auto 20px;
}
.br {
  display: none;
}
.introduction_bot_con {
  border-top: 1px solid #c9caca;
  max-width: 1353px;
  margin: 60px auto 0;
  text-align: center;
}

.about_top_con {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.about_slide {
  width: 350px;
  height: 100%;
  margin: 0 auto 0;
}
.about_top_con .content-group .top p::before {
  position: absolute;
  content: "";
  width: 3.88em;
  height: 1px;
  background-color: var(--color-blue);
  top: 50%;
  transform: translateY(-50%);
  left: -1em;
}
.content-group {
  padding: 1em;
}

.introduction_top_con {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.introduction_top_con .introduction_i_group {
  margin-bottom: 50px;
}

.history_design01 {
  margin-top: 65px;
}
.history_con {
  margin: auto;
  width: 335px;
  height: 700px;
  border-right: 1px solid #ababbd;
  flex-direction: column;
}
.history_gr {
  background-size: contain;
  margin: 0 auto 30px;
  width: 295px;
  height: 130px;
  position: relative;
}
.history_gr .circle {
  font-size: 30px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  box-shadow: 2px 3px 5px rgba(153, 153, 153, 0.75);
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 0;
}
.history_gr .m_circle {
  background-image: url("../../image/history_m_cir.png");
  background-size: contain;
  right: -25px;
  top: 50%;
  transform: translateY(-75%);
  width: 10px;
  height: 10px;
}
.history_p {
  font-size: 10px;
  font-weight: var(--weight-regular);
  color: #4c4948;
  line-height: 2;
  width: 210px;
}
.history_gr p {
  font-size: 10px;
  font-weight: var(--weight-regular);
  color: #4c4948;
  line-height: 2;
  width: 210px;
}
.history_gr p b {
  font-size: 10px;
  font-weight: var(--weight-bold);
  color: #4c4948;
}
.history_gr .circle span {
  line-height: 61px;
}

.location_con iframe {
  width: 350px;
  height: 350px;
}
.location_con p {
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: #4c4948;
  margin: 36px auto 89px;
}
.location_con p b {
  font-size: 14px;
  font-weight: var(--weight-bold);
  color: #4c4948;
}

.carrer1-1_img {
}
.carrer1-1_img {
  background-size: cover;
}

.contact_info {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contact_info .info-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact_info .info-group:first-child {
  margin-right: 0px;
}
.contact_info input {
  width: 350px;
  height: 35px;
  margin-bottom: 16px;
}
.contact_info textarea {
  width: 350px;
  height: 315px;
}
.contact_info .info-group2 textarea {
  width: 350px;
  height: 250px;
}
