.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;
}

.likeContentWrap {
  text-align: center;
  padding-bottom: 30px;
}

.likeContentWrap .boxInfo {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin-bottom: 30px;
  position: relative;
}
.likeContentWrap .boxInfo::before, .likeContentWrap .boxInfo::after {
  content: "";
  display: block;
  background: #ddd;
  height: 1px;
  width: calc(50% - 10em);
  position: absolute;
  top: 50%;
}
.likeContentWrap .boxInfo::before {
  left: 0;
}
.likeContentWrap .boxInfo::after {
  right: 0;
}
.likeContentWrap .boxInfo {}
.likeContentWrap .buttonWarp {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.likeContentWrap .likeBtnBox {
  display: flex;
  flex-direction: column;
  width: 70px;
}
.likeContentWrap .likeBtn {
  display: block;
  background: transparent;
  border: none;
}
.likeContentWrap .likeBtn svg {
  width: 38px;
  fill: #ff583a;
}
.likeContentWrap .likeBtnBox .txtBox {
  color: #898989;
  font-size: 14px;
  line-height: 1.3;
}

/*영상 반응형*/
.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%;}


.comment-title {}

.comment-title .guestWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.comment-title .guestWrap .guestInput {
  display: block;
  width: calc(50% - 10px);
  height: 28px;
  margin: 0;
  text-indent: 0.8em;
  border-radius: 14px;
  border: 1px solid #ccc;
  font-family: "Noto Sans KR";
}

.comment-title .guestWrap .guestInput:placeholder {
  color: #ccc;
}

#guest_del_box {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

#guest_del_box .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#guest_del_box .innerBox {
  position: relative;
  max-width: 600px;
  width: 90%;
  background-color: #f9f9f9;
  border-radius: 5px;
  overflow: hidden;
}

#guest_del_box .innerBox .closeBtn {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 43px;
  height: 40px;
  border: none;
  border-radius: 0 0 5px 5px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#guest_del_box .innerBox .closeBtn span {
  display: block;
  width: 38px;
  height: 3px;
  background: #8996b4;
  transform: rotate(45deg);
  margin: 0 auto;
}

#guest_del_box .innerBox .closeBtn:hover span {
  background-color: #fff;
}

#guest_del_box .innerBox .closeBtn span:first-child {}

#guest_del_box .innerBox .closeBtn span:last-child {
  transform: rotate(-45deg);
  margin: -4px auto 0;
}

#guest_del_box .innerBox .top {
  background-color: #0075c1;
  color: #fff;
  text-align: center;
  padding: 30px 0 20px;
}

#guest_del_box .innerBox .top h5 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 0.5em;
}

#guest_del_box .innerBox .top p {
  line-height: 1.3em;
}

#guest_del_box .innerBox .bottom {
  padding: 20px 0 30px;
  text-align: center;
}

#guest_del_box .innerBox .bottom .guestdelPass {
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  width: 80%;
  height: 38px;
  text-indent: 1em;
}

#guest_del_box .innerBox .bottom .guestdelPass:placeholder {
  color: #ccc;
}

#guest_del_box .innerBox .bottom .submitBtn {
  display: block;
  background: #324d84;
  border: 1px solid #324d84;
  margin: 15px auto 0;
}

#guest_del_box .innerBox .bottom .submitBtn a {
  display: block;
  padding: 7px 16px;
  color: #fff;
}

#guest_del_box .innerBox .bottom .submitBtn:hover {
  background: transparent;
}

#guest_del_box .innerBox .bottom .submitBtn:hover a {
  color: #324d84;
  font-weight: bold;
}


