.noto-sans-kr-normal {
    font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.noto-sans-kr-bold {
    font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

div.scont-tit.magazine{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.scont-tit a{
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 2px;
}
.scont-tit a i{
    font-size: 12px;
}
div.magazine_navi{
    display: flex;
    align-items: center;
    gap: 10px;
}
div.magazine_navi button{
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
div.magazine_navi button i{
    font-size: 20px;
    color: gray;
}

.mz{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 16px;
}
.mz>li{
    width: calc(25% - 30px);
    border: 1px solid #e4e4e4;
}
.mz div.mz_thumbnail{
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}
.mz div.mz_thumbnail::before{
    content: "";
    display: block;
    padding-top: 57%;
}

.mz div.mz_thumbnail img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.mz .mz_content{
    padding: 16px 10px;
}
.mz div.doc_info{
	display: flex;
	align-items: center;
	gap: 7px;
}
.mz div.doc_info span{
    color: #333;
    font-size: 14px;
    font-weight: 500 !important;
	font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.mz div.doc_info span svg{
    width: 12px;
}
.mz span.regdate:after{
    content: "·";
    margin-left: 10px;
}
.mz div.doc_member_info{
	display: flex;
	align-items: center;
	gap: 4px;
}
.mz div.doc_member_info:after{
    content: "·";
}
.mz span.member_thumbnail{
	width: 20px;
	height: 20px;
	display: inline-block;
}
.mz span.member_thumbnail img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.mz span.no_member_thumbnail{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #d3d3d3;
	border-radius: 50%;
	overflow: hidden;
}
.mz div.doc_title{
	font-size: 20px;
    color:#333;
	flex-basis: calc(100% - 30px);
    height: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mz div.title_area{
	margin-top: 7px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mz div.title_scrap_document{
	flex-basis: 20px;
	text-align: right;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
}
.mz div.title_scrap_document i{
	font-size: 20px;
	color:#0B318F;
}
.mz li.mz_document.hidden{
    display: none;
}

.nav_wrap{
    max-width: 1380px;
    height: fit-content;
    margin: 0 auto;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.swiper-scrollbar-mz{
    background: #f1f1f2;
    width: calc(100% - 110px);
    overflow: hidden;
}
.swiper-scrollbar-drag{
    height: 3px;
    background: rgb(12, 49, 143);
}
.btn_wrap{
    display: flex;
    justify-content: center;
    gap: 6px;
}
.swiper-button-prev-mz,
.swiper-button-next-mz{
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-button-prev-oc i,
.swiper-button-next-oc i{
    color:#333;
}

/* 모바일 768px 이하 */
@media screen and (max-width: 1366px){
    .mz{
        gap: 5px;
        width: calc(100% - 15px);
        margin-right: 15px;
        overflow: hidden;
    }
    .mz .mz_content{
        padding: 10px 6px;
    }
    .mz>li{
        width: calc(50% - 2.50px);
        flex-basis: calc(50% - 2.50px);
    }
    .mz div.doc_info span{
		font-size: 12px;
		display: block;
	}
	.mz div.doc_member_info:after{
		display: none;
	}
    .mz div.title_area{
		flex-wrap: wrap;
	}
	.mz div.doc_title{
		width: 100%;
        font-size: 16px;
        height:20px;
        flex-basis: calc(100% - 15px);
	}
    .mz div.title_scrap_document{
        flex-basis: 15px;
        width: 28px;
        height: 28px;
    }
    .mz div.title_scrap_document i{
        font-size: 16px;
    }
    section.main_sc.magazine{
        padding-bottom: 50px!important;
    }
    section.main_sc.magazine .mc-con{
        padding-right: 0;
    }
    section.main_sc.magazine .scont-tit{
        padding-right: 15px;
    }
    .btn_wrap{
        margin-right: 0;
        gap: 4px;
    }
    .nav_wrap{
        width: auto;
        margin: 0 15px;
    }
    .swiper-scrollbar-mz{
        width: calc(100% - 90px);
    }
    .swiper-button-prev-mz, .swiper-button-next-mz{
        width: 32px;
        height: 32px;
    }
}