@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/********** 전체 적용 부분 **********/

#wrap {
    width: 100%;
}

li {
    list-style: none;
    float: left;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}






#footer {
    width: 100%;
    min-width: 1024px;
    background-color: rgb(141, 198, 63);
    position: relative;
}

/**********************************/

#footer_1 {
    width: 1024px;
    height: 180px;
    margin: 0 auto;
}

/**********************************/

#footer_left {
    width: 195px;
    height: 180px;
    float: left;
}

/**********************************/

#bottom_logo {
    width: 195px;
    height: 105px;
    background-image: url(../images/00_bottom%20logo-02_195x105.png);
    position: absolute;
    top: 20%;
    cursor: pointer;
}

#bottom_logo:hover {
    opacity: 0.4;
}

#bottom_logo > a {
    width: 100%;
    height: 100%;
    display: block;
}

/**********************************/

#footer_right {
    width: 800px;
    height: 150px;
    float: right;
    text-align: center;

}


/**********************************/

#fnb {
    width: 800px;
    height: 30px;
    margin-top: 15px;
}

#fnb > ul > li {
    display: block;
    width: 150px;
    margin: 0 2px 0 10px;
    font-size: 12px;
    line-height: 30px;
}


#fnb > ul > li > a {
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: block;
}

#fnb > ul > li:hover {
    opacity: 0.4;
}

#fnb > ul > li:nth-child(1) {
    margin-left: 0;
}

#fnb > ul > li:nth-child(5) {
    margin-right: 0;
}

/**********************************/

#address {
    font-size: 12px;
    margin: 10px;
    color: #ffffff;
}

#address > a {
    color: #fff;
}

#address > a:hover {
    opacity: 0.4;
}

small {
    color: #fff;
}

/**********************************/

.img {
    width: 310px;
    height: 32px;
    margin: 20px auto 0 auto;

}

.img a {
    width: 100%;
    height: 100%;
    display: block;
}

.img li {
    width: 32px;
    height: 32px;
    margin-right: 30px;
}

.img li:nth-child(1) {
    background-image: url(../images/00_1_u_32x32.png);
}

.img li:nth-child(1):hover {
    opacity: 0.4;
}

.img li:nth-child(2) {
    background-image: url(../images/00_2_f_32x32.png);
}

.img li:nth-child(2):hover {
    opacity: 0.4;
}

.img li:nth-child(3) {
    background-image: url(../images/00_3_b_32x32.png);
}

.img li:nth-child(3):hover {
    opacity: 0.4;
}

.img li:nth-child(4) {
    background-image: url(../images/00_4_i_32x32.png);
}

.img li:nth-child(4):hover {
    opacity: 0.4;
}

.img li:nth-child(5) {
    background-image: url(../images/00_5_t_32x32.png);
    margin-right: 0;
}

.img li:nth-child(5):hover {
    opacity: 0.4;
}
