.clear {
	clear: both;
}

.blog_html_area {
	max-width: 92%;
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: auto;
}

.blog_html_area .highlight {
	color: #eb001a;
	font-weight: 600;
}

.blog_html_area p {
	font-size: 18px;
}

.blog_html_area ul,
.blog_html_area ol {
	font-size: 18px;
}

.lang1 p,
p.lang1,.lang1 {
	font-size: 20px;
}

.lang1 ul,
.lang1 ol,
ul.lang1,
ol.lang1 {
	font-size: 20px;
}

.blog_html_area ul li,
.blog_html_area ol li {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.blog_html_area_page01_heading {
	
    color: #eb001a;
    font-size: 26px;
    font-family: 'dincond-medium';

    text-align: center;
    margin-bottom: 30px;
	font-weight:600;

  


}





.blog_html_area_page01_heading .title2 {
font-size: 26px;

}


.blog_html_area_page01_section1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
  max-width:100%;
  margin:auto;
  margin-bottom:50px;
justify-content: center;
}

.blog_html_area_page01_section1  .item {
  flex: 1 1 calc(33.333% - 20px); 
  box-sizing: border-box;
  display: flex;
 color: #eb001a;
 
}

.blog_html_area_page01_section1  .item_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  text-align: center;
 
}

.blog_html_area_page01_section1  .item_container .title {
 font-size:15px;
 margin-bottom:20px;
 min-height:90px;
 
}
.blog_html_area_page01_section1  .item_container .title br{
display:none;
 
}
.blog_html_area_page01_section1  .item_container .title2 {
 font-size:15px;
  min-height:90px;
}
.blog_html_area_page01_section1  .item_container .title2 br{
display:none;
 
}

.blog_html_area_page01_section1  .no {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eb001a; /* Choose your preferred color */
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; /* Center horizontally inside its container */
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
margin-bottom:10px;
}


.blog_html_area_page01_section1  .bottom_line {
  width:40%;
  margin:auto;
  height:20px;
  border-bottom:3px solid #eb001a;
}




.blog_html_area_page01_section2{
	width:100%;
	position: relative;
      margin-bottom:20px;
      
}


.blog_html_area_page01_section2 img{
	width:100%;
}

.blog_html_area_page01_section2 .item{
	clear:both;
    margin-bottom:30px;
    font-size:16px;
    text-align:center;
}
.blog_html_area_page01_section2 .item .en{
	font-size:18px;
}
.blog_html_area_page01_section2 .item .en b{
	font-size:18px;
}




.blog_html_area_page01_section2  .no {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eb001a; /* Choose your preferred color */
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; /* Center horizontally inside its container */
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
margin-bottom:10px;
}
