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


/************ 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;
}

.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;
    color: #fff;
}

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

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






/************ contentwrap **************/

#contentwrap {
    width: 100%;
    height: 1675px;
}

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

#main_banner {
    width: 100%;
    height: 760px;
    background-position: center;
    margin: 0 auto;
}

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

.slide {
    min-width: 1024px;
    overflow: hidden;
}

.slide > ul {
    width: 300%;
    position: relative;
    left: 0;
    animation: slider 10s infinite;
}

.slide > ul > li {
    width: 33.333333%;
    height: 760px;
    float: left;
    background-position: center;
}

#slide_1 {
    background-image: url(../images/01_2-main%20banner%20slide1_2000x760.jpg);
}

#slide_2 {
    background-image: url(../images/01_2-main%20banner%20slide2_2000x760.jpg);
}

#slide_3 {
    background-image: url(../images/01_2-main%20banner%20slide%203_2000x760.jpg);
}

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

.btn {
    width: 180px;
    height: 20px;
    margin: 0 auto 0 auto;
    position: relative;
    bottom: 5%;
}

.btn > li {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    margin-right: 60px;
    cursor: pointer;
    border-radius: 10px;
}

.btn > li.click {
    background-color: rgb(141, 198, 63);
}

.btn li:nth-child(3) {
    margin-right: 0;
}

/************* side icon ***************/

.side_icon {
  position: fixed;
  top: 200px;
  left: 50%;
  transform: translateX(532px);
  width: 152px;
  height: 496px;
  z-index: 5;
}

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

.side_icon li {
    width: 152px;
    height: 152px;
    margin: 10px 0 10px 0;

}

.side_icon li:nth-child(1) {
    background-image: url(../images/00_new%20menu%20icon-01_152x304.png);
}

.side_icon li:nth-child(1):hover {
    background-position: 0 -152px;
}



.side_icon li:nth-child(2) {
    background-image: url(../images/00_side%20Recruitment%20icon-02_152x304.png);
}


.side_icon li:nth-child(2):hover {
    background-position: 0 -152px;
}

.side_icon li:nth-child(3) {
    background-image: url(../images/00_side%20menu%20icon-03_152x304.png);
}

.side_icon li:nth-child(3):hover {
    background-position: 0 -152px;
}





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

#sub_banner {
    width: 1024px;
    height: 165px;
    margin: 45px auto 45px auto;

}

#sub_banner > div {
    float: left;
}
#sub_banner a {
    display: block;
    width: 100%;
    height: 100%;
}
#sub_1 {
    width: 297px;
    height: 165px;
    background-image: url(../images/01_3-sub%20banner1_297x330.jpg);
    margin-right: 66.5px;
}

#sub_1:hover {
    background-position: 0 -165px;
}

#sub_2 {
    display: block;
    width: 297px;
    height: 165px;
    background-image: url(../images/01_3sub%20banner2_297x330.jpg);
    margin-right: 66.5px;
}

#sub_2:hover {
    background-position: 0 -165px;
}

#sub_3 {
    display: block;
    width: 297px;
    height: 165px;
    background-image: url(../images/01_3sub%20banner3_297x330.jpg);
}

#sub_3:hover {
    background-position: 0 -165px;
}

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


#bottom_banner {
    width: 100%;
    min-width: 1024px;
    height: 665px;
    background-image: url(../images/01_4-index%20bottom%20banner-2000x665.jpg);
    margin: 0 auto;
    background-position: center;
}


/************ 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%;
}

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

#bottom_logo:hover {
    opacity: 0.4;
}


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

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

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