.breadcrumb {
  padding-bottom: 20px;
}

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

.s-companytop {
  padding-top: 50px;
}
@media screen and (max-width: 1400px) {
  .s-companytop {
    padding-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companytop {
    padding-top: 0rem;
  }
}
.s-companytop_box {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  .s-companytop_box {
    gap: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companytop_box {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.s-companytop_img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-companytop_img {
    max-width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companytop_img {
    max-width: 100%;
  }
}
.s-companytop_content {
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-companytop_content {
    max-width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companytop_content {
    max-width: 620rem;
    margin: auto;
  }
}
.s-companytop_category {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .s-companytop_category {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companytop_category {
    gap: 15rem;
  }
}
.s-companytop_category li {
  border-radius: 6px;
  background: #1b1464;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 1400px) {
  .s-companytop_category li {
    padding: 5rem 10rem;
    font-size: 12rem;
    border-radius: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companytop_category li {
    font-size: 23rem;
    padding: 10rem 20rem;
    border-radius: 15rem;
  }
}
.s-companytop_title {
  font-weight: bolder;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 30px;
  text-align: left;
  color: #4d4d4d;
  margin: 0px auto;
}
@media screen and (max-width: 1400px) {
  .s-companytop_title {
    line-height: 30rem;
    font-size: 20rem;
    margin: 0rem auto;
  }
}
@media screen and (max-width: 768px) {
  .s-companytop_title {
    margin: 0rem auto;
    font-size: 36rem;
    line-height: 48rem;
  }
}
.s-companytop_subtitle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: left;
  color: #0D4199;
  margin: 10px auto;
}
@media screen and (max-width: 1400px) {
  .s-companytop_subtitle {
    font-size: 16rem;
    line-height: 28rem;
    margin: 10rem auto;
  }
}
@media screen and (max-width: 768px) {
  .s-companytop_subtitle {
    font-size: 28rem;
    line-height: 44rem;
    margin: 16rem auto;
  }
}
.s-companytop_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 24px;
  text-align: left;
  color: #333;
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .s-companytop_txt {
    font-size: 14rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companytop_txt {
    font-size: 22rem;
    line-height: 46rem;
  }
}

@media screen and (max-width: 768px) {
  .s-featurearticles {
    padding-left: 70rem;
  }
}
.s-featurearticles_slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.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: 0 10px;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider .slick-slide {
    margin: 0 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: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider .sliders_img img {
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .s-featurearticles_slider .sliders_img img {
    height: 250rem;
  }
}
.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: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-featurearticles_slider .sliders_title {
    margin-top: 0;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s-featurearticles_slider .sliders_title {
    margin-top: 0rem;
    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;
  }
}

@media screen and (max-width: 768px) {
  .s-companyabout .p-sectitle {
    padding-left: 35rem;
  }
}
.s-companyabout_box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_box {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_box {
    flex-direction: column;
    gap: 50rem;
  }
}
.s-companyabout_map {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .s-companyabout_map {
    max-width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_map {
    max-width: 100%;
  }
}
.s-companyabout_map iframe {
  width: 100%;
  height: 325px;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_map iframe {
    height: 325rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_map iframe {
    max-width: 100%;
    height: 850rem;
  }
}
.s-companyabout_content {
  max-width: 590px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_content {
    max-width: 490rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_content {
    max-width: 100%;
    margin: auto;
    padding: 0 35rem;
  }
}
.s-companyabout_itembox {
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_itembox {
    margin-bottom: 60rem;
  }
}
.s-companyabout_itembox:last-child {
  margin-bottom: 0;
}
.s-companyabout_itembox .itemboxtitle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox .itemboxtitle {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_itembox .itemboxtitle {
    font-size: 30rem;
    margin-bottom: 20rem;
  }
}
.s-companyabout_itembox .itemrow {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: left;
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox .itemrow {
    font-size: 14rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_itembox .itemrow {
    flex-direction: column;
    font-size: 28rem;
    line-height: 42rem;
    margin-bottom: 30rem;
    gap: 10rem;
  }
}
.s-companyabout_itembox .itemrow:last-child {
  margin-bottom: 0;
}
.s-companyabout_itembox .itemrow_head {
  position: relative;
  min-width: 130px;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox .itemrow_head {
    min-width: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_itembox .itemrow_head {
    display: inline-block;
    min-width: auto;
    font-size: 26rem;
    padding: 8rem 15rem;
    background: #e6e6e6;
  }
}
.s-companyabout_itembox .itemrow_txt {
  padding-left: 25px;
  border-left: 2px solid #ccc;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox .itemrow_txt {
    padding-left: 25rem;
    border-left: 2rem solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_itembox .itemrow_txt {
    border: none;
    padding-left: 0;
  }
}
.s-companyabout_itembox .itemcontent {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox .itemcontent {
    font-size: 14rem;
    line-height: 26rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_itembox .itemcontent {
    font-size: 26rem;
    line-height: 50rem;
  }
}
.s-companyabout_itembox .itemcontent:last-child {
  margin-bottom: 0;
}
.s-companyabout_itembox .itemcontent_head {
  position: relative;
  min-width: 235px;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox .itemcontent_head {
    min-width: 235rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_itembox .itemcontent_head {
    min-width: 360rem;
  }
}
.s-companyabout_itembox .itemcontent_box {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox .itemcontent_box {
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_itembox .itemcontent_box {
    padding-left: 30rem;
  }
}
.s-companyabout_itembox .itemcontent_box::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 120px;
  left: 0;
  top: 0;
  background-color: #ccc;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox .itemcontent_box::before {
    width: 2rem;
    height: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_itembox .itemcontent_box::before {
    height: 240rem;
  }
}
.s-companyabout_itembox .itemcontent_row {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox .itemcontent_row {
    gap: 25rem;
  }
}
.s-companyabout_itembox .itemcontent_rowbox {
  line-height: 1;
  background: #e6e6e6;
  padding: 3px 7px;
  min-width: 100px;
  width: 100px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  border-radius: 15px;
}
@media screen and (max-width: 1400px) {
  .s-companyabout_itembox .itemcontent_rowbox {
    padding: 3rem 7rem;
    min-width: 100rem;
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .s-companyabout_itembox .itemcontent_rowbox {
    padding: 6rem 15rem;
    min-width: 180rem;
    width: 180rem;
  }
}

.s-equipment_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1400px) {
  .s-equipment_list {
    grid-gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-equipment_list {
    display: flex;
    align-items: flex-start;
    padding-left: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .s-equipment_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-equipment_list .slick-list {
    padding: 20rem 100rem !important;
    padding-left: 0 !important;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-equipment_list .slick-slide {
    margin: auto 20rem;
  }
}
.s-equipment_item {
  display: flex;
  flex-direction: column;
  height: 370px;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1400px) {
  .s-equipment_item {
    height: 450rem;
    border-radius: 10rem;
    box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .s-equipment_item {
    height: 620rem;
    border-radius: 20rem;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
  }
}
.s-equipment_item_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1400px) {
  .s-equipment_item_img {
    border-radius: 10rem 10rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .s-equipment_item_img {
    border-radius: 20rem 20rem 0 0;
  }
}
.s-equipment_item_img img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1400px) {
  .s-equipment_item_img img {
    height: 180px;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .s-equipment_item_img img {
    height: 280px;
    border-radius: 20px 20px 0 0;
  }
}
.s-equipment_item_content {
  padding: 10px 15px;
}
@media screen and (max-width: 1400px) {
  .s-equipment_item_content {
    padding: 10rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-equipment_item_content {
    padding: 20rem 30rem;
  }
}
.s-equipment_item_content .itemrow {
  display: flex;
  align-items: stretch;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 19px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-equipment_item_content .itemrow {
    font-size: 14rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-equipment_item_content .itemrow {
    font-size: 18rem;
    line-height: 36rem;
  }
}
.s-equipment_item_content .itemrow_txt {
  font-size: 12px;
  line-height: 19px;
}
.s-equipment_item_content .itemrow_head {
  display: inline-block;
  max-width: 80px;
  min-width: 80px;
  width: 100%;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 10px;
  line-height: 14px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .s-equipment_item_content .itemrow_head {
    min-width: 80rem;
    max-width: 80rem;
    padding-right: 10rem;
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-equipment_item_content .itemrow_head {
    min-width: 140rem;
    max-width: 140rem;
    padding-right: 15rem;
    margin-right: 20rem;
  }
}

.s-technology_box {
  position: relative;
}
.s-technology_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@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;
  }
}
@media screen and (max-width: 768px) {
  .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: flex;
  flex-direction: column;
  height: 370px;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1400px) {
  .s-technology_item {
    height: 370rem;
    border-radius: 10rem;
    box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item {
    height: 620rem;
    border-radius: 20rem;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
  }
}
.s-technology_item_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1400px) {
  .s-technology_item_img {
    border-radius: 10rem 10rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item_img {
    border-radius: 20rem 20rem 0 0;
  }
}
.s-technology_item_img img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1400px) {
  .s-technology_item_img img {
    height: 180rem;
    border-radius: 10rem 10rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item_img img {
    height: 280rem;
    border-radius: 20rem 20rem 0 0;
  }
}
.s-technology_item_content {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@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: 24rem;
    line-height: 36rem;
  }
}
.s-technology_item_category {
  margin: 10px 0px;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .s-technology_item_category {
    margin: 10rem 0px;
  }
}
@media screen and (max-width: 768px) {
  .s-technology_item_category {
    margin: 20rem 0px;
  }
}
.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: #e4e9f0;
  padding: 5px 10px;
  margin-right: 3px;
}
@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: 20rem;
    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: 22rem;
    line-height: 32rem;
  }
}
.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;
  }
}

.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;
  }
}
@media screen and (max-width: 768px) {
  .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: #e4e9f0;
  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;
  }
}

@media screen and (max-width: 768px) {
  .s-processcate {
    background-color: #fafafa;
    padding: 50rem 35rem;
  }
}
.s-processcate_box {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .s-processcate_box {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-processcate_box {
    margin-top: 50rem;
  }
}
.s-processcate_item {
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .s-processcate_item {
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s-processcate_item {
    margin-bottom: 40rem;
  }
}
.s-processcate_item:last-child {
  margin-bottom: 0;
}
.s-processcate_item_head {
  cursor: pointer;
  position: relative;
  padding: 13px 30px;
  background: #e6e6e6;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-processcate_item_head {
    font-size: 16rem;
    padding: 13rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-processcate_item_head {
    font-size: 32rem;
    padding: 20rem 30rem;
  }
}
.s-processcate_item_head.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.s-processcate_item_head::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-image: url(../image/common/icon-arrow02.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .s-processcate_item_head::after {
    width: 14rem;
    height: 10rem;
    right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-processcate_item_head::after {
    width: 25rem;
    height: 15rem;
    right: 20rem;
  }
}
.s-processcate_item_content {
  padding: 15px;
  padding-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .s-processcate_item_content {
    padding: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-processcate_item_content {
    padding: 20rem;
  }
}
.s-processcate_item_content .itembox {
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .s-processcate_item_content .itembox {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-processcate_item_content .itembox {
    margin-bottom: 40rem;
  }
}
.s-processcate_item_content .itembox:last-child {
  margin-bottom: 0;
}
.s-processcate_item_content .itembox_title {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-processcate_item_content .itembox_title {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-processcate_item_content .itembox_title {
    font-size: 28rem;
  }
}
.s-processcate_item_content .itembox_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-processcate_item_content .itembox_list {
    margin-top: 10rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-processcate_item_content .itembox_list {
    margin-top: 20rem;
    gap: 20rem;
  }
}
.s-processcate_item_content .itembox_list li {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #333;
  padding: 5px 10px;
  border-radius: 15px;
}
@media screen and (max-width: 1400px) {
  .s-processcate_item_content .itembox_list li {
    font-size: 13rem;
    padding: 5rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-processcate_item_content .itembox_list li {
    font-size: 24rem;
    padding: 10rem 20rem;
  }
}
.s-processcate_item_content .itembox_list li.bg-blue {
  background: #c7e1e9;
}
.s-processcate_item_content .itembox_list li.bg-pink {
  background: #ffcdcd;
}
.s-processcate_item .posthead {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-pickup_title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #1b1464;
}
@media screen and (max-width: 1400px) {
  .s-pickup_title {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-pickup_title {
    font-size: 30rem;
  }
}
.s-pickup_box {
  margin-top: 20px;
  display: flex;
  align-items: left;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .s-pickup_box {
    gap: 20rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-pickup_box {
    gap: 40rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.s-pickup_item {
  display: flex;
  align-items: center;
  gap: 20px 10px;
}
@media screen and (max-width: 1400px) {
  .s-pickup_item {
    gap: 20rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-pickup_item {
    flex-direction: column;
    gap: 20rem;
    align-items: flex-start;
  }
}
.s-pickup_item_content {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-pickup_item_content {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-pickup_item_content {
    gap: 20rem;
  }
}
.s-pickup_item_star {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1400px) {
  .s-pickup_item_star {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .s-pickup_item_star {
    gap: 8rem;
  }
}
.s-pickup_item_star img {
  max-width: 18px;
}
@media screen and (max-width: 1400px) {
  .s-pickup_item_star img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-pickup_item_star img {
    max-width: 30rem;
  }
}
.s-pickup_item_cate {
  border-radius: 15px;
  background: #ffcdcd;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #333;
  padding: 5px 15px;
}
@media screen and (max-width: 1400px) {
  .s-pickup_item_cate {
    font-size: 14rem;
    border-radius: 15rem;
    padding: 5rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-pickup_item_cate {
    font-size: 24rem;
    border-radius: 30rem;
    padding: 10rem 25rem;
  }
}
.s-pickup_item_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-pickup_item_txt {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-pickup_item_txt {
    font-size: 26rem;
  }
}

.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;
  }
}
@media screen and (max-width: 768px) {
  .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-productdetail_txt iframe {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .s-productdetail_txt iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.s-productdetail_txt img {
  max-width: 100%;
  height: auto;
}

.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;
  }
}
@media screen and (max-width: 768px) {
  .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_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.17);
}
@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: 100px;
  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;
}
@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: 20px;
}
@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;
  }
}/*# sourceMappingURL=company.css.map */