.bud_img_title_sub{
 margin: 20px 0px 5px 10px;
 font-size: 16px; 
}

.bud_roll_img_container {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0px;
}

.img_box{
  margin: 0 auto;
  text-align: center;
}
.bud_img_pic {
  height: 150px;
  width: auto;
  cursor: pointer;
}

.bud_img_glass {
  width: 20px;
  height: auto;
  margin-left: 10px;
  position: relative;
  top: 0px;
}

.bud_img_title {
  background-color: #222;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
}

.bud_img_box {
  color: #222;
}

.bud_img_title_han {
  margin-right: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 10px;
  color: #333;

}

.bud_img_title_en {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 10px;
  color: #333;

}
.italic {
  font-style: italic;
}

.hr {
  margin-left: 10px;
}

.bud_img_des {
  margin-left: 10px;
}

.bud_img_short {
  margin-top: 12px;
  margin-right:10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 26px;
}

.bud_img_short_des {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 26px;
}

.bud_img_des_thin {
  margin-left: 10px;
  margin-bottom: 15px;
}

.bud_img_short_thin {
  color: #222;
  text-align: left;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.bud_img_short_thin2 {
  color: #222;
  text-align: left;
  margin-right: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  margin-top: 5px;
}

.bud_img_last_txt {
  color: #222;
  text-align: right;
  margin-right: 25px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}

.bud_img_last_txt2 {
  color: #222;
  text-align: right;
  margin-right: 25px;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
}

.bud_img_last_txt3 {
  color: #222;
  text-align: right;
  margin-right: 25px;
  padding-bottom: 100px;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
}
.a_container {
  width:100%;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 10px;
  padding-right: 20px;
}

.a_box {
  text-align:center;
  font-size: 12px;
  width:80px;
  height:30px;
  background-color: #222;
  line-height:30px;
  border-radius:10px;
}
.a_box_tag {
  color:#fff;
  text-decoration: none;

}

/* 모바일 */
@media screen and (max-width: 550px) {
  .bud_roll_img_container {
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
  }

  .bud_img_pic {
    height: 80px;
    width: auto;
    cursor: pointer;
  }

  .bud_img_glass {
    width: 20px;
    height: auto;
    margin-left: 10px;
    position: relative;
    top: 0px;
  }

  .bud_img_title {
    background-color: #222;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px 5px 5px 10px;
  }

  .bud_img_box {
    color: #222;
  }

  .bud_img_title_han {
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-left: 10px;
  }

  .bud_img_title_en {
    margin-right: 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    margin-left: 10px;
  }
  .italic {
    font-style: italic;
  }

  .hr {
    margin-left: 10px;
  }

  .bud_img_des {
    margin-left: 10px;
  }

  .bud_img_short {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding-bottom: 20px;
  }

  .bud_img_short_des {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 20px;
  }

  .bud_img_des_thin {
    margin-left: 10px;
    margin-bottom: 15px;
  }

  .bud_img_short_thin {
    color: #222;
    text-align: left;
    margin-right: 25px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }

  .bud_img_short_thin2 {
    color: #222;
    text-align: left;
    margin-right: 25px;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
  }

  .bud_img_last_txt {
    color: #222;
    text-align: right;
    margin-right: 25px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
  }

  .bud_img_last_txt2 {
    color: #222;
    text-align: right;
    margin-right: 25px;
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
  }

  .bud_img_last_txt3 {
    color: #222;
    text-align: right;
    margin-right: 25px;
    padding-bottom: 100px;
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
  }
}
