@charset "utf-8";
h1.BGorange{
  color: #fff; background-color: #ff6b00;
}

h2.orange{
  color: #ff6b00;
}

.fwb{
  font-weight: bold;
}

.LH p,.LH table,.LH table th,.LH table td{
  font-size: 20px !important;
  line-height: 2.5rem !important;
}

.LH p{
  margin-bottom: 2.5rem !important;
}

/* ============================== Image Menu */
.image_mn .dtl.pdf { background: url(/cmn_v2/img/icon_s_pdf_01.png) 100% 50% no-repeat #ffffff !important; }

/* @media */
@media (max-width: 640px) {
  

}

/* mobile size */
@media screen and (max-width: 639px) {
	
  .LH p,.LH table,.LH table th,.LH table td{
    font-size: 16px !important;
    line-height: 1.8rem !important;
  }

}

