.breadcrumb {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pcnav {
    display: none;
  }
}

.s-company_common {
  padding: 50px 0;
}
@media screen and (max-width: 1400px) {
  .s-company_common {
    padding: 50rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common {
    padding: 50rem 35rem;
  }
}
.s-company_common_box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .s-company_common_box {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common_box {
    flex-direction: column;
    align-items: center;
  }
}
.s-company_common_left {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-company_common_left {
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common_left {
    max-width: 100%;
  }
}
.s-company_common_right {
  max-width: 620rem;
}
@media screen and (max-width: 1400px) {
  .s-company_common_right {
    max-width: 620rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common_right {
    max-width: 100%;
    padding: 0 70rem;
  }
}
.s-company_common_imgs img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-company_common_imgs .products-imgsfor {
  border: 2px solid #f2f2f2;
}
@media screen and (max-width: 1400px) {
  .s-company_common_imgs .products-imgsfor {
    border-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common_imgs .products-imgsfor .slick-slide {
    margin: auto 5rem;
  }
}
.s-company_common_imgs .products-imgsfor_counter {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .s-company_common_imgs .products-imgsfor_counter {
    margin-top: 15rem;
    font-size: 16rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common_imgs .products-imgsfor_counter {
    margin-top: 30rem;
    font-size: 40rem;
    gap: 25rem;
  }
}
.s-company_common_imgs .products-imgsfor_counter .btn {
  margin-top: 3px;
}
@media screen and (max-width: 1400px) {
  .s-company_common_imgs .products-imgsfor_counter .btn {
    margin-top: 3rem;
  }
}
.s-company_common_imgs .products-imgsfor_counter .btn img {
  width: 15px;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .s-company_common_imgs .products-imgsfor_counter .btn img {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common_imgs .products-imgsfor_counter .btn img {
    width: 35rem;
  }
}
.s-company_common_imgs .products-imgsfor_counter span:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 3px solid #2e3192;
}
@media screen and (max-width: 1400px) {
  .s-company_common_imgs .products-imgsfor_counter span:first-child {
    padding-right: 10rem;
    margin-right: 10rem;
    border-right: 3rem solid #2e3192;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common_imgs .products-imgsfor_counter span:first-child {
    padding-right: 25rem;
    margin-right: 25rem;
    border-right: 6rem solid #2e3192;
  }
}
.s-company_common_imgs .products-imgsnav {
  margin-top: 25px;
}
@media screen and (max-width: 1400px) {
  .s-company_common_imgs .products-imgsnav {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common_imgs .products-imgsnav {
    display: none !important;
  }
}
.s-company_common_imgs .products-imgsnav .slick-track {
  width: 100% !important;
  transform: none !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 1400px) {
  .s-company_common_imgs .products-imgsnav .slick-track {
    grid-gap: 20rem;
  }
}
.s-company_common_imgs .products-imgsnav .slick-track:before, .s-company_common_imgs .products-imgsnav .slick-track:after {
  display: none;
}
.s-company_common_imgs .products-imgsnav .slick-slide {
  cursor: pointer;
  max-width: 100%;
  width: 100% !important;
  border: 3px solid #e6e6e6;
}
@media screen and (max-width: 1400px) {
  .s-company_common_imgs .products-imgsnav .slick-slide {
    border: 3rem solid #e6e6e6;
  }
}
.s-company_common_imgs .products-imgsnav .slick-slide.slick-current {
  border: 3px solid #1e9cd7;
}
@media screen and (max-width: 1400px) {
  .s-company_common_imgs .products-imgsnav .slick-slide.slick-current {
    border: 3rem solid #1e9cd7;
  }
}
.s-company_common .companybox {
  margin-top: 30px;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 1400px) {
  .s-company_common .companybox {
    margin-top: 30rem;
    padding: 20rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .companybox {
    display: none !important;
  }
}
.s-company_common .companybox_txt {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .s-company_common .companybox_txt {
    font-size: 10rem;
  }
}
.s-company_common .companybox_txt::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 9px;
  height: 1px;
  background: #808080;
}
@media screen and (max-width: 1400px) {
  .s-company_common .companybox_txt::after {
    width: 9rem;
    bottom: -5rem;
  }
}
.s-company_common .companybox_title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1b1464;
}
@media screen and (max-width: 1400px) {
  .s-company_common .companybox_title {
    margin-top: 10rem;
    font-size: 16rem;
  }
}
.s-company_common .companybox_links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .s-company_common .companybox_links {
    gap: 10rem;
    margin-top: 10rem;
  }
}
.s-company_common .companybox_links .itemlink {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b1464;
  box-shadow: 1.63px 2.03px 2.84px rgba(0, 0, 0, 0.38);
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .s-company_common .companybox_links .itemlink {
    padding: 5rem;
    font-size: 12rem;
  }
}
.s-company_common .companybox_links .itemlink span {
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .s-company_common .companybox_links .itemlink span {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .companybox_links .itemlink span {
    margin-right: 10rem;
  }
}
.s-company_common .companybox_links .itemlink::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 4px;
  background-image: url(../image/common/arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .s-company_common .companybox_links .itemlink::after {
    right: 10rem;
    width: 12rem;
    height: 4rem;
  }
}
.s-company_common_title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #4d4d4d;
}
@media screen and (max-width: 1400px) {
  .s-company_common_title {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common_title {
    font-size: 40rem;
  }
}
.s-company_common_txt {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 22px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-company_common_txt {
    font-size: 14rem;
    line-height: 22rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common_txt {
    font-size: 26rem;
    line-height: 42rem;
    margin-top: 20rem;
  }
}
.s-company_common .introbox {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox {
    margin-top: 50rem;
  }
}
.s-company_common .introbox_head span {
  display: inline-block;
  background: #4d4d4d;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 10px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox_head span {
    font-size: 14rem;
    padding: 5rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox_head span {
    font-size: 26rem;
    padding: 10rem 25rem;
  }
}
.s-company_common .introbox_content {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox_content {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox_content {
    margin-top: 25rem;
  }
}
.s-company_common .introbox_itemrow {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: left;
  color: #333;
}
.s-company_common .introbox_itemrow:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox_itemrow {
    font-size: 14rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox_itemrow {
    margin-bottom: 25rem;
    font-size: 26rem;
    line-height: 42rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 15rem;
  }
}
.s-company_common .introbox_itemrow_head {
  min-width: 95px;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox_itemrow_head {
    min-width: 95rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox_itemrow_head {
    min-width: auto;
    font-weight: 500;
    font-size: 26rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #333;
    padding: 5rem 10rem;
    background: #e6e6e6;
  }
}
.s-company_common .introbox_itemrow_txt {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox_itemrow_txt {
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox_itemrow_txt {
    padding-left: 0;
  }
}
.s-company_common .introbox_itemrow_txt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox_itemrow_txt::before {
    width: 0;
  }
}
.s-company_common .introbox_step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox_step {
    gap: 15rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox_step {
    gap: 30rem;
    margin-bottom: 40rem;
  }
}
.s-company_common .introbox_step_head {
  min-width: 80px;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background: #1b1464;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox_step_head {
    min-width: 80rem;
    padding: 5rem 10rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox_step_head {
    min-width: 130rem;
    font-size: 26rem;
    padding: 10rem 15rem;
  }
}
.s-company_common .introbox_step_head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #1b1464 transparent transparent transparent;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox_step_head::after {
    bottom: -7rem;
    border-width: 7rem 7rem 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox_step_head::after {
    bottom: -14rem;
    border-width: 15rem 15rem 0 15rem;
  }
}
.s-company_common .introbox_step_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox_step_txt {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox_step_txt {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.s-company_common .introbox .mt-20 {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .s-company_common .introbox .mt-20 {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company_common .introbox .mt-20 {
    margin-top: 50rem;
  }
}

.s-productcompany {
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-productcompany {
    max-width: 680rem;
    margin: auto;
    background: #f2f2f2;
    padding: 80rem 35rem;
    border-radius: 15rem;
  }
}
.s-productcompany_box {
  padding: 30px;
  border-radius: 18px;
  background: #f2f2f2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_box {
    gap: 40rem;
    padding: 30rem;
    border-radius: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_box {
    flex-direction: column;
    align-items: center;
    gap: 30rem;
  }
}
.s-productcompany_img {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_img {
    max-width: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_img {
    max-width: 300rem;
  }
}
.s-productcompany_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 22px;
  text-align: left;
  color: #333;
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_txt {
    font-size: 14rem;
    line-height: 22rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_txt {
    font-size: 24rem;
    line-height: 45rem;
    margin-top: 50rem;
  }
}
.s-productcompany_content {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_content {
    max-width: 680rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_content {
    max-width: 100%;
  }
}
.s-productcompany_content .companyinfo {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_content .companyinfo {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_content .companyinfo {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.s-productcompany_content .companyinfo_title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_content .companyinfo_title {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_content .companyinfo_title {
    font-size: 30rem;
    text-align: center;
  }
}
.s-productcompany_content .companyinfo_position {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_content .companyinfo_position {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_content .companyinfo_position {
    justify-content: center;
    gap: 20rem;
    margin: 20rem auto;
  }
}
.s-productcompany_content .companyinfo_position .head {
  padding: 2px 7px;
  background: #4d4d4d;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_content .companyinfo_position .head {
    font-size: 14rem;
    padding: 2rem 7rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_content .companyinfo_position .head {
    padding: 3rem 10rem;
    font-size: 26rem;
  }
}
.s-productcompany_content .companyinfo_position .txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_content .companyinfo_position .txt {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_content .companyinfo_position .txt {
    font-size: 26rem;
  }
}
.s-productcompany_content .companyinfo_links {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_content .companyinfo_links {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_content .companyinfo_links {
    gap: 25rem;
  }
}
.s-productcompany_content .companyinfo_links_item {
  position: relative;
  width: 135px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b1464;
  box-shadow: 1.63px 2.03px 2.84px rgba(0, 0, 0, 0.38);
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_content .companyinfo_links_item {
    width: 135rem;
    height: 30rem;
    padding: 5rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_content .companyinfo_links_item {
    margin-top: 20rem;
    width: 270rem;
    height: 77rem;
    font-size: 26rem;
    padding: 5rem;
  }
}
.s-productcompany_content .companyinfo_links_item span {
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_content .companyinfo_links_item span {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_content .companyinfo_links_item span {
    margin-right: 25rem;
  }
}
.s-productcompany_content .companyinfo_links_item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 6px;
  background-image: url(../image/common/arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .s-productcompany_content .companyinfo_links_item::after {
    right: 10rem;
    width: 15rem;
    height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcompany_content .companyinfo_links_item::after {
    right: 15rem;
    width: 30rem;
    height: 10rem;
  }
}

.s-videogallery {
  position: relative;
}
.s-videogallery_box {
  width: 100%;
  max-width: 100%;
}
.s-videogallery.itemsec .topbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .s-videogallery.itemsec .topbox {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-videogallery.itemsec .topbox {
    padding: 0 35rem;
    margin-bottom: 30rem;
  }
}
.s-videogallery.itemsec .topbox .p-sectitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .s-videogallery.itemsec .p-sectitle_txt {
    margin-bottom: 20rem;
    padding: 0 35rem;
  }
}

.p-postlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 1400px) {
  .p-postlist {
    grid-gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-postlist {
    padding-left: 35rem;
    display: flex;
    align-items: flex-start;
  }
  .p-postlist .slick-list {
    overflow-x: hidden;
    overflow-y: visible;
    padding-left: 0 !important;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-postlist .slick-list {
    padding: 20rem 100rem !important;
    padding-left: 0 !important;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-postlist .slick-slide {
    margin: auto 20rem;
  }
}
.p-postlist_itempost {
  display: block;
  position: relative;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1400px) {
  .p-postlist_itempost {
    padding: 15rem;
    border-radius: 8rem;
    box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .p-postlist_itempost {
    border-radius: 15rem;
    background: #fff;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
    padding: 30rem;
  }
}
.p-postlist_itemimg {
  position: relative;
  overflow: hidden;
}
.p-postlist_itemimg img {
  width: 100%;
  aspect-ratio: 2/1;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .p-postlist_itemimg img {
    height: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .p-postlist_itemimg img {
    height: 270rem;
  }
}
.p-postlist_itemcontent {
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .p-postlist_itemcontent {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-postlist_itemcontent {
    margin-top: 20rem;
  }
}
.p-postlist_itemtitle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .p-postlist_itemtitle {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-postlist_itemtitle {
    font-size: 32rem;
  }
}
.p-postlist_iteminfo {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .p-postlist_iteminfo {
    margin-top: 15rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-postlist_iteminfo {
    gap: 20rem;
    margin-top: 20rem;
  }
}
.p-postlist_itemcategory {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
  padding: 3px 10px;
  border-radius: 15px;
  background: #ccc;
}
@media screen and (max-width: 1400px) {
  .p-postlist_itemcategory {
    font-size: 12rem;
    padding: 3rem 10rem;
    border-radius: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-postlist_itemcategory {
    font-size: 24rem;
    border-radius: 30rem;
    padding: 10rem 20rem;
  }
}
.p-postlist_itemdate {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .p-postlist_itemdate {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-postlist_itemdate {
    font-size: 28rem;
  }
}

.s-catalog .topbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .s-catalog .topbox {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog .topbox {
    padding: 0 35rem;
    margin-bottom: 30rem;
  }
}
.s-catalog .topbox .p-sectitle {
  margin-bottom: 0;
}
.s-catalog_list {
  position: relative;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1400px) {
  .s-catalog_list {
    grid-gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_list {
    padding-left: 35rem;
    display: flex;
    align-items: flex-start;
  }
  .s-catalog_list .slick-list {
    overflow-x: hidden;
    overflow-y: visible;
    padding-left: 0 !important;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .s-catalog_list .slick-list {
    padding: 20rem 100rem !important;
    padding-left: 0 !important;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_list .slick-slide {
    margin: auto 20rem;
  }
}
.s-catalog_itemcontentbox {
  display: flex;
  width: 100%;
}
.s-catalog_itemcontent {
  margin-left: 20px;
}
.s-catalog_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.17);
}
.s-catalog_item:nth-child(n+1) {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .s-catalog_item {
    gap: 10rem;
    border-radius: 10rem;
    padding: 15rem;
    box-shadow: 0px 0px 4rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item {
    padding: 30rem;
    border-radius: 15rem;
    gap: 20rem;
    box-shadow: 0px 0px 8rem rgba(0, 0, 0, 0.17);
  }
}
.s-catalog_itemimg {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-catalog_itemimg {
    max-width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_itemimg {
    max-width: 200rem;
  }
}
.s-catalog_itemtitle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .s-catalog_itemtitle {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_itemtitle {
    font-size: 32rem;
  }
}
.s-catalog_iteminfo {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-catalog_iteminfo {
    margin-top: 10rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_iteminfo {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10rem;
    margin-top: 20rem;
  }
}
.s-catalog_itemcategory {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
  padding: 3px 10px;
  border-radius: 15px;
  background: #ccc;
}
@media screen and (max-width: 1400px) {
  .s-catalog_itemcategory {
    font-size: 12rem;
    padding: 3rem 10rem;
    border-radius: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_itemcategory {
    font-size: 24rem;
    border-radius: 30rem;
    padding: 5rem 15rem;
  }
}
.s-catalog_itemdate {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .s-catalog_itemdate {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_itemdate {
    font-size: 28rem;
  }
}
.s-catalog .downloadbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  width: 300px;
}
@media screen and (max-width: 1400px) {
  .s-catalog .downloadbtn {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog .downloadbtn {
    margin-top: 30rem;
  }
}
.s-catalog .downloadbtn a {
  padding: 5px 15px;
  border-radius: 15px;
  border: 1px solid #0071bc;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0071bc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-catalog .downloadbtn a {
    border-radius: 15rem;
    font-size: 14rem;
    gap: 10rem;
    padding: 5rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog .downloadbtn a {
    border-radius: 35rem;
    gap: 20rem;
    font-size: 28rem;
    padding: 15rem 30rem;
  }
}
.s-catalog .downloadbtn a img {
  max-width: 15px;
}
@media screen and (max-width: 1400px) {
  .s-catalog .downloadbtn a img {
    max-width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog .downloadbtn a img {
    max-width: 25rem;
  }
}

.s-industrial_box {
  position: relative;
}
.s-industrial_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-industrial_list {
    grid-gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_list {
    display: flex;
    align-items: flex-start;
    padding-left: 70rem;
  }
  .s-industrial_list .slick-list {
    overflow-x: hidden;
    overflow-y: visible;
    padding-left: 0 !important;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .s-industrial_list .slick-list {
    padding: 20rem 100rem !important;
    padding-left: 0 !important;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_list .slick-slide {
    margin: auto 20rem;
  }
}
.s-industrial_item {
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  padding: 10px;
}
@media screen and (max-width: 1400px) {
  .s-industrial_item {
    padding: 10rem;
    border-radius: 10rem;
    box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_item {
    padding: 30rem;
    border-radius: 20rem;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
  }
}
.s-industrial_item_img {
  width: 100%;
}
.s-industrial_item_img img {
  max-width: 100px;
  aspect-ratio: 1/1;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .s-industrial_item_img img {
    max-width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_item_img img {
    max-width: 220rem;
  }
}
.s-industrial_item_content {
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .s-industrial_item_content {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_item_content {
    margin-top: 20rem;
  }
}
.s-industrial_item_title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-industrial_item_title {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_item_title {
    font-size: 32rem;
    line-height: 48rem;
  }
}
.s-industrial_item_category {
  margin: 10px auto;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .s-industrial_item_category {
    margin: 10rem auto;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_item_category {
    margin: 15rem auto;
  }
}
.s-industrial_item_category span {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
  border-radius: 15px;
  background: #ccc;
  padding: 5px 10px;
}
@media screen and (max-width: 1400px) {
  .s-industrial_item_category span {
    font-size: 9rem;
    border-radius: 15rem;
    padding: 5rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_item_category span {
    font-size: 24rem;
    border-radius: 30rem;
    padding: 10rem 20rem;
  }
}
.s-industrial_item_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 22px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-industrial_item_txt {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_item_txt {
    font-size: 28rem;
    line-height: 42rem;
  }
}
.s-industrial_item .contactbtn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .s-industrial_item .contactbtn {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_item .contactbtn {
    margin-top: 30rem;
  }
}
.s-industrial_item .contactbtn a {
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 30px;
}
@media screen and (max-width: 1400px) {
  .s-industrial_item .contactbtn a {
    padding: 7rem 20rem;
    font-size: 14rem;
    gap: 10rem;
    border-radius: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_item .contactbtn a {
    border-radius: 40rem;
    padding: 15rem 40rem;
    font-size: 28rem;
    gap: 15rem;
  }
}
.s-industrial_item .contactbtn a img {
  max-width: 18px;
}
@media screen and (max-width: 1400px) {
  .s-industrial_item .contactbtn a img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-industrial_item .contactbtn a img {
    max-width: 35rem;
  }
}

.s-technology_box {
  position: relative;
}
.s-technology_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-technology_list {
    grid-gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_list {
    display: flex;
    align-items: flex-start;
    padding-left: 70rem;
  }
  .s-technology_list .slick-list {
    overflow-x: hidden;
    overflow-y: visible;
    padding-left: 0 !important;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .s-technology_list .slick-list {
    padding: 20rem 100rem !important;
    padding-left: 0 !important;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_list .slick-slide {
    margin: auto 20rem;
  }
}
.s-technology_item {
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1400px) {
  .s-technology_item {
    border-radius: 10rem;
    box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item {
    border-radius: 20rem;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
  }
}
.s-technology_item_img {
  width: 100%;
}
.s-technology_item_img img {
  width: 100%;
  height: 110px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1400px) {
  .s-technology_item_img img {
    height: 110rem;
    border-radius: 10rem 10rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item_img img {
    border-radius: 20rem 20rem 0 0;
    height: 240rem;
  }
}
.s-technology_item_content {
  padding: 10px;
}
@media screen and (max-width: 1400px) {
  .s-technology_item_content {
    padding: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item_content {
    padding: 30rem;
  }
}
.s-technology_item_title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-technology_item_title {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item_title {
    font-size: 32rem;
    line-height: 46rem;
  }
}
.s-technology_item_category {
  margin: 10px auto;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .s-technology_item_category {
    margin: 10rem auto;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item_category {
    margin: 20rem auto;
  }
}
.s-technology_item_category span {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
  border-radius: 15px;
  background: #ccc;
  padding: 5px 10px;
}
@media screen and (max-width: 1400px) {
  .s-technology_item_category span {
    font-size: 12rem;
    border-radius: 15rem;
    padding: 5rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item_category span {
    font-size: 24rem;
    border-radius: 30rem;
    padding: 10rem 20rem;
  }
}
.s-technology_item_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 22px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-technology_item_txt {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item_txt {
    font-size: 28rem;
    line-height: 42rem;
  }
}
.s-technology_item .contactbtn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .s-technology_item .contactbtn {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item .contactbtn {
    margin-top: 30rem;
  }
}
.s-technology_item .contactbtn a {
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 30px;
}
@media screen and (max-width: 1400px) {
  .s-technology_item .contactbtn a {
    padding: 7rem 20rem;
    font-size: 14rem;
    gap: 10rem;
    border-radius: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item .contactbtn a {
    border-radius: 40rem;
    padding: 15rem 40rem;
    font-size: 28rem;
    gap: 15rem;
  }
}
.s-technology_item .contactbtn a img {
  max-width: 18px;
}
@media screen and (max-width: 1400px) {
  .s-technology_item .contactbtn a img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item .contactbtn a img {
    max-width: 35rem;
  }
}

@media screen and (max-width: 768px) {
  .s-featurearticles {
    padding-left: 70rem;
  }
}
.s-featurearticles_slider .slick-list {
  padding: 10px 0 !important;
  padding-left: 0 !important;
  margin-left: -10px;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider .slick-list {
    padding: 10rem 0 !important;
    padding-left: 0 !important;
    margin-left: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-featurearticles_slider .slick-list {
    padding: 20rem 80rem !important;
    padding-left: 0 !important;
    margin-left: -15rem;
  }
}
.s-featurearticles_slider .slick-slide {
  box-shadow: 0px 0px 6.44px rgba(0, 0, 0, 0.17);
  margin: auto 10px;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider .slick-slide {
    margin: auto 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-featurearticles_slider .slick-slide {
    margin: auto 15rem;
  }
}
.s-featurearticles_slider .sliders_img {
  width: 100%;
}
.s-featurearticles_slider .sliders_img img {
  width: 100%;
  height: 85px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider .sliders_img img {
    height: 85rem;
  }
}
@media screen and (max-width: 768px) {
  .s-featurearticles_slider .sliders_img img {
    height: 200rem;
  }
}
.s-featurearticles_slider .sliders_content {
  padding: 15px;
}
.s-featurearticles_slider .sliders_date {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider .sliders_date {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-featurearticles_slider .sliders_date {
    font-size: 26rem;
  }
}
.s-featurearticles_slider .sliders_title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider .sliders_title {
    margin-top: 10rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s-featurearticles_slider .sliders_title {
    margin-top: 20rem;
    font-size: 30rem;
    line-height: 42rem;
  }
}
.s-featurearticles_slider_counter {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #2e3192;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider_counter {
    font-size: 20rem;
    gap: 15rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-featurearticles_slider_counter {
    font-size: 40rem;
    gap: 25rem;
  }
}
.s-featurearticles_slider_counter .btn {
  margin-top: 3px;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider_counter .btn {
    margin-top: 3rem;
  }
}
.s-featurearticles_slider_counter .btn img {
  width: 20px;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider_counter .btn img {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-featurearticles_slider_counter .btn img {
    width: 35rem;
  }
}
.s-featurearticles_slider_counter span:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 3px solid #2e3192;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider_counter span:first-child {
    padding-right: 10rem;
    margin-right: 10rem;
    border-right: 3rem solid #2e3192;
  }
}
@media screen and (max-width: 768px) {
  .s-featurearticles_slider_counter span:first-child {
    padding-right: 25rem;
    margin-right: 25rem;
    border-right: 6rem solid #2e3192;
  }
}/*# sourceMappingURL=company_common.css.map */