#news{
  font-size: 20px;
  }
  .content-table{
  width: 350px;
  }
  .content-title{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  }
  .info ul{
  list-style: disc;
  }
  .btn-know{
  margin-top: 10px;
  }
  .btn-know a{
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  padding: 10px 40px;
  background: #ffffff;
  border: 2px solid #666666;
  color: #666666;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  }
  .btn-know a:hover{
  opacity: 0.8;
  font-size: 20px;
  }
  .pack-word-block{
  padding: 0px 30px 20px 30px;
  }
  .pack-word-block ul{
  list-style: disc;
  color: #000000;
  }
  .pack-word-block .bouns-block{
    font-size: 16px;
    margin-top: 10px;
  }
  .bonus-img{
  float: right;
  height: 0px;
  z-index: 10px;
  padding: 0 10px;
  position: relative;
  top: -40px;
  }
  .bonus-img img{
  width: 120px;
  }

  .note{

    padding: 20px;
    border:1px solid #cccccc;
  }

  .note-padding{
    padding: 0px 60px ;

  }
  
  #media .title {
    color: #1b1b1b;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
  }

  #media i{
    padding-right:10px;
  }