@charset "UTF-8";
.hr{
    border-bottom: 1px solid rgba(230,230,230,0.5);
    margin: 10px 15px 20px;
}
.author-box .main-img-box{
    position: relative;
    width: 100%;
    height: 200px;
}
.author-box .main-img-box .swiper-wrapper .swiper-slide:after{
    content: "";
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    position: absolute;
}
.author-box .main-img-box .swiper-wrapper .swiper-slide{
    background-image: url("/m/statics/img/naproduct/main_img_default.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.author-box .main-img-box .more-btn {
    position: absolute;
    right: 5%;
    bottom: 25%;
    color: #fff;
    padding: 4px 8px 4px 8px;
    border-radius: 15px;
    background: rgba(255,255,255,0.2);
    z-index: 11;
    display: block;
    font-size: 12px;
}
.author-box .profile-box{
    position: relative;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
}
.author-box .profile-box .profile-border{
    position: absolute;
    top: -30px;
    border-radius: 10px 10px 0px 0px;
    height: 30px;
    width: 100%;
    background: #ffff;
    z-index: 1;
}
.author-box .profile-box .profile{
    display: grid;
    grid-template-columns: 50px auto;
    padding: 0 15px;
    gap: 15px;
    padding-bottom: 20px;
}
.author-box .profile-box .profile .profile-img{
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    background-image:url(https://d1x9f5mf11b8gz.cloudfront.net/common/img/profile/pf-m-1.png);
}
.author-box .profile-box .profile .profile-area{
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.author-box .profile-box .profile .profile-area .profile-name{
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.08px;
    color: #252525;
}
.author-box .profile-box .profile .profile-area .profile-time{
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.08px;
}
.author-box .profile-box .profile .profile-area .profile-summary{
    display: flex;
    flex-flow: row;
    justify-content: start;
    gap: 5px;
    color: #252525;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.08px;
    margin-top: 5px;
}
.author-box .profile-box .profile-about{
    margin: 0 15px 20px;
    padding: 20px 15px;
    border-radius: 5px;
    background: #F8F8F8;
    white-space: pre-line;
}
.author-contents{
    position: relative;
}
.filter-tag-box .filter-tag-list{
	display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
.filter-tag-box .filter-tag-list .filter-tag.active{
	border-color: #555555;
	background:#555555;
	color:#fff;
}
/* 갤러리 팝업 */
.common-bottom-slide-layer {
    border-radius: 10px 10px 0px 0px !important;
}
.class-reply-img-list-modal .list-area{
    padding: unset !important;
}