.clear {
	clear: both;
}

.blog_html_area {
	max-width: 840px;
	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: 20px;
}

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

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

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

.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: 38px;
    font-family: 'dincond-medium';

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

  


}





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

}


.blog_html_area_page01_section1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
  max-width:680px;
  margin:auto;
  margin-bottom:50px;
}

.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:18px;
 margin-bottom:20px;
 min-height:80px;
 
}
.blog_html_area_page01_section1  .item_container .title2 {
 font-size:18px;
  min-height:80px;
}

.blog_html_area_page01_section1  .no {
  width: 50px;
  height: 50px;
  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: 28px;
  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;
}


.blog_html_area_page01_section2 img{
	width:100%;
}

.blog_html_area_page01_section2 .item{
	position: absolute;
	font-size:0.6em;
}
.blog_html_area_page01_section2 .item .en{
	font-size:1.2em;
}
.blog_html_area_page01_section2 .item .en b{
	font-size:0.9em;
}

.blog_html_area_page01_section2 .item1{
	left:0px;
	top:0px;
	width:13%;
}
.blog_html_area_page01_section2 .item2{
	left:0px;
	top:25%;
	width:10%;
}

.blog_html_area_page01_section2 .item3{
	left:0px;
	top:45%;
	width:14%;
}

.blog_html_area_page01_section2 .item4{
	left:0px;
	top:65%;
	width:18%;
}
.blog_html_area_page01_section2 .item5{
	left:0px;
	top:80%;
	width:20%;
}
.blog_html_area_page01_section2 .item6{
	right:0px;
	top:0px;
	width:18%;
}
.blog_html_area_page01_section2 .item7{
	right:32%;
	top:66%;
	width:28%;
}



.blog_html_area_page01_section2 .item8{
	right:0px;
	top:70%;
	width:18%;
}

