@charset "utf-8";

/***********전체설정************/
* {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none;
    color: #fff;
}

.behind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1000;
}

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

#wrap {
    background-color: #000;
    min-width: 1024px;
}




/***********lnb1************/
#lnb1 {
    width: 100%;
    height: 60px;
    padding-top: 10px;
    border-bottom: 2px solid #ff9900;
}

#lnb1 > ul {
    width: 1024px;
    margin: 0 auto;
}

#lnb1 > ul > li {
    position: relative;
    width: 204px;
}

#lnb1 > ul > li:nth-child(3) {
    width: 208px;
}

#lnb1 > ul > li > a {
    display: block;
    text-align: center;
    font: 15px/50px 'Noto Sans Kr';
    font-weight: 900;
}


#lnb1 > ul > li > a:first-child:hover {
    color: #ff9900;
}
#lnb1 > ul > li > a:nth-child(2):hover {
   color: #ff9900;
}
#lnb1 > ul > li > a:nth-child(4):hover {
   color: #ff9900;
}
#lnb1 > ul > li > a:last-child:hover {
   color: #ff9900;
}



/***********lnb2************/
#lnb2 {
    width: 100%;
    height: 40px;
    margin: 20px 0;
}

#lnb2 > ul {
    width: 1024px;
    height: 40px;
    margin: 0 auto;
}

#lnb2 > ul > li {
    width: 512px;
    text-align: center;
    font: 14px/40px 'Noto Sans Kr';
    font-weight: 700;
}

#lnb2 > ul > li:first-child a {
    color: #ff9900;
    font-weight: 700;
}


/***********section************/
#contentwrap {
    width: 100%;
}


/***********poster************/
#poster {
    width: 100%;
    height: 310px;
    background-color: #333;
}

#poster > ul {
    width: 1024px;
    height: 250px;
    margin: 0 auto;
}

#poster > ul > li {
    margin-right: 35px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#poster > ul > li:last-child {
    margin-right: 0;
}
#poster > ul > li:nth-child(4) {
    margin-right: 34px;
}

#poster > ul > li:first-child:hover {
    opacity: 0.4;
}
#poster > ul > li:nth-child(2):hover {
    opacity: 0.4;
}
#poster > ul > li:nth-child(3):hover {
    opacity: 0.4;
}
#poster > ul > li:nth-child(4):hover {
    opacity: 0.4;
}
#poster > ul > li:nth-child(5):hover {
    opacity: 0.4;
}



/***********banner************/
#banner {
    width: 100%;
}

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

.slide > ul {
  width: 500%;
  left: 0;
  position: relative;
}

.slide > ul > li {
  width: 20%;
  position: relative;
  overflow: hidden;
}

.slide > ul > li > img {
  display: block;
  width: 1920px;
  height: 700px;
 position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.more {
  width: 100px;
  height: 25px;
  border: 2px solid #ff9900;
  border-radius: 20px;
  font: 12px 'Noto Sans Kr';
  font-weight: 900;
  cursor: pointer;
  background: none;
  position: absolute;
  opacity: 0.9;
  left: 50%;
  top: 50%;
}

.slide > ul > li:nth-child(odd) .more {
  transform: translate(-190px,270px);
}
.slide > ul > li:nth-child(even) .more {
    transform: translate(-512px, -110px);
}
.slide > ul > li:nth-child(even) .more a {
    color: #000;
    font-weight: 900;
}

/***********footer************/
#footer {
    width: 100%;
    height: 100px;
    margin-top: 80px;
    border-top: 2px solid #ff9900;
}

#footer_box {
    width: 1024px;
    margin: 0 auto;
    padding-top: 10px;
}

#footer_box > div {
    float: left;
}

#bottom_logo {
    width: 256px;
    padding-top: 10px;
}


address {
    width: 512px;
    float: left;
    font: 12px 'Noto Sans Kr';
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}


#footer_right {
    width: 256px;
}

#footer_right > ul > li {
    margin-left: 34px;
    margin-top: 25px;
}

#footer_right > ul > li:first-child {
    margin-left: 55px;
}