/*
Theme Name: StartKit Business Child SS
Template: startkit-business
Author: 정우철
Description: 루사스 블로그에 적용하기 위한 수정 목적의 차일드 테마
*/



/*정우철: 나눔폰트 추가 */
@import “http://fonts.googleapis.com/earlyaccess/nanumgothic.css”;
@import “http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css”;
body, h1, h2, h3, h4, h5, h6, p, a, p, div, span, ul, li {
font-family: arial, ‘나눔바른고딕’, ‘Nanum Barun Gothic’, 나눔고딕, “Nanum Gothic”, 맑은 고딕 ;
}

/*정우철 : 익스에서 검색버튼 깨지는 현상 수정 목적 */
.search-submit {
    background: transparent!important;
    border: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute!important;
    right: 0;
    top: 0;
    bottom: 5px;
    height:50px;
}
h2,h3 {
    margin-top:2em;
    margin-bottom:1em;   
}
h4 {
    margin-top:1.5em;
    margin-bottom:0.5em;
}
h3,h4{    
    font-weight:bold !important;
}
dl,ol,ul{
	padding-bottom: 1rem;
}
