@charset "utf-8";
 /* 서브타이틀 */
.sub_title {position:relative; height:24px; padding:2px 0;}
.path { 
	background-image:url(../images/misc/nav-home_black.png);
	background-position:10px 2px;	
	background-repeat: no-repeat;
    background-size: 20px 20px;
	padding:3px 3px 3px 35px;
	
 }
 
 /* 인사말 */
.sign {text-align:right;}
.sign span {display:inline-block; padding-bottom:5px;}
.sign img {float:right;}



/* 서브 탭버튼 */
.sub_bt {
	overflow:hidden;
    width: 100%;
}
.sub_bt li a {
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    letter-spacing: -1px;
    margin-right: 5px;
    padding: 9px 0px 5px 20px;
    text-decoration: none;
    width: 110px;
}
.sub_bt .sub_bt_on {
    background: url("../sub01/images/bg_bt_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size :300px 40px;
    float: left;
    height: 40px;
    margin-right: 5px;
    width: 135px;
}
.sub_bt .sub_bt_off {
    background: url("../sub01/images/bg_bt_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size :300px 40px;
    float: left;
    height: 40px;
    margin-right: 5px;
    width: 135px;
}
.sub_bt li a:hover {
    background: url("../sub01/images/bg_bt_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size :300px 40px;
	height: 40px;
    margin-right: 5px;
    width: 135px;
}
.sub_bt .sub_bt_on_x2 {
    background: url("../sub01/images/bg_bt_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size :300px 40px;
    float: left;
    height: 40px;
    margin-right: 5px;
    width: 270px;
}
.sub_bt .sub_bt_off_x2 {
    background: url("../sub01/images/bg_bt_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size :300px 40px;
    float: left;
    height: 40px;
    margin-right: 5px;
    width: 270px;
}
.sub_bt .sub_bt_off_x2 a {
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    letter-spacing: -1px;
    margin-right: 15px;
    padding: 9px 5px 5px 20px;
    text-decoration: none;
    width: 261px;
}
.sub_bt .sub_bt_on_x2 a {
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    letter-spacing: -1px;
    margin-right: 15px;
    padding: 9px 5px 5px 20px;
    text-decoration: none;
    width: 261px;
}
.sub_bt .sub_bt_off_x2 a:hover {
    background: url("../sub01/images/bg_bt_on.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 245px;
}
.sub_bt .sub_bt_on_x2 a:hover {
    background: url("../sub01/images/bg_bt_on.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 245px;
}



























