.bud_box{
  width: 100%;
  height: 100%;
}

.bud_title {
  background-color: #27303b;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
}

.bud_title_thin {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.bud_title_en {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.bud_des {
  margin: 0px 15px;
  color: #666;
}

.bud_short {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hr_bud {
  margin-bottom: 10px;
}

.bud_sub_thin_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.bud_sub_thin_short {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 5px;
}

.bud_title_smbold {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 5px;
  margin-left: 10px;
}

.txt_short_thin{
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.txt_short_thin_center{
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

/*번외*/

.txt_box{
  width: 100%;
  height: 100%;
}

.txt_title{  
  background-color: #27303b;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
}

.txt_title_thin {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.txt_title_des{  
  color: #27303b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
}

.txt_des {
  margin: 0px 15px;
  color: #666;
}

.txt_short {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.txt_short2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.table{
  padding: 10px 15px;
}

tr,th{
  color: #666;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #666;
}

.th_title{
  text-align: left;
  width:20%;
  padding:5px;
}

.th_des{
  text-align: left;
  width:80%;
  font-size: 12px;
  padding:5px;
}

.table136{
  width: 100%;
  padding: 10px 15px;
  display: flex;
}
.table136_box{
  width:100px;
  text-align: center;
  padding-right: 10px;
}
.td136{
  border: 1px solid #666;
}

.txt_short136 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-left:15px;
}




@media screen and (max-width: 550px) {
  .bud_container {
    width: 95%;
  }

  .bud_box {
    margin-left: 5px;
  }

  .bud_title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .bud_des {
    color: #222;
  }

  .bud_short {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }

  .bud_thin_title {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .bud_thin_short {
    color: #222;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    margin-top: 3px;
  }
}
