/*
Theme Name: K-Theme Service1
Template: ktheme_starter 
Theme URI: https://k-thememarket.co.kr/
Author: Ktheme
Author URI: https://k-thememarket.co.kr/
Description: 케이테마의 기업용 서비스 테마입니다. 
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/


/* 공용요소 스타일 추가 */	
#main-notice-wrapper .list-type-1 li a{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#side-menu.menu>li>a{
	background-image: url("images/bg_portfolio.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

footer .custom_logo, header .custom_logo{
	max-width: 200px;
}

@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {
	
}

@media (min-width: 768px) {
		
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


/* sigle break point */

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Between breakpoints */

