@charset "utf-8";

#view {
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
}

.article_content_wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 985px;
    margin: 0 auto;
    padding: 40px 0;
}

/*-------------article/view--------------*/
/** view_blockchain **/
.view_blockchain {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.view_blockchain_item {
    min-width: 200px;
    display: inline-flex;
    gap: 4px;
    flex-wrap: wrap;
}

.view_blockchain_item a {
    display: inline-block;
}

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

.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{
    flex: 0 0 auto;
}

.link_item_on_chain{
    display: inline-block;
    vertical-align: middle;
    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: 100%;
    margin: 0 auto;
    /*min-height: 140px;*/
    /*line-height: 30px;*/
    /*padding-top: 2px;*/
    /*box-sizing: border-box;*/
    /*border-bottom: 0.5px solid #BFBFBF;*/
    margin-bottom: 24px;
}

.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;
    margin-right: 8px;
}

.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 {
    min-height: 36px;
}


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

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

.view_title_bottom_left {
    min-height: 30px;
    /*float: left;*/
}

.view_title_bottom_image_box {
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 50px;
    margin-right: 8px;
}

.view_title_bottom_image{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

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

.view_title_bottom_name {
    position: relative;
    color: #767676;
    /*max-width: 100px;*/
    font-weight: 400;
    font-size: 14px;
    padding-right: 6px;
    margin-right: 6px;
}

.view_title_bottom_name::before{
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 12px;
    background: #EBEBF0;
}

.view_day {
    font-weight: 400;
    font-size: 14px;
    color: #BBB;
    letter-spacing: -0.35px;
}

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

.view_number_bottom_right_comment {
    margin-right: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

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

.viewLike img,
.view_number_bottom_right_comment img{
    margin-right: 4px;
}

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

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


/** 리모컨 **/
#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;
    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;
}

.view_content_image {
    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 {
    min-height: 100px;
    font-weight: 400;
    font-size: 17px;
    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;
    color: #111;
}
.article_content table.article_content_table {
    border-collapse: collapse;
}
.article_content table.article_content_table td,
.article_content table.article_content_table th{
    border: 1px solid #000000;
}

.view_content_item ol{
    padding-left: 20px;
}
.view_content_item ol li{
    list-style-type: decimal;
}
.view_content_item ul{
    padding-left: 20px;
}
.view_content_item ul li{
    list-style: disc;
    margin-bottom: 8px;
    line-height: 1.2em;
}
.contact_wrap{
    width: 100%;
    display: block;
    /*padding: 20px 0;*/
}

.contact_wrap .article_content_link{
    display: flex;
}

.contact_wrap .article_content_link a,
.contact_wrap .article_content_link a:visited,
.contact_wrap .article_content_link span{
    position: relative;
    color: #4294FF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.425px;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.contact_wrap .article_content_link a::before,
.contact_wrap .article_content_link span::before{
    content: '';
    position: absolute;
    top: 5px;
    right: -1px;
    width: 1px;
    height: 16px;
    background: #EDEDED;
}

.contact_wrap .article_content_link a:last-child::before,
.contact_wrap .article_content_link span:last-child::before{
    width: 0;
}

.article_tag{
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

.article_tag span{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.325px;
    padding: 0 8px;
    border-radius: 20px;
    border: 1px solid #4294FF;
    color: #4294FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    margin: 0 8px 8px 0;
}

.view_text a,
.view_text a:visited {
    color: #4294FF;
    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 > .caption,
.view_text .img_area2 .imgBox > .provider{
    color: #767676;
    position: relative;
    margin:12px 0 4px 0;
    text-align: left;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: -0.35px;
    font-size: 14px;
}

.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 {
    height: 49px;
    background: #FFF0D4;
    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: 14px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #F90;
    padding-left: 20px;
}

.view_btn {
    float: right;
    width: 80px;
    height: 32px;
    background: #F90;
    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{
    margin: 40px 0;
}

.viewCopyright{
    font-size: 14px;
    color:  #767676;
    font-weight: 400;
    letter-spacing: -0.35px;
    text-align: left;
}

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

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

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

.viewContentVideo {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 비율 (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.viewContentVideo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 0;
}



.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%;
    border-radius: 10px;
}
.imgBoxSlide img{
    height:auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.viewInfoLeft{
    float: left;
}
.viewInfoLeft > div{
    float: left;
}

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

.recommendListArea {
    width:100%;
    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;
}
/*로그인 후 기사보기 끝*/


/*로그인 후 댓글 달기*/
.paging_v2{
    width: 100%;
    min-width: auto;
}

.pagingV3_section{
    margin: 40px 0;
}

.article_comment_wrap{
    display: none;
}
.commentListWrap .commentList{
    display: block ;
}
.loginCommentWrap{
    margin: 0 auto;
    overflow: hidden;
    width:570px;
    padding: 25px 0 30px;
}
.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 {
    color: var(--gray-gray-09, #767676);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.4px;
}

.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:100%;
    margin: 40px auto 0;
    border-radius: 10px;
    display: flex;
}

.article_stamp_btns{
    display: inline-flex;
}

.article_stamp_btns .stamp_item{
    position: relative;
    width: 150px;
    height: 82px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #767676;
    letter-spacing: -0.35px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    border-right: 1px solid #EDEDED;
    -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 .stamp_num{
    padding-left: 28px;
    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;
    background-size: 24px;
}

.article_stamp_wrap .stamp_item.stamp_on,
.article_stamp_wrap .stamp_item.stamp_on .stamp_num{
    color: #111;
}

.article_stamp_wrap .stamp_daily{
    border-right: 1px solid #fff;
}

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

.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;
    background-size: 24px;
}

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

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


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

.stamp_list_wrap::after{
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 1px;
    height: 54px;
    background: #EBEBF0;
}

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


.article_stamp_wrap .bubble_item{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: max-content;

    background: #4294FF;
    border-radius: 4px;
    padding: 4px 10px;
    z-index:10;
}
.article_stamp_wrap .bubble_item .arrow{
    position: absolute;
    top: 90%;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0%) rotate(60deg);
}
.article_stamp_wrap .bubble_item p{
    color: #fff;
    letter-spacing: -0.3px;
    font-size: 12px;
}

.article_stamp_contents{
    width: 100%;
    padding: 12px 16px ;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.stamp_contents_item{
    width: calc(100% / 2 - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stamp_contents_item:nth-child(-n+2){
    margin-bottom: 12px;
}

.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: 400;
    font-size: 14px;
    color: #767676;
    letter-spacing: -0.35px;
}

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

.article_stamp_wrap .stamp_comment{
    border-radius: 10px 0 0 10px;
}

.article_stamp_wrap .stamp_comment_num{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.35px;
}

.article_stamp_wrap .stamp_comment_num img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.article_stamp_wrap .stamp_scrap_btn{
    margin-top: 7px;
    line-height: 0;
}

.article_stamp_wrap .stamp_scrap_btn img{
    width: 24px;
    height: 24px;
}


.article_stamp_wrap .stamp_scrap.stamp_on{
    border: 1px solid #4294FF;
    background: #E6F1FF;
}

/* 기사 스탬프  끝*/




/*선물박스*/
.fix_gift_item{
    display: none;
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 10%;
    right: calc(50% - 200px);
    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;
}


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


/*기사 오른쪽 영역*/
.article_right_wrap{
    width: 300px;
    /*height: 1000px;*/
    position: sticky;
    top: 85px;
    /*right: 0;*/
    overflow: hidden;
}

.article_contents{
    width: calc(100% - 340px);
    padding: 0 40px;
    max-width: 625px;
}

.article_title{
    position: relative;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    max-width: 1216px;
}

.article_title.first_title{
    margin-top: 0;
}

.article_title .more_link{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.4px;
    cursor: pointer;
    color: #767676;
}

/*많이본 기사*/
.article_popular_news{
    position: relative;
    overflow: hidden;
    display: block;
    width: 300px;
    background: #fff;
}


.article_popular_news .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
}

.article_popular_news .article_popular_news_item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #EDEDED;
    padding: 16px 0;

}

.article_popular_news .article_popular_news_item:last-child{
    border-bottom: 0;
}

.article_popular_news .article_popular_news_item:first-child{
    padding-top: 0;
}

.article_popular_news_item_img {
    border-radius: 5px;
    border: 0.5px solid #E9E9E9;
    margin: 0 8px;
    width: 72px;
    height: 48px;
}

.article_popular_news_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.article_top10_num{
    color: #4294FF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.575px;
    width: 24px;
}

.article_top10_txt{
    word-break: break-all;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1 0 0;
    height: 48px;
    overflow: hidden;
    line-height: 160%
}


.article_popular_news .swiper-pagination-bullet,
.article_swiper .swiper-pagination-bullet{
    background: #EBEBF0;
    opacity: 1;
}

.article_popular_news .swiper-pagination-bullet-active,
.article_swiper .swiper-pagination-bullet-active{
    background: #767676;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}



/*기사 상세 오른쪽 - 이벤트*/
.article_swiper{
    overflow: hidden;
    position: relative;
    height: 184px;
}

.article_lounge_item{
    padding: 20px 20px 20px 20px;
}

.article_lounge_item_img{
    min-width: 86px;
    width: 86px;
    height: 86px;
    margin-right: 8px;
    border-radius: 5px;
}

.article_lounge_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.article_lounge_item_img .badge_bg {
    position: relative;
    min-width: initial;
    width: 100%;
    height: 100%;
    margin-right: 12px;
}

.article_lounge_item_img .badge_bg img{
    width: 44px;
    height: auto;
}

.article_lounge_content{
    display: flex;
    align-items: flex-start;
    margin-top: 4px;
}

.article_lounge_item .article_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    font-weight: 600;
    color: #111;
    line-height: 160%; /* 22.4px */
    letter-spacing: -0.35px;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 4px;
    margin-top: 0;
}

.article_sub_txt{
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.325px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    height: 21px;
    overflow: hidden;
}

.article_right_item .store_category{
    min-height: 28px;
}

.article_right_item .store_category span{
    display: inline-flex;
    height: 24px;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    margin: 0 6px 4px 0;
}

.article_right_item .store_category span.discount{
    color: #4294FF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.3px;
    background:#E6F1FF;
}

.article_right_item .store_category span.winner{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.3px;
    background: rgba(0, 0, 0, 0.60);
}

.article_mission{
    padding: 28px 20px;
    height: 184px;
}

.article_mission .mypage_mabe_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 22px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 21px;
}

.article_mission .mypage_mabe_wrap:nth-child(2){
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.article_mission .mypage_mabe_wrap .new_btn02,
.article_mission .mypage_mabe_wrap .new_btn04{
    height: 32px;
}

.article_mission .mypage_mabe_wrap .mabe_name {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    word-break: break-all;
    letter-spacing: -0.35px;
}

.article_mission .mission_img img,
.article_mission .mission_img {
    width: 36px;
    height: 36px;
}

/*스와이퍼 버튼 공통*/

.common_swiper_pagination_wrap{
    position: relative;
}

.common_swiper_pagination_wrap .swiper-pagination{
    position: inherit;
    bottom: 35px;
}


.common_swiper_pagination_wrap .swiper-pagination-total{
    color: #bbb;
}

.common_swiper_pagination_wrap>.swiper-wrapper>.swiper-slide{
    visibility: hidden;
}
.common_swiper_pagination_wrap>.swiper-wrapper>.swiper-slide-active{
    visibility: initial;
}

.common_title_swiper_btn_wrap{
    display: flex;
}

.common_swiper_pagination_wrap .swiper-button-prev {
    position: initial;
    background: url("/assets/images/tokenpost_new/common_new/swiper_prev.svg") center center no-repeat;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    margin-right: 8px;
    margin-top: 0;
    box-sizing: border-box;
}

.common_swiper_pagination_wrap .swiper-button-next {
    position: initial;
    background: url("/assets/images/tokenpost_new/common_new/swiper_next.svg") center center no-repeat;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    margin-top: 0;
    box-sizing: border-box;
}

.article_right_swiper .pagination_fraction{
    position: initial;
    width: 28px;
    color: #767676;
    margin: 0 8px;
}

/*기사 오른쪽 라운지 리스트에만  쓰이는 스와이퍼 버튼*/
.article_right_pagination{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 28px;
    width: min-content;
}

.article_right_pagination .swiper-button-prev{
    margin-right: 0;
}
/*기사 오른쪽 라운지 리스트에만  쓰이는 스와이퍼 버튼*/




.article_bubble_title{
    position: relative;
}

.article_bubble{
    position: absolute;
    top: -46px;

}

.article_bubble_txt{
    border-radius: 4px;
    background: #9D7BFF;
    display: inline-flex;
    height: 36px;
    padding: 4px 12px;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    color: #fff;
}

.article_bubble_arrow{
    position: absolute;
    left: 9px;
    bottom: -7px;
}

.article_bubble_close{
    cursor: pointer;
}





/*후원하기*/
.article_right_donation{
    border-radius: 10px;
    background: #61A3FD;
    padding: 20px;
    margin-top: 30px;
}

.article_right_donation_img{
    width: 100%;
}

.article_right_donation_btn{
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.20);
    width: 100%;
    height: 40px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.35px;
    margin-top: 12px;
}


/*기사 하단 관련기사들*/
.article_bottom_section{
    padding: 0 28px 40px 28px;
}

.article_other_wrap{
    max-width: 1216px;
    display: flex;
    overflow: hidden;
    padding-bottom: 30px;
    border-top: 1px solid #EDEDED;
}
/*관련기사*/
.article_relation_wrap{
    /*display: inline-block;*/
}
.article_major_list{
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.article_item{
    width: 234px;
    min-width: 234px;
    margin-right: 12px;
}

/*.article_item:last-child{*/
/*    margin-right: 0;*/
/*}*/


.article_major_wrap{
    display: inline-block;
}

.article_item_img {
    width: 100%;
    height: 156px;
    border-radius: 5px;
    border: 0.5px solid #E9E9E9;
    margin: 0 0 12px 0;
    box-sizing: border-box;
}

.article_item_img img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.article_item_txt{
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 160%; /* 24px */
    letter-spacing: -0.375px;
    max-height: 48px;
    overflow: hidden;
}


.article_relation_list{
    position: relative;
    max-width: 1216px;
}

.article_relation_list .swiper-slide{
    min-width: 234px;
    max-width: 234px;
}
.article_category_name{
    color: #4294FF;
}

/*.article_relation_list .swiper-slide:last-child{*/
/*    margin-right: 12px;*/
/*}*/


/*카테고리 기사*/
.article_category_wrap{
    border-top: 1px solid #EDEDED;
}
.article_category_list{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.article_category_list.article_category_list_one_line{
    height: 234px;
    overflow-y: hidden;
}

.article_category_list .article_item:nth-child(5n){
    margin-right: 0;
}
.article_category_list .article_item{
    margin-bottom: 20px;
}

.article_category_list .article_item:nth-child(n+11){
    display: none;
}


/*오탈자신고*/
.modal_form_article_view .modal_content .common_table_gray{
    border-radius: 10px;
    border: 1px solid #EDEDED;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
}

.modal_form_article_view .modal_content .common_table_gray th{
    padding: 24px;
    word-break: keep-all;
    min-width: 100px;
}

.modal_form_article_view .modal_content .common_table_gray tr:last-child th,
.modal_form_article_view .modal_content .common_table_gray tr:last-child td{
    border-bottom: none;
}

.modal_form_article_view .forum_file_content li:first-child{
    margin-right: 5px;
}

.modal_form_article_view .item_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 21px;
    flex: 1 0 0;
}

.modal_form_article_view .common_textarea{
    height: 168px;
}

.modal_form_article_view .common_textarea::-webkit-scrollbar {
    width: 6px;  /* 스크롤바의 너비 */
}
.modal_form_article_view .common_textarea::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #DBDBDB; /* 스크롤바의 색상 */
    border-radius: 10px;
}
.modal_form_article_view .common_textarea::-webkit-scrollbar-track {
    background: #fff;  /*스크롤바 뒷 배경 색상*/
}

.modal_form_article_view .item_content_bottom{
    text-align: right;
    color: #767676;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.3px;
    margin-top: 8px;
}

/*옽탈자신고 끝*/

.article_main_image_wrap img{
    max-width: 100%;
}



.article_main_image_wrap{
    position: relative;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
}



/*반응형*/
@media all and (max-width: 1399px) {
    .article_other_wrap,
    .article_title,
    .article_relation_list{
        max-width: 912px;
    }

    .viewContentVideo{
        overflow: hidden;
    }

    /*-------------article/view--------------*/
    .article_content_wrap{
        padding: 40px 28px 28px 28px;
        width: 970px;
    }
    .article_contents {
        width: calc(100% - 340px);
        padding: 0 20px;
        max-width: 550px;
    }

    /*.article_relation_item .swiper-slide,*/
    .article_item{
        max-width: 219px;
        min-width: 219px;
        width: 219px;
    }

    .article_category_list .article_item:nth-child(5n){
        margin-right: 12px;
    }

    .article_category_list .article_item:nth-child(4n){
        margin-right: 0;
    }


    /** 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;
        letter-spacing: -0.24px;
        color: #111;
        float: none;
    }


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

    /*관련된 다른 기사, 카테고리 기사*/

    .article_relation_list .swiper-slide{
        min-width: 219px;
        max-width:  219px;
    }

    .article_item{
        margin-right: 12px;
    }

    .article_item_img{
        height: 146px;
    }

    /* 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;
    }

    /* 기사 스탬프*/

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

    .article_stamp_contents {
        flex-direction: column;
    }

    .view_punkPol_title{
        font-size: 14px;
    }

    .commentListWrap {
        margin: 0 auto;
        overflow: hidden;
        width: 540px;
        margin-left: auto !important;
    }


    /*스탭프*/
    .stamp_contents_item:nth-child(2){
        margin-bottom: 0;
    }

    /*카테고리 기사*/
    .article_category_list .article_item:nth-child(n+9){
        display: none;
    }



    /*베스트 댓글*/
    .bestCommentListWrap{
        width: 540px !important;
        margin-left: auto !important;
    }

}




