/**********************************************
note : design custom style page
**********************************************/
#section-list .type2 .thumb + .view-cont {width:calc(100% - 182px)}

/**********************************************
note : 미디어N 노컷뉴스 관련기사
**********************************************/
#median-outlink {margin:2.125rem auto;padding:1.375rem;background-color:#f8f8f8;border:1px solid rgba(0,0,0,.05);}
#median-outlink .no-bullet {margin:0;padding:0;list-style:none}
#median-outlink .no-bullet li {font:.875rem/1.3 normal normal;letter-spacing:-.05em;color:#000}
#median-outlink .no-bullet > :not(:first-child) {margin-top:.625rem}
#median-outlink .no-bullet li a {display:block;overflow:hidden;font:inherit;color:inherit;white-space:nowrap;text-overflow:ellipsis}

/* 최은비 / 1241324 / 20230210 */
.article-view-content .profile-box{display: flex;flex-wrap: wrap;margin-bottom: 2rem;padding: 1rem;border: 1px solid rgba(0,0,0,.1);border-bottom-color: rgba(0,0,0,.25);}
.article-view-content .profile-box .image{display:inline-block;flex-basis: 25%;margin-right: 2%;height:200px;background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;}
.article-view-content .profile-box .profile-txt{flex-basis: 73%;font-size:15px;}

@media screen and (max-width: 39.9375em){
.article-view-content .profile-box .image{flex-basis: 100%;background-position: 50% 10%;margin-right:0;}
.article-view-content .profile-box .profile-txt{margin-top:15px;flex-basis: 100%;}
}

/* 1241354 / 20230210 */
#admin-wrap .plus-link::after {content:'링크';display:inline-block;position:absolute;z-index:4;padding:.25rem;font-size:.7rem;letter-spacing:-0.05em;color:#fefefe;background-color:#0084dc;line-height:1em;right:0;top:0;}