@charset "utf-8";

#middle {
    width: 950px;
    min-width: 950px;
    /*float: left;*/
}
.view_left_wrap {
    width: 950px;
    height: auto;
    display: inline-block;
}
.view_left {
    width: 950px;
    height: auto;
    float: left;
}

#view {
    background-color: #fff;
    width: 950px;
    height: auto;
    margin: 0 auto;
    /*overflow: hidden;*/
    float: left;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.view_left_item {
    width: 950px;
    height: auto;
    margin: 0 auto;
}
/*-------------article/view--------------*/
/** view_blockchain **/
.view_blockchain {
    width: 770px;
    min-height: 30px;
    margin: 0 auto;
}
.view_blockchain_item {
    min-width: 200px;
    height: 30px;
    display: inline-block;
}

.color_blue {
    display: inline-block;
    border: 1px solid #E6F1FF;
    background: #E6F1FF;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    padding: 3px 8px;
    margin: 0 4px 8px 0;
    line-height: 1.5;
}

.color_blue > a {
    color: #2F80EB;
}

.color_orange {
    background: #FEAA2A;
    border-radius: 30px;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    padding: 2.5px 7px;
}

.color_orange > a {
    color: #FFFFFF;
    padding-bottom: 1px;
}

/** 링크 **/
.link_tags {
    float: right;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
    margin-left: 10px;
    padding-top: 3px;
}

.list_right_item{
    float: right;
    margin-top: -3px;
}

.link_item_on_chain{
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 0 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: linear-gradient(#fff, #fff),
    linear-gradient(150deg, rgba(102,204,255,1) 0%, rgba(102,102,255,1) 50%, rgba(204,102,255,1) 100%);;
    background-origin: border-box;
    background-clip: content-box, border-box;
    line-height: 1.5;
}

.link_item_on_chain span{
    background:linear-gradient(150deg, rgba(102,204,255,1) 0%, rgba(102,102,255,1) 50%, rgba(204,102,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 24px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 8px;
    font-weight: bold;
}


.view_title {
    width: 770px;
    margin: 30px auto 20px;
    min-height: 140px;
    line-height: 30px;
    padding-top: 2px;
    box-sizing: border-box;
    border-bottom: 0.5px solid #BFBFBF;
}

.contributor {
    width: 770px;
    margin: 0 auto;
    padding: 10px 0px;
}

.contributor_item {
    width: 100%;
    min-height: 45px;
    /*display: flex;*/
    align-items: baseline;
}

.contributor_item_image {
    width: 32px;
    height: 32px;
    float: left;
}

.contributor_item_image img {
    width: 32px;
    height: 32px;
    margin-top: 4px;
    border-radius: 50px;
}

.contributor_item_text {
    float: left;
    height: 40px;
    margin-left: 5px;
    width: 85%;
}

.contributor_item_text span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1176AA;
}

.contributor_item_text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
}

.view_title_top {
    width: 770px;
    min-height: 36px;
}

.view_top_title {
    font-weight: bold;
    font-size: 25px;
    margin-top: 7px;
    display: inline-block;
}

.view_title_bottom {
    width: 770px;
    min-height: 36px;
    margin-top: 17px;
    margin-bottom: 10px;
}

.view_title_bottom_left {
    min-width: 300px;
    min-height: 30px;
    float: left;
}

.view_title_bottom_image {
    min-width: 300px;
    height: 30px;
}

.view_title_bottom_image_box {
    float: left;
    width: 37px;
    height: 37px;
    position: relative;
    margin-right: 10px;
    border-radius: 50px;
    cursor: pointer;
}

.view_title_bottom_image img {
    width: 37px;
    height: 37px;
    border-radius: 50px;
}

.view_title_bottom_name {
    color: #6C6C6C;
    /*max-width: 100px;*/
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    justify-content: center;
    align-items: center;
    float: left;
    padding-top: 2px;
    margin-right: 10px;
    cursor: pointer;
}

.view_day {
    width: 144px;
    height: 30px;
    float: left;
    padding-top: 1px;
}

.view_day > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #6C6C6C;
    padding-top: 1px;
}

/** 댓글 **/
.view_number_bottom_right{
    float: right;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #646464;
}
.view_number_bottom_right > img{
    vertical-align: baseline;
}

.view_number_bottom_right_comment {
    display: inline-block;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}

.viewLike {
    display: inline-block;
}

.viewLike img {
    float: left;
    margin-top: 9px;
    width: 15px;
    height: 13px;
    margin-right: 5px;
}

.view_blue_line {
    width: 720px;
    min-height: 36px;
    margin: 0 auto 15px;
}

.view_blue_line_text {
    width: 100%;
    min-height: 20px;
    border-left: 3px solid #1176AA;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    padding-left: 5px;
    margin: 18px 0px 18px 0px;
}

/** 리모컨 **/
#remoteControl{
    position: sticky;
    top: 85px;
    float: left;
    z-index: 95;
}

.view_side_menu {
    width: 60px;
    height: auto;
    /*float: left;*/
    background: #FFFFFF;
    border:1px solid #EDEDED;
    border-radius: 50px;
    margin: 15px 0 15px 15px;
    box-sizing: border-box;
    text-align: center;
    padding: 24px 6px;
}

.view_side_menu span{
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px ;
    display: block;
}

.view_side_menu li{
    margin-bottom: 20px;
    cursor: pointer;
}

.view_side_menu li img{
    /*width: 20px;*/
}

.view_side_menu li:last-child{
    margin-bottom: 0;
}

.view_side_menu .underline{
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
}

#copyLinkHidden {
    position: absolute;
    top: -9999em;
}

/** 리모컨 끝 **/


/*글자크기*/
.font_size_modal {
    width: 320px;
}

.popup_font_size_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.popup_font_size_item .font_btn{
    position: relative;
    background: #fff;
    border: 1px solid #EDEDED;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    text-align: center;
}

.popup_font_size_item .font_btn p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: #767676;
}

.btnChangeFontSize span {
    font-weight: 400;
    font-size: 13px;
    color: #767676;
    text-align: center;
    display: block;
    margin-top: 8px;
}

.popup_font_size_item .font_btn.font_size_on{
    border: 1px solid #008FC3;
}

.popup_font_size_item .font_btn.font_size_on p{
    color: #008FC3;
}

.btnChangeFontSize:nth-child(1) .font_btn{
    font-size: 14px;
}

.btnChangeFontSize:nth-child(2) .font_btn{
    font-size: 16px;
}

.btnChangeFontSize:nth-child(3) .font_btn{
    font-size: 18px;
}

.btnChangeFontSize:nth-child(4) .font_btn{
    font-size: 20px;
}


/*공유*/
.shareModalWrap {
    width: 400px;
}

.modal_title {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

.modal_close {
    float: right;
    width: 20px;
    cursor: pointer;
}

.modal_close img{
    width: 100%;
}

.share_item_sns {
    cursor: pointer;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sns_item {
    text-align: center;
}

.sns_item img {
    margin-bottom: 8px;
}

.sns_item span {
    display: block;
    color: #767676;
    font-size: 13px;
    font-weight: 400;
}
/*공유*/


.recommended {
    display: none;
    position: fixed;
    width: 280px;
    height: 100px;
    top: 35%;
    left: 50%;
    margin-left: -160px;
    z-index: 99999;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    border: 0.5px solid #9D9D9D;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    padding-top: 22px;
}

.recommended span {
    display: block;
    padding-top: 12px;
}

.view_content_item {
    width: 720px;
    min-height: 100px;
    margin: 0 auto;
    border-bottom: 0.5px solid #BFBFBF;
}

.view_content_item .article_content li{
    list-style: disc;
}

.view_content_item {
    width: 720px;
}

.view_content_image {
    width: 720px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.view_content_image imgBox {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.view_content_image imgBox img {
    vertical-align: top;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}

.view_text {
    width: 720px;
    min-height: 100px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
}

.view_text > p {
    text-align: justify;
    margin: 16px 0px 25px 0px;
}
.article_content > p {
    text-align: justify;
    margin: 16px 0px 25px 0px;
}

.contact_wrap{
    width: 100%;
    display: block;
    /*padding: 20px 0;*/
}
.contact_wrap a,
.contact_wrap a:visited {
    /*color: #008FC3;
    font-weight: 700;*/
}

.view_text  a,
.view_text  a:visited {
    color: #0073d5;
    font-weight: 500;
}


.view_text img,
.view_text video,
.view_text embed,
.view_text iframe{
    max-width:100% !important;
}

.view_text .img_area2{
    text-align: center;
}
.view_text .img_area2 .imgBox{
    display: inline-block;
    text-align: left;
    line-height:100%;
}
.view_text .img_area2 .imgBox > img{
    margin-bottom:0;
    border-radius: 0;
}
.view_text .img_area2 .imgBox > .caption,
.view_text .img_area2 .imgBox > .provider{
    color: #888;
    position: relative;
    margin:0;
    background-color: #f7f7f7;
    padding:7px 7px 7px 7px;
    line-height: 1.4em;
    font-size: 13px;
    text-align: left;
}

.view_text .img_area2 .caption > .provider{
    padding:5px 0 0 0;
}

.view_text p.caption{
    margin-bottom: 0;
}
.view_text p.provider{
    margin-bottom: 20px;
}

.view_subscribe {
    width: 720px;
    height: 49px;
    background: #fef8f8;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0px 30px 0px;
}

.view_subscribe > p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #FF7A00;
    padding-left: 20px;
}

.view_btn {
    float: right;
    width: 87px;
    height: 28px;
    background: #FF7A00;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.hashtag {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #1176AA;
    margin-right: 12px;
}

.reporter_name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

/** 재배포금지 **/
.viewArticleReporterWrap{
    width: 720px;
    height: 100px;
    margin: 30px auto 0;
}

.viewArticleReporter {
    width: 720px;
    float: left;
}

.viewCopyright{
    width:320px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    display: inline-block;
    padding-top: 50px;
}

.likeBannerBottom {
    width: 213px;
    box-sizing: border-box;
    float: right;
    border-radius: 5px;
    background-color: #f3f8fb;

    cursor: pointer;
}
/*
.likeBannerWrap {
    width: 49%;
    border:1px solid rgba(0, 143, 195, 0.4);
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    float:left;

}*/
.likeBannerWrap {
    width: 213px;
    box-sizing: border-box;
    position: relative;
    padding: 15px 17px;
    float:left;
}

.likeBannerWrap .viewLikeBanner {
    box-sizing: border-box;
    cursor: pointer;
}

.viewLikeBanner .likeText {
    display: inline-block;

}

.viewLikeBanner .likeText p {
    width: 179px;
    height: 22px;
    color: #4d5256;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.font500 {
    width: 115px;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #1176AA;
}

.fontColorBlue:nth-of-type(2) {
    margin-left: 2px;
}

.viewLikeBanner .likeText span{
    width: 101px;
    height: 22px;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #1176AA;
}

.viewLikeBanner .likeText p {
    width: 179px;
    height: 22px;
    color: #4d5256;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: -0.01em;
    padding-left: 6px;
}

.font500 {
    width: 115px;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #1176AA;
}

.fontColorBlue:nth-of-type(2) {
    margin-left: 2px;
}

.viewLikeBanner .likeText span{
    width: 101px;
    height: 22px;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #1176AA;
}

.viewLikeBanner .heartNum {
    width: 179px;
    margin: 0 auto;
    padding-left: 6px;
}

.viewLikeBanner .heartNum img {
    vertical-align: middle;
    float: right;
    margin-right: 3px;
    margin-top: 4px;
}

.redHeart {
    vertical-align: middle;
    float: right;
    margin-right: 3px;
    width: 15px;
    height: 13px;
    margin-top: 0px;
}

.articleLikeCount {
    float: right;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.01em;
    display: inline-block;
    margin-right: 8px;

}

/*good_news hover*/
.likeBg {
    width: 100%;
    text-align: center;
    background: #292a2b;
    line-height: 74px;
    opacity: 0.8;
    border-radius: 5px;
    display: none;
    position: absolute;
    left: 0;
    top:0;
}


.likeBg p {
    font-size: 17px;
    color:#fff;
}

.likeBg p>img{
    vertical-align: middle;
    margin-bottom: 4px;
}

.likeBannerWrap:hover > .likeBg{
    display: block;

}
.newsLike.greyBanner {
    border: 1px solid #e1e4e6;
}
.likeBannerWrap.greyBanner .likeText p {
    color:#a9afb3;
}
.likeBannerWrap.greyBanner .likeText span {
    color:#a9afb3;
}
.likeBannerWrap.greyBanner .heartNum > span{
    /*font-weight: 700;*/
    /*color:#000;*/
}

.likeBannerWrap.greyBanner > .likeBg {
    display: none;
}

.likeBannerWrap.donateWrap {
    float: right;
}
.likeBannerWrap.donateWrap .viewLikeBanner{
    padding: 20px 15px;
}

.articleInfo{
    margin-top: 15px;
    text-align: left;
}
.viewReporter{
    margin-bottom:6px;
}
.viewBottom{
    width:570px;
}
.viewBottom ul{
    /*margin-bottom:30px;*/
}
.viewBottom li{
    position: relative;
    width:570px;
    height:30px;
    /*padding:18px 0 18px 0;*/
    box-sizing:border-box;
    padding-left: 15px;
    /*border-bottom: 1px solid #ebebeb;*/
}
.viewBottom li:after{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #1891c3;
}
.viewBottom a{
    color: #373737;
    overflow: visible !important;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.viewBottom a:visited{
    color: #373737;
}
.viewBottom a:hover{
    text-decoration: underline;
}
.viewBottom span{
    display: inline-block;
    line-height: 30px;
    width: 550px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:16px;
    font-weight:400;

}
.relatedArticle{
    border-top: 2px solid #dedede;
    width:570px;
    height:68px;
    padding:30px 0 18px 0;
    box-sizing:border-box;
    font-size:18px;
    font-weight:bold;
}
















.view_content{
    width: 625px;
    margin: 15px auto 0;
    overflow:hidden;
}
.view_content .numbering{
    margin-bottom: 15px;
}
.view_content .numbering img{
    float: left;
    width: 65px;
    margin-right: 10px;
    vertical-align: middle;
}
.view_content .numbering span{
    float: left;
    width: calc(100% - 75px);
    line-height: 19px;
    vertical-align: middle;
    -ms-word-break:break-all;
    word-break:break-all;
}

/* 텔레그램 공유 버틈 깨짐 수정 */
.telegramShareIcon .jssocials-share-link{
    width: 40px;
    height: 40px;
}
.textSize{
    width: 40px;
    /*height: 80px;*/
    background-color:#fff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-top:0;
    margin-top: 158px;
    cursor: pointer;
}

.textSize img {
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-left: 8px;
}
#txtZoom{
    height:40px;
    border-bottom: 1px solid #ebebeb;
}
#txtZoom:hover{
    background-color: #f5f5f5;
}
#txtOut{
    height:38px;
    box-sizing: border-box;
}
#txtOut:hover{
    background-color: #f5f5f5;
}
.viewContentArticle{
    width:570px;
    display: block;
    float:right;
}
.viewContentArticle .viewContentVideo iframe{
    max-width:100%;
    max-height:315px;
    height: 100%;
}
.viewContentArticle > .summary p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #828282;
    word-break: break-all;
}
.ArticleBigTitle{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3em;
    word-break: break-all;
}
/*기사본문*/
.viewArticle img{
    max-width: 570px;
    margin: 0 auto;
    display: block;
}
.viewArticle a{
    color: #1919ef;
}

.viewArticle a:visited{
    color: #1919ef;
}
.viewArticle li{
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 12px;
}
.viewArticle > p{
    margin:1em 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    min-height: 1.5em;
}
/* 20210412 기사 가운데 배너 추가 */
.viewArticle .middleBannerArea{
    margin: 25px 0;
}
.imgBox {
    position: relative;
    max-width: 100%;
    border-radius: 10px;
}
.imgBox > img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}
.imgBoxSlide img{
    height:auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.viewContentVideo{
    text-align: center;
    width:570px;
    height:329px;
    /*margin-top:32px;*/
    margin: auto;
}
.viewInfoLeft{
    float: left;
}
.viewInfoLeft > div{
    float: left;
}

.viewInfoTime{
    font-size:14px;
    color:#959595;
}

.recommendListArea {
    width:950px;
    display: inline-block;
}

/* 기사 배너 부분 */
.shareBannerWrap{
    position: relative;
    width: 570px;
    float: right;
    height: 145px;
    background-size: cover;
    background-position: center;
}
.shareBannerWrap .btnGetReword{
    position: absolute;
    left: 50%;
    margin-left: -85px;
    bottom: 15px;
    cursor: pointer;
}
.shareBannerWrap .shareLinkArea{
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: 15px;
}
.shareBannerWrap .shareLinkArea input{
    border: 1px solid #000000;
    width: 210px;
    height: 24px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    line-height: 24px;
    padding-left: 15px;
    background-color: #fffdee;
}
.shareBannerWrap .shareLinkArea span{
    display: inline-block;
    height: 28px;
    vertical-align: bottom;
    margin-left: -4px;
    cursor: pointer;
    width: 60px;
    background: #000;
    color:#FFF400;
    border-radius: 0 50px 50px 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-size: 12px;
}
.shareBannerWrap .shareLinkArea span:active{
    background: #000;
    opacity: 0.5;
    font-weight: 700;
    /*opacity: 0.9;*/
}
.shareBannerWrap .toastPopup {
    width: 223px;
    height: 38px;
    background: #4f95d0;
    border-radius: 4px;
    position: absolute;
    top: -35%;
    left: 50%;
    margin-left: -112px;
}
.shareBannerWrap .toastPopup p{
    font-size: 14px;
    color:#fffdee;
    line-height: 38px;
    text-align: center;
}


/* 공유 링크 본인인증 팝업 */
#certificationModalWrap .popup{
    margin-left: -150px;
}
.popupCertification{
    margin-top: 165px;
}
.popupCertification .popupClose{
    margin-bottom: 10px;
}
.popupCertification .popupClose img{
    cursor: pointer;
}
.popupCertification .content{
    width: 300px;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
}
.popupCertification .header{
    padding-top: 70px;
}
.popupCertification .header h1{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}
.popupCertification .certificationWrap{
    text-align: center;
}
.popupCertification .certificationWrap p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.35em;
    font-weight: 400;
}
.popupCertification .certificationWrap span{
    display: inline-block;
    width: 170px;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    color: #ffffff;
    background-color: #333333;
}
/*contributor*/
.view_content_item .contributorList{
    margin-top: 10px;
}
.viewContentArticle .contributorList + .contributorList{
    margin-top: 10px;
}
.viewContentArticle .contributorThumb{
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    vertical-align: middle;
}
.viewContentArticle .contributorThumb img{
    width: 55px;
    height: 55px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.viewContentArticle .contributeBy{
    display: inline-block;
    width:calc(100% - 70px);
    vertical-align: middle;
}
.viewArticleInfo{
    display: inline-block;
    vertical-align: middle;
}
.viewContributorInfoDetail{
    display: inline-block;
    color: #5f5f5f;
}
.viewContentArticle .contributeBy a{
    text-decoration: none;
}
.viewContentArticle .contributeBy a:visited{
    color: #1891c3;
}
.viewContentArticle .contributeBy span{
    font-weight: 500;
    color: #1891c3;
}
.viewContentArticle .contributeBy p{
    margin-top: 5px;
}

.viewRow{
    position: relative;
    margin:20px 0;
    -webkit-touch-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.viewWriter{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-weight: 500;
}
/*contributor end*/




.viewArticle{
    width:570px;
    overflow:hidden;
    font-size: 16px;
    line-height: 1.5em;
    word-break: break-all;
}
.viewArticle ol{
    padding-left:28px;
}
.viewArticle ol li{
    list-style-type: decimal;
}
.viewArticle ul{
    padding-left: 28px;
}
.viewArticle li{
    list-style: disc;
}
.viewArticle .subscriptionInArticle{
    width:570px;
    height:44px;
    padding: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    color: #008fc3;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #008fc3;
}
.viewArticle .subscriptionInArticle span{
    float:right;
    margin-right:4px;
    font-size:14px;
    width:80px;
    height:25px;
    line-height:25px;
    text-align: center;
    border-radius: 4px;
}

.view_textReporter{
    width:570px;
    margin:20px 0 20px 0;
    color: #959595;

}

/*view*/

.articleImgArea {
    overflow: hidden;
}

.articleImgArea #imgBoxSlide {
    width: 2432px;
    padding-bottom: 0%;
    overflow: hidden;
    transform: translate3d(-608px, 0px, 0px);
    max-height: 358px;
}
#imgBoxSlide > li{
    position: relative;
    height:358px;
    float: left;
    text-align: center;
}
.imgBoxSlide > li > img {
    max-width: 570px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*max-height: 358px;*/
    margin: auto;
}
.articleImgArea #imgBoxSlide img {
    /*viewpage상단 이미지슬라이드*/
    max-width:570px;
    max-height: 308px;
    margin: 0 auto;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*max-height: 358px;*/
    /*max-width: 400px;*/
    margin: auto;
}
.articleImgArea .imgBox {
    position: relative;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    height:auto;
    overflow: hidden;
}
.articleImgArea .nextImg,
.articleImgArea .prevImg {
    position: absolute;
    top:50%;
    margin-top: -81px;
    width: 33px;
    height: 100px;
    text-align: center;
    z-index: 3;
    background-color: rgba(0,0,0,.3);
    cursor: pointer;
}
.captionWrap {
    position:absolute;
    bottom:0px;
    height:50px;
    line-height:26px;
    box-sizing:border-box;
    padding:14px 15px 10px 15px;
    display:block;
    overflow:hidden;
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overow: ellipsis;
    text-align: left;
    background-color:rgba(0,0,0,0.4);
    color:#fff;
    font-size:14px;
    font-weight:400;
}
.captionWrapText{
    text-align: left;
    position:absolute;
    bottom: 0;
    line-height: 1.6em;
    box-sizing:border-box;
    padding:10px 15px 10px 15px;
    display:block;
    overflow:hidden;
    width:100%;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}
.captionNone{
    display: none;
}
.articleImgArea .nextImg {
    right: 0;
}
.articleContent p img {
    max-width: 100%;
    height: auto;
}
.articleContent p img[alt="The Conversation"] {
    width: 1px;
    height: 1px;
}
.articleContent p > ul li {
    margin-left: 1.5em;
}
.articleContent blockquote {
    margin-left: 1.5em;
}
.pagenation{
    position: relative;
    width:51px;
    height:50px;
    bottom: 50px;
    right:-549px;
    text-align: center;
    z-index: 4;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    background-color:#000;
    opacity:0.5;
    line-height:20px;
    padding:16px 0;
    box-sizing:border-box;
}
.currentSlide{
    width:50px;
    font-size:12px;
    font-weight:bold;
    color: #fff;
    text-align:center;
}
.viewBottom a{
    font-size:16px;
    font-weight:400;
    text-decoration:none;
    color:#121212;
    overflow:hidden;
    display:block;
    height:17px;
}
.viewBottom a:hover{
    text-decoration:underline;
}
.viewBottom li{
    /*border-bottom:1px solid #ebebeb;*/
    overflow:hidden;
}


/*로그인 후 기사보기*/
.articleCover{
    margin-top: 15px;
    background-color: #f4f4f4;
    padding:25px;
    text-align: center;
}
.articleCover p{
    font-size: 16px;
    line-height: 1.5em;
}
.articleCover span{
    font-weight: bold;
    color: #1891c3;
}
.articleCoverBottom{
    margin-top: 20px;
    overflow: hidden;
}
.articleCoverBottom a{
    text-decoration: none;
}
.articleCoverLogin{
    margin-right:20px;
}
.articleCoverLogin span{
    color: #fff;
    font-weight: 500;
    padding:5px 0;
    font-size: 16px;
}
.articleCoverJoin span{
    display: block;
    color: #373737;
    font-weight: 500;
    padding:5px 0;
    background-color: #f9f9f9;
    font-size: 16px;
}
.articleCoverBottom > div{
    float: left;
    width:250px;
    height:36px;
}
/*로그인 후 기사보기 끝*/


/*로그인 후 댓글 달기*/
.loginCommentWrap{
    margin: 0 auto;
    overflow: hidden;
    width:570px;
    padding: 25px 0 30px;
    border-top: 1px solid #dedede;
}
.loginCommentImg{
    float: left;
    width: 55px;
}
.loginCommentImg img{
    width:40px;
    height:40px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.loginCommentContent{
    float: left;
    width:515px;
    overflow: hidden;
}
.loginCommentText{
    width: 100%;
    height: 105px;
    padding: 10px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}
.loginCommentBtn{
    /*float: right;*/
    overflow: hidden;
    margin:13px 0;
}
.loginCommentBtn span{
    float: right;
    width:100px;
    padding:8px 0;
}

/** related_article **/
.related_article {
    width: 720px;
    height: auto;
    margin: 30px auto 30px;
    overflow: hidden;
}

.related_article_title {
    width: 720px;
    height: 25px;
    margin-bottom: 15px;
}

.title_text {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.015em;
}

.title_text_view {
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    text-align: right;
    letter-spacing: -0.015em;
}

.related_article_item {
    width: 720px;
    height: auto;
}

.related_article_item > ul > li {
    width: 720px;
    height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.related_article_item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

/** category_article **/
.category_article {
    width: 720px;
    height: 200px;
    margin: 0 auto;
}

.category_article_title {
    width: 720px;
    height: 23px;
    margin-bottom: 15px;
}

.category_article_item {
    width: 720px;
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.category_article_image {
    width: 160px;
    height: 100px;
    border: 0.5px solid #E9E9E9;
    border-radius: 5px;
}

.category_article_image > a > img {
    width: 160px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
}

.category_article_text {
    width: 148px;
    height: 42px;
    margin: 0 auto;
}

.category_article_text > a > p {
    width: 148px;
    height: 38px;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding-top: 3px;
    -webkit-box-orient: vertical;
}

/** 이벤트 **/
.publish_hlink_event {
    width: 570px;
    height: 162px;
    margin: 30px auto 0;
    background-color: #eee;
}

.publish_hlink_event > a > img {
    width: 570px;
    height: 162px;
    border-radius: 5px;
}

.middle {
    float: left;
}

.content {
    width: 950px;
    height: auto;
    margin-top: 0;
}

.bottom_event {
    margin-top: 100px;
}




/* View Header Start */

.view_header_wrap {
    width: 1280px;
    height: 105px;
    margin: 0 auto;
}

/** view_header_top **/
.view_header_top {
    width: 1280px;
    height: 60px;
    padding-top: 17px;
    position: fixed;
    background-color: #fff;
    z-index: 99;
}

.view_header_top_left {
    width: 205px;
    height: 25px;
    float: left;

    margin-top: 3px;
}

.view_header_top_left_item {
    width: 25px;
    height: 25px;
    float: left;
}

.view_header_top_left_item > a > img {
    width: 25px;
    height: 25px;
}

.view_header_top_left > a > img {
    width: 168px;
    height: 25px;
    float: right;
}

/** view_header_top_middle **/
.view_header_top_middle {
    width: 720px;
    height: 23px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.01em;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 40px;

    margin-top: 3px;
}

/** view_header_top_right **/
.view_header_top_right {
    float: right;

    margin-top: -4px;
}

.view_search_item {
    width: 300px;
}

#form_search {
    position: relative;
    float: right;
}

.view_search_text {
    background: rgba(17, 118, 170, 0.1);
    border-radius: 30px;
    width: 184px;
    height: 32px;
    border: none;
    margin-left: 10px;
}

.search_image {
    position: absolute;
    top: 20%;
    left: 82%;
}

.view_news_report {
    float: right;
    width: 82px;
    height: 30px;
    text-align: center;
    background: #FEAA2A;
    border-radius: 30px;
    margin-top: 4px;
    padding-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    /*
    float: right;
    width: 69px;
    height: 25px;
    text-align: center;
    background: #FEAA2A;
    border-radius: 30px;
    margin-top: 2px;
    padding-top: 3px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;*/
}

/** 서브 헤더 네비 **/
.view_header_top_sub_nav_wrap {
    position: absolute;
    width: 1280px;
    height: 350px;
    top: 63px;
    left: 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    z-index: 99;
    /*display: none;*/
}

.view_header_top_left_item:hover .view_header_top_sub_nav_wrap {
    display: block;
}

.view_header_top_sub_nav {
    width: 990px;
    min-height: 300px;
    margin: 20px auto 0;
    line-height: 1;
}

.view_header_top_sub_nav_title {
    padding-right: 65px;
    float: left;
}

.view_header_top_sub_nav_title:nth-of-type(9) {
    padding-right: 0px;
}

.line_li {
    width: 1px;
    height: 310px;
    display: inline-block;
    border: 1px solid #D1D1D1;
}

.line_li div {
    width: 1px;
}

.sub_nav_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
}

.sub_nav_title > img {
    width: 11px;
    height: 8px;
    margin-left: 5px;
    margin-bottom: 2px;
}

.point_text_1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FF7A00;
}

.point_text_2 {
    background: #FF7A00;
    width: 14px;
    height: 14px;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 2px 4px;
}

.sub_heading {
    margin-top: 15px;
}

.sub_heading > li {
    padding-bottom: 14px;
}

.sub_heading > li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

/** progress **/
.view_header_middle {
    position: fixed;
    top: 60px;
    z-index: 10;
    width: 1280px;
    background-color: #F1F1F1;
}

.progress-container {
    width: 100%;
    height: 4px;
    background: #CCCCCC;
}

.progress-container .progress-bar {
    width: 0;
    height: 4px;
    background: #1176AA;
}


/** view_header_bottom **/
.view_header_bottom {
    width: 1280px;
    height: 40px;
    padding-top: 75px;

}

.view_header_bottom > ul {
    display: flex;
}

.view_header_bottom > ul > li {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-right: 20px;
}

.view_header_bottom > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}

/* View Header End */

.linkWidget {
    width: 720px;
    margin-left: 115px;
}

.popupLogin.popupCertification_view .loginFormWrap .afterLogin span{
    color: #cb3c3c;
    line-height: 1.4em;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
}

.popupCertification_view{
    width: 400px;
}

/*    로그인 팝업*/
.popup .popupLogin .content{
    width: 100%;
}


/* 기사 스탬프 */
.article_stamp_wrap {
    width: 720px;
    margin: 30px auto 0;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 28px;
}



.article_stamp_wrap .stamp_item{
    position: relative;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    width: 110px;
    height: 82px;
    padding: 16px;
    display: inline-block;
    text-align: center;
    color: #767676;
    letter-spacing: -0.35px;
    background: #fff;
    cursor: pointer;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none

}

.article_stamp_wrap .stamp_item .stamp_num{
    color: #999;
    letter-spacing: -0.35px;
    margin: 8px auto 0 auto;
    display: inline-block;
}

.article_stamp_wrap .stamp_like{
    margin-right: 8px;
    display: inline-block;
}

.article_stamp_wrap .stamp_like .stamp_num{
    padding-left: 24px;
    background: url("/assets/images/tokenpost_new/common_new/heart_off.svg")center left no-repeat;
}

.article_stamp_wrap .stamp_daily .stamp_num{
    padding-left: 28px;
    background: url("/assets/images/tokenpost_new/common_new/stamp_off.svg")center left no-repeat;
}

.article_stamp_wrap .stamp_item.stamp_on .stamp_num{
    color: #000;
}


.article_stamp_wrap .stamp_daily.stamp_on{
    border: 1px solid #8D66FF;
    background: #F5F0FF;
    color: #000;
}

.article_stamp_wrap .stamp_daily.stamp_on .stamp_num{
    padding-left: 28px;
    background: url("/assets/images/tokenpost_new/common_new/stamp_on.svg")center left no-repeat;
}

.article_stamp_wrap .stamp_like.stamp_on{
    border: 1px solid #F65252;
    background: #FFF2F2;
    color: #000;
}

.article_stamp_wrap .stamp_like.stamp_on .stamp_num{
    padding-left: 22px;
    background: url("/assets/images/tokenpost_new/common_new/remote_control_icon4_on.svg")center left no-repeat;
    background-size: 18px;
}


.stamp_list_wrap{
    background: #f1f1f5;
    border-radius: 10px;
    display: inline-flex;
    width: calc(100% - 122px);
    vertical-align: top;
}

.stamp_none_txt{
    text-align: center;
    color: #999;
    font-size: 13px;
    letter-spacing: -0.325px;
    padding-top: 8px;
    width: 100%;
}


.article_stamp_contents{
    width: calc(100% - 110px);
    padding: 14px 16px 2px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stamp_contents_item{
    width: 220px;
    display: inline-block;
}

.stamp_contents_item img{
    vertical-align: middle;
    margin-right: 4px;
}
.stamp_contents_item p{
    color: #767676;
    letter-spacing: -0.35px;
    display: inline-block;
    vertical-align: middle;
}

.stamp_contents_item .my_nickname{
    font-weight: 700;
    color: #111111;
}

.article_stamp_time{
    float: right;
    margin-top: 1px;
}


/* 기사 스탬프  끝*/






/*선물박스*/
.fix_gift_item{
    display: none;
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 10%;
    right: calc(50% - 320px);
    z-index: 99;
    background: #fff;
    box-shadow: 2px 2px 3px 2px #00000038;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
}

.fix_gift_item .gift_gif{
    width: 90%;
    border-radius: 50%;
}

.fix_gift_item .header_sub_modal{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    border-radius: 25px;
    padding: 7px;
}


.fix_gift_item .header_sub_modal .arrow {
    position: absolute;
    top: 27px;
    left: 50%;
    transform: rotate(180deg) translate(0, 0);
}

.fix_gift_modal{
    width: 340px;
    text-align: center;
    overflow: hidden;
    padding: 0;
}

.fix_gift_modal .modal_bottom{
    padding: 12px 24px 24px 24px;
    background: #fff;
}

.fix_gift_modal .modal_title_wrap{
    padding: 24px 24px 12px 24px;
    text-align: left;
}

.fix_gift_sub_title p{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.7px;
}

.fix_gift_sub_title p:last-child{
    color: #4294FF;
    font-weight: 900;
    font-size: 20px;
}


.fix_gift_modal .modal_content .swiper-slide{
    height: 160px;
    margin-top: 20px;
    overflow: hidden;
}

.fix_gift_modal .modal_content .gift_modal_product{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.fix_gift_modal .modal_bottom_close{
    width: 100%;
}

/*선물박스 A,C 안 컨탠츠 full 배경 */
.fix_gift_modal_fullBG .fix_gift_sub_title{
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translate(-50%, 0);
}


.fix_gift_modal_swiper{
    background: url("/assets/images/tokenpost_new/list_new/firecracker.gif") center center no-repeat;
    background-size: 100%;
}

.fix_gift_modal_3 .modal_content{
    padding: 40px 24px 12px 24px;
}

/*선물박스 끝*/


/*기사 상세 펑크폴*/
.view_punkPol_wrap{
    border-radius: 10px;
    background: #E6F1FF;
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.view_punkPol_item{
    display: flex;
    align-items: center;
}

.view_punkPol_item .mission_reward{
    background: #fff;
    border-radius: 4px;
    padding: 2px 8px;
    width: fit-content;
    height: 25px;
    display: flex;
    margin-top: 4px;
}
.view_punkPol_wrap .powerd_txt{
    font-size: 10px;
    letter-spacing: -0.25px;
    color: #767676;
    margin-top: 16px;
}

.view_punkPol_item .mission_reward p{
    line-height: initial;
}

.view_punkPol_title{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.view_punkPol_title span{
    color: #2F80EB;
}

.view_punkPol_img img{
    min-width: 52px;
    margin-right: 16px;
    vertical-align: middle;
}

.view_punkPol_right_item{
    text-align: right;
}

.view_punkPol_wrap .new_btn02{
    width: 80px;
    height: 32px;
    padding: 0;
}


/*기사 상세 펑크폴 끝*/






@media all and (max-width: 1399px) {

    #middle {
        width: 640px;
        min-width: 640px;
        /*float: left;*/
    }

    .view_left_wrap {
        width: 640px;
        height: auto;
    }

    .view_left {
        width: 640px;
        height: auto;
        float: left;
    }

    #view {
        background-color: #fff;
        width: 640px;
        height: auto;
        margin: 0 auto;
        /*overflow: hidden;*/
        float: left;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .view_left_item {
        width: 640px;
        height: auto;
        margin: 0 auto;
        /*float: left;*/
    }
    /*-------------article/view--------------*/

    /** view_blockchain **/

    .view_blockchain {
        width: 536px;
        min-height: 30px;
        margin: 0 auto;
    }
    .view_blockchain_item {
        min-width: 140px;
        display: inline-block;
        padding-top: 3px;
    }

    .color_orange {
        background: #FEAA2A;
        border-radius: 30px;
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
        padding: 1.5px 7px;
    }

    /** 추천 **/
    .link_item {
        min-width: 200px;
        min-height: 30px;
        float: right;
        padding-top: 4px;
    }



    .link_tags {
        float: right;
        width: 250px;
        font-weight: 400;
        font-size: 12px;
        line-height: 30px;
        letter-spacing: -0.01em;
        text-decoration-line: underline;
        margin-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .view_title {
        width: 535px;
        margin: 15px auto 15px 85px;
        min-height: 120px;
        line-height: 30px;
        padding-top: 2px;
        box-sizing: border-box;
        border-bottom: 0.5px solid #BFBFBF;
    }

    .view_title_top {
        width: 535px;
        min-height: 36px;
    }

    .view_top_title {
        font-weight: bold;
        font-size: 20px;
        margin-top: 9px;
        display: inline-block;
    }

    .view_title_bottom {
        width: 535px;
        min-height: 36px;
        margin: 18px 0px 10px 0px;
    }


    .view_title_bottom_image {
        width: 370px;
        height: 37px;
    }


    .view_day > p {
        font-weight: 400;
        font-size: 12px;
        line-height: 30px;
        color: #6C6C6C;
    }

    /** 댓글 **/
    .view_number_bottom_right{
        float: right;
        display: flex;
        font-weight: 400;
        font-size: 12px;
        line-height: 30px;
        color: #646464;
    }

    .view_number_bottom_right_comment{
        display: inline-block;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .viewLike {
        display: inline-block;
        font-weight: 400;
        font-size: 12px;
        line-height: 30px;
        color: #646464;
        cursor: pointer;
    }

    .viewLike img {
        float: left;
        margin-top: 9px;
        width: 15px;
        height: 13px;
        margin-right: 5px;
    }

    .contributor {
        width: 540px;
        margin: 0 auto;
        padding: 10px 0px;
        margin-left: 85px;
    }

    .contributor_item {
        width: 100%;
        min-height: 45px;
        /*display: flex;*/
        align-items: baseline;
    }

    .contributor_item_image {
        width: 32px;
        height: 32px;
        float: left;
    }

    .contributor_item_image img {
        width: 32px;
        height: 32px;
        margin-top: 4px;
        border-radius: 50px;
    }

    .contributor_item_text {
        float: left;
        height: 40px;
        margin-left: 5px;
        width: 85%;
    }

    .contributor_item_text span {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #1176AA;
    }

    .contributor_item_text p {
        font-weight: 400;
        font-size: 12px;
        line-height: 23px;
    }

    .view_blue_line {
        width: 536px;
        min-height: 35px;
        margin: 15px auto 15px 85px;
    }

    .view_blue_line_text {
        width: 100%;
        min-height: 20px;
        border-left: 3px solid #1176AA;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4;
        color: #000000;
        padding-left: 5px;
        margin-top: 5px;
    }


    /** 메인 **/
    .view_content_item {
        width: 540px;
        min-height: 1000px;
        border-bottom: 0.5px solid #BFBFBF;
        margin-left: 85px;
    }

    .view_content_image {
        max-width: 100%;
        width: 520px;
    }

    .view_text {
        width: 540px;
        height: auto;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: -0.01em;
    }

    .view_subscribe {
        width: 540px;

    }

    .view_subscribe > p {
        font-size: 14px;
        padding-left: 15px;
    }

    .view_btn {
        float: right;
        width: 69px;
        height: 23px;
        background: #FF7A00;
        border-radius: 5px;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: -0.01em;
        color: #FFFFFF;
        border: none;
        cursor: pointer;
    }


    /** 재배포금지 **/
    .viewArticleReporterWrap{
        width: 540px;
        height: 100px;
        margin: 30px auto 0 85px;
    }

    .viewArticleReporter {
        width: 540px;
        float: left;
    }

    .viewCopyright{
        width: 300px;
        font-weight: 500;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: -0.01em;
        display: inline-block;
        padding-top: 50px;
    }


    .likeBg > p {
        font-size: 17px;
        color:#fff;
        width: 100%;
    }

    .imgBox {
        position: relative;
        max-width:100%;
        border-radius: 0;
    }
    .imgBox img{
        margin: 0 auto;
        max-width: 100%;
        border-radius: 0;
    }
    .imgBoxSlide img{
        max-width: 570px;
        height:auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .viewContentVideo{
        text-align: center;
        width:478px;
        height:329px;
        /*margin-top:32px;*/
        margin: auto;
    }

    .recommendListArea {
        width:640px;
    }


    /*contributor end*/



    /*view*/

    .articleImgArea {
        overflow: hidden;
        width: 520px;
    }

    .articleImgArea #imgBoxSlide img {
        /*viewpage상단 이미지슬라이드*/
        max-width:520px;
        max-height: 327px;
        margin: 0 auto;

        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*max-height: 358px;*/
        /*max-width: 400px;*/
        margin: auto;
    }
    .articleImgArea .imgBox {
        position: relative;
        text-align: center;
        max-width:520px;
        max-width: 100%;
        margin: 0 auto;
        height:auto;
        overflow: hidden;
    }

    .imgBox > img {
        max-width: 100%;
        border-radius: 10px;
    }

    .captionWrapText{
        text-align: left;
        position:absolute;
        bottom: 0;
        line-height: 1.6em;
        box-sizing:border-box;
        padding:10px 15px 10px 15px;
        display:block;
        overflow:hidden;
        width:100%;
        background-color: rgba(0,0,0,0.4);
        color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    /*로그인 후 댓글 달기*/
    .loginCommentWrap{
        overflow: hidden;
        width: 545px;
        padding: 25px 0 30px;
        border-top: 1px solid #dedede;
        /*float: right;*/
        margin-left: 86px;
    }

    .loginCommentContent{
        float: left;
        width:488px;
        overflow: hidden;
    }


    /** related_article **/
    .related_article {
        width: 540px;
        height: auto;
        overflow: hidden;
        margin: 35px auto 30px 85px;
    }

    .related_article_title {
        width: 540px;
        height: 25px;
        margin-bottom: 15px;
    }

    .title_text {
        font-weight: 700;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.015em;
    }


    .related_article_item {
        width: 530px;
        height: auto;
    }

    .related_article_item > ul > li {
        width: 530px;
        height: 22px;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.01em;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }



    /** category_article **/
    .category_article {
        width: 540px;
        height: 200px;
        margin: 5px auto 0 85px;
    }

    .category_article_title {
        width: 540px;
        height: 23px;
        margin-bottom: 15px;
    }

    .category_article_item {
        width: 540px;
        height: 200px;
        display: flex;
        justify-content: space-between;
    }

    .category_article_image {
        width: 169px;
        height: 103px;
        border: 0.5px solid #E9E9E9;
        border-radius: 5px;
    }

    .category_article_image:nth-of-type(4) {
        display: none;
    }

    .category_article_image > a > img {
        width: 169px;
        height: 103px;
    }

    .category_article_text {
        width: 159px;
        height: 42px;
        margin: 0 auto;
    }

    .category_article_text > a > p {
        width: 159px;
        height: 38px;
        font-weight: 700;
        font-size: 12px;
        line-height: 17px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        padding-top: 3px;
        text-align: center;
        -webkit-box-orient: vertical;
    }

    /** 이벤트 **/
    .publish_hlink_event {
        width: 540px;
        height: 153px;
        margin: 30px auto 0 85px;
        background-color: #eee;
    }

    .publish_hlink_event > a > img {
        width: 540px;
        height: 153px;
        border-radius: 5px;
    }


    .content {
        width: 640px;
        height: auto;
        margin-top: 0;
    }


    /* View Header Start */
    .view_header_wrap {
        width: 970px;
        height: 105px;
        margin: 0 auto;
    }

    /** view_header_top **/
    .view_header_top {
        width: 970px;
        height: 60px;
        padding-top: 17px;
        position: fixed;
        background-color: #fff;
        z-index: 99;
    }

    .view_header_top_left {
        width: 185px;
    }


    .view_header_top_left > a > img {
        width: 150px;
        height: 22px;
        float: right;
    }

    /** view_header_top_middle **/
    .view_header_top_middle {
        width: 480px;
        height: 20px;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.01em;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-left: 40px;

        margin-top: 3px;
    }

    /** view_header_top_right **/
    .view_header_top_right {
        float: right;
        margin-top: 0px;
    }

    .view_search_item {
        width: 230px;
    }


    .view_search_text {
        background: rgba(17, 118, 170, 0.1);
        border-radius: 30px;
        width: 150px;
        height: 23px;
        border: none;
        margin-top: 1px;
        margin-left: 10px;
    }


    .view_news_report {
        float: right;
        width: 66px;
        height: 25px;
        text-align: center;
        background: #FEAA2A;
        border-radius: 30px;
        margin-top: 2px;
        padding-top: 2px;

        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        color: #FFFFFF;


    }

    /** 서브 헤더 네비 **/
    .view_header_top_sub_nav_wrap {
        width: 970px;
    }


    .view_header_top_sub_nav {
        width: 930px;
        padding-left: 20px;
    }

    .view_header_top_sub_nav_title {
        padding-right: 62px;
        float: left;
    }


    .line_li {
        height: 295px;
    }

    .sub_nav_title {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
    }


    .sub_heading > li > a {
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
    }

    /** progress **/
    .view_header_middle {
        width: 970px;
    }


    /** view_header_bottom **/
    .view_header_bottom {
        width: 970px;
    }

    .view_header_bottom > ul > li {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        margin-right: 20px;
    }

    .view_header_bottom > ul > li > a {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }

    /* View Header End */

    .linkWidget {
        width: 540px;
        margin-left: 86px;
    }




    /* 기사 스탬프*/
    .article_stamp_wrap{
        width: 540px;
        margin: 35px auto 30px 85px;
    }

    .article_stamp_contents {
        width: calc(100% - 110px);
        padding: 14px 16px 2px 16px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .stamp_contents_item:nth-of-type(n+3){
        display: none;
    }

    .stamp_contents_item{
        width: 100%;
        margin-bottom: 12px;
    }


    .view_punkPol_title{
        font-size: 14px;
    }



}




