/* button */
/* sns */
/* categories */
/* all menu */
/* share */
/* aside */
/* icon */
#contents .word-cloud-wrapper {
  padding: 20px 16px;
}
#contents .word-cloud-wrapper .word-cloud-box {
  width: 100%;
  min-height: 240px;
  border: 1px solid #195ae0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contents .word-cloud-wrapper .word-cloud-box .word-cloud-title {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #195ae0;
  border-radius: 0 0 5px 5px;
}
#contents .word-cloud-wrapper .word-cloud-box .word-cloud-title .title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  min-width: 130px;
}
#contents .word-cloud-wrapper .word-cloud-box .word-cloud-area {
  width: 100%;
  max-height: 400px;
  aspect-ratio: 286/191;
  padding: 10px;
}
#contents #wordCloud {
  width: 100%;
  height: 100%;
}
#contents .jqcloud {
  font: 14px "Noto Sans KR", sans-serif;
  line-height: normal;
  overflow: hidden;
  position: relative;
}
#contents .jqcloud-word {
  margin: 0;
  padding: 0;
}
#contents .jqcloud-word.w1 {
  color: #7c7c7c;
  font-size: 4vw;
  font-weight: 400;
}
#contents .jqcloud-word.w1 a {
  font-size: inherit;
  font-weight: 400;
}
#contents .jqcloud-word.w6 {
  color: #ff9c00;
  font-size: 7vw;
  font-weight: 500;
}
#contents .jqcloud-word.w6 a {
  font-size: inherit;
  font-weight: 500;
}
#contents .jqcloud-word.w10 {
  color: #2282b9;
  font-size: 10vw;
  font-weight: 700;
}
#contents .jqcloud-word.w10 a {
  font-size: inherit;
  font-weight: 700;
}
#contents .jqcloud-word a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
#contents .jqcloud-word a:hover {
  color: #00ccff;
}