/* 워드프레스 GeneratePress 테마 소제목 헤딩 태그 스타일 */

.single .entry-content h2 {
	
COLOR: #fff;
PADDING-BOTTOM: 10px;
TEXT-ALIGN: left;
BORDER-LEFT: yellow 8px solid;
padding: 3px 9px;
margin: 30px 0 20px 0;
BACKGROUND-COLOR: #781b33;;
BORDER-BOTTOM: 1px solid #000;
font-size: 1.3em;
font-size:22px;
font-weight:bold;
margin-top:30px;
margin-bottom:15px;
border-radius:25px 5px 25px 5px;
}


.single .entry-content h3 {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
COLOR: #2E86B9;
PADDING-BOTTOM: 10px;
TEXT-ALIGN: left;
padding: 3px 9px;
BACKGROUND-COLOR: #FFF;
margin-bottom: 15px;
}

.single .entry-content h4 {
padding: 3px 9px;
border-left: 5px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
margin-bottom: 15px;
}


/*CSS part --start*/
.bodyWrap {
  position: relative;
}
.bodyHide{
  height : 400px; 
  position: relative; 
  overflow: hidden;
}
.hideBtn {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10px;
}
.hideBtn button {
  z-index: 1;
  position: relative;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  width: 100%;
  background: linear-gradient(to right, #18d6ad 3%, #0a9cdeaa, #0076ff 90%);  
  border: none;
  height: 60px;
  border-radius: 13px;  
}
.hideBtn span {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
.hideBtn .subTxt {
  display: block;
  padding-top: 3px;
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  font-weight: 400;
}
.hideBtn #cnt{
  position: absolute;
  z-index:1;
  bottom: 4px;
  right: 10px;
}
#xBtn{
  position: absolute;
  z-index:1;
  bottom: 4px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
}
.bodyWrap .hideBtn:before {
  position: absolute;
  left: 0;
  top: -180px;
  width: 100%;
  height: 300px;
  background: transparent;
  content: "";
  }
.bodyWrap .hideBtn:after {
  position: absolute;
  left: -15px;
  top: -73px;
  width: 109%;
  height: 200px;
  background: rgba(255, 255, 255, 0.98);
  content: "";
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
.dpN{display:none}
.dpInB{display:inline-block}
#bfTitle{
  color: #b3b1b1;
  font-size: small;
}
.inside-article{height:auto !important}


.inside-header{flex-direction: column;}