
@media (max-width: 767px){  
	.smallOff {
		display:none;
	} 
}

.bold{
	font-weight: bold;
}
 /*ºÎÆ®½ºÆ®·¦ ¹öÆ° »ö±ò º¯°æ ÆÄ¶õ-> ÃÊ·ÏÀ¸·Î */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { 
    color: #fff;
    background-color: #1f2d5d;
    border-color: #170301;;
}

 .btn-primary{ 
    color: #fff;
    background-color: #1967b4;
    border-color: #1967b4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #02296B;
    border-color: #011029;
}
 
 .border-primary {
    border-color: #043e9e  !important;
}
.board-box .pt-3 {
    padding-top: 10px !important;
    height: 79px;
    margin-top: 5px;
    border: 1px solid #a3a6aa!important;
} 
.board-box .pt-3 p {
    padding: 2px 0;
    border-top: 0px solid #dee2e6;  
    border-bottom: 0px solid #dee2e6;  
}

 /* Å×ÀÌºí ¼öÁ÷ Á¤·Ä */
 th, td { vertical-align:middle !important;}
 /*ÀÌ¿ë¾È³» »ó´Ü Ç¥*/
#content .process-info .title { 
    padding: 9px 0px;
    font-size: 1em; 
}
 #content .process-info .text { 
    font-size: 1em;	
    letter-spacing: -1.5px;
}
#content .process-info li { 
    padding: 0px 15px;
}
/*ÀÌ¿ë¾È³» ¸Ó¸´Ç¥*/
.rule_area .rule_condition p.tit:before { 
    content: "¡Ø"  !important;
}
/*input ÆûÀÇ ÁÂ¿ìÃø ¸¶Áø ¾ø¾Ö±â */
#content .form-input .title span.position {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
}
/*°Ô½Ã´ë ½ÅÃ» Å×ÀÌºí ÄÃ·³¿©¹é ÁÙÀÌ±â*/
.posting-table td, .posting-table th {
    padding: 0.5em 0.16em !important; 
	font-weight:normal;
}

/*°Ô½Ã´ë ½ÅÃ» Å×ÀÌºí ÄÃ·³¿©¹é ÁÙÀÌ±â*/
.posting-table td, .posting-table th {
    padding: 0.5em 0.16em !important; 
	font-weight:normal;
}
.title-table-print th {
    background: #f4f2f2  !important;
}


/*side menu »ó´ÜÁ¦¸ñ */
#snb .snb-title a { 
     width: 8em; 
}

/*check Box */
input[type='checkbox'] {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  margin-left:3px;
}   


#banner1 .mContC .a3 {
	margin-top: 10px;  
	right: 25px; 
	border-radius: 2px; 
	padding: 5px 10px; 
    transition: 0.2s ease-out;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1em;
    text-decoration: none;
    display: inline-block;
	position: absolute;
    box-sizing: border-box;
    background-color: #0089CF;
    -webkit-appearance: none;
} 

.rule_area h3.tit { 
    background: url(../images/ico/bullet_h5.gif) no-repeat 0px 5px  !important;
}  