@charset "utf-8";
@import "common.css";

#mainImg {
  background-image: url(../img/mainImg/Qlik_mainImg.jpg);
  background-position: top 88% center;
}

/* content */
.content p {
  font-size: max(24px, calc(0.5vw + 1rem));
  font-weight: 500;
}
#content01 p {
  opacity: 0.8;
}
/* content02 */
#sec02,
#sec03,
#sec04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec02 img {
  width: 50%;
}
#textArea p {
  font-size: 1.4em;
  text-align: left;
  margin-bottom: 25px;
  color: #777;
}
#textArea h3 {
  margin-top: 20px;
}
#textArea {
  width: 45%;
}
#textArea li {
  position: relative;
  font-size: 1.2em;
  text-align: left;
  text-indent: 20px;
  color: #888;
  text-indent: 0px;
  padding-left: 16px;
}
#textArea li::after {
  position: absolute;
  top: 12px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2e4478;
  content: "";
}

/* ----------------------------------------------------------------------------- */

#content03 {
  /* background-color: #f5f5f5; */
}

/* ----------------------------------------------------------------------------- */

#content04 {
  /* background-color: #fff; */
}
#textArea span {
  font-weight: 700;
  color: #555;
}
#sec04 img {
  width: 50%;
  height: 50%;
}

/* mobile */
.mobile #mainImg .wBox {
  margin: 0 10vw;
}
.mobile #mainImg .wBox h3 {
  font-size: 2rem;
}
.mobile .wBox p {
  font-size: 1.2rem;
  text-align: left;
}
.mobile .content .wBox {
  margin: 0 10vw;
}
.mobile :is(#sec02, #sec03, #sec04) {
  flex-direction: column;
}
.mobile #sec03 {
  flex-direction: column-reverse;
}
.mobile #sec02 img,
.mobile #sec04 img,
.mobile #textArea,
.mobile iframe {
  width: 100%;
}
.mobile iframe {
  height: auto;
}
