.breadcrumb {
  padding-bottom: 20px;
}

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

@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-productdetail_txt ul {
  padding-left: 2.5em !important;
  margin-top: 1.2rem;
}

.s-productdetail_txt ul li {
  list-style-type: disc;
}

.s-productdetail_txt ul li ul {
  margin-top: 0.2rem !important;
}

.s-productdetail_txt ul li ul li {
  list-style-type: circle;
}

.s-productdetail_txt ol {
  padding-left: 2.5em;
}

.s-productdetail_txt ol li {
  list-style-type: decimal;
}

.s-productdetail {
  padding: 50px 0;
}
@media screen and (max-width: 1400px) {
  .s-productdetail {
    padding: 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail {
    padding: 50rem 0;
  }
}
.s-productdetail_box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_box {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail_box {
    flex-direction: column;
    align-items: center;
  }
}
.s-productdetail_left {
  max-width: 300px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_left {
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail_left {
    max-width: 100%;
  }
}
.s-productdetail_right {
  max-width: 620rem;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_right {
    max-width: 620rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail_right {
    max-width: 100%;
    padding: 0 70rem;
  }
}
.s-productdetail_imgs img {
  width: 100%;
  /*
  aspect-ratio: 1/1;
  */
  -o-object-fit: cover;
     object-fit: cover;
}
.s-productdetail_imgs .products-imgsfor {
  border: 2px solid #f2f2f2;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_imgs .products-imgsfor {
    border-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail_imgs .products-imgsfor .slick-slide {
    margin: auto 5rem;
  }
}
.s-productdetail_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-productdetail_imgs .products-imgsfor_counter {
    margin-top: 15rem;
    font-size: 16rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail_imgs .products-imgsfor_counter {
    margin-top: 30rem;
    font-size: 40rem;
    gap: 25rem;
  }
}
.s-productdetail_imgs .products-imgsfor_counter .btn {
  margin-top: 3px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_imgs .products-imgsfor_counter .btn {
    margin-top: 3rem;
  }
}
.s-productdetail_imgs .products-imgsfor_counter .btn img {
  width: 15px;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_imgs .products-imgsfor_counter .btn img {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail_imgs .products-imgsfor_counter .btn img {
    width: 35rem;
  }
}
.s-productdetail_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-productdetail_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-productdetail_imgs .products-imgsfor_counter span:first-child {
    padding-right: 25rem;
    margin-right: 25rem;
    border-right: 6rem solid #2e3192;
  }
}
.s-productdetail_imgs .products-imgsnav {
  margin-top: 25px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_imgs .products-imgsnav {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail_imgs .products-imgsnav {
    display: none !important;
  }
}
.s-productdetail_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-productdetail_imgs .products-imgsnav .slick-track {
    grid-gap: 20rem;
  }
}
.s-productdetail_imgs .products-imgsnav .slick-track:before,
.s-productdetail_imgs .products-imgsnav .slick-track:after {
  display: none;
}
.s-productdetail_imgs .products-imgsnav .slick-slide {
  cursor: pointer;
  max-width: 100%;
  width: 100% !important;
  border: 3px solid #e6e6e6;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_imgs .products-imgsnav .slick-slide {
    border: 3rem solid #e6e6e6;
  }
}
.s-productdetail_imgs .products-imgsnav .slick-slide.slick-current {
  border: 3px solid #1e9cd7;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_imgs .products-imgsnav .slick-slide.slick-current {
    border: 3rem solid #1e9cd7;
  }
}
.s-productdetail .companybox {
  margin-top: 30px;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail .companybox {
    margin-top: 30rem;
    padding: 20rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .companybox {
    display: none !important;
  }
}
.s-productdetail .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-productdetail .companybox_txt {
    font-size: 10rem;
  }
}
.s-productdetail .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-productdetail .companybox_txt::after {
    width: 9rem;
    bottom: -5rem;
  }
}
.s-productdetail .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-productdetail .companybox_title {
    margin-top: 10rem;
    font-size: 16rem;
  }
}
.s-productdetail .companybox_links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .s-productdetail .companybox_links {
    gap: 10rem;
    margin-top: 10rem;
  }
}
.s-productdetail .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-productdetail .companybox_links .itemlink {
    padding: 5rem;
    font-size: 12rem;
  }
}
.s-productdetail .companybox_links .itemlink span {
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail .companybox_links .itemlink span {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .companybox_links .itemlink span {
    margin-right: 10rem;
  }
}
.s-productdetail .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;

      @include response() {
          right: 10rem;
          width: 12rem;
          height: 4rem;
      }
  }*/
}
.s-productdetail_title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #4d4d4d;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_title {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail_title {
    font-size: 40rem;
  }
}
.s-productdetail_subtitle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #0D4199;
  margin-top: 5px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail_subtitle {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail_subtitle {
    font-size: 25rem;
  }
}
.s-productdetail_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-productdetail_txt {
    font-size: 14rem;
    line-height: 22rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail_txt {
    font-size: 26rem;
    line-height: 42rem;
    margin-top: 20rem;
  }
}
.s-productdetail_txt img {
  max-width: 100%;
  height: auto;
}
.s-productdetail_txt h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
.s-productdetail_txt h4 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.s-productdetail_txt h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.s-productdetail .introbox {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail .introbox {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .introbox {
    margin-top: 50rem;
  }
}
.s-productdetail .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-productdetail .introbox_head span {
    font-size: 14rem;
    padding: 5rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .introbox_head span {
    font-size: 26rem;
    padding: 10rem 25rem;
  }
}
.s-productdetail .introbox_content {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail .introbox_content {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .introbox_content {
    margin-top: 25rem;
  }
}
.s-productdetail .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-productdetail .introbox_itemrow:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .s-productdetail .introbox_itemrow {
    font-size: 14rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .introbox_itemrow {
    margin-bottom: 25rem;
    font-size: 26rem;
    line-height: 42rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 15rem;
  }
}
.s-productdetail .introbox_itemrow_head {
  min-width: 95px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail .introbox_itemrow_head {
    min-width: 95rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .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-productdetail .introbox_itemrow_txt {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail .introbox_itemrow_txt {
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .introbox_itemrow_txt {
    padding-left: 0;
  }
}
.s-productdetail .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-productdetail .introbox_itemrow_txt::before {
    width: 0;
  }
}
.s-productdetail .introbox_step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail .introbox_step {
    gap: 15rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .introbox_step {
    gap: 30rem;
    margin-bottom: 40rem;
  }
}
.s-productdetail .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-productdetail .introbox_step_head {
    min-width: 80rem;
    padding: 5rem 10rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .introbox_step_head {
    min-width: 130rem;
    font-size: 26rem;
    padding: 10rem 15rem;
  }
}
.s-productdetail .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-productdetail .introbox_step_head::after {
    bottom: -7rem;
    border-width: 7rem 7rem 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .introbox_step_head::after {
    bottom: -14rem;
    border-width: 15rem 15rem 0 15rem;
  }
}
.s-productdetail .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-productdetail .introbox_step_txt {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .introbox_step_txt {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.s-productdetail .introbox .mt-20 {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .s-productdetail .introbox .mt-20 {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productdetail .introbox .mt-20 {
    margin-top: 50rem;
  }
}

.s-productcontact {
  padding: 50px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  /* margin-bottom: 50px;*/
}
@media screen and (max-width: 1400px) {
  .s-productcontact {
    padding: 50rem;
    /* margin-bottom: 50rem;*/
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact {
    padding: 80rem 70rem;
    margin-bottom: 80rem;
  }
}
.s-productcontact_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .s-productcontact_title {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact_title {
    gap: 30rem;
  }
}
.s-productcontact_title img {
  max-width: 18px;
}
@media screen and (max-width: 1400px) {
  .s-productcontact_title img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact_title img {
    max-width: 40rem;
  }
}
.s-productcontact_title h3 {
  font-weight: bolder;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #4d4d4d;
}
@media screen and (max-width: 1400px) {
  .s-productcontact_title h3 {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact_title h3 {
    font-size: 38rem;
  }
}
.s-productcontact_box {
  max-width: 880px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .s-productcontact_box {
    max-width: 800rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact_box {
    max-width: 100%;
    margin-top: 60rem;
  }
}
.s-productcontact .contactform_name {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform_name {
    gap: 10rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform_name {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
  }
}
.s-productcontact .contactform_name input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0px 20px;
  background: #fff;
  border: 2px solid #e6e6e6;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform_name input[type=text] {
    height: 45rem;
    font-size: 16rem;
    border-width: 2rem;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform_name input[type=text] {
    padding: 5rem 30rem;
    height: 70rem;
    font-size: 26rem;
  }
}
.s-productcontact .contactform {
  position: relative;
}
.s-productcontact .contactform_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform_item {
    gap: 10rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
  }
}
.s-productcontact .contactform_item:last-child {
  margin-bottom: 0;
}
.s-productcontact .contactform_item.aling-start {
  align-items: flex-start;
}
.s-productcontact .contactform_item.aling-start .contactform_head {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform_item.aling-start {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform_item.aling-start {
    margin-top: 0;
  }
}
.s-productcontact .contactform_head {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-align: left;
  color: #333;
  min-width: 230px;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform_head {
    font-size: 16rem;
    min-width: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform_head {
    font-size: 26rem;
    min-width: auto;
  }
}
.s-productcontact .contactform_item_left {
  width: 100%;
  flex: 1;
}
.s-productcontact .contactform_inputbox {
  align-items: center;
  gap: 25px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform_inputbox {
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform_inputbox {
    gap: 40rem;
  }
}
.s-productcontact .contactform_inputbox.itemradiobox {
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform_inputbox.itemradiobox {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform_inputbox.itemradiobox {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.s-productcontact .contactform_inputbox input[type=text],
.s-productcontact .contactform_inputbox textarea,
.s-productcontact .contactform_inputbox select {
  width: 100%;
  height: 45px;
  padding: 0px 10px;
  background: #fff;
  border: 2px solid #e6e6e6;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform_inputbox input[type=text],
  .s-productcontact .contactform_inputbox textarea,
  .s-productcontact .contactform_inputbox select {
    height: 45rem;
    font-size: 16rem;
    border-width: 2rem;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform_inputbox input[type=text],
  .s-productcontact .contactform_inputbox textarea,
  .s-productcontact .contactform_inputbox select {
    padding: 5rem 30rem;
    height: 70rem;
    font-size: 26rem;
  }
}
.s-productcontact .contactform_inputbox input[type=text]::-moz-placeholder, .s-productcontact .contactform_inputbox textarea::-moz-placeholder, .s-productcontact .contactform_inputbox select::-moz-placeholder {
  color: #999;
}
.s-productcontact .contactform_inputbox input[type=text]::placeholder,
.s-productcontact .contactform_inputbox textarea::placeholder,
.s-productcontact .contactform_inputbox select::placeholder {
  color: #999;
}
.s-productcontact .contactform_inputbox textarea {
  height: 180px;
  padding: 10px;
  line-height: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform_inputbox textarea {
    height: 180rem;
    padding: 10rem 20rem;
    line-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform_inputbox textarea {
    height: 400rem;
    padding: 30rem 30rem;
    line-height: 40rem;
  }
}
.s-productcontact .contactform .itemradio {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #333;
  min-width: 200px;
  padding-bottom: 7px;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform .itemradio {
    gap: 5rem;
    font-size: 14rem;
    min-width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform .itemradio {
    gap: 10rem;
    font-size: 26rem;
    min-width: 300rem;
  }
}
.s-productcontact .contactform .itemradio input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #333;
  margin: auto 0;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform .itemradio input[type=radio] {
    width: 18rem;
    height: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform .itemradio input[type=radio] {
    width: 30rem;
    height: 30rem;
  }
}
.s-productcontact .contactform .submitbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform .submitbox {
    margin-top: 50rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform .submitbox {
    gap: 30rem;
  }
}
.s-productcontact .contactform .submitbox_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform .submitbox_txt {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform .submitbox_txt {
    font-size: 26rem;
    text-align: left;
  }
}
.s-productcontact .contactform .submitbox_btn {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  width: 380px;
  height: 52px;
  background: #1b1464;
  border: none;
  outline: none;
  box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.38);
}
@media screen and (max-width: 1400px) {
  .s-productcontact .contactform .submitbox_btn {
    font-size: 18rem;
    width: 380rem;
    height: 52rem;
    box-shadow: 4rem 5rem 7rem rgba(0, 0, 0, 0.38);
  }
}
@media screen and (max-width: 768px) {
  .s-productcontact .contactform .submitbox_btn {
    font-size: 26rem;
    width: 100%;
    height: 80rem;
    box-shadow: 7rem 8rem 10rem rgba(0, 0, 0, 0.38);
  }
}
.s-productcontact .contactform .submitbox_btn {
  /*
  &::after {
      position: absolute;
      content: "";
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      width: 23px;
      height: 9px;
      background-image: url(../image/common/arrow-white.png);
      background-repeat: no-repeat;
      background-size: contain;

      @include response() {
          right: 20rem;
          width: 23rem;
          height: 9rem;
      }

      @include sp {
          width: 35rem;
          height: 10rem;
          right: 30rem;
      }
  }*/
}

.s-productcompany {
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-productcompany {
    max-width: 680rem;
    margin: auto;
    background: #edf7ff;
    padding: 80rem 35rem;
    border-radius: 15rem;
  }
}
.s-productcompany_box {
  padding: 30px;
  border-radius: 18px;
  background: #edf7ff;
  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: 12px;
  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 {
  /*
  &::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;

      @include response() {
          right: 10rem;
          width: 15rem;
          height: 6rem;
      }

      @include sp {
          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;
  }
}
@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-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: #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;
  }
}

@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;
  }
}

.s-catalog_box {
  position: relative;
}
.s-catalog_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1400px) {
  .s-catalog_list {
    grid-gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_list {
    display: flex;
    align-items: flex-start;
    padding-left: 70rem;
  }
}
@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;
  flex-direction: column;
  height: 350px;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1400px) {
  .s-catalog_item {
    height: 350rem;
    border-radius: 10rem;
    box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item {
    height: 580rem;
    border-radius: 20rem;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
  }
}
.s-catalog_item_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1400px) {
  .s-catalog_item_img {
    border-radius: 10rem 10rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item_img {
    border-radius: 20rem 20rem 0 0;
  }
}
.s-catalog_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-catalog_item_img img {
    height: 180rem;
    border-radius: 10rem 10rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item_img img {
    height: 280rem;
    border-radius: 20rem 20rem 0 0;
  }
}
.s-catalog_item_content {
  margin-top: 20px;
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .s-catalog_item_content {
    padding: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item_content {
    padding: 30rem;
  }
}
.s-catalog_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-catalog_item_title {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item_title {
    font-size: 24rem;
    line-height: 36rem;
  }
}
.s-catalog_item_category {
  margin: 10px 0px;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .s-catalog_item_category {
    margin: 10rem 0px;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item_category {
    margin: 20rem 0px;
  }
}
.s-catalog_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-catalog_item_category span {
    font-size: 12rem;
    border-radius: 15rem;
    padding: 5rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item_category span {
    font-size: 20rem;
    border-radius: 30rem;
    padding: 10rem 20rem;
  }
}
.s-catalog_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-catalog_item_txt {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item_txt {
    font-size: 22rem;
    line-height: 32rem;
  }
}
.s-catalog_item .contact_btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .s-catalog_item .contact_btn {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item .contact_btn {
    margin-top: 30rem;
  }
}
.s-catalog_item .contact_btn 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-catalog_item .contact_btn a {
    padding: 7rem 20rem;
    font-size: 14rem;
    gap: 10rem;
    border-radius: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item .contact_btn a {
    border-radius: 40rem;
    padding: 15rem 40rem;
    font-size: 28rem;
    gap: 15rem;
  }
}
.s-catalog_item .contact_btn a img {
  max-width: 18px;
}
@media screen and (max-width: 1400px) {
  .s-catalog_item .contact_btn a img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-catalog_item .contact_btn a img {
    max-width: 35rem;
  }
}/*# sourceMappingURL=product.css.map */