/******** coror ********/
/********* parts *******/
/********************************************/
.cou_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

h3 {
  margin-bottom: 45px;
}

.print_btn {
  font-size: 14px;
  width: 265px;
  height: 40px;
  margin: 0 auto;
  padding: 8px 0;
  background-color: #e60012;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.print_btn p {
  background: url("/assets/img/common/arrow_white.png") no-repeat 96% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
