
/* glossary_box */
.glossary_box .web_th .title{text-transform: uppercase;}

.glossary_top{margin-top: 3%;}
.glossary_top .word{display: inline-block; width: auto; font-size: 24px; line-height: 28px; border-bottom: 2px solid #333; min-width: 20px; text-align: center; margin-top: 20px; cursor: pointer; margin-right: 2px;}
.glossary_top .word:hover{border-color: var(--commonColor);}
.glossary_top .brief{margin: 3% 0 0; line-height: 1.75;}


.glossary_con{margin-top: 2.6%;}
.word_list{color: #666; line-height: 1.75; margin-top: 12px;}
.word_list li{margin-bottom: 20px;}
.top_link .top{font-size: 18px; cursor: pointer; text-transform: none; color: #666;}
.top_link .top:hover{color: var(--commonColor);}


@media only screen and (max-width: 980px) {
  .glossary_top{margin-top: 0;}
  .glossary_top .word{margin-right: 3px; font-size: 22px;}
  .glossary_top .word_div br{display: none;}
  .glossary_top .brief{margin-top: 20px;}

  .glossary_con{margin-top: 20px;}
  .glossary_con .web_th .title{font-size: 32px;}
}





