/*     1256215 : 모든걸 공백으로 만든다.      */
#header {display:none;}
#container {padding-top:0px; }
#sub_view #container .contents_wrap .snb_wrap {display:none;}
#footer {display:none;}
#sub_view #container .contents_wrap .contents {padding: 0px; width:100% ; float: right; float: inherit; border-left: none;}

.shgroup_pc {display:none;}
.solid_line__1256215__ {box-sizing:border-box; display:block; position:relative; width:100%; height:0px;}
.solid_line__1256215__:before {content:''; display:block; position:absolute; top:50%; left:0; right:0; margin-top:-10px; padding:5px 0; font-size:13px; color:red; text-align:center; line-height:1;}

.solid_line__1256215__.build_edit_mode {min-height:10px; border:1px dashed red;}

@media all and (max-width:767px){
	.solid_line__1256215__ {height:0px}
}

/*     1256225 : 한줄 텍스트      */
.relative{
  position:relative;
}
.relative2{
  position:relative;
}
.before{
  position: absolute;
  top:60px;
  left:20px;
  width:120px;
}
.after{
  position: absolute;
  top:60px;
  left:154px;
  width:120px;
}

.relative::after{
  content: '前';
    position: absolute;
    bottom: 16px;
    left: 25px;
    background: hsla(42, 90%, 60%, 1);
    border-radius: 30px;
    padding: 0px 5px;
    /* font-weight: bold; */
    font-size: 13px;
}
.relative2::after{
  content: '后';
    position: absolute;
    bottom: 16px;
    left: 243px;
    background: hsla(140, 80%, 63%, 0.85);
    border-radius: 30px;
    padding: 0px 5px;
    /* font-weight: bold; */
    font-size: 13px;
}


