@charset "utf-8";
@import "common.css";

#mainImg {
  background-image: url(../img/mainImg/Qlik_mainImg.jpg);
  background-position: top 60% center;
}
#mainImg::before {
  background: linear-gradient(270deg, #00000080 60%, #FFFFFF);
  opacity: 0.7;
}

#content:not(.QlikAIML) #sec01 {
  display: flex;
  align-items: center;
  gap: 140px;
  justify-content: space-evenly;
  text-align: left;
}

#content:not(.QlikAIML) #sec01 img { height: 600px; }

/* --- */

.QlikPlatform #sec01 span {
  color: var(--QlikGreen);
  font-weight: bold;
}
.QlikPlatform #content02 { background: #102644;}
.QlikPlatform #content02 h3 { color: #FFF; }
.QlikPlatform #content02 img { width: 100% }

#thinMenu .qlikTag {
  gap: 2px;
  position: absolute;
  top: 0;
  right: 20px;
}
#thinMenu .qlikTag li a {
  font-size: 0.9rem;
  cursor: pointer;
}
#thinMenu .qlikTag li a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: 6px;
  width: 16px;
  height: 16px;
  background: url(/img/icon/newtab.svg) center/100% no-repeat;
  /* background-color: red; */
}


#content #sec01 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 30%;
}
#content #sec01 ul:has(li:nth-child(5)) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}

#content #sec01 ul li {
  flex: 1 1 48%;
  padding: 16px 16px;
  background-color: #FFF;
  border: 1px solid var(--borderLine);
  border-radius: 6px;
  box-shadow: 6px 6px 10px var(--boxShadowColor);
  text-align: center;
  font-weight: bold;
  color: var(--text);
  cursor: pointer;
}

.textArea {
  margin-bottom: 80px;
}
.textArea p {
  margin-bottom: 10px;
  color: #777;
  font-size: 1.3em;
  font-weight: 600;
}

.textArea p + p {
  font-size: 1.2em;
  color: #888;
  font-weight: 500;
}


/* cardArea */
.cardArea {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  width: 1040px;
}
.cardArea > div {
  flex: 1 1 auto;
  padding: 30px;
  width: calc(calc(100% - 80px)/3);
  max-width: 33.333%;
  background-color: #FFF;
  border: 1px solid var(--borderLine);
  border-bottom: 2px solid var(--primary);
  box-shadow: 6px 6px 10px var(--boxShadowColor);
  text-align: left;
}
.cardArea > div img {
  width: auto;
  height: 55px;
  margin-bottom: 28px;
}
.cardArea > div p,
.cardAreaNoIcon p,
.cardCover p,
.cardCover > div > p + p {
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 900;
  word-break: keep-all;
}
.cardArea > div p + p,
.cardAreaNoIcon p + p {
  margin-top: 6px;
  color: #888;
  font-size: 1.0rem;
  font-weight: 500;
}
.cardArea span {
  display: inline-block;
  width: 100%;
  color: var(--QlikGreen);
  font-size: 0.8rem;
  font-weight: 600;
}

.cardCover {
  width: 1160px;
  margin: 0 auto;
  padding: 40px 60px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 10px 10px 20px #EEE;
}
.bgReverse .content:nth-child(even) .cardCover {
  background: #FCFCFC;
  border: 1px solid #EEE;
}
#content:not(.bgReverse) .content:nth-child(odd) .cardCover {
  background: #FCFCFC;
  border: 1px solid #EEE;
}

.cardCover .cardArea {
  margin-top: 30px;
}
.cardCover > div p + p {
  margin-top: 10px;
  color: #888;
}
.videoSection {
  position: relative;
  margin: 0 auto 30px;
  border-radius: 10px;
  cursor: pointer;
}
.videoSection,
.videoSection img,
.videoSection + .cardArea {
  width: 1160px;
}
.videoSection img {
  border-radius: 10px;
}
.videoSection iframe {
  width: 100%;
  height: 100%;
}
.icon_play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 11px 0 0 10px;
  width: 100px;
  height: 100px;
}
.icon_play::before,
.icon_play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon_play::before {
  transform: translate(-40%, -50%);
  width: 40%;
  height: 50%;
  background-color: var(--white);
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  z-index: 2;
}
.icon_play::after {
  width: 100%;
  height: 100%;
  border: 6px solid var(--white);
  /* background-color: var(--primary); */
  border-radius: 50%;
}
.videoSection:hover .icon_play {
  opacity: .7;
}


/**/
#videoPlayerPopup {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000080;
  z-index: 1000;
  cursor: pointer;
}
#videoPlayerPopup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 80vw;
  max-width: 960px;
  height: 45.04vw;
  max-height: 540px;
}
.close {
  position: absolute;
  top: calc(50vh - min(27.52vw, 270px));
  left: calc(50vw + min(40vw, 480px));
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #ff7777;
  box-shadow: 2px 2px 6px #aaa;
  z-index: 10000;
}
.close::before,
.close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  /* border-radius: 10px; */
  background-color: var(--white);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close:hover {
  opacity: 0.8;
}

.cardAreaNoIcon {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.cardAreaNoIcon > div {
  text-align: left;
}
.cardAreaNoIcon > div > div:nth-child(odd) {
  position: relative;
  margin-bottom: 20%;
}
.cardAreaNoIcon > div > div:not(:last-child)::after {
  content: "";
  display: block;
  position: relative;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 2px;
  background: #eee;
  /* background: red; */
}


/************************************************************/

#thinMenu a[href*='qlik.com'],
#thinMenu a[data-href*='qlik.com'] {
  background: var(--QlikGreen);
  color: #FFF;
  opacity: 1.0;
}
#thinMenu a[href*='qlik.com']:hover,
#thinMenu a[data-href*='qlik.com']:hover { opacity: .7; }

/* iframe {
  width: 1200px;
  height: 600px;
} */