.pro_view {
  padding: 30px 0 90px 0; 
}
.pro_view .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.video-iframe{height:100%;width:100%;max-width:1410px;margin:30px auto;}
.video-iframe .v-box{height:0;padding-bottom:60%;position:relative;}
.video-iframe .v-box iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;object-position:center;-o-object-position:center;}


.pro_img {
  width: 50%;
}
.pro_img .view {
  width: 100%;
}
.pro_img .view .swiper-slide img {
  width: 100%;
  display: block;
  padding: 2px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.pro_img .preview {
  position: absolute;
  left: calc(50% + 130px);
  bottom: 0;
  right: 0;
}
.pro_img .preview .swiper-container {
  width: 100%;
  text-align: center;
}

.pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 20px 0 5px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.pro_img .preview .swiper-slide::after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 10px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: var(--color-primary);
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -10px;
}
.pro_img .preview .swiper-slide img {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: 2px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.pro_img .preview .active-nav img {
  border: 1px solid var(--color-primary);
}

.pro_img .preview .arrow-left,
.pro_img .preview .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  text-align: center;
}
.pro_img .preview .arrow-left {
  left: -40px;
}
.pro_img .preview .arrow-right {
  right: -40px;
}
.pro_img .preview .arrow-left i,
.pro_img .preview .arrow-right i {
  color: #999;
  font-size: 30px;
}
.pro_img .preview .arrow-left:hover i,
.pro_img .preview .arrow-right:hover i {
  color: #212121;
}

.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 130px;
  overflow: hidden;
}
.pro_view_inner h2 {
  color: #000;
  font-size: 48px;
  font-weight: 600;
}
.pro_view_inner .para {
  margin: 20px 0 0;
  font-size: 18px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro_view_inner .para p {
  width: 100%;
  margin: 10px 0 0;
}
.pro_view_inner .para strong {
  font-weight: 600;
}
.pro_view_inner .para p:nth-child(-n + 6) {
  width: 50%;
}

.pro_view_inner h1 {
  font-size: 34px;
  font-weight: normal;
}

.pro_view_inner .btn-box {
  font-size: 0;
  margin: 50px 0 0;
}
.pro_view_inner .btn-box a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
.pro_view_inner .btn-box a i {
  font-size: 22px;
  margin-right: 8px;
  vertical-align: middle;
}
.pro_view_inner .book {
  background: var(--color-primary);
  border-radius: var(--button-radius);
}
.pro_view_inner .book:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.pro_view_inner .pdf {
  background: var(--color-primary);
  border-radius: var(--button-radius);
  margin-left: 30px;
}
.pro_view_inner .pdf:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.pro-text-1 {
  background: #eee;
  padding: 20px 0 20px;
  text-align: center;
}
.pro-text-1 h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-1 p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  margin: 20px 0 35px;
  text-align: left;
}
.pro-text-1 .video-box {
  position: relative;
  display: block;
}
.pro-text-1 .video-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pro-text-1 .v {
  max-width: 800px;
  margin: 0 auto;
}

.pro-text-2 {
  background: #fff;
  padding: 90px 0 70px;
}
.pro-text-2 .tit {
  text-align: center;
}
.pro-text-2 .tit h5 {
  font-size: 48px;
  color: #030303;
  line-height: 3;
  font-weight: 600;
}
.pro-text-2 .tit h6 {
  font-size: 24px;
  color: #000000;
  margin: 18px 0 0;
}
.pro-text-2 .tit p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  margin: 8px 0 0;
}
.pro-text-2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-text-2 ul li {
  width: 33.333333%;
  padding: 0 15px;
  text-align: center;
}
.pro-text-2 ul li p {
  margin: 10px 0 0;
  font-size: 18px;
  color: #000;
}
.pro-text-2 p {
  font-size: 16px;
}

.pro-text-3 {
  padding: 90px 0;
  background: #eee;
}
.pro-text-3 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pro-text-3 .pic {
  width: 55%;
  overflow: hidden;
}
.pro-text-3 .pic img {
  width: 100%;
}
.pro-text-3 .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.pro-text-3 .txt h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-3 .txt h6 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 25px 0 0;
}
.pro-text-3 .txt p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  line-height: 35px;
  margin: 15px 0 0;
}

.pro-text-4 {
  padding: 90px 0;
  background: #fff;
}
.pro-text-4 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pro-text-4 .pic {
  width: 42%;
  overflow: hidden;
}
.pro-text-4 .pic img {
  width: 100%;
}
.pro-text-4 .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 120px;
}
.pro-text-4 .txt h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-4 .txt p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  line-height: 35px;
  margin: 30px 0 0;
}

.pro-text-5 {
  padding: 90px 0;
  background: #eee;
}
.pro-text-5 h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.pro-text-5 ul {
  margin: 50px -4px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-text-5 ul li {
  width: 50%;
  padding: 4px;
  text-align: center;
}
.pro-text-5 ul li:last-child {
  width: 100%;
}
.pro-text-5 ul li p {
  margin: 10px 0 0;
  font-size: 18px;
  color: #000;
}

.pro-text-6 {
  background: #fff;
  padding: 90px 0 70px;
  text-align: center;
}
.pro-text-6 h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-6 .pic {
  margin: 40px 0 0;
}

.rela-pro {
  padding: 60px 0;
}
.rela-pro h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.rela-pro ul {
  margin: 30px -10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rela-pro ul li {
  width: 33.333333%;
  text-align: center;
  padding: 10px;
}
.rela-pro ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden;
}
.rela-pro ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.rela-pro ul li h6 {
  margin-top: 20px;
  font-size: 18px;
}
.rela-pro ul li h6 a {
  color: #333;
  line-height: 22px;
}
.rela-pro ul li h6 a:hover {
  color: #0160bc;
}

.rela-pro ul li:hover h6 a {
  color: var(--color-primary);
}
.rela-pro ul li:hover a.pic img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}


.pro_text {
  margin: 30px 0 0;
  position: relative;
}

.pro_text .tit {
  height: 54px;
  background: #f3f3f3;
  padding: 12px 0 0;
  box-sizing: border-box;
}
.pro_text .tit h5 {
  border-left: 3px solid var(--color-primary);;
  padding: 0 0 0 15px;
  color: var(--text-color);
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-family: "Gadugi-Bold";
}

.pro-content {
  padding: 20px 15px 10px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.pro-content p {
  margin-bottom: 15px;
}
.pro-content .row {
  margin-bottom: 15px;
}
.pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.pro-content table {
  max-width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  color: #333;
}
.pro-content table tr > th {
  padding: 15px 20px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  background: color-mix(in srgb, var(--color-primary) 0.7, transparent);
  font-weight: bold;
  color: #fff;
}
.pro-content table tr > td {
  padding: 15px 20px;
  vertical-align: middle;
  border: 1px solid #dddddd;
}
.pro-content table tr > td p {
  margin: 0;
}

.pro-app {
  padding: 10px 0 0;
}
.pro-app ul {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-app ul li {
  width: 33.3333333%;
  padding: 10px;
  text-align: center;
}
.pro-app ul li p {
  margin-top: 10px;
  font-size: 17px;
  color: #333;
}

.pcontents table {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  line-height: 20px;
  border: 1px solid #bdbdbd;
  color: #4b4b4b;
}
.pcontents table tr > th,
.pro_view_inner table tr.firstRow > td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
  font-size: 20px;
  color: #1b1b1b;
  font-weight: bold;
  background: #eef4f9;
  text-align: center;
}
.pcontents table tr > td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
}

.swiper-slide a.play{
    width: 89px !important;
    position: absolute;
    left: calc(50% - 42px);
    top: calc(50% - 47px);
    display: flex;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    /* background-color: var(--color-primary); */
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1441px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 44px;
  }

  .pro-banner .txt h1 {
    font-size: 52px;
  }
  .pro-banner .txt h5 {
    font-size: 22px;
    margin-top: 25px;
  }
  .pro-banner .txt p {
    font-size: 22px;
    line-height: 1.5;
  }

  .pro_view_inner {
    margin-left: 80px;
  }
  .pro_view_inner .btn-box a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .pro_img {
    width: 550px;
  }
  .pro_img .preview {
    left: 630px;
  }
}

@media screen and (max-width: 1367px) {
  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 70px 0;
  }

  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 40px;
  }

  .pro_view_inner {
    margin-left: 60px;
  }
  .pro_img {
    width: 550px;
  }
  .pro_img .preview {
    left: 660px;
    right: 50px;
  }
}

@media screen and (max-width: 1281px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 36px;
  }

  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 60px 0;
  }

  .pro_view_inner {
    margin-left: 50px;
  }
  .pro_view_inner .btn-box {
    margin: 35px 0 0;
  }
  .pro_view_inner .btn-box a {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
  }
  .pro_img {
    width: 500px;
  }
  .pro_img .preview {
    left: 590px;
    right: 40px;
    width: 35%;
  }

  .pro_img .preview .arrow-left {
    left: -30px;
  }
  .pro_img .preview .arrow-right {
    right: -30px;
  }

  .pro_view_inner .para {
    font-size: 17px;
    line-height: 28px;
  }
  .pro_view_inner .para p:nth-child(-n + 6) {
    width: 100%;
  }
}

@media screen and (max-width: 1171px) {
  .pro_view_inner {
    margin-left: 40px;
  }
  .pro_img {
    width: 480px;
  }
  .pro_img .preview {
    left: 550px;
    right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 32px;
  }

  .pro_view .container {
    display: block;
  }
  .pro_img {
    width: 80%;
    margin: 0 auto;
  }
  .pro_img .preview {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
  }
  .pro_view_inner {
    margin: 25px 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 28px;
  }

  .pro-banner {
    padding: 30px 0;
  }
  .pro-banner .container {
    display: block;
  }
  .pro-banner .pic {
    width: 80%;
    margin: 0 auto;
  }
  .pro-banner .txt h1 {
    text-align: center;
  }
  .pro-banner .txt p {
    font-size: 18px;
    line-height: 1.4;
  }
  .pro-banner .txt h5 {
    font-size: 18px;
    margin-top: 15px;
  }

  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 30px 0;
  }

  .pro_view_inner .para {
    font-size: 16px;
    line-height: 24px;
  }

  .pro-text-1 p {
    font-size: 16px;
    margin: 20px 0;
  }
  .pro-text-2 .tit h6 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .pro-text-2 .tit p {
    font-size: 16px;
  }

  .pro-text-2 ul {
    justify-content: center;
  }
  .pro-text-2 ul li {
    width: 50%;
    padding: 10px;
  }
  .pro-text-2 ul li p {
    font-size: 16px;
  }

  .pro-text-3 .container {
    display: block;
  }
  .pro-text-3 .pic {
    width: 100%;
  }
  .pro-text-3 .txt {
    margin: 20px 0 0;
    text-align: center;
  }
  .pro-text-3 .txt h6 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .pro-text-3 .txt p {
    font-size: 16px;
    line-height: 24px;
  }

  .pro-text-4 .container {
    display: block;
  }
  .pro-text-4 .pic {
    width: 100%;
  }
  .pro-text-4 .txt {
    margin: 20px 0 0;
    text-align: center;
  }
  .pro-text-4 .txt p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
  }

  .pro-text-5 ul {
    margin: 25px -4px 0;
  }

  .pro-text-6 .pic {
    margin: 25px 0 0;
  }

  .pro_view_inner .btn-box a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  
}

@media screen and (max-width: 576px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .pro-banner .txt p {
    font-size: 16px;
    line-height: 1.2;
  }

  .pro_img {
    width: 100%;
  }
  .pro_img .preview {
    padding: 0 30px;
  }
  .pro_img .preview .swiper-slide {
    width: 45px;
  }
  .pro_img .preview .arrow-left {
    left: 0;
  }
  .pro_img .preview .arrow-right {
    right: 0;
  }

  .pro_view_inner h1 {
    font-size: 20px;
  }

  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 22px;
  }

  .pro-text-2 ul li {
    width: 100%;
  }
  .pro-text-1 p{
    font-size: 12px !important;
  }
  .pcontents table tr > td{
    font-size: 12px !important;
  }
}




body{
  overflow-x: hidden;
}

@media screen and (max-width:768px){
  .richtext-detail img{
    width: 100%;
  }
  .richtext-detail{

    width: 100% !important;
  }
  #detail_decorate_root{

    width:100% !important;
  }
  #detail_decorate_root [class*="magic-"]{width:100% !important;height:auto !important;margin: 0 !important;}
  table{
    padding-left: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
  }
  #detail_decorate_root [class*="magic-"] p{
    font-size:12px;
    line-height:1.4
  }
}
.ife-detail-decorate-table{
  overflow-x: auto;
  
  }

  .table-wrapper{

    overflow-x: auto;
  }
  .table-response{
    overflow-x: auto;
  }
