.fr-view hr {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 16px 0;
    border: none;
    text-align: center;
    line-height: 0;
}

/* .fr-wrapper hr {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 16px 0;
    border: 1px dotted lightgray;
    text-align: center;
    line-height: 0;
} */

.fr-wrapper .fr-view hr.current {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 16px 0;
    border: 1px dashed steelblue;
    text-align: center;
    line-height: 0;
}


.fr-view hr.hr-type-1:after {
	content: ' ';
    display: inline-block;
    width: 74px;
    height: 4px;
    background: #333;
    vertical-align: top;
}
.fr-view hr.hr-type-2:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background: #c5c5c5;
 }


.fr-view hr.hr-type-3:after {
    content:' '; 
    display:inline-block; 
    width:200px; 
    height:4px; 
    background:url('http://image.yes24.com/images/chyes24/Content/froala/ico_set.svg') -185px 0 no-repeat; 
    vertical-align:top;
 }

 /* 에디터에서 사용하는 이미지 url과 viewer에서 사용되는 이미지 path는 개별적임 */
 .fr-wrapper .fr-view hr.hr-type-3:after {
    content:' '; 
    display:inline-block; 
    width:200px; 
    height:4px; 
    background:url('/images/sp/ico_set.svg') -185px 0 no-repeat; 
    vertical-align:top;
 }

.fr-view hr.hr-type-4:before {
    content: ' ';
    display: inline-block;
    width: 100px;
    height: 4px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    vertical-align: top;
 }

 .fr-view hr.hr-type-5:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 112px;
    height: 1px;
    margin-left: -56px;
    background: #333;
 }

 .fr-view hr.hr-type-5:after {
    content: ' ';
    position: relative;
    display: inline-block;    
    width: 14px;
    height: 14px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #333;
    vertical-align: top;
    overflow: hidden;
 }



/*#articleView .fr-wrapper hr { display:block;width:100%;min-height:40px; }
#articleView .fr-wrapper hr:hover{ width:100%;min-height:40px;background-color:rgba(228, 228, 228, 0.7); }
#articleView .fr-wrapper .hr-type-1 { border-left-style:none;border-top-style:solid;border-top-width:1px;border-top-color:lightgray; }
#articleView .fr-wrapper .hr-type-2 { height:40px;border:0;background-image:url('/fe/hr_2.png');background-repeat:no-repeat;background-position:center; }
#articleView .fr-wrapper .hr-type-3 { height:20px;border:0;background-image:url('/fe/minus.png');background-repeat:repeat-x;background-position:left; }
#articleView .hr-type-1 { border-style:inset;border-width:1px;border-color:azure; }
#articleView .hr-type-2 { height:40px;border:0;background-image:url('/hr_2.png');background-repeat:no-repeat;background-position:center; }
#articleView .hr-type-3 { height:20px;border:0;background-image:url('/minus.png');background-repeat:repeat-x;background-position:left; }

#artContent .fr-wrapper hr { display:block;width:100%;min-height:40px; }
#artContent .fr-wrapper hr:hover{ width:100%;min-height:40px;background-color:rgba(228, 228, 228, 0.7); }
#artContent .fr-wrapper .hr-type-1 { border-left-style:none;border-top-style:solid;border-top-width:1px;border-top-color:lightgray; }
#artContent .fr-wrapper .hr-type-2 { height:40px;border:0;background-image:url('/fe/hr_2.png');background-repeat:no-repeat;background-position:center; }
#artContent .fr-wrapper .hr-type-3 { height:20px;border:0;background-image:url('/fe/minus.png');background-repeat:repeat-x;background-position:left; }
#artContent .hr-type-1 { border-style:inset;border-width:1px;border-color:azure; }
#artContent .hr-type-2 { height:40px;border:0;background-image:url('/hr_2.png');background-repeat:no-repeat;background-position:center; }
#artContent .hr-type-3 { height:20px;border:0;background-image:url('/minus.png');background-repeat:repeat-x;background-position:left; }
*/