/*		
	Author	: 한찬희
	Date	: 2026-06-10
	Project	: 21.꿀벌도서관
    Type : Type2
*/

/* -------------------------------------------------
    SITE-HEADER
------------------------------------------------- */
.site-header h1 a {
    background-image: url('images/header/logo.svg');
}

/* -------------------------------------------------    
	SITE-FOOTER
------------------------------------------------- */

/* -------------------------------------------------    
	MAIN
------------------------------------------------- */
.mn-quick li:first-child a:before {
    background-image: url('images/main/quick1.svg');
}
.mn-quick li:nth-child(2) a:before {
    background-image: url('images/main/quick2.svg');
}
.mn-quick li:nth-child(3) a:before {
    background-image: url('images/main/quick3.svg');
}
.mn-quick li:nth-child(4) a:before {
    background-image: url('images/main/quick4.svg');
}
.mn-quick li:nth-child(5) a:before {
    background-image: url('images/main/quick5.svg');
}
.mn-quick li:nth-child(6) a:before {
    background-image: url('images/main/quick6.svg');
}
.mn-qmenu ul li:nth-child(1) a:before {
    background-image: url('images/main/qmenu1.svg');
}
.mn-qmenu ul li:nth-child(2) a:before {
    background-image: url('images/main/qmenu2.svg');
}
.mn-qmenu ul li:nth-child(3) a:before {
    background-image: url('images/main/qmenu3.svg');
}
.mn-qmenu ul li:nth-child(4) a:before {
    background-image: url('images/main/qmenu4.svg');
}
.mn-qmenu ul li:nth-child(5) a:before {
    background-image: url('images/main/qmenu5.svg');
}
.mn-qmenu ul li:nth-child(6) a:before {
    background-image: url('images/main/qmenu6.svg');
}

/* -------------------------------------------------    
	SUB COMMON
------------------------------------------------- */

/* -------------------------------------------------    
	- PC/TABLET MAX-WIDHT 1024	
------------------------------------------------- */
@media screen and (max-width:1024px) {
    .m-site-header h1 a {
        background-image: url('images/header/logo.svg');
    }
}
/* -------------------------------------------------    
	- PC/TABLET MAX-WIDHT 640	
------------------------------------------------- */
@media screen and (max-width:640px) {

}

/* -------------------------------------------------    
	- PC/TABLET MAX-WIDHT 480	
------------------------------------------------- */
@media screen and (max-width:480px) {
}

