.lead {
    border: 1px solid #F4F5F7;
    padding: 7px 20px 10px 20px;
    background-color: #F4F5F7;
    font-size: 14px;
    color: #000000;
    line-height: 21px;
}
.epilogue {
	padding: 7px 20px 10px 20px;
	border: 1px solid #F4F5F7;
	margin-bottom: 21px;
}
.epilogue h6 {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}
.epilogue p {
	font-size: 14px;
	color: #666;
	line-height: 21px;
}
.area__share {
    display: none;
}
.button__share, .button__close_sharebox {
    border: 0;
    padding: 0;
    background-color: transparent;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 21px;
    padding: 5px 0;
    background-color: #4889e4;
    font-weight: bold;
    color: #fff;
}
.button__share svg {
    vertical-align: top;
    height: 18px;
    width: 20px;
    margin-right: 5px;
}
.box__share {
    position: fixed;
    top: calc(50% - 70px);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9997;
    width: 260px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    padding: 20px;
}
.box__share .header {
    margin-bottom: 25px;
}
.box__share .header h6 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}
.box__share .list__buttons {
    margin: 0 -10px 5px;
}
.box__share .list__buttons:after {
    content: '';
    display: block;
    clear: both;
}
.box__share .list__buttons > li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px;
}
.box__share .list__buttons a, #copy-url{
    display: block;
    width: 100%;
    height:40px;
    text-indent:-9999em;
    background-color:#333;
}
.box__share .list__buttons #copy-url{
    background:url(../img/copy-url.png) no-repeat center center / cover;
    border: 0;
}
.box__share .list__buttons a.facebook{
    background:url(../img/sns/facebook.png) no-repeat center center / cover;
}
.box__share .list__buttons a.twitter{
    background:url(../img/sns/twitter.png) no-repeat center center / cover;
}
.box__share .list__buttons a.googleplus{
    background:url(../img/sns/google.png) no-repeat center center / cover;
}
.box__share .list__buttons a.kakaotalk{
    background:url(../img/sns/kakaotalk.png) no-repeat center center / cover;
}
.box__share .list__buttons a.kakaostory{
    background:url(../img/sns/kakaostory.png) no-repeat center center / cover;
}
.box__share .list__buttons a.line{
    background:url(../img/sns/naverline.png) no-repeat center center / cover;
}
.box__share .list__buttons a.naverblog{
    background:url(../img/sns/naverblog.png) no-repeat center center / cover;
}
.box__share .list__buttons a.naverband{
    background:url(../img/sns/naverband.png) no-repeat center center / cover;
}
.box__share .list__buttons a.telegram{
    background:url(../img/sns/tele.png) no-repeat center center / cover;
}
.box__share .list__buttons a.navershare{
    background:url(../img/sns/naver.png) no-repeat center center / cover;
}

.area__share .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index:9991;
}
.active_share {
    overflow-y: hidden;
}
.active_share .area__share {
    display: block;
}
/*영상 반응형*/
.fr-video {position: relative; display: block;height: 0; padding-bottom: 56.25%;width:100%;}
.fr-video > iframe {position: absolute;top:0;left: 0; width:100%;height: 100%;}