#detail {
  width: 1000px;
  margin: 60px auto 100px;
  font-size: 18px;
  line-height: 1.5;
}

#detail-body h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #e8473f;
	line-height:1.05em;
	padding-left:1.2em;
}
#detail-body h2:before{
  position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(/site/hbs2021/data/new/common/icon_button.svg) no-repeat;
	background-size:contain;
}

#detail-body h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  color: #e8473f;
}
#detail-body h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #e8473f;
}

#detail-body h2 img {
  position: absolute;
  top: 8px;
  left: 0;
  height: 28px;
}

#detail-body p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #6f6f6d;
  line-height: 1.5;
}

#detail-body ol {
  margin: 40px auto;
  padding: 20px;
  background: #fdeabe;
  border-radius: 10px;
}

#detail-body ol li{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #6f6f6d;
  line-height: 1.5;
  margin-left: 30px;
}

/*
#detail-body div {
  margin-top: 40px;
}
#detail-body div p {
  margin: 0;
  font-weight: bold;
}
#detail-body div p span {
  color: #e8473f;
}
*/
#detail-body div:not(.detail-video) {
  position: relative;
  margin-top: 20px;
  padding: 20px 10px;
  font-size: 14px;
  color: #e8473f;
  background: #fdeabe;
  border-radius: 10px;
}
#detail-body div:not(.detail-video)::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 5%;
  border: 10px solid transparent;
  border-bottom: 15px solid #fdeabe;
}

#detail-body ul {
  margin: 20px auto;
  font-size: 18px;
  list-style: none;
  line-height: 1.5;
}
#detail-body ul p {
  margin: 0;
  font-weight: bold;
  color: #e8473f;
}

#detail-body a:not(.detail-tag) {
  position: relative;
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #ed848c;
}
#detail-body a:before{
  content:"";
	display:inline-block;
	width:0.8em;
	height:0.8em;
	background:url(/site/hbs2021/data/new/common/icon_link_white.svg) no-repeat;
	background-size:contain;
  padding-right: 4px;
}
#detail-body a:hover {
  background: #e8473f;
}

#detail-body blockquote {
    padding-left: 20px;
    border-left: 3px solid #e8473f;
    list-style: none;
}

@media only screen and (max-width: 999px) {
  #detail {
    width:768px;
  }
}

@media only screen and (max-width: 767px) {
  #detail {
    margin-top: 20px;
    width: 100%;
  }
  #detail-body h2{
    padding-left: 0;
  }
  #detail-body h2:before {
    content: none;
  }

  #detail-body.datail-body-exhibitor h2{
    font-size: 30pt;
    line-height: 46pt;
  }
  #detail-body.datail-body-exhibitor h3{
    font-size: 25pt;
  }
  #detail-body h4 {
    font-size: 21pt;
  }
  #detail-body.datail-body-exhibitor p{
    font-size: 24pt;
    line-height: 40pt;
  }
  #detail-body.datail-body-exhibitor a{
    font-size: 20pt;
  }
  #detail-body.datail-body-exhibitor img{
    width: 100%;
    height: auto;
  }
  #detail-body div:not(.detail-video) {
    font-size: 15pt;
    padding: 10px 7px;
  }
  #detail-body.datail-body-exhibitor blockquote{
    font-size: 20pt;
  }
  #detail-body.datail-body-exhibitor .detail-video{
    width:100%;
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
  }
  #detail-body.datail-body-exhibitor .detail-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


}
