@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");

:root {
  --primary-color: #007ED4;
  --secondary-color: #E9F5FC;
  --tertiary-color: #F8F8F8;
  --neutral-color: #595959;
  --neutral-variant-color: #757575;
  --neutral-variant-color-2: #F8F8F8;
  --gradient-color: linear-gradient(90deg, rgba(0, 160, 233, 1) 0%, rgba(0, 126, 212, 1) 100%);
  --shadow-dropdown: 0px 0px 15px rgba(142, 163, 175, 0.2);
  --shadow-dropdown-hover: 0px 3px 15px rgba(142, 163, 175, 0.2);
}

/* new */
.mobile_bg {
  display: none;
}

.productHeader.robustie_solution {
  background: #7C3E7C;
}

.productHeader.flexie_solution {
  background: linear-gradient(90deg, #4AAFED 0%, #4AAFED 50%, #1178B7 50.1%, #1178B7 100%);
}

.productHeader .productWarp {
  width: auto;
  height: 375px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px 0;
  box-sizing: border-box;
}

.productHeader .contents {
  position: relative;
  height: auto;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
 
}

.productHeader .header_wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  gap: 16px;
  padding: 0 2.5%;
}

.flexie_solution .header_wrap {
  gap: 0;
}

.productHeader.robustie_solution .contents {
  background-image: url("../images/digital_signage_products/productoverview/robustie_solution_banner_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 530px;
}

.productHeader.flexie_solution .contents {
  background-image: url("/images/digital_signage_products/productoverview/flexie_solution_banner_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 530px;
}

.productHeader.Digital_Signage_solution .contents {
  background-image: url("../images/digital_signage_products/productoverview/Digital_Signage_Solutions_banner_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 530px;
}

.productHeader .contents h2 {
  font-size: 3.3em;
  z-index: 9;
  width: auto;
  height: auto;
  color: #595959;
}

.productHeader.jp .contents h2 {
  font-size: 2.8em;
}

.productHeader .contents h1 {
  z-index: 10;
  height: auto;
  color: #595959;
  font-size: 2em;
  max-width: 47%;
  font-weight: 400;
}

.productHeader.jp .contents h1 {
  font-size: 1.8em;
}

.productHeader.flexie_solution .contents h1 {
  max-width: 45%;
  padding-bottom: 45px;
}

.productHeader .header_link_wrap {
  display: flex;
  width: 50%;
  max-width: 600px;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 20px;
}

.flexie_solution .header_link_wrap {
  row-gap: 0;
}

.icon_link_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.flexie_solution .icon_link_wrap {
  row-gap: 0;
}

.column_wrap {
  display: flex;
  flex-direction: column;
}

.column_wrap p {
  text-align: center;
  line-height: 1.3;
  font-size: 11px;
  font-weight: 400;
}

.content_mobile {
  display: none;
}

.productHeader .contents .product_link {
  z-index: 11;
  line-height: 1;
  width: auto;
  height: auto;
  color: #595959;
}

.flexie_solution .contents .product_link {
  font-weight: 500;
  padding-bottom: 15px;
}

.flexie_solution .contents .product_link:last-of-type {
  padding-bottom: 40px;
}

.flexie_solution.fr .contents .product_link {
  padding-bottom: 15px;
}

.productHeader .contents .product_link:hover {
  text-decoration: underline;
}

.productHeader .contents .product_link img {
  width: 55px;
  height: 55px;
  margin: 0 auto;
}

.logo_wrap {
  display: flex;
  column-gap: 15px;
}

.logo_wrap img {
  border-radius: 10px;
}

.flexie_solution .logo_wrap img:last-child {
  border: 2px solid #fff;
  max-width: 56px;
}

.logo {
  max-width: 60px;
}

.robustie.logo {
  width: 70px;
  height: 50px;
}

.flexie.logo {
  width: 70px;
  height: 40px;
}

.title_logo_wrap {
	display: flex;
	column-gap: 12px;
	align-items: center;
	max-width: 40%;
}

.flex_box {
  display: flex;
  align-items: flex-end;
  column-gap: 12px;
  margin-bottom: 20px;
}

/* product header */
/* intro video */
#FlexieVideo,
#RobustieVideo {
  visibility: hidden;
  position: absolute;
  top: 0%;
  right: -50%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 40%;
  opacity: 0;
  transition: all 0.5s;
}

#FlexieVideo.show,
#RobustieVideo.show {
  visibility: visible;
  right: 0;
  opacity: 1;
  transition: all 0.5s;
}

#FlexieVideo::before,
#RobustieVideo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  background: linear-gradient(105deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.5) 100%);
  height: 100%;
  width: 25%;
}

.overlay_video {
  position: relative;
}

.overlay_video .video_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay_video .video_wrap iframe {
  width: 614.4px;
  height: 345.4px;
}


/* 打開影片的按鈕 */
.productHeader .intro_video_btn {
  display: inline-block;
  position: relative;
  background-color: #738CE6;
  box-shadow: 0 2px 10px rgba(48, 60, 104, 0.15);
  color: #595959;
  line-height: 1;
  padding: 5px 20px;
  padding-right: 10px;
  margin-top: 12px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
}

.intro_btn {
  text-decoration: none;
  background: linear-gradient(90deg, rgba(0, 126, 212, 1) 0%, rgba(0, 126, 212, 1) 100%);
  display: inline-block;
  background: var(--gradient-color);
  color: #fff;
  padding: 5px 20px;
  padding-right: 10px;
  margin-top: 12px;
  border-radius: 30px;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 10px rgba(48, 60, 104, 0.15);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
}

.intro_btn:hover i {
  transform: translateX(1px);
}

.intro_btn i {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 8px 10px;
  margin-left: 10px;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(0, 40, 181, 0.15);
  transform: translateX(-3px);
  transition: all ease-out 0.3s;
  ;
}

.productHeader .intro_video_btn button:focus {
  outline: 0;
}

.productHeader .intro_video_btn:hover {
  text-decoration: none;
  background-color: #fae8f9;
  color: #552853;
  box-shadow: 0 2px 10px rgba(48, 60, 104, 0.25);
}

.productHeader .intro_video_btn i {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 8px 10px;
  margin-left: 10px;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(0, 40, 181, 0.15);
  transform: translateX(-3px);
  transition: all ease-out 0.3s;
}

.productHeader .intro_video_btn img {
  position: absolute;
  top: 0px;
  left: -14px;
  width: 50px;
  opacity: 0.8;
  transition: all ease-out 0.3s;
}

.productHeader .intro_video_btn i:hover,
.productHeader .intro_video_btn:hover i {
  transform: translateX(1px);
  background-color: #552853;
  box-shadow: 0 2px 10px rgba(141, 0, 181, 0.13);
}


.productHeader .intro_video_btn:hover img {
  transform: translateY(-1px);
  opacity: 1;
}

.productHeader .intro_video_btn {
  color: #fff;
}

.productHeader #Robustie_show.intro_video_btn {
  background: linear-gradient(90deg, rgba(166, 57, 165, 1) 0%, rgba(105, 60, 165, 1) 100%);
}

.productHeader #Flexie_show.intro_video_btn {
  background: linear-gradient(90deg, rgba(0, 160, 233, 1) 0%, rgba(0, 126, 212, 1) 100%);
}
.productHeader #CAYIN_show.intro_video_btn {
  background: linear-gradient(90deg, rgba(0, 160, 233, 1) 0%, rgba(0, 126, 212, 1) 100%);
}

.productHeader .intro_video_btn:hover {
  color: #fff;
}

.productHeader #CAYIN_show.intro_video_btn:hover {
  color: #fff;
}
.productHeader #Robustie_show.intro_video_btn i:hover,
.productHeader #Robustie_show.intro_video_btn:hover i,
.productHeader #Flexie_show.intro_video_btn i:hover,
.productHeader #Flexie_show.intro_video_btn:hover i {
  transform: translateX(1px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 10px rgba(141, 0, 181, 0.13);
}

/* 關閉影片的按鈕 */
.overlay_video .close_btn {
  position: absolute;
  top: 24px;
  left: 24px;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  font-size: 2.5em;
  transition: all 0.2s;
}

.overlay_video .close_btn:hover {
  opacity: 1;
  transform: rotate(90deg);
}

/* product header  end */

/* intro & video */
.intro {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #fff;
}

.intro .contents {
  width: 1200px;
  height: auto;
  padding: 0 5px;
  margin: 0 auto 72px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 35px;
}

.intro .contents .box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-sizing: border-box;
}

.intro .contents .box p {
  padding: 0 10%;
  box-sizing: border-box;
}


.intro h1 {
  color: #595959;
  font-weight: 300;
  text-align: center;
  padding-bottom: 12px;
  margin-top: 64px;
}

.intro .contents .box p {
  width: 100%;
  max-width: 1100px;
  display: block;
  color: #595959;
  text-align: center;
  font-weight: 300;
  margin: 0 auto 20px auto;
}

/* intro影片 */
.intro .video_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
}

.intro .video_wrap iframe {
  width: 875.5px;
  height: 492.2px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

/* intro & video  end */

/* all solution_section */
.solution_section .contents {
  max-width: 1200px;
}

#MainWrap .contents .box span .video_link_btn {
  display: inline-block;
  background: var(--gradient-color);
  color: #fff;
  padding: 5px 20px;
  padding-right: 10px;
  margin-top: 12px;
  border-radius: 30px;
  transition: all 0.3s;
}

#MainWrap .contents .box span .video_link_btn:hover {
  text-decoration: none;
  background: linear-gradient(90deg, rgba(0, 126, 212, 1) 0%, rgba(0, 126, 212, 1) 100%);
}

#MainWrap .contents .box span .video_link_btn i {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 8px 10px;
  margin-left: 10px;
  line-height: 1;
  box-shadow: 0px 4px 8px rgba(198, 107, 0, 0.25);
  transform: translateX(-3px);
  transition: all ease-out 0.3s;
}

#MainWrap .contents .box span .video_link_btn i:hover,
#MainWrap .contents .box span .video_link_btn:hover i {
  transform: translateX(1px);
}

/* pop up video */
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;

  /* using flexbox for vertical centering */

  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(0, 0, 0, 0.82);
  /* overlay color */
  opacity: 0.0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
    /* 16:9 calc */
  }
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1.0;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1.0;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.video-modal .close_btn {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 0.8;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}

.video-modal .close_btn:hover {
  opacity: 1;
  transform: rotate(90deg);
}

/*----------digitalSignagePlayers1-START---------------*/
.digitalSignagePlayers {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #f4f4f4;
}

.digitalSignagePlayers .contents {
  height: auto;
  padding: 0 5px;
  margin: 0px auto;
  box-sizing: border-box;
}

.digitalSignagePlayers .contents h1 {
  display: block;
  width: 100%;
  color: #595959;
  font-weight: 300;
  text-align: center;
  margin-top: 64px;
  padding-bottom: 12px;
}

/*----------digitalSignagePlayers2-START---------------*/
.digitalSignagePlayers2 {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #f4f4f4;
}

.digitalSignagePlayers2 .contents {
  margin: 40px auto 40px auto;
  box-sizing: border-box;
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.digitalSignagePlayers2 .contents .box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  width: 50%;
}

.contents .box img.product_logo {
  max-width: 90px;
  border-radius: 10px;
}

.digitalSignagePlayers2 .contents .box h2 {
  color: #595959;
  font-weight: 400;
  text-align: left;
}

.digitalSignagePlayers2 .contents .box span {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  text-align: left;
  font-weight: 300;
}

.digitalSignagePlayers2 .contents .box span a {
  text-decoration: none;
  color: #007ED4;
}

.digitalSignagePlayers2 .contents .box span a:hover {
  text-decoration: underline;
}

/*--------------product-downloads end-----------------*/

/*----------contentManagementServer-START---------------*/
.contentManagementServer {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: white;
}

.contentManagementServer .contents {
  height: auto;
  padding: 0 5px;
  margin: 0px auto;
  box-sizing: border-box;
}

.contentManagementServer .contents h1 {
  display: block;
  width: 100%;
  color: #595959;
  font-weight: 300;
  text-align: center;
  margin-top: 64px;
  padding-bottom: 12px;
}

/*----------digitalSignagePlayers3 ---------------*/
.digitalSignagePlayers3 {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: white;
}

.digitalSignagePlayers3 .contents {
  margin: 40px auto 72px auto;
  box-sizing: border-box;
  display: flex;
  column-gap: 35px;
  align-items: center;
}

.digitalSignagePlayers3 .contents .box {
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  width: 50%;
}

.digitalSignagePlayers3 .contents .box h2 {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  font-weight: 700;
  text-align: left;
}

.contents .box h2.good-times {
  font-family: good-times, 'Roboto', sans-serif;

}

.digitalSignagePlayers3 .contents .box span {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  text-align: left;
  font-weight: 300;
}

.digitalSignagePlayers3 .contents .box span a {
  text-decoration: none;
  color: var(--primary-color);
}

.digitalSignagePlayers3 .contents .box span a:hover {
  text-decoration: underline;
}

/*----------digitalSignagePlayers3 end---------------*/

/*----------digitalSignagePlayers4---------------*/
.digitalSignagePlayers4 {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #fff;
}

.digitalSignagePlayers4 .contents {
  margin: 40px auto 72px auto;
  box-sizing: border-box;
  display: flex;
  column-gap: 35px;
  align-items: center;
}

.digitalSignagePlayers4 .contents .box {
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  width: 50%;
}

.digitalSignagePlayers4 .contents .box h2 {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  font-weight: 400;
  text-align: left;
}

.digitalSignagePlayers4 .contents .box span {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  text-align: left;
  font-weight: 300;
}

.digitalSignagePlayers4 .contents .box span a {
  text-decoration: none;
  color: #007ED4;
}

.digitalSignagePlayers4 .contents .box span a:hover {
  text-decoration: underline;
}

/*----------digitalSignagePlayers4-END---------------*/
/*----------enhancmentSoftwareTitle-START---------------*/
.enhancmentSoftwareTitle {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #f4f4f4;
}

.enhancmentSoftwareTitle .contents {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.enhancmentSoftwareTitle .contents h1 {
  display: block;
  width: 100%;
  color: #595959;
  font-weight: 300;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 12px;
}

/*----------superReporter-START---------------*/
.superReporter {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #f4f4f4;
  margin-bottom: 7.8%;
}

.superReporter .contents {
  width: 96%;
  height: auto;
  padding: 0 5px;
  margin: 0px auto;
  box-sizing: border-box;
}

.superReporter .contents .BackgroundPic {
  background-image: url("../images/digital_signage_products/productoverview/superreporter_background.jpg");
  background-size: 1817px 610px;
  background-repeat: no-repeat;
  height: 610px;
  width: 100%;
  position: relative;
}

.superReporter .contents .box {
  width: 45%;
  height: auto;
  float: left;
  padding: 2%;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  background: white;
  position: absolute;
  top: 45%;
  left: 2.5%;
}

.superReporter .contents .box h2 {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  font-weight: 300;
  margin: 15px 0 10px 0;
}

.superReporter .contents .box span {
  width: 100%;
  color: #595959;
  text-align: left;
  display: block;
}

.superReporter .contents .box span:nth-child(2) {
  margin-top: 3%;
}

.superReporter .contents .box .photo {
  max-width: 262px;
  margin-bottom: 20px;
}

.superReporter .contents .box .reporterPhoto {
  max-width: 205px;
  float: right;
}

.superReporter .contents .box .reporterPhoto2 {
  max-width: 205px;
  float: right;
  display: none;
}


.superReporter .contents .box span a {
  text-decoration: none;
  color: #007ED4;
}

.superReporter .contents .box span a:hover {
  text-decoration: underline;
}

/* 0617 */
.tabletPic {
  width: 100%;
  height: auto;
  float: left;
  margin: 0%;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  display: none;
  background: white;
}

/* meetingPost+  start*/
.meetingPostplus {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.Software_wrap .solution_section:last-child {
  margin-bottom: 72px;
}

.meetingPostplus .contents {
  height: auto;
  padding: 0 5px;
  margin: 0px auto;
  box-sizing: border-box;
}

.meetingPostplus .contents .BackgroundPic {
  background-image: url("../images/digital_signage_products/productoverview/meeting_room_flexie_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  width: 100%;
  position: relative;
}

.contents .BackgroundPic {
  border-radius: 50px;
}

.enhancmentSoftwareTitle .contents .box {
  width: 50%;
  height: auto;
  float: left;
  padding: 2%;
  text-decoration: none;
  box-sizing: border-box;
  background: white;
  box-shadow: 0px 1px 11px 6px rgb(112 112 112);
  border-radius: 50px;
  position: absolute;
  bottom: -10px;
  left: 5px;
}

.xpost .BackgroundPic .box {
  left: unset;
  right: 5px;
}

.Software .contents {
  display: flex;
  justify-content: flex-end;
  /* 让子元素靠右对齐 */
}

.meetingPostplus .contents .box h2 {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  font-weight: 300;
  margin: 15px 0 10px 0;
}

.meetingPostplus .contents .box p {
  color: #595959;
  text-align: left;
  width: 80%;
  display: inline;
  clear: both;
}

.meetingPostplus .contents .box span:nth-child(2) {
  margin-top: 3%;
}

.meetingPostplus .contents .box .photo {
  max-width: 262px;
  margin-bottom: 20px;
  display: flex;
  column-gap: 20px;
  align-items: flex-end;
}

.meetingPostplus .contents .box .meetingPost_icon {
  width: 90px;
  height: 90px;
}

.meetingPostplus .contents .box p a {
  text-decoration: none;
  color: #007ED4;
}

.meetingPostplus .contents .box p a:hover {
  text-decoration: underline;
}

/* software */
.Software {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.Software.SR2 {
  margin-bottom: 72px;
}

.Software .contents {
  height: auto;
  padding: 0 5px;
  margin: 0px auto;
  box-sizing: border-box;
}

.Software.xpost .contents .BackgroundPic {
  background-image: url("../images/digital_signage_products/productoverview/xPost_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 25% 50%;
  height: 450px;
  width: 100%;
  position: relative;
}

.Software.SR2 .contents .BackgroundPic {
  background-image: url("../images/digital_signage_products/productoverview/superreporter2_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70%;
  height: 450px;
  width: 100%;
  position: relative;
}

.Software .contents .box h2 {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  font-weight: 300;
  margin: 15px 0 10px 0;
}

.Software .contents .box p {
  color: #595959;
  text-align: left;
  width: 80%;
  display: inline;
  clear: both;
}

.Software .contents .box span:nth-child(2) {
  margin-top: 3%;
}

.Software .contents .box .photo {
  max-width: 262px;
  margin-bottom: 20px;
  display: flex;
  column-gap: 20px;
  align-items: flex-end;
}

.Software .contents .box .xpost_logo {
  width: 120px;
}

.Software .contents .box p a {
  text-decoration: none;
  color: #007ED4;
}

.Software .contents .box p a:hover {
  text-decoration: underline;
}


/*----------whyChooseCayin-START---------------*/
.whyChooseCayin {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #ffffff;
}

.whyChooseCayin h2 {
  width: 100%;
  display: block;
  color: #595959;
  margin: 15px 0 0 0;
  text-align: center;
  margin: 60px 0 12px 0;
  font-weight: 300;
}

.whyChooseCayin h3 {
  width: 100%;
  display: block;
  color: #595959;
  margin: 0;
  text-align: center;
  padding-top: 0px;
  font-weight: 300;
}


.whyChooseCayin .Contents {
  width: 1200px;
  height: auto;
  padding: 0 5px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.whyChooseCayin .Contents .Box {
  width: 23%;
  height: auto;
  margin: 1% 1%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.whyChooseCayin .Contents .Box .photo {
  width: 100%;
  text-align: center;
}

.whyChooseCayin .Contents .Box span {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  text-align: center;
  padding-top: 2%;
}

.oneFitsAll {
  margin: 0;
  padding-bottom: 60px;
  width: 100%;
  height: auto;
  float: left;
  background-color: #ffffff;
}

.oneFitsAll .Contents {
  width: 1200px;
  padding: 0 5px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.oneFitsAll h2 {
  width: 100%;
  display: block;
  color: #595959;
  margin: 15px 0 0 0;
  text-align: center;
  margin: 60px 0 12px 0;
  font-weight: 300;
}

.oneFitsAll h3 {
  width: 100%;
  display: block;
  color: #595959;
  margin: 0;
  text-align: center;
  padding-top: 0px;
  font-weight: 300;
}

.oneFitsAll .Contents .Box {
  width: 48%;
  margin: 1% 1%;
  padding: 20px 40px 20px 40px;
  text-decoration: none;
  box-sizing: border-box;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #595959;
}

.oneFitsAll .Contents .Box span {
  width: 100%;
  display: block;
  color: #595959;
  text-align: left;
}


.oneFitsAll .Contents .Box .photo {
  width: 100%;
  text-align: center;
}

/*----------finalButton2-START---------------*/
.finalButton2 {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color: #e7e7e7;
  padding-top: 1%;
  padding-bottom: 3%;
}

.finalButton2 .contents {
  width: 500px;
  height: auto;
  padding: 0 5px;
  margin: 5% auto;
  box-sizing: border-box;
}

.finalButton2 .contents .box {
  width: 96%;
  height: auto;
  float: left;
  margin: 1% 2%;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10%;
}

.finalButton2 .contents .box h2 {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  line-height: 1.5em;
  margin: 15px 0 10px 0;
  text-align: center;
}

.finalButton2 .contents .box .Photo {
  width: 100%;
  height: auto;
  float: left;
  color: #595959;
}

.finalButton2 .contents .box span {
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  text-align: center;
}

.finalButton2 .contents .box .mylinks {
  float: left;
  margin-top: 5%;
  text-decoration: none;
  color: #007ED4;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}

.finalButton2 .contents .box .mylinks a:hover {
  text-decoration: underline;
}

.finalButton2 .contents .box a {
  text-decoration: none;
  color: #007ED4;
}

/* SLIDER */

.slider-container {
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  color: #fff;
}

.swiper {
  width: 100%;
  padding: 16px 0 20px;
  margin-bottom: 50px;
}

.softwareCard,
.swiper-slide {
  position: relative;
  width: 80%;
  max-width: 1200px;
}

.slide-overlay.nobg {
  background: none;
}

.softwareCard {
  margin: 30px auto 80px auto;
}

.softwareCard>img,
.swiper-slide>img {
  width: 100%;
  border-radius: 20px;
  height: 600px;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}

.softwareCard>img,
.swiper-slide>img {
  outline: 5px solid #fff;
}

.softwareCard>img::after,
.swiper-slide>img::after {
  outline: 5px solid #fff;
}

.swiper-pagination {
  --swiper-pagination-bottom: -4px;
}

.photo {
  display: flex;
  align-items: flex-end;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #A965FF;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
  background: #693ca5;
  width: 18px;
  border-radius: 8px;
}

.softwareCon,
.slide-overlay {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  row-gap: 12px;
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(270deg, #ffffff00, rgb(0 0 0 / 50%), rgb(0 0 0 / 80%));
  border-radius: 20px;
}

.softwareCon h2,
.slide-overlay h2 {
  width: 300px;
}

.softwareCon p,
.slide-overlay p {
  padding-right: 100px;
}

.softwareCon p {
  color: #fff;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.softwareCon a,
.slide-overlay a {
  display: flex;
  justify-content: center;
  background: #fff;
  color: #595959;
  padding: 5px 20px;
  padding-right: 10px;
  margin-top: 12px;
  border-radius: 30px;
  transition: all 0.3s;
  font-size: 20px;
  z-index: 2;
  margin-bottom: 35px;
}

.softwareCon a {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 126, 212, 1) 0%, rgba(0, 126, 212, 1) 100%);
}

.softwareCon a div,
.slide-overlay a div {
  padding: 3px;
}

.softwareCon i,
.slide-overlay i {
  color: #fff;
  background: #595959;
  border-radius: 30px;
  padding: 8px 10px;
  margin-left: 10px;
  line-height: 1;
  box-shadow: 0px 4px 8px rgba(0, 126, 212, 0.18);
  transform: translateX(-3px);
  transition: all ease-out 0.3s;
  font-size: 20px;
}

.softwareCon i {
  transform: translateX(1px);
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px 10px 0px 13px;
}

.slide-overlay a:is(:hover, :focus-visible) {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 126, 212, 1) 0%, rgba(0, 126, 212, 1) 100%);
}

.slide-overlay a:is(:hover, :focus-visible) i,
.slide-overlay i:is(:hover, :focus-visible) {
  transform: translateX(1px);
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.photo .xpost_logo {
  width: 190px;
}

/*--1680寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1680px) {

  #FlexieVideo,
  #RobustieVideo {
    width: 45%;
  }

  .overlay_video .video_wrap iframe {
    width: 491.2px;
    height: 276.3px;
  }

  .contents .box img.product_logo {
    max-width: 80px;
  }

  .intro .video_wrap iframe {
    width: 819.2px;
    height: 460.5px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }

  .xpost .contents .smallbox {
    min-height: 400px;
  }

  .digitalSignagePlayers2 .contents .area1 {
    margin: 2% 0 0 0;
  }

  .digitalSignagePlayers3 .contents .area2 {
    margin: 3% 0 0 0;
  }


  .Software.SR2 .contents .BackgroundPic {
    background-position: 70% 50%;
  }

  .superReporter .contents .box {
    width: 40%;
    top: 30%;
  }

  .superMonitor .contents .box {
    width: 39%;
    top: 15%;
  }

  .superReporter {
    margin-bottom: 8%;
  }

  .superMonitor {
    margin-bottom: 12%;
  }

  .superReporter .contents .BackgroundPic {
    background-size: 100% 100%;
  }

  .productHeader .contents h2 {
    font-size: 2.6em;
  }

  .productHeader.jp .contents h2 {
    font-size: 2em;
  }

  .productHeader .contents h1 {
    font-size: 1.8em;
  }

  .productHeader.jp .contents h1 {
    font-size: 1.6em;
  }

  .productHeader .header_wrap {
    max-width: 1200px;
  }

}

/*--1366寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1366px) {
  .productoverview .productWarp h1 {
    margin-top: 12%;
  }

  .productoverview .productWarp {
    background-image: url(../images/digital_signage_products/productoverview/overview_header_tablet.jpg);
  }

  .productoverview .productWarp {
    width: 1024px;
  }

  .productoverview .productWarp .downloadCenter {
    margin-right: 0%;
    margin-top: -2%;
  }

  .productHeader .contents h1 {
    font-size: 1.5em;
  }

  #FlexieVideo,
  #RobustieVideo {
    width: 38%;
  }

  #FlexieVideo::before,
  #RobustieVideo::before {
    left: -30%;
    width: 30%;
  }

  .overlay_video .video_wrap iframe {
    width: 337.9px;
    height: 189.97px;
  }

  .overlay_video .close_btn {
    top: 20px;
    left: 20px;
    font-size: 2.2em;
  }

  /* intro & video */
  .intro .contents {
    width: 1024px;
    flex-direction: column;
    row-gap: 20px;
  }

  .intro .contents .box {
    width: 100%;
    justify-content: center;
  }

  .intro .contents .box:last-child {
    width: 100%;
  }

  .modal.show .modal-dialog {
    max-width: 768px;
  }

  .solution_section .contents {
    max-width: 1024px;
    width: 95%;
    margin: 20px auto 60px auto;
  }


  .whyChooseCayin .Contents {
    width: 1024px;
    margin: 35px auto;
  }

  .whyChooseCayin .Contents .Box {
    height: 210px;
  }

  .oneFitsAll .Contents {
    width: 1024px;
    margin: 35px auto;
  }

  .xpost .contents .smallbox {
    min-height: 340px;
    margin-bottom: 15%;
  }

  .superReporter .contents .box {
    width: 55%;
    top: 25%;
  }

  .superMonitor .contents .box {
    width: 48%;
    top: 20%;
  }

  .superReporter {
    margin-bottom: 8%;
  }

  .superMonitor {
    margin-bottom: 12%;
  }

  .finalButton2 {
    padding-bottom: 1%;
  }

  .finalButton2 .contents {
    width: 500px;
    margin: 35px auto;
  }

  .productHeader.robustie_solution .contents,
  .productHeader.flexie_solution .contents,
  .productHeader.Digital_Signage_solution .contents {
    height: 380px;
  }

  .productHeader .header_wrap {
    max-width: 1024px;
  }

  .softwareCard>img,
  .swiper-slide>img {
    height: 550px;
  }

  .softwareCon,
  .slide-overlay {
    width: 60%;
  }
}


/*--1024寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

  #FlexieVideo,
  #RobustieVideo {
    width: 45%;
  }

  #FlexieVideo::before,
  #RobustieVideo::before {
    left: -25%;
    width: 25%;
  }


  .flex_box {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin-bottom: 10px;
  }

  .contents .box img.product_logo {
    max-width: 70px;
  }

  .digitalSignagePlayers2 .contents .box h2,
  .digitalSignagePlayers3 .contents .box h2,
  .digitalSignagePlayers4 .contents .box h2 {
    text-align: center;
  }

  .digitalSignagePlayers2 .contents .box span,
  .digitalSignagePlayers3 .contents .box span,
  .digitalSignagePlayers4 .contents .box span,
  .intro .contents .box p {
    text-align: center;
  }

  .digitalSignagePlayers3 .contents .box span {
    padding-bottom: 36px;
  }

  .productoverview {
    background-image: url(../images/digital_signage_products/productoverview/overview_header_tablet.jpg);
  }

  .productoverview .productWarp {
    background-image: url();

  }

  .productoverview .productWarp {
    width: 768px;
  }

  .productoverview .productWarp h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 6%;
  }

  .productHeader.jp .contents h1,
  .productHeader .contents h1 {
    font-size: 1.2em;
  }

  .Digital_Signage_solution.productHeader .contents h2 {
    font-size: 1.5em;
  }

  .Digital_Signage_solution.productHeader .contents h1 {
    font-size: 1em;
  }

  .productoverview .productWarp .linkTextArea {
    width: 80%;
    margin: 0;
    margin-top: 2.5%;
    margin-left: 10%;
    margin-right: 10%;
  }


  .productoverview .productWarp .linkTextArea .myLink1 {
    text-align: center;
    margin: 0;
    width: 33.33%
  }

  .productoverview .productWarp .linkTextArea .myLink2 {
    text-align: center;
    margin: 0;
    width: 33.33%
  }

  .productoverview .productWarp .linkTextArea .myLink3 {
    text-align: center;
    margin: 0;
    width: 33.33%
  }

  .productoverview .productWarp .downloadCenter {
    margin: 0;
    margin-top: 4.5%;
    width: 100%;
    display: block;
    float: left;
  }

  .productoverview .productWarp .downloadCenter .fox {
    clear: both;
    margin: 0 auto;
  }


  .pcBackground {
    display: none;
  }

  .tabletBackground {
    display: block;
  }

  .intro .contents {
    width: 768px;
  }

  .intro .contents .box p {
    padding: 0 5%;
  }

  .intro .video_wrap iframe {
    width: 768px;
    height: 432px;
  }

  .digitalSignagePlayers .contents {
    width: 768px;
    margin: 35px auto;
  }

  .digitalSignagePlayers2 .contents {
    width: 768px;
    margin: 35px auto;
  }

  .digitalSignagePlayers3 .contents {
    width: 768px;
    margin: 35px auto;
  }

  .contentManagementServer .contents {
    width: 768px;
    margin: 35px auto;
  }

  .enhancmentSoftwareTitle .contents {
    width: 768px;
    margin: 35px auto 0 auto;
  }


  .digitalSignagePlayers4 .contents {
    width: 768px;
    margin: 35px auto;
  }

  .meetingPostplus .contents,
  .Software .contents {
    max-width: 768px;
  }

  .whyChooseCayin .Contents {
    width: 600px;
    margin: 35px auto;
  }

  .whyChooseCayin .Contents .Box {
    width: 48%;
    height: 270px;
    min-height: 250px;
  }

  .oneFitsAll .Contents {
    width: 768px;
    margin: 35px auto;
  }

  .oneFitsAll .Contents .Box {
    min-height: 250px;
  }

  .xpost .contents .smallbox {
    min-height: 400px;
  }

  .xpost .contents .smallbox .photo {
    right: 33px;
  }

  .productHeader .contents .box {
    right: 0%;
  }

  .productHeader .contents h1 {
    left: 0%;
  }

  .productHeader .contents .smpneoSeries {
    left: 0%;
  }

  .productHeader .contents .smpproSeries {
    left: 23%;
  }

  .productHeader .contents .sendInquiry {
    left: 50%;
  }

  .superReporter .contents .BackgroundPic {
    background-image: url("");
    max-height: 10px;
    position: relative;
  }

  .superReporter .contents .box {
    width: 100%;
    height: auto;
    float: left;
    padding: 2%;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    background: white;
    position: static;
  }

  .meetingPostplus .contents .box,
  .Software .contents .box {
    width: 100%;
    height: auto;
    float: left;
    padding: 2%;
    text-decoration: none;
    box-sizing: border-box;
    text-align: left;
    background: white;
    position: static;
  }

  .superMonitor .contents .BackgroundPic {
    background-image: none;
    max-height: 10px;
    position: relative;
  }

  .meetingPostplus .contents .BackgroundPic,
  .Software.xpost .contents .BackgroundPic,
  .Software.SR2 .contents .BackgroundPic {
    background-image: none;
    max-height: 10px;
    position: relative;
  }

  .enhancmentSoftwareTitle .contents .box {
    box-shadow: unset;
    border-radius: unset;
  }

  .enhancmentSoftwareTitle .contents {
    display: block;
  }

  .meetingPostplus .contents .box .meetingPost_icon {
    width: 80px;
    height: 80px;
  }

  .superMonitor .contents .box {
    width: 100%;
    height: auto;
    float: left;
    padding: 2%;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    background: white;
    position: static;
  }

  /* 0617 */
  .tabletPic {
    width: 100%;
    display: block;
  }

  .softwareCon,
  .slide-overlay {
    width: 100%;
  }

  .swiper-slide img:first-of-type {
    object-position: right;
  }

  .digitalSignagePlayers2 {
    padding-bottom: 20px;
  }

  .digitalSignagePlayers3 {
    padding-bottom: 20px;
  }

  .enhancmentSoftwareTitle {
    padding-bottom: 20px;
  }

  .oneFitsAll {
    padding-top: 0%;
    padding-bottom: 20px;
  }

  .finalButton2 .contents {
    width: 500px;
  }

  .finalButton2 .contents .box {
    width: 100%;
  }

  .productHeader.robustie_solution .contents {
    background-image: url("../images/digital_signage_products/productoverview/robustie_solution_banner_tablet.jpg");
    height: 330px;
  }

  .productHeader.flexie_solution .contents {
    background-image: url("/images/digital_signage_products/productoverview/flexie_solution_banner_tablet.jpg");
    height: 350px;
  }

  .productHeader.Digital_Signage_solution .contents {
    background-image: url("../images/digital_signage_products/productoverview/Digital_Signage_Solutions_banner_tablet.jpg");
    height: 330px;
  }

  .productHeader.robustie_solution {
    background: #7C3E7C;
  }

  .productHeader.flexie_solution {
    background: linear-gradient(90deg, #4AAFED 0%, #4AAFED 50%, #11618E 50.1%, #11618E 100%);
  }

  .productHeader .header_wrap {
    max-width: 1024px;
    width: 95%;
    padding: 0 2%;
  }

  .logo {
    max-width: 50px;
  }

  .logo_wrap img {
    border-radius: 10px;
  }

  .digitalSignagePlayers2 .contents {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .digitalSignagePlayers3 .contents {
    flex-direction: column;
    margin-top: 0;
  }

  .digitalSignagePlayers3.column_reverse .contents {
    flex-direction: column-reverse;
  }

  .digitalSignagePlayers4 .contents {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .digitalSignagePlayers2 .contents .box,
  .digitalSignagePlayers3 .contents .box,
  .digitalSignagePlayers4 .contents .box,
  .intro .contents .box {
    width: 95%;
  }

  .digitalSignagePlayers2 .contents .box:last-child,
  .digitalSignagePlayers3 .contents .box:last-child,
  .digitalSignagePlayers4 .contents .box:last-child,
  .intro .contents .box:last-child {
    width: 95%;
  }

  .productHeader.jp .contents h2,
  .productHeader .contents h2 {
    font-size: 2.2em;
  }

  .productHeader.jp .contents h1,
  .productHeader .contents h1 {
    max-width: 45%;
  }

  .robustie.logo {
    width: 70px;
    height: 50px;
  }

  .flexie.logo {
    width: 70px;
    height: 40px;
  }

  .softwareCon p,
  .slide-overlay p {
    padding-right: 50px;
  }
}


/*--768寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .productHeader.flexie_solution .contents h1 {
    padding-bottom: 5px;
  }

  .productoverview .productWarp {
    width: 600px;
    margin: 0px auto;
  }

  .productHeader .contents .box {
    right: 0%;
  }

  .title_logo_wrap {
    display: flex;
    column-gap: 12px;
    align-items: center;
  }

  .productHeader .contents .smpneoSeries {
    left: 0%;
    bottom: 50%;
  }

  .productHeader .contents .smpproSeries {
    left: 0%;
    bottom: 35%;
  }

  .productHeader .contents .sendInquiry {
    left: 0%;
    bottom: 20%;
  }

  #FlexieVideo,
  #RobustieVideo {
    width: 65%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.7);
  }

  #FlexieVideo::before,
  #RobustieVideo::before {
    background: linear-gradient(106deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0.7) 100%);
    left: -30%;
    width: 30%;
  }

  .intro_btn,
  .productHeader .intro_video_btn {
    padding-left: 37px;
  }

  .intro_btn i,
  .productHeader .intro_video_btn i {
    padding: 6px 8px;
  }

  .intro_btn img,
  .productHeader .intro_video_btn img {
    width: 45px;
  }

  .intro .contents {
    width: 600px;
    margin: 20px auto 64px auto;
  }

  .intro .video_wrap iframe {
    width: 600px;
    height: 337.5px;
  }

  .modal.show .modal-dialog {
    max-width: 600px;
  }

  .digitalSignagePlayers .contents {
    width: 600px;
    margin: 20px auto 0 auto;
  }

  .digitalSignagePlayers2 .contents {
    width: 600px;
    margin: 20px auto 40px auto;
  }

  .digitalSignagePlayers3 .contents {
    width: 600px;
    margin: 20px auto 40px auto;
  }

  .digitalSignagePlayers4 .contents {
    width: 600px;
    margin: 20px auto 40px auto;
  }

  .contentManagementServer .contents {
    width: 600px;
    margin: 20px auto 0 auto;
  }

  .enhancmentSoftwareTitle .contents {
    width: 600px;
    margin: 20px auto 0 auto;
    margin-top: 0;
  }

  .enhancmentSoftwareTitle .contents h1 {
    margin: 0;
    padding-top: 30px;
  }

  .contentManagementServer .contents .box {
    padding: 10px;
  }

  .whyChooseCayin .Contents {
    width: 600px;
    margin: 20px auto;
  }

  .digitalSignagePlayers .contents {
    width: 600px;
  }

  .xpost .contents .smallbox h2 {
    font-size: 1.250em;
  }

  .oneFitsAll .Contents {
    width: 600px;
    margin: 20px auto;
  }

  .oneFitsAll .Contents .Box {
    width: 96%;
    margin: 2%;
    padding: 10px;
  }

  .oneFitsAll .Contents .Box {
    min-height: 10px;
  }

  .xpost .contents .smallbox {
    min-height: 340px;
  }

  .enhancmentSoftwareTitle {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .meetingPostplus .contents,
  .Software .contents {
    max-width: 600px;
  }

  .whyChooseCayin {
    padding-top: 5%;
  }

  .oneFitsAll {
    padding-top: 0%;
    padding-bottom: 6%;
  }

  .finalButton2 .contents {
    width: 500px;
    margin: 20px auto;
  }

  .finalButton2 .contents .box {
    width: 98%;
    margin: 1%;
    padding: 10px;
    margin-bottom: 10%;
  }

  .finalButton2 {
    padding-top: 5%;
    padding-bottom: 6%;
  }

  .finalButton2 .contents .box {
    width: 96%;
    margin: 5% 2%;
    padding: 10px;
    min-height: 225px;
  }

  .xpost .contents .smallbox .photo {
    right: 25px;
  }

  .productHeader .contents h1 {
    max-width: 55%;
  }

  .productHeader .header_wrap {
    gap: 10px;
  }

  .softwareCard>img,
  .swiper-slide>img {
    height: 500px;
  }

  .softwareCon>.f22,
  .slide-overlay>.f22 {
    width: 90%;
    padding-right: 0;
  }

  .softwareCon,
  .slide-overlay {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    row-gap: 12px;
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, #ffffff00, rgb(0 0 0 / 50%), rgb(0 0 0 / 80%));
    border-radius: 20px;
  }



  .softwareCard,
  .swiper-slide {
    width: 85%;
  }

  .softwareCon,
  .slide-overlay {
    width: 100%;
  }

  .softwareCon p,
  .slide-overlay p {
    padding: 0;
  }
}


/*--600寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .mobile_bg {
    display: block;
  }

  .productoverview {
    height: auto;
    margin-top: 60px;
  }

  .productoverview .productWarp {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .productoverview .productWarp h1 {
    display: none;
  }

  .title_logo_wrap {
    max-width: 100%;
  }

  .icon_link_wrap {
    width: 100%;
    column-gap: 0;
    margin-left: 0;
  }

  .productHeader .contents h2,
  .productHeader .contents h1,
  .productHeader.robustie_solution .contents .product_link,
  .productHeader.robustie_solution .contents #Robustie_show {
    color: #fff;
  }

  .intro_btn::hover,
  .productHeader .intro_video_btn:hover {
    text-decoration: none;
    background-color: inherit;
    box-shadow: none;
  }

  .intro_btn i,
  .productHeader .intro_video_btn i {
    transform: translateX(0);
    padding: 0;
    box-shadow: none;
    background: inherit;
  }

  .intro_btn img,
  .productHeader .intro_video_btn img {
    display: none;
  }

  #FlexieVideo,
  #RobustieVideo {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
  }

  #FlexieVideo::before,
  #RobustieVideo::before {
    content: "";
    display: none;
  }

  .intro .contents {
    width: 100%;
  }

  .intro .contents .box {
    width: 95%;
  }

  .intro .video_wrap iframe {
    width: 95%;
    height: 300px;
  }

  .modal.show .modal-dialog {
    max-width: 90%;
  }

  .modal .close_btn {
    right: 0px;
    top: -40px;
  }

  .digitalSignagePlayers .contents {
    width: 100%;
  }

  .digitalSignagePlayers2 .contents {
    width: 100%;
  }

  .digitalSignagePlayers3 .contents {
    width: 100%;
  }

  .digitalSignagePlayers4 .contents {
    width: 100%;
  }

  .contentManagementServer .contents {
    width: 100%;
  }

  .enhancmentSoftwareTitle .contents {
    width: 100%;
  }

  .contentManagementServer .contents h1 {
    margin-bottom: 0%;
  }

  .contentManagementServer .contents .box {
    width: 96%;
    height: auto;
    float: left;
    margin: 1% 2% 5% 2%;
    padding: 20px;
  }



  .digitalSignagePlayers2 .contents .area1 {
    margin: 5% 1px;
    padding: 0 10px 10px 10px;
    height: auto;
  }

  .digitalSignagePlayers3 .contents .area2 {
    margin: 5% 1px;
    padding: 0 10px 10px 10px;
    height: auto;
  }



  .whyChooseCayin .Contents {
    width: 100%;
    margin: 20px auto;
  }


  .whyChooseCayin .Contents .Box {
    width: 46%;
    margin: 2%;
    padding: 10px;
    height: auto;
    min-height: 150px;
  }

  .oneFitsAll .Contents {
    width: 100%;
    margin: 20px auto;
  }


  .contentManagementServer .contents h1 {
    font-size: 1.6em;
  }

  .enhancmentSoftwareTitle {
    padding-bottom: 0;
  }

  .superReporter .contents .box .reporterPhoto {
    display: none;
  }

  .superReporter .contents .box .reporterPhoto2 {
    display: block;
    width: 50%;
  }

  .superMonitor .contents .box .monitorPhoto {
    display: none;
  }

  .superMonitor .contents .box .monitorPhoto2 {
    display: block;
    width: 50%;
  }

  .superReporter .contents .BackgroundPic .box .photo {
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 3%;
    max-width: 200px;
  }

  .superMonitor .contents .BackgroundPic .box .photo {
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 3%;
    max-width: 200px;
  }

  .xpost .contents .box1 {
    padding-bottom: 1%;
  }

  .xpost .contents .box2 {
    padding-bottom: 1%;
  }

  .xpost .contents .box3 {
    padding-bottom: 3%;
  }


  .oneFitsAll {
    padding-bottom: 15%;
  }

  .finalButton2 {
    padding-top: 10%;
    padding-bottom: 60px;
  }

  .finalButton2 .contents {
    width: 100%;
    margin: 20px auto;
  }

  .finalButton2 .contents .box {
    width: 96%;
    margin: 5% 2%;
    padding: 10px;
    min-height: 225px;
  }

  .finalButton2 .contents .box:nth-child(4) {
    margin-bottom: 20%;
  }

  /*  */
  .productHeader.flexie_solution .contents,
  .productHeader.robustie_solution .contents,
  .productHeader.Digital_Signage_solution .contents {
    padding-top: 25px;
    height: 380px;
    align-items: flex-start;
    background-position: center;
  }

  .productHeader.flexie_solution .contents h1,
  .productHeader.robustie_solution .contents h1,
  .productHeader.Digital_Signage_solution .contents h1 {
    font-size: 1em;
    text-align: center;
    max-width: 95%;
    height: 65px;
    margin: 0 auto;
    padding: 0;
  }

  .productHeader.robustie_solution .contents .product_link,
  .productHeader.flexie_solution .contents .product_link,
  .productHeader.Digital_Signage_solution .contents .product_link {
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
  }

  .productHeader.flexie_solution .contents .product_link {
    padding-bottom: 55px;
  }

  .productHeader.robustie_solution .contents,
  .productHeader.flexie_solution .contents,
  .productHeader.Digital_Signage_solution .contents {
    padding-top: 25px;
    align-items: flex-start;
    background-position: center;
    height: auto;
  }

  .productHeader.robustie_solution .contents {
    background: #7C3E7C;
  }

  .productHeader.flexie_solution .contents {
    background: #4AAFED;
  }

  .productHeader.Digital_Signage_solution .contents {
    background: #00A0E9;
  }

  .productHeader.robustie_solution .contents .product_link {
    background: #7C3E7C;
    border-top: 1px solid #a162a1;
    color: #fff;
  }

  .intro_btn {
    background-color: #4AAFED;
  }

  .intro_btn,
  .productHeader.robustie_solution .intro_video_btn {
    border-top: 1px solid #a162a1;
  }

  .productHeader.flexie_solution .contents .product_link {
    background: #4AAFED;
    border-top: 1px solid #76c9fd;
    padding-bottom: 12px;
    color: #fff;
  }

  .intro_btn,
  .productHeader.flexie_solution .intro_video_btn {
    border-top: 1px solid #76c9fd;
  }

  .productHeader.Digital_Signage_solution .contents .product_link {
    background: #00A0E9;
    border-top: 1px solid rgb(172, 223, 255);
  }

  .intro_btn,
  .productHeader.Digital_Signage_solution .intro_video_btn {
    border-top: 1px solid rgb(172, 223, 255);
  }

  .intro_btn,
  .productHeader .intro_video_btn {
    text-align: center;
    margin-top: 0;
    background-color: inherit;
    box-shadow: none;
    border-radius: 0;
    padding: 12px 0;
  }

  .icon_link_wrap {
    display: flex;
    flex-direction: column;
    column-gap: 20px;
  }

  .column_wrap {
    padding: 4px 0;
  }

  .column_wrap img {
    margin: 0 auto;
  }

  .column_wrap p {
    display: block;
    line-height: 1;
    padding-top: 4px;
  }

  .productHeader .contents {
    padding: 0;
    padding-top: 45px;
    /* 用padding 推header的位置*/
    height: 380px;
    align-items: flex-start;
    width: 100%;
  }

  .productoverview .header_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1600px;
    gap: 5px;
  }

  .productHeader .header_link_wrap {
    width: 100%;
  }

  .title_logo_wrap {
    display: inline;
  }

  .productHeader .contents h2 {
    font-size: 2em;
    margin: 0 auto;
    text-align: center;
  }

  .productHeader.jp .contents h2 {
    font-size: 1.7em;
  }

  .productHeader .contents .logo {
    display: none;
  }

  .productHeader .header_wrap {
    width: 100%;
    gap: 0px;
    padding: 0;
  }

  .productHeader .header_link_wrap {
    flex-direction: column;
    gap: 0px;
  }

  .softwareCon h2,
  .slide-overlay h2 {
    width: 200px;
  }
}

@media only screen and (max-width: 425px) {
  .meetingPostplus .contents .box .photo {
    margin: 20px auto;
    align-items: center;
    justify-content: center;
    max-width: 350px;
  }

  .meetingPostplus .contents .box .photo .meetingPost_icon_text {
    width: auto;
    max-width: calc(100% - 90px);
  }

  .meetingPostplus .contents .box .meetingPost_icon {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-height: 940px) {
  .intro .contents .box p {
    width: 100%;
    max-width: 1024px;
  }

  .intro .video_wrap iframe {
    width: 614px;
    height: 345.4px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
}