body {
  background-color: #fff;
  font-family: '맑은 고딕','Malgun Gothic',나눔고딕,돋움,Dotum,굴림,Gulim,'Apple SD Gothic Neo',sans-serif;
  font-size: 15px;
  color: #222;
  letter-spacing: -0.05em;
  line-height: 1.8;
}
pre {
  font-family: 돋움체;
  font-weight:bold;
  font-size: 15px;
  color: blue;
  line-height: 1.5;
}
kbd {
    font-size: 1.5em;
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}
.container_body {
  min-height: 700px; 
  padding-top: 75px; 
  padding-bottom: 30px;
  background-color: #fff;
}

.bbslink a:link {color:black; text-decoration:none;}     /* 게시판 제목 글자색 */
.bbslink a:visited {color:silver; text-decoration:none;} /* 게시판 제목 방문후 글자색 */
.yg-silver,.yg-hover-silver:hover{color:#000!important;background-color:silver!important} /* 기본 은색*/

.bbs_view {  /* 게시글 내용보기 */
  min-height: 300px;
  padding: 10px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.bbs_view p  {  /* 게시글 내용의 p 문단 아래에 여백없애기 */
  margin-bottom: 0px;
}

.blog_edit {  /* blog 컨텐츠 추가,수정 폰트 */
  font-family: 'D2Coding',굴림,돋움체;
  font-size: 10pt;
  padding: 10px;
}

.maroon {
  color: maroon;
  font-weight:bold 
}

.w20 { width: 20%}
.w80 { width: 80%}
.w90 { width: 90%}
.w100 { width: 100%}

/***** BootStrap 확장 *****/

h5, h6 { 
  font-weight:bold;
}  

.clearfix::after{ clear:both; content:""; display:block; }  

.font_purple{ color:#af28db; }
.font_red{ color:#ff0000;}
.font_blue{ color:#2778f1; }
.font_teal{ color:#009688; }
.font_teal_bold{ color:#009688; font-weight:600; }
.font_purple_bold{ color:#af28db; font-weight:600;}
.font_red_bold{ color:#ff0000; font-weight:600;}
.font_blue_bold{ color:#2778f1; font-weight:600;}
.font_tip{ color:#fff; background-color: #af28db; padding: 1px 10px; margin-right: 5px; font-weight:600; display:inline-block; }
.font_tip_red{ color:#fff; background-color: #ff0000; padding: 1px 10px; margin-right: 5px; font-weight:600; display:inline-block; }

.line_black{ border-bottom:1px solid #000; }
.line_purple{ border-bottom:1px solid #af28db; }
.line_red{ border-bottom:1px solid #ff0000;}
.line_blue{ border-bottom:1px solid #2778f1; }
.line_teal{ border-bottom:1px solid #009688; }

table {border-collapse: collapse; border-spacing: 0; text-align:center; }

a#qtax_logo {
	display:inline-block;
	width:122px;
	height:134px;
	
  background:url('http://qtax.kr/img/qtax01.png') no-repeat;
}

a#qtax_logo:hover{
  background:url('http://qtax.kr/img/qtax02.png') no-repeat;
}







