/*layerpop css*/

.article-layer{
    position : fixed;
    left : 0;
    top: var(--gnb-height);
    display: flex;
    flex-direction : column;
    align-items : center;
    width : 100%;
    height : calc( 100% - var(--gnb-height) );
    background-color : white;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    z-index : 998;
}


.article-layer::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    height: 4px;
}

.article-layer::-webkit-scrollbar-track {
    background-color: #F1F1F5;
    width: 4px;
    height: 4px;
}

.article-layer::-webkit-scrollbar-thumb {
    border-radius: 0px;
    width: 4px;
    height: 4px;
    background-color: var(--color-primary);
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, .5);
}


.article-wrapper{
    min-width : 1280px;
}

.article-head{
    margin-top : 4.875rem;
    width : 100%;
    border-bottom : 1px solid #E5E5EC;
    padding-bottom : 1.875rem;
}

.article-head-ctrls{
    display : flex;
    flex-direction : row-reverse;
    align-items : center;

}

.article-head-ctrls > .icon-btn:hover,
.article-head-ctrls > .icon-btn:hover > *{
    cursor : pointer;
}

.article-head-ctrls > .icon-btn{
    width : 2.25rem;
    padding : 0.5rem;
    margin-left : 1.0rem;
}

.article-head-subtitles{
    margin-top : 5.375rem;
    display : flex;
    flex-direction : row;
    align-items : center;
}

.article-head-subtitles > h4{
    font-size: 1.00rem;
    font-family: 'Pretendard-Regular';
    letter-spacing: -.0875rem;
    color : #555555;
    display : flex;
    flex-direction : row;
    align-items : center;
}

.article-head-subtitles > h4::after{
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width : 1px;
    height : 16px;
    background-color : #E5E5EC;
    content : ' ';
    margin-left : 1.0rem;
    margin-right : 0.5rem;
}

.article-head-subtitles > .number{
    color : white;
    background-color : #111111;
    padding-left : 0.7rem;
    padding-right : 0.7rem;
    border-radius : 1.0rem;
    padding-top : 0.2rem;
    padding-bottom : 0.2rem;
    margin-right : 0.3rem;
}

.article-head-subtitles > .title-little{
    font-size: 1.00rem;
    font-family: 'Pretendard-Regular';
    letter-spacing: -.0875rem;
    color : #111111;
}

.article-head > h3{
    font-size: 3.50rem;
    font-family: 'Pretendard-Regular';
    letter-spacing: -.0875rem;
    color : #000000;
    margin-top : 1.875rem;
}


.article-body{
    display : block;
    padding-top : 5.0rem;
    padding-bottom : 5.0rem;
    width : 1280px;
}

.share-pop{
    position : absolute;
    left : 1200px;
    top : 200px;
    width : 17.625rem;
    height : 11.0rem;
    display : block;
    background-color : white;
    z-index: 1001;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1), 0 15px 50px rgba(0,0,0,0.1);
}

.share-pop-head{
    display : flex;
    flex-direction : row;
    align-items : center;
    justify-content : space-between;
    padding : 0.9rem 1.25rem 0px 1.25rem;
}

.share-pop-head > h5{
    font-size: 1.25rem;
    font-family: 'Pretendard-Regular';
    letter-spacing: -.0875rem;
    color : #111111;
}

.share-pop-head >  a.icon-btn:hover > *{
    cursor : pointer;
}

.share-pop-head >  a.icon-btn > img{
    width : 1.5rem;
    height : 1.5rem;
}

.share-pop-sns{
    display : flex;
    flex-direction : row;
    justify-content : space-around;
    align-items : center;
    margin-top : 2.25rem;
}

.sns-btn:hover,
.sns-btn:hover > *{
    cursor : pointer;
}

.sns-btn{
    display : flex;
    flex-direction : column;
    align-items : center;
    width : 3.0rem;
    height : 3.0rem;
}

.sns-btn > span {
    font-size : 0.9rem;
    margin-top : 0.8rem;
    color : #555555;
    font-family: 'Pretendard-Regular';
    letter-spacing: -.0875rem;
}