@charset "utf-8";




#wrap {
    width: 100%;
}

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

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


/************ header **************/


#header {
    width: 1024px;
    height: 100px;
    margin: 0 auto;
}


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


#logo {
    width: 240px;
    height: 50px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#logo:hover {
    opacity: 0.4;
}


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




/************ lnb ***********/

#lnb {
    width: 100%;
    height: 85px;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

#lnb:hover {
    background-color: rgb(141, 198, 63);
    transition: all 0.8s ease-in-out;
}

.lnb_box {
    width: 1024px;
    margin: 0 auto;
}

.box {
    width: 137px;
    height: 85px;
    float: left;
}

#lnb_box > ul {
    width: 750px;
    padding-left: 137px;
    height: 85px;
    margin: 0 auto;
    float: left;
}

#input {
    width: 137px;
    height: 15px;
    line-height: 15px;
    z-index: 3;
    height: 85px;
    float: left;
    line-height: 85px;
    background-color: #fff;
}

.lnb_box > ul > li {
    width: 250px;
    height: 85px;
    position: relative;
}

.text {
    text-indent: -9999px;
}

.lnb_box > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

#lnb_1 {
    width: 250px;
    height: 85px;
    background-image: url(../images/01_1-main%20menu1_250x170.jpg);
}

#lnb_1:hover {
    background-position: 0 -85px;
}

#lnb_2 {
    width: 250px;
    height: 85px;
    background-image: url(../images/01_1-main%20menu2_250x170.jpg);
}

#lnb_2:hover {
    background-position: 0 -85px;
}

#lnb_3 {
    width: 250px;
    height: 85px;
    background-image: url(../images/01_1-main%20menu3_250x170.jpg);
}

#lnb_3:hover {
    background-position: 0 -85px;
}


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

.sub {
    width: 250px;
    height: 0;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
    position: absolute;
    left: 0;
    top: 85px;
}

.sub li {
    clear: both;
    /*float:left 취소*/
}

.sub a {
    display: block;
    width: 250px;
    height: 50px;
    background-color: rgb(141, 198, 63);
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    font-family: 'LotteMartDream';
    color: #fff;
}



.lnb_box > ul > li:hover .sub {
    height: 300px;
}

.lnb_box > ul > li > .sub > li > a:hover {
    opacity: 0.8;
}


/************ footer ************/

#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;
}


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

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

}


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

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

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


#fnb > ul > li > a {
    color: #ffffff;
    
}

#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: 25px auto 0 auto;

}

.img li {
    width: 32px;
    height: 32px;
    margin-right: 30px;
    cursor: pointer;
}
.img a {
    width: 100%;
    height: 100%;
    display: block;
}

.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;
}
