@charset "utf-8";

#lnb > .menu > .menu05 > a {
    color: #fff;
}

.menu05 {
    background-position: -744px -56px;
}

#top {
    width: 1024px;
    height: 102px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

#header {
    width: 100%;
    height: 107px;
    position: sticky;
    top: 0;
    z-index: 1;
}

/*서브메뉴*/

#sub {
    width: 100%;
    position: fixed;
    top: 107px;
    z-index: 1;
}

.sub_s {
    width: 1024px;
    height: 35px;
    margin: 0 auto;
    background-color: #e02626;
    position: relative;
}

.sub01 {
    position: absolute;
    top: 0;
    right: 0;
}

.sub01 > li {
    width: 130px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.sub01 > li > a {
    color: #fff;
    display: block;
}

.sub01 > li > a:hover{
    background-color: #fff;
    color: #e02626;
    transition: all 0.7s;
}

.sub01 > span{
    width: 1px;
    height: 8px;
    background-color: #fff7;
    position: absolute;
    top: 13px;
}


/*내용*/
#board_01 {
    width: 100%;
}

#board_s {
    width: 1024px;
    margin: 0 auto;

}

.board01 {
    width: 100%;
    height: 457px;
    position: relative;
    background-image: url(../images/board_tit.jpg);
    background-repeat: no-repeat;
}

.s_tit01 {
    width: 1024px;
    text-align: center;
    position: absolute;
    top: 100px;
    font-weight: 550;
}

.s_tit03 {
    width: 1024px;
    text-align: center;
    position: absolute;
    top: 157px;
    line-height: 30px;
    color: #484848;
    font-weight: 550;
}

.board02 {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    background-color: #c4bb87;
    text-align: center;
    margin-bottom: 100px;
}

.board03{
    width: 100%;
}

/*테이블*/

.table_board{
	width: 880px;
	margin: 25px auto;
	border: 1px solid #efefef;
	border-width:1px 0;    
    border-collapse:collapse;
    color: #484848;
}

.table_board caption{
    font-size: 16px;
    line-height: 45px;
    border-top: 1px solid #efefef;
    text-align: left;
    padding-left: 10px;
}

.table_board th {
    font-size:14px;
	line-height: 40px;
}

.table_board td {
    font-size:14px;
	line-height: 36px;
    padding: 0 12px;
}

.b_title{
     text-align: left;
    padding-left: 10px;
}

.b_title > a{
    color: #484848;
}

.b_title > a:hover{
    text-decoration: underline;
}

.table_board th{
	text-align:center;
}

.center{
	font-size:14px;
	text-align:center;    
}

.table_board th,.table_board td, .table_board tr {
	border: 1px solid #efefef;
	border-width:1px 0;
    border-collapse:collapse;
}

.table_board tr:nth-child(2){
	background-color: #f4f4f4;
}

.table_board tr:nth-child(3){
	background-color: #f4f4f4;
}

.table_board tr:nth-child(4){
	background-color: #f4f4f4;
}

.board04{
    width: 412px;
    height: 30px;
    margin: 14px auto;
    position: relative;
}

.board04 li{
    width: 30px;
    height: 30px;
    background-color: #f9f9f9;
    float: left;
    margin-right: 2px;
}

.board04 a{
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #999;
}

.board04 a:hover{
    color: #fff;
    background-color: #c4bb87;
}

.next a{
    color: #f9f9f9;
    display: block;
}

.next a:hover{
    background-color: #c4bb87;
    color: #f9f9f9;
}

.next01{
    width: 4px;
    height: 4px;
    border: 1px solid #999;
    position: absolute;
    right: 77px;
    top: 11px;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.next02{
    width: 4px;
    height: 4px;
    border: 1px solid #999;
    position: absolute;
    right: 74px;
    top: 11px;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);    
}

.board04 li:last-child{
    margin-right: 0;
    width: 60px;
}

.board05{
    width: 415px;
    margin: 0 auto 130px auto;
}

.board05 li{
    float: left;
    margin-right: 3px;
}

.board05 > ul > li:last-child{
    margin-right: 0;
    width: 60px;
    height: 28px;
    background-color: #c4bb87;    
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.board05 a{
    display: block;
   color: #fff;
}

.board05 > ul > li >select{
    width: 112px;
    height: 28px;
    border: 1px solid #f1f1f1;
    color: #666;
}

.board05 > ul > li > input{
        width: 212px;
    height: 26px;
    border: 1px solid #f1f1f1;
    outline: none;
    padding: 0 10px;
}


/*내용02*/ 

#board_02 {
    width: 100%;
}

/*내용03*/ 

#board_03 {
    width: 100%;
}











