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

.sub {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 60px;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.7);
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.sub > li {
    clear: both;
    width: 100%;
    text-align: center;
}

.sub > li > a {
    display: block;
    width: 100%;
    word-spacing: -2px;
    font: 14px/30px 'Noto Sans Kr';
    font-weight: 500;
}

.sub > li > a:hover {
    color: #ff9900;
}

#lnb1 > ul > li:nth-child(1):hover .sub {
    height: 60px;
}
#lnb1 > ul > li:nth-child(2):hover .sub {
    height: 150px;
}
#lnb1 > ul > li:nth-child(4):hover .sub {
    height: 30px;
}
#lnb1 > ul > li:last-child:hover .sub {
    height: 120px;
}
#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;
}


/***********section************/
main {
    width: 100%;
    overflow: hidden;
}

img {
    vertical-align: top;
}
section {
    position: relative;
}


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

#lnb2 > ul {
    width: 1024px;
    margin: 0 auto;
    color: #fff;
}
#lnb2 > ul > li {
    width: 205px;
    text-align: center;
    font: 14px/40px 'Noto Sans Kr';
    font-weight: 700;
    cursor: pointer;
}
#lnb2 > .btn > li:last-child {
    width: 204px;
}

li.check {
   color: #ff9900;
    font-weight: 900;
}


/***********main************/
#showbox {
    width: 100%;
}

#showbox > ul {
    width: 1024px;
    height: 930px;
    margin: 0 auto;
    position: relative;
}

#showbox > ul > li {
    font: 14px 'Noto Sans Kr';
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
#showbox > ul > li:last-child {
    margin: 0;
}

#showbox > ul > li:first-child p {
    position: absolute;
    top: 210px;
    right: 20px;
    text-align: right;
}

#showbox > ul > li:nth-child(2) p {
    position: absolute;
    top: 58%;
    left: 20px;
}

#showbox > ul > li:nth-child(3) p {
    position: absolute;
    top: 865px;
    right: 20px;
    text-align: right;
}



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