.grecaptcha-badge { visibility: hidden; }


/* top */
.logoCompany{
  padding: 100px 0 0;
}
.logoCompany-title{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 70px;
}
.logoBox-wrap{
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.logoBox-wrap a,
.logoBox-wrap div{
  width: calc( 100% / 6 );
  display: block;
  padding: 5px;
  box-sizing: border-box;
  transition: .3s;
}
.logoBox-wrap a img,
.logoBox-wrap div img{
  width: 100%;
}
.logoBox-wrap a:hover{
  opacity: .7;
}

.contact-title{
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2eb;
}



/* company-info */
.article_companyInfo{
  padding: 130px 0 105px;
}
.companyInfo_logo{
  width: 200px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.companyInfo_title{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
}

.companyInfo-wrap{
  width: 100%;
  background: #F2F2EB;
  padding: 100px 0 125px;
}
.companyInfo-inner{
  width: 90%;
  max-width: 630px;
  margin: 0 auto;
}
.companyInfo_text{
  margin: 0 0 40px;
}
.companyInfo_text p{
  font-size:15px;
  line-height: 2;
}

.swiperCompanyInfo-wrap{
  position: relative;
}
.slider-thumbnail{
  margin: 10px 0 113px;
}
.slider-thumbnail .swiper-slide {
  opacity: .3;
  transition: opacity .5s;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiperCompanyInfo {
  width: 100%;
}
.swiperCompanyInfo .swiper-slide,
.slider-thumbnail .swiper-slide{
  width: 100%;
  aspect-ratio: 3 / 2;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-slide img {
  width: 100%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: '';
  width: 24px;
  height: 44px;
  background-image: url(../img/company-info/slide-arrow_left.png);
  background-size: cover;
  position: absolute;
  left: -50px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: '';
  width: 24px;
  height: 44px;
  background-image: url(../img/company-info/slide-arrow_right.png);
  background-size: cover;
  position: absolute;
  right: -50px;
}


.companyInfo_table_title{
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #323232;
}
.companyInfo_table{
  width: 100%;
  margin: 0 0 65px;
}
.companyInfo_table tr{
  border-bottom: 1px solid #DCDCD2;
}
.companyInfo_table th,
.companyInfo_table td{
  font-size: 15px;
  line-height: 1.8;
  background: #fff;
}
.companyInfo_table th{
  width: 130px;
  font-weight: 700;
  padding: 15px 0 15px 15px;
}
.companyInfo_table td{
  width: calc(100% - 130px);
  padding: 15px 10px;
}
.companyInfo_num{
  display: block;
}
.companyInfo_table a{
  color: #2878C8;
}

.companyInfo_back{
  font-size: 16px;
  color: #2878C8 !important;
  display: table;
  margin: 0 auto 100px;
}
.companyInfo_back::before{
  content: "\FF3B\a0";
  display: inline-block;
  color: #323232 !important;
}
.companyInfo_back::after{
  content: "\a0\FF3D";
  display: inline-block;
  color: #323232 !important;
}

.companyInfo_contact{
  width: 260px;
  height: 50px;
  background: #221815;
  font-size: 15px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  border-radius: 6px;
  transition: .3s;
}
.companyInfo_contact::after{
  content: "";
  width: 10px;
  height: 12px;
  background-image: url(../img/company-info/arrow_right.png);
  background-size: cover;
  position: absolute;
  right: 13px;
}
.companyInfo_contact:hover{
  opacity: .7;
}


/* companies */
.companies-table td{
  padding-right: 100px;
  position: relative;
}
.companies-table-btn{
  width: 86px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #221815;
  font-size: 14px;
  color: #fff !important;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  padding-right: 7px;
  letter-spacing: .5em;
  transition: .3s;

  background-image: url(../img/news/arrow_right.png);
  background-size: 10px 12px;
  background-position: right 7px center;
  background-repeat: no-repeat;
}
.companies-table-btn:hover{
  opacity: .7;
}








@media screen and (max-width: 767px) {
  /* top */
  .logoCompany-title{
    margin: 0 0 50px;
  }
  .logoBox-wrap a {
    width: calc(100% / 2);
  }


  /* companies */
  .companies-table td {
    padding-right: 15px;
  }
  .companies-table-btn{
    position: static;
    margin: 15px 0 0;
  }


  /* company info */
  .companyInfo-wrap{
    padding: 50px 0 60px
  }
  .slider-thumbnail{
    margin: 10px 0 80px;
  }
  .companyInfo_table th,
  .companyInfo_table td{
    width: 100%;
    display: block;
    padding: 15px;
  }
  .companyInfo_table th{
    padding-bottom: 0;
  }
  .companyInfo_table td{
    padding-top: 0;
  }

  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
  }



}
