.commonPc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.newsDetailContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 25.3125vw;
  background: linear-gradient(0deg, #ffffff, #dbebff);
  padding: 5.2604vw 20.8333vw;
}

.newsDetailTitle {
  font-size: 1.5625vw;
  font-weight: 500;
  color: #37393c;
  line-height: 1.875vw;
  text-align: center;
  margin-bottom: 2.0313vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newsDetailInfo {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  font-size: 0.8333vw;
  font-weight: 400;
  color: #919499;
}

.newsDetailInfoBox {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.newsDetailInfoIcon {
  width: 0.9896vw;
  height: 0.9896vw;
  margin-right: 0.5208vw;
}

.newsDetailInfoIcon img {
  display: block;
  width: 100%;
}

.newsDetailInfoText {
  font-size: 0.8333vw;
  font-weight: 400;
  color: #919499;
  line-height: 1.25vw;
}

.tabBoxContent {
  position: relative;
  width: 66.6667vw;
  min-height: 30vw;
  padding: 0 3.6458vw;
  padding-top: 5.8333vw;
  font-size: 0.8333vw;
  font-weight: 400;
  background-color: #ffffff;
  color: #919499;
  line-height: 2.0833vw;
  margin: 0 auto;
  margin-top: -10.4167vw;
  margin-bottom: 5.5208vw;
}

.tabBoxContent img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.tabBoxContent p {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.tabBoxContent table {
  margin: 0 auto;
}

.tabBoxContent a {
  color: #0058C4;
  text-decoration: none;
}

.tabBoxContent a:hover {
  text-decoration: underline;
}

.tabBoxContentIcon {
  position: absolute;
  left: 3.6458vw;
  top: -1.1458vw;
  width: 2.8646vw;
  height: 2.8646vw;
}

/* MobileÑùÊ½
 ************************************************************/
@media screen and (max-width: 769px) {
  .commonMobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .newsDetailContent {
    width: 100%;
    height: 64.8vw;
    background: linear-gradient(0deg, #dbebff, #ffffff);
    padding: 7.8667vw 6.9333vw;
  }

  .newsDetailTitle {
    font-size: 4vw;
    font-weight: 500;
    color: #37393c;
    line-height: 6.4vw;
    text-align: center;
    margin-bottom: 5.3333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .newsDetailInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 3.2vw;
    font-weight: 400;
    color: #919499;
  }

  .mobileInfoBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
  }

  .newsDetailInfoBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 3.6vw;
  }

  .newsDetailInfoIcon {
    width: 2.9333vw;
    height: 2.9333vw;
    margin-right: 2px;
  }

  .newsDetailInfoIcon img {
    display: block;
    width: 100%;
  }

  .newsDetailInfoText {
    font-size: 3.2vw;
    font-weight: 400;
    color: #919499;
    line-height: 3.2vw;
  }

  .tabBoxContent {
    position: relative;
    width: 91.4667vw;
    min-height: 30vw;
    padding: 0 6.2667vw;
    padding-top: 8.9333vw;
    font-size: 3.4667vw;
    font-weight: 400;
    background-color: #ffffff;
    color: #919499;
    line-height: 6.6667vw;
    margin: 0 auto;
    margin-top: -18.4vw;
    margin-bottom: 6.6667vw;
    /* overflow-x: hidden; */
  }

  .tabBoxContentIcon {
    position: absolute;
    left: 8vw;
    top: -2.5333vw;
    width: 4.9333vw;
    height: 4.9333vw;
  }

  .tabBoxContent table {
    width: 100%;
  }
}
